a{
	color:#ffb800
}
.call.text-dark.d-flex.justify-content-sm-end.justify-content-center.align-items-center.bold a{
    color:#000000
}
.d-block.text-dark.text-sm-start.text-center.bold a{
    color:#000000
}
@font-face{
  font-family: 'Montserrat';
  src: url('fonts/Montserrat-VariableFont_wght.ttf');
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}
@font-face{
  font-family: 'Montserrat-bold';
  src: url('fonts/Montserrat-VariableFont_wght.ttf');
  font-weight: 500;
  font-style: normal;
  font-display:swap;
}
*,*::after,*::before{
  box-sizing: border-box;
}
body{
  margin: 0;
  font-family: 'Montserrat', Sans-serif;
}
header{
  color:white;
  padding: 63px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: padding 1s,
              background-color 1s;
  z-index: 2
}
header.scrolled{
  transition: padding .5s,
              background-color .1s ease-out .1s;
  padding: 22px 0;
  background-color: #47596d;
}

header.services-p.scrolled{
  background-color: #9db6d2;
}
header.contacts.scrolled{
  background-color: #9db6d2;
}
header nav{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Montserrat-bold';
}
nav a{
  color: inherit;
  text-decoration: none;
}
nav ul{
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
nav li a{
  padding: 13px 20px;
  border-bottom: 0px solid;;
  /* transition: 0s; */
}
nav li a:not([href]):not(.btn-sm){
  transition: .3s;
  border-bottom: 5px solid #9dbddf;
}
nav li a:hover:not(.btn-sm){
  transition: .3s;
  border-bottom: 5px solid;
}
nav li a.btn-sm{
  margin: 13px 20px;
}header #white-logo,  header.light.scrolled #white-logo{
  display: block;
}

header #black-logo,  header.light.scrolled #black-logo{
  display: none;
}
header.light #black-logo{
  display: block;
}
header.light #white-logo{
  display: none;
}
header .call-form{
  transition: all .3s;
  box-shadow: none;
}
header .call-form:hover {
  transition: all .3s;
  box-shadow: 0 0 10px 1px #f3d966;
}
header .call{
  display: flex;
  font-size: 17px;
  font-family: 'Montserrat-bold';
  font-weight: bolder;
  justify-content: right;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
header .call:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/call.svg);
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.advantages3 h2 {
  color:  #ffffff;
font-weight: bold;
  font-size: 35px;
}

.title h1 {
  color: #ffffff;
	font-weight: 100;
  font-size: 35px;
}

header.light .call:before{
  background-image: url(../images/call-black.svg);
}
header.light.scrolled .call:before{
  background-image: url(../images/call.svg);
}

header.light {
  color: black;
}
header.light.scrolled{
  color: white;
}
header.scrolled.about-us {
  background-color: #acc48e;
}

.light .contact-actions-container{
  color: black;
}
.light.scrolled .contact-actions-container{
  color: white;
}
footer .call:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/call-black.svg);
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.bottom-section .title{
  font-size: 30px;
  font-family: 'Montserrat-bold';
  font-weight: bold;
  margin: 0;
  text-align: center;
}
.bottom-section{
  background-color: #ffb800;
  /* height: calc(100vh - 92px); */
  padding-top: 35px
}
.bottom-section.about-us{
  background-color: #f9fef3;
}
.bottom-section.services-p{
  background-color: #ffffff;
}
.bottom-section.contacts{
  background-color: #ffffff;
}
.form-card{
  border-radius: 5px;
  padding: 40px;
  box-shadow: 12px 8px 28px 6px rgb(0 0 0 / 35%);
  margin: 40px 0;
}
.form-info .title{
  text-align: left;
  font-size: 26px;
  font-family: 'Montserrat-bold';
  font-weight: bold;
  margin-bottom: 20px;
}
.form-info .discription{
  color: #909090;
  font-size: 14px;
  line-height: 1.8;
}
.bottom-section .form-wraper{
  padding: 30px;
  box-shadow: 4px 1px 47px -7px rgb(0 0 0 / 25%);
}
.mini-form{
  position: relative;
  line-height: 0.1;
}
.mini-form *{
  display: block;
}
.mini-form .wpcf7-spinner{
  display: none;
}

