
/*
section.content::before {
*/	
    /*background: rgba(255, 255, 255, 0.33) none repeat scroll 0 0;*/
	/*background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;*/
	/*background: linear-gradient(to bottom, #003399 0.65%, #3399ff 100%);*/

/*    background: linear-gradient(to top, #29aac3 0.45%, #006882 100%);*/
  
  /*background: linear-gradient(to top, #29aac3 0.45%, #063971 95%);	
	background: linear-gradient(to top, #29aac3 0.45%, #30626B 95%);*/
	
 /*   content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}*/


section.content {


/*margin-top: 50px;*/
/*margin-bottom: 50px;*/
padding: 25px 0;
	
	
}


#cont h3 {
	font: 16px/1.5 'GolosText', sans-serif;
    font-size: 24px;
    line-height: 38.4px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #000;
}

#cont {
/*font: 16px/1.5 'GolosText', serif;*/
}





.client-swp {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}


/*
.client-swp {
	overflow: hidden;
	
}*/




.client-swp .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #f8f8f8;

      /* Center slide text vertically */
     /* display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;*/
      display: flex;
      /*-webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;*/
      justify-content: center;
      /*-webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;*/
      align-items: center;
}


.client-swp .swiper-wrapper {
	height: 200px;
	}


/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}


/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.clients-logo img {
  -webkit-filter: brightness(100%);
  filter: grayscale(100%);
  /*filter: gray;*/
}

.clients-logo img:hover {
  -webkit-filter: brightness(0%);
  filter: grayscale(0%);
   transition: 0.5s; /* Время эффекта */
   transform: scale(1.2); /* Увеличиваем
  
  /*filter: gray;*/
}




/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #ffb600;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
 /* background-color: #fff;*/
  position: relative;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #3399ff;
  
}


.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #ffb600;
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}
@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

