body {  
  font-family: "Gotham-Pro", sans-serif;  
  font-size: 14px;
  color: #000;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

section {
    padding: 80px 0 80px;
}

a:active, a:focus, input, textarea, button { outline: none; }

/*------header--------*/
header{
  padding: 0 0 4px;
  background-position: revert;
  background-repeat: no-repeat;
}
.logo-padding{
  padding-top: 6px;
  padding-bottom: 6px;
}
.work-time{
  text-align: right;
  margin-top: 14px;
}
.work-time p{
  margin-bottom: 0;
  margin-top: 6px;
}
.logo {
  display: block;
  width: 100%;   
  text-align: center;
}
.logo img{
  width: 70px;
  margin: auto;
}
.mnu-border{
  border-top: 1px #009746 solid;
}
.mnu-line {
  position: relative;  
}
nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
nav li {
  display: inline-block;
}
.main-mnu {
  text-align: center;
}
.main-mnu a {
  display: block;
  padding: 20px 30px 14px 30px;
  color: #000;  
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.main-mnu a:hover { 
  color: #009746;
  transition: all .5s ease;
}
a.phone-number{
  font-size: 16px;
  display: block;
  color: #000000;
}
a.phone-number:hover{
  color: #009746;
  transition: all .5s ease;
}
.phone-btn-wrap{
  margin-top: 0px;
  text-align: left;
  line-height: 1.5;
}
.phone-btn-wrap a.phone-btn{    
  color: #000;
  font-size: 14px;
}
.phone-btn-wrap a.phone-btn:hover{
  color: #009746;
  transition: all .5s ease;
  border: none;
  background: transparent;
}
.social-head ul{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.social-head li a img {
  width: 25px;
  padding-left: 5px;
}
.phone-number{
  display: flex;
  align-items: center;
}
.social-head ul{
  display: flex;
}
/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 24px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}
.toggle-mnu span:after {
  top: 18px;
}
.toggle-mnu span {
  position: relative;
  display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
.toggle-mnu.on span {
  background-color: transparent;
}
.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}
/*End Toogle Menu*/
.toggle-mnu {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 500;
}
.hidden-mnu {  
  display: none;
  position: absolute;
  z-index: 500;
  width: 80%;
  right: 0;
  background-color: #fff;
}
.hidden-mnu ul {
  padding: 20px 0;
  text-align: left;
  box-shadow: 15px 25px 29px rgb(0 0 0 / 10%);
}
.hidden-mnu li {
  display: block;
  border-bottom: 1px #ccc solid;
}
.hidden-mnu li:last-child{
  border-bottom: none;
}
.hidden-mnu a {
  color: #000;
}
.hidden-mnu a:active {
  text-decoration: underline;
}
.hidden-mnu a:hover {
  color: #009746;
}
/*--------------------*/

/*-------first-section------*/
.first-section{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.first-section-head h1 {
  font-family: "GothamPro-Black", sans-serif;
    color: #fff;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 14px;
}
.first-section-head h1 span{
  color: #ffd217;
}
.first-section-head p{
  font-family: "Gotham-Pro", sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.first-section-head h2{
  margin-top: 0;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}
.first-section-head h2 span{
  color: #ffd217;
}
.first-section-head-btn a{
  padding: 18px 40px 18px 40px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;  
  margin-top: 0px;
  display: inline-block;
}
.first-section-head-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.head-form {  
  border: 1px #fff solid;
    color: #fff;
    padding: 70px 30px 70px;
    text-align: center;
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 15%);
    max-width: 60%;
    margin-left: auto;
    /* height: 434px; */
    border-radius: 8px;
    background-color: rgba(0, 0, 0, .2);
}
.head-form h3 {
  display: block;
    font-weight: 800;
    margin: 0 0 12px;
    text-align: left;
    font-size: 24px;
    line-height: 1;
    color: #fff;
}
.head-form p{
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: left;
  font-family: "Gotham-Pro", sans-serif;  
}
.head-form p span{
  color: #000;
}
.input-inner {
  position: relative;   
}
.input-inner i {
    color: rgba(85, 45, 35, .25);
    font-size: 12px;  
    position: absolute;
    right: 10px;
    top: 8px;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 3px 1px;
    background: #ccc;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-user-1:before {
    content: "\f183";
    color: #000;
}
.icon-phone:before {
    content: "\f098";
    color: #000;
}
.head-form input {
  border-bottom: 1px solid #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  color: #fff;
  display: block;
  height: 38px;
  margin-bottom: 15px;
  width: 100%;  
  background: transparent;
  font-size: 14px;
}

.head-form button{
  padding: 18px 38px 18px 38px;
    position: relative;
    transition: all .3s;
    background-color: #ffd217;
    border: 1px solid #ffd217;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;    
    margin-top: 36px;
    display: block;
    margin: auto;
    margin-top: 36px;
}
.head-form button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.head-form .checkbox a{
  color: #fff;
  border-bottom: 1px #fff dashed;
}
.head-form .checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.first-section-img{
  display: block;
  width: 100%;
  text-align: center;
}
.first-section-img img{
  width: 100%;
}

.first-section-head-list .list-item img{
  width: 80px;
}
.first-section-head-list{
  display: flex;
    align-items: flex-start;
}
.first-section-head-list .list-item p{
  color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
}
.first-section-head-list .list-item span{
  color: #fff;
}
.first-section-head-list .list-item{
  width: 25%;
}
.first-section-head-btn{
  margin-top: 30px;
}
/*-------------------------*/

/*-------edge-wrap---------*/
.edge-wrap{
  padding: 0;
  position: relative;
  z-index: 9;
  /*top: -60px;*/
  background-color: #000;
}
.edge-line{
  display: flex;
  flex-direction: row;
  width: 100%;
  /*box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);*/
}
.edge-wrap-item{
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  /*background: linear-gradient(#f9e7db, #e1c5af);*/
  width: 33%;
}
.edge-wrap-item p{
  color: #fff;
  font-family: "Gotham-Pro", sans-serif;  
  margin-left: 10px;
}
.edge-wrap-item:first-child{
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.edge-wrap-item:last-child{
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.edge-wrap-item h4{
  color: #ffd217;
  font-family: "GothamPro-Black", sans-serif;
  margin: 0;
  font-size: 32px;
}
/*-------------------------*/

/*------products-----------*/
.section-title h3{
  display: block;
  /*font-weight: 300;*/
  margin: 0 0 80px;
  text-align: left;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-family: "GothamPro-Medium", sans-serif;
  text-align: center;
}
.section-title h3 span{
  font-family: "GothamPro-Light", sans-serif;
}
.products{
  /*padding-top: 0;*/
  /*padding-bottom: 30px;*/
}
.products-item{
  display: flex;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  padding: 10px;
  width: 100%;
  align-items: center;  
  margin-bottom: 20px;
  border-radius: 8px;
  background-position: center;
    background-size: cover;
}
.products-item-img{
  width: 100%;
  text-align: center;
}
.products-item-img img{
  width:70%;
}
.products-item-text{
  width: 50%;
  padding: 40px;
}
.products-item-text p{
  margin-top: 0;
}
.products-item-text h4{
  font-size: 26px;
  margin-top: 0;
}
/*.products-item.first-item{
  background: #f6efe9;
}*/
.products-item-text-btn a{
  padding: 14px 30px 14px 30px;
    position: relative;
    transition: all .3s;
    background-color: transparent;
    border: 1px solid #009746;
    border-radius: 0px;
    color: #009746;
    font-size: 14px;
    /* letter-spacing: 0.2px; */
    /* font-weight: 800; */
    margin-top: 0px;
    display: inline-block;
    border-radius: 8px;
}
.products-item-text-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.product-decsr p{
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  margin-bottom: 30px;
  line-height: 1.4;
}
/*.products-item.second-item{
  background: #f6efe9;
}*/
.products-item.second-item .products-item-img img{
  width: 70%;
}
.products-item.third-item{
  background: #f6efe9;
}
.products-item.third-item .products-item-img img{
  width: 150px;
}
.products-item-text h4 span{
  font-size: 14px;
  position: relative;
  bottom: 10px;
  left: -5px;
}
/*-------------------------*/

/*---------prem-line-------*/
.prem-line{ 
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: #000;
}
.prem-line-item{
  text-align: center;
  margin-bottom: 30px;
}
.prem-line-item img{
  width: 100px;
}
.prem-line-item h5{
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
}
.prem-line-item p{
  color: #000;
  font-family: "Gotham-Pro", sans-serif;   
  line-height: 1.4;
}
/*-------------------------*/

/*-----popular-product-----*/
.popular-wrap-item{
  border: 1px solid rgba(0,0,0,.1);
  padding: 15px 15px;
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  box-shadow: none;
  margin-bottom: 30px;  
  position: relative;
  background-color: transparent;
}
.popular-product .section-title p{
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}
.popular-wrap-item:hover{
  transition: all .5s ease;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
.popular-wrap-item-img{
  display: block;
  width: 100%;
  text-align: center;
}
.popular-wrap-item-img img{
  width: 100%;
}
.popular-wrap-item-text h4{
  margin-bottom: 0;
  margin-top: 0;
}
.popular-wrap-item-text h4 a{
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 8px;
}
.popular-wrap-item-text h4 a:hover{
  color: #009746;
  transition: all .5s ease;
}
.popular-wrap-item-text span{
  color: #000;
  font-size: 14px;
  font-family: "Gotham-Pro", sans-serif; 
}
.popular-wrap-item-text p{  
  color: #009746;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.popular-wrap-item-btns{
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.btn-more{
  flex: 1;
}
.btn-more a{
  font-size: 14px;
  line-height: 1.2;  
  font-weight: 600;
  color: #000;
}
.btn-more a:hover{
  color: #ffd217;
  transition: all .5s ease;
}
.btn-case{
  flex: 1;
  text-align: right;
}
.btn-case a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #000;
  font-size: 14px;  
  margin-top: 0px;
  display: inline-block;
}
.btn-case a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.product-btn a{
  background: #000;
    color: #fff;
    font-size: 12px;
    padding: 8px 12px;
    display: inline-block;
    border-radius: 8px;
}
.product-btn{
  position: absolute;
  top: 15px;
  z-index: 9;
}
.perfomance-carusel .owl-controls .owl-nav {
    top: 42%;
    width: 100%;
    position: absolute;
    z-index: 9;
}
.perfomance-carusel .owl-controls .owl-nav>div {
    position: absolute;
    left: -26px;
    font-size: 24px;
    line-height: 38px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;    
    border-radius: 50px;   
}
.perfomance-carusel .owl-controls .owl-nav>div.owl-next {
    right: -26px;
    left: auto;
}
.perfomance-carusel .owl-controls .owl-nav>div:hover {
    color: #009746;    
    background-color: transparent;
}
.perfomance-carusel .owl-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 100%;
}
.perfomance-carusel .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 10em;
    display: inline-block;
    height: 6px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 6px;
    border: 1px #000 solid;
}
.perfomance-carusel .owl-dots .owl-dot.active {
    background-color: #000;
}
.second-sec-title{
  margin-top: 50px;
}
.more-catalog{
  text-align: center;
  margin-top: 40px;
}
.more-catalog a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: #ffd217;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;  
  margin-top: 0px;
  display: inline-block;
}
.more-catalog a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.popular-product{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding-bottom: 50px;
}
/*-------------------------*/

/*--------about------------*/
.about{
  background-color: #f9f9f9;
}
.about-img{
  display: block;
  width: 100%;
}
.about-img img{
  width: 100%;
  border-radius: 8px;
}
.about .section-title h3{
  text-align: left;
}
.about .section-title p{
  color: #000;
  font-size: 14px;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.6;
  margin-top: 0;
}
.about .section-title a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #009746;
  border-radius: 8px;
  color: #009746;
  font-size: 14px;  
  margin-top: 0px;
  display: inline-block;
}
.about .section-title a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*-------------------------*/

/*--------oficial-descr----*/
.oficial-descr{
  background-position: center;
    background-size: cover;
}
.oficial-descr-text{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.oficial-descr-text p{
  color: #000;
  font-size: 14px;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.6;
  margin-top: 0;
  text-align: center;
}
.oficial-descr-text-img{
  display: block;
  text-align: left;
}
.oficial-descr-text-img img{
  width: 40px;
}
.oficial-descr-text-img-second{
  display: block;
  text-align: right;
}
.oficial-descr-text-img-second img{
  width: 40px;
}
/*--------------------------*/

/*--------footer-----------*/
footer{
  background: #000;
  padding: 80px 0 30px;
  box-shadow: 0 -3px 5px -3px rgb(0 0 0 / 20%);
}
.footer-img{
  display: block;
  width: 100%;
}
.footer-img img{
  width: 70px;
}
.footer-contact{
  margin-top: 40px;
}
.footer-contact-phone{
  display: flex;
  align-items: center;
}
.footer-contact-phone a{
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.footer-contact-phone a:hover{
  color: #009746;
  transition: all .5s ease;
}
.footer-contact-mail a{
  font-size: 16px;
  display: block;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 12px;
}
.footer-contact-mail a:hover{
  color: #009746;
  transition: all .5s ease;
}
.instagram{
  display: block;
}
.instagram img{
  width: 25px;
  margin-right: 4px;
}
.instagram a{
  font-size: 16px;
  display: block;
  color: #000000; 
}
.instagram a:hover{
  color: #af7909;
  transition: all .5s ease;
}
.footer-mnu ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  margin-bottom: 16px;
}
.footer-mnu ul li a{
  display: block;    
  color: #fff;  
  font-size: 14px;
}
.footer-mnu ul li a:hover{
  color: #009746;
  transition: all .5s ease;
}
.footer-mnu ul li{
  margin-bottom: 16px;
}
.footer-mnu ul li:last-child{
  margin-bottom: 0;
}
.footer-catalog p{
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.footer-catalog a p:hover{
  color: #009746;
  transition: all .5s ease;
}
.footer-catalog h4{
  font-size: 18px;
  margin-top: 0;  
  color: #fff;
}
.footer-catalog a h4:hover{
  color: #009746;
  transition: all .5s ease;
}
.footer-catalog h4 span {
    font-size: 14px;
    position: relative;
    bottom: 10px;
    left: -5px;
}
.phone-form__input {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    width: 100%;
    padding: 10px 10px;
    background: transparent;
    margin-bottom: 10px;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    text-align: left;
    color: #000;
    font-size: 12px;
    outline: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
}
.footer-form button{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;  
  margin-top: 10px;
  display: inline-block;
}
.footer-form button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.footer-form .checkbox a{
  color: #fff;
  border-bottom: 1px #fff dashed;
}
.footer-form .checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.phone-form p{
  color: #fff;
}
.footer-line-date p{
  color: #fff;
}
.footer-form h5{
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
}
.footer-line{
  border-top: 1px solid rgba(255,255,255,.3);
}
.footer-line-politic{
  text-align: right;
  margin-top: 14px;
}
.footer-line-politic a{
  text-align: right;
  color: #fff;
}
.footer-line-politic a:hover{
  color: #009746;
  transition: all .5s ease;
}
/*-------------------------*/

/*-----second-head------*/
.second-head-bg{
  padding: 110px 0 110px;
  text-align: center;
  background-position: center;
    background-size: cover;
}
.breadcrumb {
    width: 100%;
    margin-bottom: 0px;
    padding: 0 20px;
    line-height: 44px;
    position: relative;
    z-index: 0;
    text-align: left;
}
.breadcrumb ul {
    margin-top: 0;
    padding-left: 0;
    margin: 0;
    line-height: 1.4;
}
.breadcrumb ul li {
    list-style: none;
    display: inline-block;
    color: #fff;
}
.breadcrumb ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a.active {
    color: #ffd217;
}
.second-head{
  padding-top: 0px;
  padding-bottom: 0;
}
.second-head h1{
  text-transform: uppercase;  
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 0 20px;
  text-align: left;
}
.about-company-one .section-title h3{
  margin-bottom: 10px;
}

.breadcrumb-second ul li a{
  color: #000;
}
.breadcrumb-second ul li i{
  color: #000;
}
/*----------------------*/

/*------catalog-list-wrap----*/
.catalog-list-wrap{
  padding-top: 50px;
  padding-bottom: 40px;
}
.catalog-list-wrap-btns{
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;  
}
.catalog-list-wrap-btns a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #000;
  font-size: 14px;  
  margin-top: 0px;
  display: block;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
.catalog-list-wrap-btns a:hover{
  background-color: #ffd217;
  border: 1px solid #ffd217;
  color: #fff;
}
.catalog-list-wrap-btns a.active{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: #ffd217;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;  
  margin-top: 0px;
  display: block;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
.catalog-list-wrap-btns a.active:hover{
  background-color: transparent;
  border: 1px solid #ffd217;
  color: #000;
}
.catalog-list-wrap-text{
  margin-top: 40px;  
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.catalog-list-wrap-text p{
  color: #000;
  font-family: "Gotham-Pro", sans-serif;  
  line-height: 1.4;
  font-size: 14px;
}
.catalog-list-wrap-btns a img{
  width: 100%;
}
/*---------------------------*/

/*---------preparat-list-----*/
.preparat-list{ 
  border-bottom: 1px solid rgba(0,0,0,.1);
}
/*---------------------------*/

/*------tovar-description-------*/
.tovar-description{
  padding-bottom: 30px;
}
.tovar-description-img{
  display: block;
  width: 100%;
  text-align: center;
}

#mainCarousel,
#mainCarouselone,
#mainCarouseltwo {  
  width: 100%;
  margin: 0 auto 1rem auto;
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#mainCarousel .carousel__slide,
#mainCarouselone .carousel__slide,
#mainCarouseltwo .carousel__slide {
  width: 100%;
  padding: 0;
}
#mainCarousel .carousel__slide img,
#mainCarouselone .carousel__slide img,
#mainCarouseltwo .carousel__slide img{
  width: 100%;
}
#mainCarousel .carousel__button.is-prev,
#mainCarouselone .carousel__button.is-prev,
#mainCarouseltwo .carousel__button.is-prev {
  left: -1.5rem;
  color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 6px;
}
#mainCarousel .carousel__button.is-next,
#mainCarouselone .carousel__button.is-next,
#mainCarouseltwo .carousel__button.is-next {
  right: -1.5rem;
  color: #fff;
    background: #000;
    width: 35px;
    height: 35px;
    padding: 6px;
}
#mainCarousel .carousel__button:focus,
#mainCarouselone .carousel__button:focus,
#mainCarouseltwo .carousel__button:focus {
  outline: none;  
}
#thumbCarousel .carousel__slide,
#thumbCarouselone .carousel__slide,
#thumbCarouseltwo .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
#thumbCarousel .carousel__slide img,
#thumbCarouselone .carousel__slide img,
#thumbCarouseltwo .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#thumbCarousel .carousel__slide.is-nav-selected,
#thumbCarouselone .carousel__slide.is-nav-selected,
#thumbCarouseltwo .carousel__slide.is-nav-selected {
  opacity: 1;
}


