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

.hidden {
  display: none; }

section {
    padding: 60px 0 60px;
}

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

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

/*--------header-----------*/
#header .adress-top{  
  text-align: right;
  color: #fff;  
  position: relative;
  z-index: 15;
}
#header .adress-top p{
  font-size: 13px;
  line-height: 1.2;
  margin: 12px 0 0;
  color: #000;
}
#header .adress-top p span{
  font-weight: 800;
  color: #000;
}
#header .adress-top p .far{
  font-weight: 800;
  color: #bb0023;
}
#header .adress-top p .fas{
  font-weight: 800;
  color: #bb0023;
}
#header .time-head{
  text-align: left;
}
#header .time-head p{
  margin: 19px 0 0;
}
.social-head ul li{
  display: inline;
}
.social-head ul li img{
  width: 25px;
}
.social-head li p{
  display: inline;
}
#header .mail-head a{
  font-size: 14px;
    line-height: 1.2;
    margin: 19px 0 0;
    color: #000;
    display: inline-block;
    text-align: right;    
}
#header .mail-head a:hover{  
  color: #bb0023;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}
#header .mail-head a span{
  font-weight: 800;
  color: #000;
}
#header .mail-head a .far{
  font-weight: 800;
  color: #bb0023;
}
#header {
  width: 100%;
  position: relative;     
}
.mobile-center a {
    display: inline-block;
}
.logo {
  margin: 2px 0 0px;
  display: block;
  width: 100%;
}
.logo img{
    width: 100%;
}
.header-number {
   margin: 0;
   text-align: right;
}
.header-number ul{
  list-style-type: none;
  display: inline-block;
  text-align: right;
  margin: 0;
  padding-left: 0;
}
.header-number .pnone-wr a {
  display: block;
  font-size: 20px;    
  text-align: center;
  line-height: 1.4;
  color: #000;
  font-weight: 800;
}
.make-phone a{
    color: #000;
    display: inline-block;
    border-bottom: 1px #000 dashed;
    line-height: 1.2;
    font-size: 14px;
}
.make-phone a:hover{  
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header-number a span{
  font-size: 14px;
  border-bottom:none;  
  font-weight: 300;
}
.btn-head{
  margin: 9px 0 0;
}
ul.header-phone-number{
  margin-top: 2px;
}
.header-number .btn-head .button-primary{
    display: inline-flex;
    height: 42px;
    padding: 14px 32px 14px 32px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #bb0023;
    border: 1px solid #bb0023;
    z-index: 3;
}
.header-number .btn-head .button-primary {
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);    
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}
.header-number .btn-head .button-primary:hover{
  box-shadow:none;
  background-color: #fff;
  border: 1px solid #bb0023;
  color: #bb0023;
}
.logo-adr-line{
    width: 100%;    
    position: relative;
    z-index: 10;
    padding: 10px 0;    
}
.header-number a:hover {
    color: #bb0023;
    transition: .3s;
    text-decoration: none;
}

/* #Navigation
================================================== */
#nav-section {
  min-height: 56px;
  min-width: 320px;
  padding: 0;
  /*background-color: #cae6f1;*/
  box-shadow: 0 5px 5px -5px #000;
  position: relative;
  z-index: 9;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-section.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #e3e3e3;
  z-index: 10;
}
#nav-section.shrink {
  min-height: 61px;
}
#nav-section.shrink .nav-logo img {
  height: 62px;
}
#nav-section.shrink .navbar-nav > li > a {
  line-height: 61px;
}
.navbar {
  float: left;
  /*margin: 0px 30px 0 0;*/
  min-height: 0;
  border: none;
}
.navbar-nav > li > img{
  width: 20px;
  margin-left: 35px;
}
.navbar-nav > li > a {    
    display: inline-block;
    color: #000;
    line-height: 56px;
    font-size: 13.3px;
    font-weight: 300;
    /* font-family: "OpenSansBold", sans-serif; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;   
}
.navbar-nav > li{
  padding: 0 28px 0 28px;
}
.navbar-nav > li:first-child{
  padding-left: 0;
}
.navbar-nav > li:last-child{
  padding-right: 0;
}

/*.navbar-nav > li:before{
   content: '';
    width: 1px;
    height: 30%;
    background: #000;
    position: absolute;
    top: 35%;
    left: 0;
}
.navbar-nav > li:first-child:before {
  display: none;
}*/

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #bb0023;
}


