body .team-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: center;
}
body .team-block .slider-team {
  position: relative;
 /* padding: 0 20px;*/
  margin-top: 60px;
}
body .team-block .title{
  padding-left: 15px;
}
body .team-block .slider-team .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 15px;
}
body .team-block .slider-team .swiper-slide .image {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body .team-block .slider-team .swiper-slide .image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  margin: auto;
}
body .team-block .slider-team .swiper-slide .team {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 30px;
    padding-top: 15px;
    padding-bottom: 40px;
}
body .team-block .slider-team .swiper-slide .team .name {
  padding-bottom: 5px;
  font-family: Raleway;
font-style: normal;
font-weight: 900;
font-size: 24px;
line-height: 28px;
letter-spacing: 0.03em;

color: #333333;
}
body .team-block .swiper-container{
	position: static;
}
body .team-block .slider-team .swiper-slide .team .text {
  font-family: Raleway;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 21px;
letter-spacing: 0.03em;

color: #333333;
}
body .team-block .slider-team .swiper-controls .swiper-button-prev,
body .team-block .slider-team .swiper-controls .swiper-button-next {
  background-color: rgba(0,0,0,0);
  top: 45%;
}
body .team-block .slider-team .swiper-controls .swiper-button-prev:after,
body .team-block .slider-team .swiper-controls .swiper-button-next:after {
  content: '';
  width: 16px!important;
  height: 16px!important;
	flex-shrink: 0;
  border-bottom: 3px solid #3988E1;
  border-left: 3px solid #3988E1;
  display: block;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
body .team-block .slider-team .swiper-controls .swiper-button-prev:hover:after,
body .team-block .slider-team .swiper-controls .swiper-button-next:hover:after {
  content: '';
  border-color: #b2b2b2;
}
body .team-block .slider-team .swiper-controls .swiper-button-prev {
  left: -40px;
}
body .team-block .slider-team .swiper-controls .swiper-button-prev:after {
  content: '';
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
body .team-block .slider-team .swiper-controls .swiper-button-next {
  right: -40px;
}
body .team-block .slider-team .pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body .team-block .slider-team .pagination .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e8e8e8;
  opacity: 1;
}
body .team-block .slider-team .pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
body .team-block .slider-team .link-all {
  margin-top: 50px;
  text-align: center;
}
body .team-block .slider-team .link-all:hover {
  color: #82abbd;
}
@media screen and (max-width: 1300px) {
	body .team-block .slider-team .swiper-slide .image img{
		height: 389px;
	}
	body .team-block .slider-team .swiper-slide .team .name{
		font-size: 20px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .team-block .slider-team .swiper-controls .swiper-button-next {
    right: -20px;
  }
  body .team-block .slider-team .swiper-controls .swiper-button-prev {
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body .team-block .slider-team .swiper-controls .swiper-button-next {
    right: -20px;
  }
  body .team-block .slider-team .swiper-controls .swiper-button-prev {
    left: -20px;
  }
	body .team-block .slider-team .swiper-slide .image img{
		height: 438px;
	}
}
@media screen and (max-width: 767px) {
  body .team-block .slider-team .swiper-slide {
    flex-wrap: wrap;
  }
	body .team-block .slider-team .swiper-slide .image img{
		height: auto;
	}
  body .team-block .slider-team .swiper-slide .image {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  body .team-block .slider-team .swiper-slide .team {
    margin-top: 15px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  body .team-block .slider-team .swiper-slide .team .name-wrap .stars {
    padding-left: 5px;
  }
  body .team-block .slider-team .swiper-controls .swiper-button-next {
    right: -10px;
    top: 50%;
  }
  body .team-block .slider-team .swiper-controls .swiper-button-prev {
    left: -10px;
    top: 50%;
  }
}
@media screen and (max-width:1374px){
  body .team-block .slider-team .swiper-controls .swiper-button-next{
    right: -15px;
  }
  body .team-block .slider-team .swiper-controls .swiper-button-prev{
    left: -15px;
  }
}