.tovar-description-img img{
  width: 60%;
}
.tovar-description-text h1{
  font-size: 26px;
  margin-top: 0;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.tovar-description-text span{
  font-size: 14px;
  color: #777;
  font-family: "Gotham-Pro", sans-serif;
}
.tovar-description-text ul li{
  font-size: 14px;
  color: #777;
  font-family: "Gotham-Pro", sans-serif;
  margin-bottom: 12px;
}
.tovar-description-text ul li:last-child{
  margin-bottom: 0;
}
.tovar-description-text p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
}
.tovar-description-text p.price-tovar{
  color: #009746;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 800;
}
.tovar-description-text-btn a{
  padding: 14px 40px 14px 40px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #ffd217;
  border-radius: 8px;
  color: #000;
  font-size: 14px;  
  margin-top: 0px;
  display: inline-block;
}
.tovar-description-text-btn a:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.tovar-description-text-btn{
  margin-top: 25px;
}
/*---------------------------*/

/*-------descr-text----------*/
.descr-text{
  padding-top: 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.tovar-descr .tabs {
  font-size: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;  
}
.tovar-descr .tabs>input[type="radio"] {
  display: none;
}
.tovar-descr .tabs>div { 
  display: none;    
  font-size: 16px;
}
#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3{
  display: block;
}
.tovar-descr .tabs>label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  color: #000;    
  margin: 0px 30px 30px 0;
  padding: 4px 16px 0px 16px;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
  position: relative;   
  font-weight: 600;
  line-height: 24px;
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.tovar-descr .tabs>label:hover{  
  transition: all .5s ease;
  color: #000;
  border-bottom: 1px solid #009746;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  color: #000;
  border-bottom: 1px solid #009746;
}
.descr-text .section-title h3{
  text-align: left;
  margin-bottom: 20px;
}
.descr-text-line p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  margin-top: 0;
}
.descr-text-line-border{
  border: 1px solid #af7909;
  width: 40%;
  padding: 14px;
}
.descr-text-line-border p{
  margin: 0;
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  font-weight: 800;
}
.descr-text-line ul{
  padding-left: 12px;
}
.descr-text-line ul li{  
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  margin-bottom: 16px;
}
.descr-text-line ul li:last-child{
  margin-bottom: 0;
}
/*---------------------------*/