@media (min-width: 768px){
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px){
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
@media (min-width: 768px){
  .navbar-nav>li {
    float: left;
  }
}
.nav>li {
    position: relative;
    display: block;
}
@media (max-width: 992px){
  .sb-search {
    display: none;
  }
}
@media (max-width: 992px){
  .nav {
    display: none;
  }
}

.navbar ul>li ul {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    background: #fff;
    position: absolute;
    top: 44px;
    left: 14px;
    height: auto;
    padding: 0;
    z-index: 22 !important;
    text-align: left;
    padding: 12px 26px;
    width: 420px;
}
.navbar ul>li ul>li ul.second-drop{
  left: 183px;
  top: -4px;
}
.navbar ul>li:hover>ul {
    opacity: 1;
    border-radius: 3px;
    filter: alpha(opacity=100);
    visibility: visible;
    box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
.navbar ul>li ul .fa{
  margin-left: 70px;
}
.navbar ul>li ul li {
    /*white-space: nowrap;*/
    position: relative;
    display: block;
    padding: 0;
    margin: 10px 0;
    line-height: 1.4;
    border-bottom: 1px #ccc solid;
}
.navbar ul>li ul a {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar ul>li ul a:hover {
    color: #ff6400;
}

/*Toogle Menu*/
.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 16px;
}
.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: 3px;
  background-color: #bb0023;
  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;
  z-index: 50;
  width: 80%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 4px rgba(0,0,0,.1);
  position: absolute;
}
.hidden-mnu ul {
  padding: 0;
  /*border-bottom: 1px #ccc solid;*/
}
.hidden-mnu ul ul{
  padding-left: 10px;
}
.hidden-mnu li {
    display: block;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
    border-bottom: 1px #ccc solid;
    text-align: left;
    text-transform: uppercase;    
}
.hidden-mnu li:last-child{
  border-bottom: none;
}
.hidden-mnu a {
  color: #000;
  display: block;
  padding: 10px 4px;
  text-transform: none;
}
.hidden-mnu a:active {
  text-decoration: underline;
}
.hidden-mnu a:hover {
  color: #bb0023;      
  transition: all .5s ease;
}
/*------end header---------*/

/*---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: 31px;
    top: 29px;
}
.white-popup .head-form{
  background-color: #fff;
}
/*----------------------------*/

/*-----header-carousel----*/
.header-carousel .item {  
  padding: 80px 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-carousel .item:before{

}
.header-carousel .item:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.2);*/
}
.header-carousel .item h1{  
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px;  
  font-weight: 300;
  margin-top: 55px;
  /*font-family: "Robotobold", sans-serif;*/
  text-transform: uppercase;  
  color: #fff;
}
.header-carousel .item h2{  
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 0px;  
  font-weight: 300;
  margin-top: 55px;
  /*font-family: "Robotobold", sans-serif;*/
  text-transform: uppercase;  
  color: #fff;
}
.header-carousel .item ul{
  list-style-type: none;
  padding-left: 0;
  margin-top: 28px;
  margin-bottom: 28px;
}
.header-carousel .item ul li{
  font-size: 18px;
  padding-bottom: 12px;
  color: #fff;
}
.header-carousel .item ul li:last-child{
  padding-bottom: 0;
}
.header-carousel .item ul li .fas{
  color: #bb0023;
  font-size: 10px;
  position: relative;
  bottom: 2px;
}
.item-btn{
  margin-top: 20px;
}
.item-btn a{
  display: inline-flex;
  padding: 14px 32px 14px 32px;
  align-items: center;
  position: relative;
  transition: all .3s;
  background-color: #bb0023;
  border: 1px solid #bb0023;
  z-index: 3;
  box-shadow: 0px 7px 7px 0px rgb(255 255 255 / 10%);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.item-btn a:hover{
  border: 1px #7b6d1d solid;
  background: #7b6d1d;
  color: #fff;
  transition: all .5s ease;
}


.header-carousel .owl-controls {
    left: 0;
}
.header-carousel .owl-controls {
    left: 0;
    top: 45%;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav {
    top: 0;
    width: 100%;
    position: absolute;
}
.header-carousel .owl-controls .owl-nav>div {
    position: absolute;
    left: 25px;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.header-carousel .owl-controls .owl-nav>div.owl-next {
    right: 25px;
    left: auto;
}
.header-carousel .owl-controls .owl-nav>div:hover {
    color: #bb0023;
}
.header-carousel .owl-dots {    
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;   
    top: 250px;
}
.header-carousel .owl-dots .owl-dot.active {
    background-color: #bb0023;
}
.header-carousel .owl-dots .owl-dot {
    background-color: #fff;
    border-radius: 10em;
    display: inline-block;
    height: 4px;
    margin: 3px;
    webkit-border-radius: 10em;
    width: 22px;
}
/*------------------------*/

/*-------about-wrap-------*/
.about-wrap{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title h3 {
    text-align: center;
    margin: 0;
    font-size: 34px;
    font-weight: 100;
    line-height: 1.2;
    color: #000;
    margin-bottom: 60px;
}
.about-section-text p {
    color: #000;
    font-size: 16px;
    line-height: 1.4;    
    margin-top: 0;
}
.about-section-text p span{
  color: #bb0023;
  font-weight: 800;
}
.head-form {
  background-color: transparent;
  border: 2px #fff solid;
  color: #000; 
  padding: 30px 30px 40px;
  text-align: center;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%); 
}
.head-form h3 {
  display: block;
  font-weight: 400;
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
}
.head-form h3 span{
  text-transform: uppercase;
  font-weight: 800;
}
.head-form button[type="submit"]{
  background-color: transparent;
  border:2px #bb0023 solid;
  color: #bb0023;
}
.head-form button[type="submit"]:hover{
  background-color: #bb0023;
  color: #fff !important;
  border:2px #bb0023 solid;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.head-form input,
.head-form button {
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #333;
  display: block;
  height: 55px;
  margin-bottom: 15px;
  width: 100%;
  text-indent: 16px;
}
.head-form input[type="submit"],
.head-form input button,
.head-form button[type="submit"],
.head-form button button {
  text-indent: 0;
  text-transform: uppercase;
  font-weight: 700;
  height: 60px;
}
/*------------------------*/

/*------gallery-wrap------*/
.gallery-wrap{
  padding-bottom: 30px;
}
.galeryBox__box {
  padding: 0;
  margin: 0;
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
  width: 100%;
  height: 210px;
  overflow: hidden; 
}

.galeryBox__box-inner {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; 
}

.galeryBox--special .galeryBox__box {
  height: 250px;
  overflow: hidden; 
}

.galeryBox--special .galeryBox__img {
  height: 210px;
  overflow: visible; 
}

.galeryBox__img {
  position: relative;
  z-index: -1; 
}
.galeryBox__img {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .galeryBox__img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }

.galeryBox__img-link {
  width: 100%;
  height: 100%;
  text-decoration: none; 
}  

.mb-4{
    margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gallery-wrap .galeryBox__box {
    width: 100%;
    height: 300px; }
}

@media (min-width: 992px) {
  .gallery-wrap .galeryBox__box {
    width: 100%;
    height: 270px; }
}

@media (min-width: 1200px) {  
  .gallery-wrap .galeryBox__box {
    width: 100%;
    height: 245px; }
}

@media (min-width: 1600px) { 
  .gallery-wrap .galeryBox__box {
    width: 100%;
    height: 245px; } 
}
/*------------------------*/

/*-------testimonials-----*/
.testimonials{
  background-color: #f8f8f8;
}
.whu-block img {
    float: left;
    margin-right: 10px;
    width: 50px;
}
.whu-block span {
    font-size: 16px;
    font-weight: 600;    
    text-transform: uppercase;
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
}
.whu-block{
  display: table;
  height: 50px;
}
/*------------------------*/

/*------certificate-------*/
.certificate{
  padding-bottom: 30px;
  padding-top: 0;
  background-color: #f8f8f8;
}
.galeryBox-item{
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .certificate .galeryBox__box {
    width: 100%;
    height: 350px; }
}

@media (min-width: 992px) {
  .certificate .galeryBox__box {
    width: 100%;
    height: 350px; }
}

@media (min-width: 1200px) {  
  .certificate .galeryBox__box {
    width: 100%;
    height: 400px; }
}

@media (min-width: 1600px) { 
  .certificate .galeryBox__box {
    width: 100%;
    height: 400px; } 
}
/*------------------------*/

/*--------client-------------*/
.clients{
  padding-bottom: 0px;
}
.mb-5, .my-5 {
    margin-bottom: 40px;
    text-align: center;
}
.clients-img { 
  max-width: 160px;  
}
.clients .section-title p{
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.clients .section-title p span{
  color: #bb0023;
  font-weight: 800;
}
/*------------------------------*/

/*--------scheme----------*/
.scheme{
  background-color: #f8f8f8;  
  padding-bottom: 0px;
}
.circle-block {
    position: relative; 
    margin-bottom: 60px; 
}

.circle-block p {
    color: #222;
    font-size: 12px;
    font-weight: 400px;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0;
    padding: 0 20px;
}
.circle {
    position: relative;
    width: 111px;
    height: 111px;
    border: 1px solid #bb0023;
    border-radius: 50%;
    margin: auto;
}
.circle img {
  padding: 29px 29px;
}
.circle-small {
    position: absolute;
    top: -15px;
    right: 0;
    width: 41px;
    height: 41px;
    border: 1px solid #bb0023;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    line-height: 14px;
    padding: 13px 13px;
}
.circle-title {
    position: relative;
    display: block;
    margin-top: 18px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;  
}
.scheme .cta--btn{
  text-align: center;
  margin-left: 0;
}
.scheme .cta--btn a{
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background-color: #FF6600;
  padding: 10px 30px 10px 30px;
  margin-top: 4px;
  color: #fff;
}
.scheme .cta--btn a:hover{
  background-color: #c05005;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/*------------------------*/

/*----------footer--------*/
footer{
  background: #343434;
  box-shadow: 0 -3px 5px -3px rgb(0 0 0 / 70%);
}
.footer-top-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-about {
  padding-right: 70px;
}
.footer-logo {
  margin-bottom: 35px;
  display: block;
  width: 100%;
}
.footer-logo img{
  width: 100%;
}
.footer-area .widget p > span, .footer-area .widget p > i {
    color: #fff;
}
.footer-area .widget p > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}
.footer-area .widget p{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
}
.footer-area .widget p > a:hover{
  color: #bb0023;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-area .widget p img{
  width: 25px;
}
footer ul {
    margin: 0px;
    padding: 0px;
}
.footer-title {
  font-weight: 700;
  margin: 10px 0 30px;
  text-transform: uppercase;
  font-size: 18px;
  color: #e9e7e7;
}
.footer-menu > li {
  display: block;
}
.footer-menu li a {
  color: #fff;
  display: inline-block;
  line-height: 30px;
}
.footer-menu li a:hover{
  color: #bb0023;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-menu li a i {
  color: #ffffff;
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 0px;
}
.footer-menu li a span {
  font-size: 13px;
  font-weight: 600;
}
.border-left {
  position: relative;
  padding-left: 10px;
}
.border-left::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 3px;
}
footer form input, footer form input:focus {
    width: 100%;
    height: 44px;
    border: 1px solid #fff;
    margin-bottom: 13px;
    outline: none;
    background-color: transparent;
    color: #777;
    padding: 10px;   
}
footer button {
    width: 100%;
    height: 44px;
    background-color: #fff;
    border: none;
    color: #777;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;    
    border: 1px #fff solid;
}
footer button:hover{
  background-color: #bb0023;
  border: 1px solid #bb0023;
  transition: 0.5s;
  color: #fff;
}
/*------------------------*/

/*-------second-header----*/
.second-header{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.second-header h1{
  color: #fff;
  text-align: center;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 30px 0;
}
.breadcrumb {
    width: 100%;
    height: 44px;
    background-color: #f8f8f8;
    margin-bottom: 0px;
    padding: 0;
    line-height: 44px;
    position: relative;
    z-index: 9;
}
.breadcrumb ul{
  margin-top: 0;
  padding-left: 0;
}
.breadcrumb ul li {
    list-style: none;
    display: inline-block;
    color: #777;    
}
.breadcrumb ul li i {
    font-size: 12px;
}
.breadcrumb ul li a {
    color: #777;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 5px;
}
.breadcrumb ul li a:hover {
    text-decoration: none;
}
.breadcrumb ul li a.active {
    color: #bb0023;
}
/*-------------------------*/

/*-----production-wr-------*/
.production-wr{
  padding-bottom: 40px;
}
.production-wr .section-title p{
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.production-wr .section-title p span{
  color: #bb0023;
  font-weight: 800;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
} 
.col-xs-1-5 {
  width: 20%;
  float: left;
} 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
} 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
.production-wr-item {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    padding: 4px 4px;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.production-wr-item-img {
    display: block;
    width: 100%;
}
.production-wr-item-img img {
    width: 100%;
}
.production-wr-item-text h3 {
    font-size: 16px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 1.2;
}
.production-wr-item-text {
    text-align: center;   
}
.production-wr-item .head-form{
   box-shadow: none; 
   background-color: #bb0023;
}
.production-wr-item .head-form h3{
  color: #fff;
}
.production-wr-item .head-form button[type="submit"] {
    background-color: transparent;
    border: 2px #fff solid;
    color: #fff;
}
.production-wr-item .head-form button[type="submit"]:hover {
    background-color: #fff;
    color: #bb0023 !important;
    border: 2px #fff solid;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
/*-------------------------*/

/*--------more-prod--------*/
.more-prod{
  background-color: #f8f8f8;
  padding-bottom: 46px;
}
.more-prod .section-title p{
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.table {
    width: 100%;
    max-width: 100%;   
    margin-bottom: 30px; 
    -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
    -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
}
table {
    border-collapse: collapse;
    background-color: transparent;
}
.table thead th {
    vertical-align: bottom;
    text-align: center;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #bb0023;
    text-align: center;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.more-prod-tables-first p{
  font-size: 16px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 16px;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
}
.more-prod-img{
  display: block;
  width: 100%;
}
.more-prod-img img{
  width: 100%;
  margin-bottom: 20px;
}
.more-prod-text p{
  font-size: 16px;
  color: #000;
  margin-top: 16px;
  margin-bottom: 0px;
  line-height: 1.2;
  text-align: center;
  font-weight: 800;
}
/*-------------------------*/

/*------middle-form------*/
.form-sect-text p{
  color: #bb0023;
  font-size: 18px;  
  display: block;
  text-align: center;
}
.newsletter-input {
    height: 56px;
    padding-left: 20px;
    width: 100%!important;
    border: 2px #bb0023 solid;
    background-color: transparent;
    border-color: #bb0023 !important;
}
.subscribe-btn {
    color: #fff;
    height: 56px;
    width: 100%!important;
    border: none;
    font-size: 16px;
    border-radius: 2px;
    background-color: #bb0023;
    border: 2px solid #bb0023;
}
.subscribe-btn:hover{
  border: 2px #bb0023 solid;
  color: #bb0023;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.middle-form{
  background-color: #f8f8f8;
}
/*-------------------------*/

/*--------akcii-wrap-------*/
.akcii-wrap-item-img{
  display: block;
  width: 100%;
}
.akcii-wrap-item-img img{
  width: 100%;
}
.akcii-wrap-item-text h4{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 12px 0;
  color: #bb0023;
}
.akcii-wrap-item-text p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.akcii-wrap-item{
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;  
  padding: 10px;
  margin-bottom: 30px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;    
}
.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: #bb0023;
    border-color: #bb0023;
    padding: 6px 14px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.4;
    color: #bb0023;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #bb0023;
    margin: 5px;
    border-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #bb0023;
    border-color: #bb0023;
    transition: all .5s ease;
}
.pagination li.active a { 
  color: #fff !important; 
  border-radius: 0px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;   
}
.pagination > li {
    display: inline;
}
.pagination-wrp{
  text-align: center; 
}
/*-------------------------*/

/*--------blog-wrap--------*/
.blog-wrap-item-img{
  display: block;
  width: 100%;
}
.blog-wrap-item-img img{
  width: 100%;
}
a.blog-wrap-item{
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  -mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%), 0 0 1px rgb(0 0 0 / 10%) inset;
  padding: 10px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.blog-wrap-item-text h4{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 12px 0;
  color: #000;
}
.blog-wrap-item-text p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #000;
}
.blog-wrap-item-text span{
  font-size: 14px;
  color: #bb0023;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-top: 1px #bb0023 solid;
  padding-top: 10px;
}
a.blog-wrap-item:hover{
  box-shadow: 0px 12px 21px rgb(0 0 0 / 8%);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a.blog-wrap-item:hover h4{
  color: #bb0023;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a.blog-wrap-item:hover span{
  color: #000;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.blog-btn{
  text-align: center;
  margin-top: 20px;
}
.blog-btn a{
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  height: 42px;
  padding: 14px 32px 14px 32px;
  align-items: center;
  position: relative;
  transition: all .3s;
  background-color: #bb0023;
  border: 1px solid #bb0023;
  z-index: 3;
}
.blog-btn a:hover{
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bb0023;
  color: #bb0023;
}
/*-------------------------*/

/*--------post-wrap--------*/
.post-wrap-title h2{
  font-size: 34px;
  line-height: 1.2;
  color: #bb0023;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}
.post-wrap-img{
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto; 
}
.post-wrap-img img{
  width: 100%;
}
.post-wrap-text{
  max-width: 750px;
  margin-right: auto;
  margin-left: auto; 
}
.post-wrap-text p{
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
.post-wrap-btn{
  text-align: center;
}
.post-wrap-text-table .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.post-wrap-text-table table {
    border-collapse: collapse;
    background-color: transparent;
}
.post-wrap-text-table .table thead th {
    vertical-align: bottom;
    text-align: left;
}
.post-wrap-text-table .table th, 
.post-wrap-text-table .table td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #dc5941;
    text-align: left;
    font-weight: 500;
}
.post-wrap-text-table .table-striped tbody tr:nth-of-type(odd) {
    background-color:#f8f8f8;
}
.post-wrap-text-table .table thead th{
  font-weight: 800;
}
.post-wrap-text-table table {
    min-width: 767px;
}
.post-wrap-text-table {
    overflow: auto;
}
/*-------------------------*/

/*-------delivery-wrap-----*/
.delivery-wrap .section-title p{
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.delivery-wrap-img{
  display: block;
  width: 100%;
}
.delivery-wrap-img img{
  width: 100%;
}
.delivery-wrap-text h4{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin: 12px 0;
  color: #bb0023;
}
/*-------------------------*/

/*-------sotrudnichestvo----*/
.sotrudnichestvo-img{
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
.sotrudnichestvo-img img{
  width: 100%;
}
.sotrudnichestvo-text {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}
.sotrudnichestvo-text p {
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}
.sotrudnichestvo-btn a{
  box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  height: 42px;
  padding: 14px 32px 14px 32px;
  align-items: center;
  position: relative;
  transition: all .3s;
  background-color: #bb0023;
  border: 1px solid #bb0023;
  z-index: 3;
}
.sotrudnichestvo-btn a:hover{
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bb0023;
  color: #bb0023;
}
.sotrudnichestvo-btn{
  text-align: center;
  margin-top: 30px;
}
/*--------------------------*/

/*-----contact------*/
.wprt-section {
    position: relative;
    background-color: #fff;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.wprt-information h4{
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.5;
  margin: 40px 0 12px;
  font-weight: 600;
}
.wprt-information p{
  margin: 0 0 20px;
  color: #000;
  font-size: 14px;
}
.wprt-information ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.wprt-information ul li {
    position: relative;
    padding: 6px 0 0 0px;
    border: 0;
    margin-bottom: 0px; 
    color: #000; 
    line-height: 1.4;
}
.wprt-information ul li span{
  font-size: 16px;
  font-weight: 800;
  color: #000;
}
.wprt-information ul li p{
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  display: inline;
}
.wprt-information ul li .fas{
  color: #bb0023;
}
.wprt-information ul li .far{
  color: #bb0023;
}
.wprt-information h4 span{
  color: #bb0023;
}
.wprt-information ul li span img{
  width: 25px;
}
.wprt-information h4:first-child{
  margin-top: 0;
}
.wprt-information{
  margin-bottom: 40px;
}
.wprt-information a {
  color: #000;
}
.wprt-information a:hover{
  color: #bb0023;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#main-content form{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.name, 
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.phone {
    margin-right: 2.598%;
}
 
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.email, 
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.phone, 
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.subject {
    width: 48.702%;    
    margin-bottom: 20px;
}
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.name{
  width: 100%;
}
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap {
    position: relative;
}
#main-content .wpcf7-form textarea, 
.wpcf7-form input {
    /*margin-bottom: 0;*/
}
#main-content textarea, 
#main-content input[type="text"], 
#main-content input[type="email"] {
    color: #333;
    border: 1px solid #ccc;
    padding: 11px 19px;
    line-height: inherit;
    width: 100%;
    background-color: transparent;
    margin-bottom: 30px;
    border-radius: 0;
    height: auto;
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}
input, textarea {
    font-size: 14px;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
#main-content .wprt-contact-form-1 .wpcf7-form-control-wrap.message textarea {
    height: 170px;
    margin-bottom: 20px;
}
#main-content .wprt-contact-form-1 .wrap-submit {
    text-align: center;
}
#main-content .wprt-contact-form-1 .wpcf7-form-control.wpcf7-submit {
    width: 200px;
}
#main-content button {
    border: 0;
    font-weight: 500;
    background-color: #bb0023;
    border: 1px solid #bb0023;
    box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 2px;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 14px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
}
#main-content button:hover{
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #bb0023;
  color: #bb0023;
}
#contact-page .contact-form{
  box-shadow: none;
}
.wprt-gmap iframe{
  width: 100%;
  height: 450px;
  border: none;
}
#contact-page{
  padding-bottom: 20px;
}
/*------------------*/

/*-------ReSite------------*/
  .footer-bottom {
    background: #090909;   
    color: #424242;
    padding: 12px 0px;
  }
  .footer-bottom .logo-sign{
    text-align: right;
    display: block;
    width: 100%;
  }
  .footer-bottom .logo-sign img{
    width: 75px;
  }
  .footer-bottom .logo-sign {
    color: #7b7b7b;
    font-size: 12px;
  }
  .footer-bottom .logo-sign p{
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
  }
  .footer-bottom .row {
    margin-bottom: 0px;
  }
  @media only screen and (max-width : 767px){
    .footer-bottom .logo-sign {
        color: #7b7b7b;
        font-size: 12px;
        margin: 5px 0;
    }
  }
/*-------End ReSite-----------*/

.st-as-21-12-textarea{
	border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    display: block;
    height:100px;
    margin-bottom: 15px;
    width: 100%;
    text-indent: 16px;
    padding-top: 15px;
}
.st-as-21-12-textarea-2{
	width: 100%;
    height:100px;
    border: 1px solid #fff;
    margin-bottom: 13px;
    outline: none;
    background-color: transparent;
    color: #777;
    padding: 10px;
}
.st-as-21-12-textarea-3{
	 height:80px;
    padding: 15px;
    width: 100%!important;
    border: 2px #bb0023 solid;
    background-color: transparent;
    border-color: #bb0023 !important;
}

@media only screen and (max-width : 1199px){
	#header{
		z-index:33;
	}
}

.st-as-21-12-textarea-3496023295{
	display:none;
}
.button-primary-as-25-12{
	box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
	
	display: inline-flex;
    height: 42px;
    padding: 14px 32px 14px 32px;
    align-items: center;
    position: relative;
    transition: all .3s;
    background-color: #bb0023;
    border: 1px solid #bb0023;
    z-index: 3;
	
}