.go-test {
  margin: 110px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .go-test {
    margin: 50px 0 60px;
    text-align: left;
  }
}

.go-test-btn {
  background-image: url(../img/go-test.png);
  background-position: center top;
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #fff;
  width: 250px;
  height: 54px;
  font-family: "Roboto";
  font-weight: 300;
  background-size: 100%;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
}

.go-test-btn:hover {
  background-position: center bottom;
}

.slider-partners {
  position: relative;
}

.slider-partners__title {
  font-family: 'Gotham Pro';
  font-weight: bold;
  color: #143e7a;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .slider-partners__title {
    font-size: 30px;
  }
}

.slider-partners__list {
  margin: 0 -14px;
}

.slider-partners__item {
  padding: 10px 14px;
  
}

.slider-partners__nav {
  text-align: center;
  margin: 20px;
}

@media (min-width: 768px) {
  .slider-partners__nav {
    display: block;
    position: absolute;
    top: -56px;
    right: 0;
    margin: 0;
  }
}

.slider-partners__nav-prev {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../img/bread.png) no-repeat;
  background-position: top center;
  margin-right: 7px;
}

.slider-partners__nav-next {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(../img/bread.png) no-repeat;
  background-position: top center;
  transform: rotate(180deg);
  margin-left: 7px;
}

.partners-clinic {
  cursor: pointer;
  height: 237px;
  border: 1px solid rgb(242, 242, 242);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}

.partners-clinic:hover .partners-clinic__images img{
  -webkit-filter: none;
  filter: none;
}

.partners-clinic__images {
  display: flex;
  height: 166px;
  padding: 10px 20px;
}

.partners-clinic__images img {
  width: auto;
  max-width: 100%;
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: filter 0.1s ease-in-out;
}

.partners-clinic__content {
  font-family: 'Roboto';
  text-align: center;
  padding: 10px 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.type-test {
  max-width: 445px;
  padding: 40px 0;
}

.type-test__title {
  text-align: center;
  font-size: 19px;
  color: #143e7a;
  font-family: 'Gotham Pro';
  font-weight: 500;
  margin-bottom: 30px;
}

.type-test__btns {}

.type-test-btn {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 54px;
  border-radius: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  line-height: 54px;
  color: #000;
  text-decoration: none;
  background: url(../img/type-test.png) no-repeat;
  background-position: center bottom;
}

.type-test-btn:hover {
  color: #fff;
  background-position: center top;
}


@media screen and (max-width: 1023px) {
	.btn-where-wrap {
		text-align: center;
	}
}
.btn-where {
	display: inline-block;
	background-image: url(../img/btn2.png);
	width: 250px;
	height: 54px;
	outline: none;
	border: none;
	background-repeat: no-repeat;
	cursor: pointer;
	font-family: "Roboto";
	font-weight: 600;
	background-size: 100%;
	font-size: 19px;
	line-height: 52px;
	text-decoration: none;
	color: #fff;
	background-position: center top;
	text-align: center;
	margin-top: 10px;
}
.btn-where:hover {
	background-position: center bottom; }