/*---------about-company-----*/
.about-company-one .section-title h3{
  text-align: left;
}
.about-company-one-text p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  margin-top: 0;
}
.about-company-one-img{
  display: block;
  width: 100%;
  text-align: center;
}
.about-company-one-img img{
  width: 50%;
}
.about-company-two .section-title h3{
  text-align: left;
}
.about-company-two p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  margin-top: 0;
}
.about-company-two-img{
  display: block;
  width: 100%;
}
.about-company-two-img img{
  width: 100%;
}
.about-company-two{
  background: linear-gradient(0deg, #FCFBF2, #FCFBF2), linear-gradient(0deg, #FAFAFA, #FAFAFA), #FFFFFF;
}
.about-company-three .section-title h3{
  text-align: left;
}
.about-company-three p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
  margin-top: 0;
}
.about-company-three-img{
  display: block;
  width: 100%;
  text-align: center;
}
.about-company-three-img img{
  width: 50%;
}
/*---------------------------*/

/*---------faq---------------*/
.faq-wrap ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq-wrap ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted rgba(0,0,0,.1);
}
.faq-wrap ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq-wrap ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.faq-wrap ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.faq-wrap ul li:nth-of-type(4) {
  animation-delay: 1.25s;
}
.faq-wrap ul li:nth-of-type(5) {
  animation-delay: 1.50s;
}
.faq-wrap ul li:last-of-type {
  padding-bottom: 0;
}
.faq-wrap ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 10px;
  right: 0;
}
.faq-wrap ul li i:before, 
.faq-wrap ul li i:after {
  content: "";
  position: absolute;
  background-color: #009746;
  width: 3px;
  height: 9px;
}
.faq-wrap ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq-wrap ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq-wrap ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.faq-wrap ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.faq-wrap ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.faq-wrap ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}
.faq-wrap .transition, 
.faq-wrap ul li i:before, 
.faq-wrap ul li i:after, 
.faq-wrap p {
  transition: all 0.25s ease-in-out;
}