.iii p {
  line-height: 30px;
  font-size: 15px;
}
.mini-form .wpcf7-response-output{
  font-size: 12px;
  position: absolute;
  max-width: 200px;
  background: white;
  top: -33%;
  right: -125%;
  border-color: #f3667f;
  border-radius: 9px;
  border-bottom-left-radius: 0px;
  line-height: 1.2;
}
.mini-form .wpcf7-form-control-wrap{
  position: relative;
  display: flex;
  line-height
}
.mini-form p{
  margin: 0;
}
.mini-form input:not([type="submit"]){
  border: none;
  background-color: white;
  margin-bottom: 10px;
  border-bottom: 1px solid #A6A7A9;
  padding: 10px;
  width: 100%;
  font-size: 14px;
}
.mini-form input::placeholder {
    color: #b9b9b9;
}
.mini-form [type="submit"]{
  font-family: 'Montserrat-bold';
  font-weight: bold;
  margin-top: 20px;
  width: 100%;
  min-height: 40px;
  border-radius: 5px;
}
.mini-form .wpcf7-not-valid-tip{
  font-size: 10px;
  line-height: 1.2;
  position: absolute;
  top: -6px;
}
.preview-banner{

}
.preview-banner .preview-slider-item{
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  flex: 0 0 auto;
  padding-top: 190px;
  filter: blur(4px);
  filter: brightness(0.5);
}
.logo-container{
  display: flex;
  align-items: center;
  cursor: pointer;
}

.nav-container{
  display: flex;
  align-items: center;
}
.logo-container .logo-image{
  justify-content: right;
  border-right: 2px solid;
  display: flex;
  align-items: center;
}
.main_text{
	display: flex;
}

.logo-container .logo-note{
  font-size: 12px;
}

.custom-container-1{
  max-width: 1140px!important;
}
.custom-container-2{
  max-width: 830px!important;
}
.contact-actions-container{
  cursor: pointer;
  color: white;
  text-decoration: none;
}
.contact-actions-container span{
  font-size: 12px;
}
.contact-actions-container:hover{
  animation: linear .7s infinite alternate scale_shadow;
}

footer .policty-link{
  font-size: 12px;
  cursor: pointer;
}
/* Buttons */
  /* Buttons Size*/
    .btn-sm{
      font-size: 13px;
      padding: 10px 20px;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      border: none;
      cursor: pointer;
    }
    .btn-md{
      font-size: 16px;
      padding: 15px 30px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: none;
      cursor: pointer;
    }
  /* Buttons Size END*/

  /* Buttons color*/
    .btn-yellow{
      color: #000000;
      background-color: #ffb800;
    }
    .btn-outline-black{
      background-color: transparent;
      border: 1px solid black;
      border-radius: 5px;
    }
  /* Buttons color END*/

/* #47596d */
/* Buttons END*/


.info-block{
  padding-left: 22px;
  margin-top: 50px;
}
.info-block .title h1{
  font-size: 29px;
}
.info-block .gradient-line{
  width: 128px;
  height: 2px;
  background: rgb(41,95,243);
  background: linear-gradient(90deg, rgba(41,95,243,1) 0%, rgba(101,73,240,1) 35%, rgba(165,51,238,1) 100%);
}

.advantages1 ul{
  padding: 0;
  list-style-type: none;
}

.advantages ul{
  padding: 0;
  list-style-type: none;
}

.advantages1 li{
  font-size: 20px;
  margin-top: 20px;
  margin-right: 100px;
  white-space: nowrap;
}

.advantages li{
  font-size: 20px;
  margin-top: 20px;
  white-space: nowrap;
}





/*для другой старнице */

.advantages2 ul li {
  margin-top: 22px;
}

.advantages3-block {
  background-color: #fff;
  color:  #000;
  padding: 10px 15px 0px 15px;
  width: 260px;
   border-radius: 10px;
}

.advantages3 {
  margin-left: 200px;
  margin-top: -100px;

}

.advantages3-block {
  text-align: center;
}



.wpcf7-form-control {
  width: 100%;
  height: 35px;
  margin-top: 10px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px #d4d2d2;
}




/*Окончание Странице */




