body {  
  font-family: "avantgardectt", 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-color: #fff;
}
.logo-padding{
  padding-top: 6px;
  padding-bottom: 6px;
}
.work-time{
  text-align: right;
  margin-top: 26px;
}
.work-time p{
  margin-bottom: 0;
  margin-top: 6px;
  color: #000;
}
.logo {
  display: block;
  width: 100%;   
  text-align: center;
}
.logo img{
  width: 74px;
  margin: auto;
}
.mnu-border{
  border-top: 1px #000 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: 26px 30px 20px 30px;
  color: #000;
  font-family: "avantgardectt", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.main-mnu a:hover { 
  color: #e31e25;
  transition: all .5s ease;
}
a.phone-number{
  font-size: 16px;
  display: block;
  color: #000;
  margin-bottom: 5px;
}
a.phone-number:hover{
  color: #e31e25;
  transition: all .5s ease;
}
.phone-btn-wrap{
  margin-top: 23px;
  text-align: left;
}
.work-time a.phone-btn{    
  color: #000;
  font-size: 14px;
  margin-top: 8px;
  display: inline-block;
}
.work-time a.phone-btn:hover{
  color: #e31e25;
  transition: all .5s ease;
  border: none;
  background: transparent;
}
/*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: 0px 6px 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: #e31e25;
}
/*--------------------*/

/*-----------first-section----------*/
.first-section{
  padding: 0;
}
.first-section-computer{
  min-height: calc(100vh - 95px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}

.first-section-mobile{
  min-height: calc(100vh - 95px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
/*---------------------------------*/

/*-------edge-wrap---------*/
.edge-wrap{
  padding: 0;
  position: relative;
  z-index: 9;
}
.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: #000;
  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 .col-sm-12{
  padding: 0;
}
/*-------------------------*/

/*------products-----------*/
.section-title h3{
  display: block;
  font-weight: 300;
  margin: 0 0 50px;
  text-align: left;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-family: "avantgardectt", sans-serif;
  text-align: center;
}
.products{
  padding-bottom: 50px;
}
.products-item{
  display: flex;
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 10%);
  padding: 10px;
  width: 100%;
  align-items: center;  
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 262px;
}
.products-item:before{
  content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.products-item-img{
  width: 40%;
  text-align: center;
}
.products-item-img img{
  width: 150px;
}
.products-item-text{
  width: 100%;
  position: relative;
}
.products-item-text p{
  margin-top: 0;
  color: #fff;
}
.products-item-text h4{
  font-size: 26px;
  margin-top: 0;
  color: #fff;
}
.products-item-text-btn a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.products-item-text-btn a:hover{
  background-color: #e31e25;
  border: 1px solid #fff;
  color: #fff;
}
.products-item.second-item{
  background: #f6efe9;
}
.products-item.second-item .products-item-img img{
  width: 72px;
}
.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;
}
/*-------------------------*/

/*-----popular-product-----*/
.popular-product{
  padding-top: 0;
}
.popular-wrap-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;
}
.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: #e31e25;
  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: #e31e25;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 800;
}
.popular-wrap-item-btns{
  display: flex;
  align-items: center;
}
.btn-more{
  flex: 1;
}
.btn-more a{
  font-size: 14px;
  line-height: 1.2;  
  font-weight: 600;
  color: #000;
}
.btn-more a:hover{
  color: #e31e25;
  transition: all .5s ease;
}
.btn-case{
  flex: 1;
}
.btn-case a{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: transparent;
  border: 1px solid #e31e25;
  border-radius: 0px;
  color: #e31e25;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.btn-case a:hover{
  background-color: #e31e25;
  border: 1px solid #e31e25;
  color: #fff;
}
.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: #e31e25;    
    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 #e31e25 solid;
}
.perfomance-carusel .owl-dots .owl-dot.active {
    background-color: #e31e25;
}
.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: #e31e25;
  border: 1px solid #e31e25;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.more-catalog a:hover{
  background-color: transparent;
  border: 1px solid #e31e25;
  color: #e31e25;
}
.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%;
}
.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 #e31e25;
  border-radius: 0px;
  color: #e31e25;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.about .section-title a:hover{
  background-color: #e31e25;
  border: 1px solid #e31e25;  
  color: #fff;
}
/*-------------------------*/

