#reviews{
	margin:80px 0;
}
.reviews__title-general h2{
	margin-bottom:30px;
	color:rgba(0, 0, 0, 1);
	font-size: 65px;
	font-weight: 700;
}
.reviews__item{
	background: rgba(5, 130, 138, 1);
	padding:40px 40px 30px 40px;
	border-radius: 30px;
}
.reviews__top{
	display: flex;
	align-items: center;
	gap:20px;
}
.reviews__name strong{
	color:rgba(255, 255, 255, 1);
	font-size: 26px;
	font-weight: 400;
}
.reviews__name span{
	color:rgba(255, 255, 255, 1);
	font-size: 20px;
	font-weight: 400;
}
.reviews__star img{
	width: 19px;
}
.reviews__bottom{
	margin:30px 0 25px 0;
	padding:20px 30px 20px 20px;
	min-height: 260px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
}
.reviews__bottom strong{
	color:rgba(255, 255, 255, 1);
	font-size: 25px;
	font-weight: 800;
}
.reviews__bottom p{
	color:rgba(255, 255, 255, 1);
	font-size: 16px;
	font-weight: 400;
	margin-top:20px;
}
.reviews__dots{
	text-align: center;
}
.reviews__dots img{
	width: 28px;
}
.reviews-slider .swiper-button-next, .reviews-slider .swiper-button-prev{
 color:rgba(255, 255, 255, 1);
}
.reviews__popup{
	position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
}
.alert_block-reviews{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    overflow: auto;
    z-index: 99999999;
}
.alert_thank-reviews{
    max-width: 730px;
    width: 100%;
    min-height: 70px;
    margin: 15px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px -3px 26px 23px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    background: rgba(5, 130, 138, 1);
}
.alert_thank-content-reviews p{
	text-align: center;
	color:#fff;
	font-size: 25px;
}
.alert_thank-content-reviews form {
	display: flex;
	flex-direction: column;
}
.alert_thank-content-reviews form textarea{
	min-height: 190px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	max-width: 480px;
	width: 100%;
	margin:30px auto;
	padding:20px;
	color:#fff;
	font-family: "Inter", sans-serif;
	border:solid 1px transparent;
}
.alert_thank-content-reviews form button{
	width: 175px;
	height: 58px;
	background: rgba(255, 207, 114, 1);
	color:#fff;
	font-size: 20px;
	font-weight: 800;
	border-radius: 58px;
	margin:0 auto;
}
.alert_thank-content-reviews form textarea::placeholder{
	color:#fff;
}
.alert_thank-content-reviews{
   padding: 30px;
}

.alert_thank-close-reviews{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999;
}
.alert_thank-close-reviews:before,.alert_thank-close-reviews:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    background-color: #fff;
}
.alert_thank-close-reviews:before{
    width: 15px;
    height: 2px;
}
.alert_thank-close-reviews:after{
    width: 2px;
    height: 15px;
}
@media only screen and (max-width: 768px) {
  .reviews__name strong{
  	font-size: 24px;
  }
  .reviews__name span{
  	display: block;
  }
  .reviews__title-general h2{
  	font-size:30px;
  }
  .form__inps{
  	grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  	.reviews__item{
  		padding:20px;
  	}
  	.reviews__name span{
  		font-size: 14px;
  	}
  	.reviews__bottom p{
  		font-size: 14px;
  	}
  	.single__texts h2 {
	    font-size: 22px;
	}
	.single__texts p {
	    font-size: 16px;
	}
	.contacts__text h1 {
	    font-size: 28px;
	}
	.form-send {
	    padding: 15px 25px 30px 25px;
	}
	.form__title h2 {
	    font-size: 28px;
	    margin-left: 0px;
	    text-align: center;
	}
	.form__inp input, .form__select select{
		font-size: 14px;
		padding-left:20px;
		height: 50px;
	}
	.form__select select{
		background: #fff;
	}
	.form__inp span, .form__select span {
		padding-left:0px;
		font-size: 14px;
	}
	.contacts button{
		font-size: 16px;
		max-width: 157px;
		height: 43px;
	}
}