.advantages1 .icon.trans-icon::before{
  background-image: url(../images/icons8-transform.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages1 .icon.turbo-icon::before{
  background-image: url(../images/icons8-reactive.png);
  content: '';
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages1 .icon.hydro-icon::before{
  background-image: url(../images/hydro.png);
  content: '';
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages1 .icon.indust-icon::before{
  background-image: url(../images/icons8-indust.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages1 .icon.motor-icon::before{
  background-image: url(../images/icons8-motor.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}


.advantages .icon.oil-icon::before{
  background-image: url(../images/advantage-icon-1.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages2 .icon.oil-icon::before{
  background-image: url(../images/advantage-icon-1.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages .icon.hands-icon::before{
  background-image: url(../images/advantage-icon-2.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages2 .icon.hands-icon::before{
  background-image: url(../images/advantage-icon-2.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages .icon.truck-icon::before{
  background-image: url(../images/advantage-icon-3.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
.advantages2 .icon.truck-icon::before{
  background-image: url(../images/advantage-icon-3.png);
  content: '';
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-repeat: no-repeat;
}
footer .logo-note{
  display: flex;
  align-items: center;
  justify-content: left;
}
.bold{
    font-family: 'Montserrat-bold';
    font-weight: bold;
}

.midle-section .advantage{
  margin-bottom: 75px;
}
.midle-section .advantage h2{
  font-size: 32px;
  font-family: "Montserrat-bold", Sans-serif;
  font-weight: bold;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.slider-item {
  padding: 15px;
}
.slider-item .condition{
  border-radius: 11px;
  background-color: #ffb800;
  height: 310px;
  /* padding: 3em; */
  font-family: "Montserrat-bold", Sans-serif;
  font-weight: bold;
}
.advantages-slider{
  visibility: hidden;
  margin-bottom: 75px;
}
.slider-item .condition .top{
  display: flex;
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: flex-end;
  font-size: 5em;
}
.slider-item .condition .top div{
  border-bottom: 2px solid gray;
}
.slider-item .condition .bottom{
  width: 100%;
  font-size: 15px;
  margin-top: 20px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
}
.slick-prev:before, .slick-next:before{
  color: black!important;
  font-size: 34px!important;
}
.slick-prev{
  left: -40px!important;
}

.short-info .about{
  line-height: 2;
  font-size: 15px;
}

.short-info .title{
  font-size: 29px;
  margin: 0;
}
.pair p{
  font-size: 15px;
  margin: 10px 0;
}
.pair .bold{
  margin-top: 2em;
  font-size: 21px;
}
.mobile-arrow{
  position: relative;
}

.services-list-item{
  background-color: #ffb800;
  border-radius: 8px;
  border-left: 7px solid black;
  width: 100%;
  height: 100%;
  font-size: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  width: 100%;
}
.services .title{
  font-size: 32px;
  text-align: center;
}
.services .title-discr{
  font-size: 15px;
  text-align: center;
  width: 55%;
  margin: auto;
}

.logo-lg-block{
  flex-wrap: wrap;
  width: 800px;
  height: 100%;
  background-size: 100%;
  background-position: 65%;
  background-repeat: no-repeat;
  filter: blur(2px);
}
.logo-lg-block-text {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 90%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-lg-block-text .title{
  font-size: 40px;
  flex: 0 0 auto;
  width: 100%;
}
.logo-lg-block-text .discr{
  font-size: 18px;
  flex: 0 0 auto;
  width: 100%;
}
.testimonials{
  font-size: 15px;
  text-align: center;
}
.testimonials .testim-text{
  line-height: 1.7;
  text-align: justify;
  display: block;
  min-height: 155px;
  padding-bottom: 0;
}
.testimonials .name, .review-container .info .name{
  font-size: 13px;
  color: #446dce;
  min-height: 32px;
}
.testimonials .job{
  font-size: 13px;
  min-height: 32px;
}
.testimonials .image{
  width: 150px;
  height: 150px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
  border-radius: 100%;
}

.parthners h4{
  font-size: 26px;
}
.services-fb{
  padding-top: 190px;
}
.services-fb .title{
  font-size: 32px;
  text-align: center;
  width: 100%;
}
.services-fb ul.kind-of-oil {
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-width: 450px;
  max-width: 450px;
}
.services-fb .kind-of-oil li{
  flex: 0 0 auto;
  width: 50%;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.services-fb .kind-of-oil li:before{
  content: '';
  width: 7px;
  height: 7px;
  background-color: #ffb800;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}
.discr-text{
  font-size: 15px;
  line-height: 1.8;
}
ul.suggestions {
  padding: 0;
  list-style-type: none;
}
.suggestions li:before{
  content: '';
  width: 7px;
  height: 7px;
  background-color: #ffb800;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
}
.services-fb .advs{
  line-height: 1.8;
  font-size: 15px;
}
.services-fb .lil-about{
  line-height: 1.8;
  font-size: 15px;
}
.contacs-info{
  border: 2px solid #88B337;
  border-radius: 5px;
  background-color: white;
  margin-left: 12%;
}
.contacs-info .new-pair .key{
  font-size: 15px;
  color: lightgray;
  padding-left: 46px;
}
.contacs-info .new-pair .value{
  font-size: 18px;
  margin-bottom: 20px
}
.contacs-info .new-pair .value img{
  margin-right: 10px;
}
.contacs-info p{
  margin: 0;
}

.modal-bg{
  background-color: #00000078;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.modal-self{
  width: 400px;
  /* height: 100px; */
  background-color: white;
}
.form-control{
  padding: 10px;
  border: 1px solid #0000006b;
  border-radius: 2px;
  background-color: white;
  width: 100%;
}
.form-control::placeholder{
  color: lightgray;
}
.modal-self{
  border-radius: 2px;
}
.modal-self .close{
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.modal-self .close::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 2px solid black;
  transform: rotate(45deg);
}
.modal-self .close::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 2px solid black;
  transform: rotate(-45deg);
  right: -13px;
}

.my-modal .title{
  font-size: 32px;
  font-family: sans-serif;
  font-weight: bold;
}
#order-form{
  display: none;
}
.bcn_wrapper{
  position: absolute;
  width: 100%;
  top: 190px;
  z-index: 1;
}
.breadcrumbs{
  color:#47596d;
}
.breadcrumbs a{
  color:inherit;
  text-decoration: none;
}
.breadcrumbs .item:after{
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  margin: 0 10px;
}
.breadcrumbs .current-item{
  color: #9db6d2;
}
.flying-button-feedback{
  position: fixed;
  z-index: 2;
  width: 50px;
  height: 50px;
  bottom: 50px;
  right: 50px;
  background-color: #00aeef;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.flying-button-feedback::before{
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #00aeef75;
  border-radius: 100%;
  transform: scale(1.3);
  cursor: pointer;
}
.flying-button-feedback::after{
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border-radius: 100%;
  border: .5px solid #00aeef;
  animation: scale_rep;
  animation-duration: 1s;
  animation-fill-mode: backwards;
  animation-iteration-count: infinite;
  animation-timing-function:ease;
  animation-direction: alternate-reverse;
  cursor: pointer;
}
.flying-button-feedback svg{
  width: 43%;
  height: 43%;
  cursor: pointer;
}
.feedback-form-container{
  display: none;
  position: fixed;
  width: 100%;
  max-width: 550px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: white;
  z-index: 4;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px;
  scroll-behavior: smooth;
}
.feedback-form-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.feedback-form-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.feedback-form-container::-webkit-scrollbar-thumb {
  background: #888;
}
hr{
  border-color: #0000001c;
  margin-left: -20px;
  margin-right: -20px;
}
.feedback-form-container-bg{
  position: fixed;
  z-index: 3;
  background-color: #00000075;
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  display: none;
}
.feedback-form-container .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #00aeef75;
  cursor: pointer;
}
.feedback-form-container .close::before, .feedback-form-container .close::after{
  content: '';
  display: inline-block;
  width: 70%;
  border-top: 1px solid white;
  position: absolute;
  top: 50%;
  left: 15%;
}
.feedback-form-container .close::after{
  transform: rotate(-45deg);
}
.feedback-form-container .close::before{
  transform: rotate(45deg);
}
.feedback-form-container .title{
  font-size: 24px;
  width: 100%;
  text-align: center;
  margin-bottom:10px;
  margin-top: 0;
}
.feedback-form-container .discr{
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-bottom:20px;
}

.feedback-form-container input:not([type="checkbox"]), .feedback-form-container textarea{
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 15px 10px;
  border: 1px solid #cecece;
  margin-bottom: 15px;
  width: 100%;
  font-size: 15px;
}
.feedback-form-container input[type="submit"]{
  background-color: #00aeef;
  color: white;
  border: none;
}
.feedback-form-container textarea{
  height: 150px;
}
.feedback-form-container input::placeholder, .feedback-form-container textarea::placeholder{
  color: gray;
}
.feedback-form-container [data-name="acceptance-policy"]{
  font-size: 11px;
  color: gray;
  margin-bottom: 20px;
  margin-top: 30px;
  display: inline-block;
}
@keyframes scale_rep {
  from {transform: scale(1);}
  to {transform: scale(2);}
}
@media (max-width: 425px){
  .flying-button-feedback{
    width: 50px;
    height: 50px;
    right: 34px;
  }

  header .logo-note{
    font-size: 10px!important;
    padding-left: 0.5rem!important;
  }
  header .logo-image{
    padding-right: 0.5rem!important;
  }
  header .logo-image img{
    width: 100%;
  }


  .info-block .title h1{
    font-size: 25px;
  }
  .info-block {
    padding: 0;
  }

  .form-card{
    padding: 25px;
  }
  .form-info .title{
    font-size: 22px;
  }

  .form-info .discription{
    font-size: 10px;
    line-height: 1.5;
  }
  footer .logo-note{
    font-size: 12px;
  }
  .bottom-section .title{
    font-size: 14px!important;
  }

  .logo-lg-block-text .title{
    font-size: 28px;
  }
  .logo-lg-block-text .discr{
    font-size: 12px;
  }
}
@media (max-width: 450px){

  .services-fb ul.kind-of-oil{
    min-width: auto;
    font-size: 10px;
  }
  .main_text{
    display: inline-block;
  }

  .advantages3 {
    margin: 0px;
    margin-left: 30px;
  }

  .title h1 {
    margin-left: 30px;
  }

  .slick-slide img {
    width: 550px!important;
  }

  .dd {
    padding-top: 70px!important;
  }

  .advantages2 ul li {
    margin-top: 7px;
    font-size: 12px;
  }

  .title h1 {
    font-size: 40px;
  }

  .advantages3 h2{
    font-size: 40px;
  }

  .main_text {
    margin-top: -20px;
  }

}

@media (max-width: 767px){
  .contacs-info{
    margin-left: auto;
    margin-right: auto;
  }
  .logo-lg-block{
    flex-wrap: wrap;
    width: 100%;
    height: 70%;
    background-size: 200px;
    background-position: 75%;
    background-position-y: 95%;
    background-repeat: repeat
  }
  .bottom-section .title{
    font-size: 21px;
  }
  .advantages li{
	  display:none;
    font-size: 14px;
    white-space: normal;
  }
.advantages1 li{
    font-size: 14px;
    white-space: normal;
	margin-right: 0px;
  }
  .comp-works{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
  }
  
  .mini-form .wpcf7-response-output{
      font-size: 12px;
      position: static;
      max-width: 100%;
      background: white;
      border-color: #f3667f;
      border-radius: 0px;
      border-bottom-left-radius: 0px;
      line-height: 1.2;
    }
}
@media (max-width: 992px){
  nav li a{
    font-size: 20px!important;
  }
  nav li{
    padding: 0.5em 0!important;
  }
  .call-form{
    margin: 25px 11px!important;
    display: inline-block;
  }
  header{
    padding: 22px 0;
  }
  header nav{
    position: fixed;
    background: #494d60;
    color: white;
    transition: width .5s;
    width: 90%;
    right: 0;
    height: 100%;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 39px;
  }

  header.about-us nav{
    background: #94a67e;
  }

  header nav.slide-right{
    transition: all .5s;
    width: 0%;
  }
  header nav li{
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: wrap;
  }
  header .menu-button{
    height: 45px;
    transition: all .5s;
  }
  header .menu-button::after{
      transition: all .5s;
      content: '';
      display: inline-block;
      width: 25px;
      border-top: 2px solid;
      position: absolute;
      z-index: 2;
      right: 0;
      top: 30px;
  }
  header .menu-button::before{
    transition: all .5s;
    content: '';
    display: inline-block;
    width: 25px;
    border-top: 2px solid;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 20px;
  }
  header .menu-button .close{
    height: 45px;
  }
  header .menu-button.close::after{
    transition: transform .5s;
    transform: rotate(45deg);
  }
  header .menu-button.close::before{
    transition: transform .5s;
    top: 30px;
    transform: rotate(-45deg);
  }
  .logo-container .logo-image{
    text-align: center;
    /* border-right: none; */
  }
  .preview-banner .preview-slider-item{
      padding-top: 90px;
  }
  .bottom-section{
    height: inherit;
  }
  .bcn_wrapper{
    top: 120px;
  }
}
@media (min-width: 992px){
  .logo-container{
    transition: all 1s;
    transform: scale(1);
  }
  .logo-container:hover{
    transition: 1s;
    transform: scale(1.1);
  }
}
@media (max-width: 1200px){
  nav li a{
    padding: 13px 11px;
    font-size: 14px;
  }
}
@media (max-width: 1300px){
  .slick-prev{
    left: 45%!important;
  }
  .slick-next{
    right: 46%!important;
  }
  /* .mobile-arrow{
    margin-top: -75px;
    margin-bottom: 75px;
    height: 50px;
  } */
}

@keyframes scale_shadow {
  from {transform: scale(1); box-shadow: none;}
  to {transform: scale(1.1); text-shadow: 0px 0px 8px white;}
}