/*--------oficial-descr----*/
.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: 75px;
}
.footer-contact{
  margin-top: 40px;
}
.footer-contact-phone a{
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.footer-contact-phone a:hover{
  color: #e31e25;
  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: #e31e25;
  transition: all .5s ease;
}
.instagram{
  display: block;
}
.instagram img{
  width: 25px;
  margin-right: 4px;
}
.instagram a{
  font-size: 16px;
  display: block;
  color: #fff; 
}
.instagram a:hover{
  color: #e31e25;
  transition: all .5s ease;
}
.footer-mnu ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.footer-mnu ul li a{
  display: block;    
  color: #fff;
  font-family: "avantgardectt", sans-serif;
  font-size: 14px;
}
.footer-mnu ul li a:hover{
  color: #e31e25;
  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;
  font-size: 12px;
}
.footer-catalog a p:hover{
  color: #e31e25;
  transition: all .5s ease;
}
.footer-catalog h4{
  font-size: 16px;
    margin-top: 0;
    color: #fff;
    margin-bottom: 14px;
}
.footer-catalog a h4:hover{
  color: #e31e25;
  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: #fff;
    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 #e31e25;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 10px;
  display: inline-block;
}
.footer-form button:hover{
  background-color: #e31e25;
  border: 1px solid #e31e25;
  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,.1);
}
.footer-line-politic{
  text-align: right;
  margin-top: 14px;
}
.footer-line-politic a{
  text-align: right;
  color: #fff;
}
.footer-line-politic a:hover{
  color: #e31e25;
  transition: all .5s ease;
}
.footer-line-date p{
  color: #fff;
}
/*-------------------------*/

/*---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: #777;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color: #777;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #777;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #777;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: #777;
}
.form-callback label {
  margin-bottom: 18px;
  display: block;
}
.button-small {
  display: inline-block;
  background-color: #e31e25;
  border: 1px #e31e25 solid;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  padding: 16px 30px;
  border-radius: 0px;
}
.button-small:hover {
  background-color: #fff;
  border: 1px #e31e25 solid;
  color: #e31e25;
  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;
} 
.contact-form-head p{
  color: #000;
}
/*----------------------*/

/*-----second-head------*/
.second-head-bg{
  padding: 80px 0 80px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
}
.second-head-bg:before{
  content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.breadcrumb {
    width: 100%;
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 0;
}
.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: #e31e25;
}*/

.second-head{
  padding-top: 0px;
  padding-bottom: 0;
}
.second-head h1{
  text-transform: uppercase;
  font-family: "avantgardectt", sans-serif;
  font-size: 44px;
  line-height: 1;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.3);
  position: relative;
}
.about-company-one .section-title h3{
  margin-bottom: 10px;
}
.tovar-head .breadcrumb ul li a{
  color: #000;
}
.tovar-head .breadcrumb ul li a.active {
    color: #e31e25;
}
.tovar-head .breadcrumb ul li i{
  color: #000;
}
/*----------------------*/

/*---------preparat-list-----*/
.preparat-list{ 
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.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 #e31e25;
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: block;
}
.catalog-list-wrap-btns a:hover{
  background-color: #e31e25;
  border: 1px solid #e31e25;
  color: #fff;
}
.catalog-list-wrap-btns a.active{
  padding: 14px 30px 14px 30px;
  position: relative;
  transition: all .3s;
  background-color: #e31e25;
  border: 1px solid #e31e25;
  border-radius: 0px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: block;
}
.catalog-list-wrap-btns a.active:hover{
  background-color: transparent;
  border: 1px solid #e31e25;
  color: #e31e25;
}
.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: 12px;
}
.preparat-list-head h3{
  display: block;
  font-weight: 300;
  margin: 0 0 40px;    
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-family: "avantgardectt", sans-serif;
  text-align: center;
}