.faq-wrap .flipIn, 
.faq-wrap ul li {
  animation: flipdown 0.5s ease both;
}
.faq-wrap .no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq-wrap-item h2{
  margin: 0;
  color: #000;
  font-weight: 300;
  font-size: 18px;
}
.faq-wrap-item p{
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}
.faq-wrap-item h3{
  color: #000;
  font-size: 22px;
  margin: 0;
}
.faq-wrap-item p{
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: "Gotham-Pro", sans-serif;
}
.faq-wrap-item{
  margin-bottom: 80px;
}
/*--------------------------*/

/*---------contacts-page----*/
.contacts-page-phones-item{
  text-align: center;
}
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #000000;
  margin-bottom: 8px;
}
.contacts-page-phones-item a:hover{
  color: #af7909;
  transition: all .5s ease;
}
.contacts-page-phones-item{
  display: block;
  width: 100%;
  text-align: center;
}
.contacts-page-phones-item img{
  width: 30px;
  margin-bottom: 5px;
}
.contacts-page-phones-form input {
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    color: #ccc;
    display: block;
    height: 38px;
    margin-bottom: 15px;
    width: 100%;
    background: transparent;
    font-size: 14px;
}
.contacts-page-phones-form button{
  padding: 18px 38px 18px 38px;
    position: relative;
    transition: all .3s;
    background-color: #ffd217;
    border: 1px solid #ffd217;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin-top: 36px;
    display: block;
    margin: auto;
    margin-top: 36px;
}
.contacts-page-phones-form button:hover{
  transform: translateY(-4px);
    transition: all .5s ease;
}
.contacts-page .phone-number{
  justify-content: center;
}
.contacts-page-adress img{
  width: 30px;
    margin-bottom: 5px;
}
.contacts-page-adress {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 14px;
}
.contacts-page-adress p{
  margin-top: 0;
}
.contacts-page input[type="text"] {    
    color: #000;
}
.contacts-page ::-webkit-input-placeholder { /* WebKit browsers */
   color: #000;
}
.contacts-page :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
}
.contacts-page ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
}
.contacts-page :-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #000;
}
.checkbox {
  position:relative;
  padding-left:0;
}
.checkbox input[type=checkbox]{
  display: none;
}