.preparat-list-logo{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.preparat-list-logo img{
  width: 100%;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #e31e25;
    border-color: #e31e25;
    border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;    
    padding: 8px 12px;   
    line-height: 1.4;
    color: #e31e25 !important;
    text-decoration: none;    
    border-radius: 0px;       
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff !important;
    background-color: #e31e25;
    border-color: #e31e25;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.pagination li.active a { color: #fff !important }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0;   
}
.pagination > li {
    display: inline;
    margin-left: 3px;
}
.text-center{
  text-align: center;
}
.pagination li a{
 width: auto;
}
/*---------------------------*/

/*------tovar-description-------*/
.tovar-description-img{
  display: block;
  width: 100%;
  text-align: center;
}
.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;
  font-weight: 800;
}
.tovar-description-text ul li span{
  font-weight: 300;
}
.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;
  text-transform: uppercase;
}
.tovar-description-text p.price-tovar{
  color: #e31e25;
  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 #e31e25;
  border-radius: 0px;
  color: #e31e25;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
}
.tovar-description-text-btn a:hover{
  background-color: #e31e25;
  border: 1px solid #e31e25;
  color: #fff;
}
.tovar-description-text-btn{
  margin-top: 25px;
}
.tovar-description-icons{
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}
.tovar-description-icons-item{
  flex-grow: 1;
  margin-top: 30px;
  width: 50%;
}
.tovar-description-icons-item img{
  width: 50px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px;
}
.tovar-description-list ul{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.tovar-description-list ul li{
  display: inline-block;
    color: #000;
    font-weight: 300;
    padding: 8px 8px;
    border: 1px #e31e25 solid;
    margin-right: 8px;
}
.tovar-description-list span{
  display: block;
  margin-bottom: 14px;
}
/*---------------------------*/

/*-------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 #e31e25;
}
.tovar-descr .tabs>input[type="radio"]:checked+label {
  color: #000;
  border-bottom: 1px solid #e31e25;
}
.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 #e31e25;
  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;
}



.slick-slide{
  overflow:hidden;
  height: 600px;
  position: relative;
  z-index:999;
}
.slick-slide img{
  transition: width 0.5s;
  height: auto;
  width:100%;
  object-fit:cover;
}
.slick-list img{
  width:100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
.slick-dots li{
  width: 25%;
  object-fit:cover;
  display:inline-block;
  margin:0;
  height: auto;
  padding:20px 10px;
  
}
.slick-dots li img{
  width:100%;
  height: 100px;
  object-fit:cover;
  border-radius:6px;
  transition: 0.5s;
  border: 1px solid #fff;
  padding:5px;
  box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0.5px 3px 7px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.slick-dots li:hover img{
  -webkit-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0.9px 4.9px 21px rgba(0, 0, 0, 0.25);
  border: 1px solid #e2e2e2;
}
.slick-dots{
  position: relative;
  text-align:left;
  bottom: 0;
}
.main button{
  display: none !important;
}
/*---------------------------*/

/*---------contacts-page----*/
.contacts-page-phones-item{
  text-align: center;
}
.contacts-page-phones-item a{
  font-size: 16px;
  display: block;
  color: #000000;
  margin-bottom: 22px;
}
.contacts-page-phones-item a:hover{
  color: #e31e25;
  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: 12px;
}
.contacts-page-phones-form button{
  padding: 18px 40px 18px 40px;
  position: relative;
  transition: all .3s;
  background-color: #e31e25;
  border: 1px solid #e31e25;
  border-radius: 0px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2px;
  font-weight: 800;
  margin-top: 20px;
  display: block;
  margin: 30px auto 0;
}
.contacts-page-phones-form button:hover{
  background-color: transparent;
  border: 1px solid #e31e25;
  border-radius: 0px;
  color: #e31e25;
}
/*--------------------------*/

/*-------about-company-one-------*/
.about-company-one .section-title h3 {
    text-align: left;
    margin-bottom: 10px;
}
.about-company-one-text p{
  font-size: 14px;
    color: #000;
    font-family: "Gotham-Pro", sans-serif;
    line-height: 1.4;
    margin-top: 0;
}
/*-------------------------------*/

/*----------brands-sect----------*/
.brands-sect .section-title h3{
  margin-bottom: 0;
}
.brands-sect .section-title p{
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
}
.brands-sect-item{
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.brands-sect-item-letter p{
    margin: 0;
    color: #000;
    font-weight: 800;
    font-size: 24px;
}
.brands-sect-item-list ul{
  list-style-type: none;
  margin: 0;
  padding-left: 20px;
}
.brands-sect-item-list ul li{
  display: block;
  margin-bottom: 4px;
}
.brands-sect-item-list ul li:last-child{
  margin-bottom: 0;
}
.brands-sect-item-list ul li a{
  color: #e31e25;
  font-weight: 800;
  font-size: 16px;
  font-family: "Gotham-Pro", sans-serif;
  line-height: 1.4;
}
.brands-sect-item-list ul li a:hover{
  color: #000;
  transition: all .5s ease;
}
.brands-sect-wrap{
  border-bottom: 1px #000 solid;
  padding-bottom: 40px;
  padding-top: 40px;
  display: inline-block;
    width: 100%;
}
.brands-sect-wrap:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.popular-wrap-item-img span {
    position: absolute;
    background-color: #ed1b24;
    color: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    top: 5px;
    left: 5px;
}
/*-------------------------------*/

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

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



.text-blok-about-as-18 h3{
      display: block;
    font-weight: 300;
    margin: 0 0 50px;
    text-align: left;
    font-size: 26px;
    line-height: 1;
    color: #000;
    font-family: "avantgardectt", sans-serif;
    margin-bottom: 10px;

}

.preparat-list-head-2010as{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.title2010as{
  width: 100%;
}
.ptpbas2310{
  padding-top: 7px;
  padding-bottom: 7px;
}


.thank-you-pop{

  opacity: 1;
  z-index: 1;
  pointer-events: auto;

  transition: all 0.4s;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  backdrop-filter: blur(8px);
  opacity: 1;
  z-index: 44;
  background-color: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.thank-you-pop-content{
  width: 500px;
  border-radius: 6px;
  min-height: 0px;
  position: relative;
  display: flex;
  background: #fff;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.thank-you-pop-content .pop-up-window-content-title{
  font-size: 28px;
  text-align: center;
  margin-bottom: 0px;
} 
.thank-you-pop-content-close {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #000;
  align-items: center;
  flex-direction: column;
  display: flex;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  font-weight: 100;
  font-size: 24px;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
}

.thank-you-pop-none {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 600px){
  .thank-you-pop-content {
      width: 86%;
  }
}

@media (max-width: 500px){
  .thank-you-pop-content-close {
      width: 34px;
      height: 34px;
      font-size: 20px;
  }
}


.nameAs{
  position: relative;
  top: 0px;
  transition: all 0.3s;
}
.phoneAs{
  position: relative;
  top: 0px;
  transition: all 0.3s;
}
.neZapolnenoAs02{
  border-bottom: 3px solid red !important;
  top:-6px !important;
}



.all-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
}

.all-section{
    max-height: 100vh;
    overflow: initial;
    height: 100%;
}
.all-section-scroll{
    width:100%;
    max-width: 100vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.all-section-scroll {
    padding-right: 5px;
}
/*СЃРєСЂРѕР»Р» РЅР°С‡Р°Р»Рѕ*/
.simplebar-track.simplebar-vertical {
    background: #fff;
    border-radius: 0px !important;
}

.simplebar-scrollbar:before {
    border-radius: 0px !important;
    background: #ff1722 !important;
    color: #ff1722 !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
    border-radius: 0px !important;
}
@media (min-width: 768px){
    .simplebar-track.simplebar-vertical {
        width: 11px;
    }
    .simplebar-scrollbar:before {
        left: 2px;
        right: 2px;
    }
   
    .all-section-scroll {
        padding-right: 11px;
    }
}
@media (max-width: 767px){
    .simplebar-track.simplebar-vertical {
        width: 5px;
    }
    .simplebar-scrollbar:before {
        left: 1px;
        right: 1px;
    }
   
    .all-section-scroll {
        padding-right: 5px;
    }
}
/*СЃРєСЂРѕР»Р» РєРѕРЅРµС†*/

.cliuhgbgri{
	margin-top:7px !important;
}
@media (max-width: 767px){
	.cliuhgbgri{
	margin-top:12px !important;
}
}