.checkbox input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;   
    font-weight: 800; 
    line-height: 22px;
    margin: -5px 5px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
}
.checkbox input[type=checkbox]:checked + label:before {
    color: #ffd217;
}
.checkbox a{
  font-size: 14px;
  margin-top: 12px;    
  display: inline;
  color: #000;
  border-bottom: 1px #000 dashed;
}
.checkbox a:hover{
  border-bottom: 1px transparent dashed;
  transform: translateY(-4px);
    transition: all .5s ease;
}
/*--------------------------*/

/*--------politic-----------*/
.politic-text-wrap p{
  font-size: 14px;
  color: #000;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
}
/*--------------------------*/

/*---hidden-form---*/
.white-popup {
  position: relative; 
  padding: 25px;
  max-width: 590px;
  margin: 0 auto; }
  .white-popup img {
    max-width: 100%; }

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-close-btn-in .mfp-close {
    color: #000;
    right: 34px;
    top: 34px;
}
/*----------------------------*/
.form-callback {
  padding: 32px 26px;  
  background-color: #fff;
}
.contact-form-head {
  text-align: center;
}
.form-callback h4 {
  color: #282828;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0px;  
  text-align: center;
}
.form-callback p {
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
.form-callback span {
  font-size: 14px;
  color: #000; 
  margin-bottom: 3px;
  display: block;
  font-family: "Gotham-Pro", sans-serif;
}
.form-callback input {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    padding: 20px 15px 20px 0;
    display: block;
    width: 100%;
    color: #282828;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
  }    
input[type="text"] {    
    color: #fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #fff;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #fff;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  display: inline-block;
  background-color: #af7909;
  border: 1px #af7909 solid;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 16px 30px;
  border-radius: 0px;
}
.button-small:hover {
  background-color: #fff;
  border: 1px #af7909 solid;
  color: #af7909;
  transition: all .5s ease;
}

.form-callback .text-center {
  text-align: center;
  margin-top: 40px;
} 
.form-callback { 
  margin: auto;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 26%);
  padding: 50px 50px;
  position:relative;
  border-radius: 0px;
} 

/*----------------------*/

/*-------anti-fake-------*/
.anti-fake{
  padding-top: 0;
    padding-bottom: 45px;
}
.anti-fake-img{
  display: block;
  width: 100%;
}
.anti-fake-img img{
  width: 100%;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
.anti-fake-img-mobile{
  display: block;
  width: 100% ;
}
.anti-fake-img-mobile img{
  width: 100%;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
@media only screen and (min-width : 1920px) {  
  .anti-fake-img{
    display: block;
  } 
  .anti-fake-img-mobile{
    display: none;
  }
}

@media only screen and (max-width : 1920px) {  
  .anti-fake-img{
    display: block;
  }   
  .anti-fake-img-mobile{
    display: none;
  }
}
@media only screen and (max-width : 767px){
  .anti-fake-img{
    display: none;
  }
  .anti-fake-img-mobile{
    display: block;
  }
  .anti-fake {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
/*-----------------------*/

/*------new-style--------*/
.product-decsr{
  width: 100%;
}
@media only screen and (max-width : 670px){
  .products-item-text p {
    margin-top: 18px;
  }
}
.dsd-list{  
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.dsd-list-item {
    border: 1px solid rgba(0,0,0,.1);
    padding: 15px 15px;
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 30px;
    position: relative;
    background-color: #fef9f5;
}
.dsd-list-item:hover {
    transition: all .5s ease;
    box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
}
.dsd-list-item-img {
    display: block;
    width: 100%;
    text-align: center;
}
.dsd-list-item-img img {
    width: 100%;
}
.dsd-list-item-text h4 {    
    color: #000;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
}
.dsd-list-item-text h4 a{
  color: #000;
}
.dsd-list-item-text h4 a:hover{
  color: #af7909;
    transition: all .5s ease;
}
.btn-more a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
}
.dsd-list-item-text span{
  color: #000;
    font-size: 14px;
    font-family: "Gotham-Pro", sans-serif;
}
.dsd-list-item-btns{
  margin-top: 8px;
}
/*-----------------------*/