@charset "UTF-8";
.reviews__list {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media all and (max-width: 470px) {
  .reviews__list {
    width: 100%;
  }
}
.reviews__wrap {
  position: relative;
  z-index: 0;
  min-height: 530px;
}
.reviews__left {
  width: 56.666%;
  min-width: 400px;
}
.reviews__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 47.5%;
  z-index: -1;
}
.reviews__slider .slick-list {
  margin: 0 -60px;
  padding: 0 20px;
}
.reviews__slider .slick-slide {
  margin: 30px 40px;
}
.reviews__slider .slick-arrow {
  z-index: 10;
}
.reviews__slider button.slick-prev,
.reviews__slider .slick-arrow[aria-disabled=true] {
  bottom: 6px;
}
.reviews__slider button.slick-next,
.reviews__slider .slick-arrow[aria-disabled=false] {
  bottom: 0;
}
.reviews__slider {
  /* .slick-arrow {
  	top: auto;
  	bottom: -20px;
  	right: 50px;
  	left: auto;
  	width: 54px;
  	height: 54px;

  	&:before {
  		content: '';
  		display: block;
  		width: 77%;
  		height: 77%;
  		background: url('../Images/arrow.svg') no-repeat center / 9px auto;
  		background-color: #fff;
  		border-radius: 50%;
  		box-shadow: $baseShadow;
  		opacity: 1;
  		transition: width 0.3s ease-in-out, height 0.3s ease-in-out, background 0.3s ease-in-out;
  	}

  	&.slick-prev {
  		right: 109px;

  		&:before {
  			margin-left: auto;
  		}
  	}

  	&.slick-next {
  		&:before {
  			transform: rotate(180deg) translateX(-2px);
  		}
  	}

  	&:hover,
  	&:focus {
  		&:before {
  			width: 100%;
  			height: 100%;
  			background-image: url('../Images/arrow_white.svg');
  			background-color: $mainColor;
  		}
  	}
  } */
  /* // arrows
  .slick-prev,
  .slick-next{
  	position: absolute;
  	right: 50px;
  	bottom: 0;
  	overflow: hidden;
  	padding: 0;
  	border-radius: 100%;
  	font-size: 0;
  	text-align: center;
  	z-index: 10;

  	&:before{
  		display: block;
  		content: $icon-arrow;
  		font-family: $iconFont;
  		transform-origin: center;
  	}
  }

  .slick-prev{
  	right: 111px;
  	width: 42px;
  	height: 42px;
  	background: white;
  	box-shadow: 8px 0 20px 4px rgba(black , .1);
  	transform: rotate(90deg);
  	bottom: 6px;

  	&:before{
  		color: $grey;
  		line-height: 42px;
  		font-size: 17px;
  		margin-top: 1px;
  	}
  }

  .slick-next{
  	right: 50px;
  	width: 54px;
  	height: 54px;
  	background: $mainColor;
  	box-shadow: -8px 0 20px 4px rgba(black , .1);
  	transform: rotate(-90deg);

  	&:before{
  		color: black;
  		line-height: 55px;
  		margin-top: 1px;
  		font-size: 22px;
  	}
  } */
}
.reviews__review {
  padding: 35px 20px;
  background-color: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1);
}
.reviews__review:not(.slick-slide) {
  display: none;
}
.reviews__review:first-child {
  display: block;
}
.reviews__review_author {
  margin-bottom: 10px;
}
.reviews__review_header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
  color: #808080;
}
.reviews__review_rating {
  margin: 0 auto 0 0;
  white-space: nowrap;
}
.reviews__review_rating svg + svg {
  margin-left: 10px;
}
.reviews__review_from {
  padding: 0 25px;
  color: var(--fontColor);
}
:is(.contrast-mode) .reviews__review_from a {
  color: var(--secondColor) !important;
}
.reviews__review_date {
  color: var(--fontColor);
}
.reviews__review_content {
  font-size: 18px;
}
.reviews__review_content blockquote:before {
  content: "„";
}
.reviews__review_content blockquote:after {
  content: "“";
}
.reviews__review_footer {
  margin-top: 30px;
  color: #808080;
}
.reviews__image {
  border-radius: 50%;
  overflow: hidden;
}
.reviews__notice-toggle {
  padding: 0;
  border: 0;
  background: transparent;
  color: #FFCF00;
  font: inherit;
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
}
.reviews__notice-toggle:hover, .reviews__notice-toggle:focus-visible {
  background: transparent;
  color: #FFCF00;
}
:is(.contrast-mode) .reviews__notice-toggle {
  color: var(--secondColor) !important;
}
.reviews__notice {
  max-width: 1200px !important;
  width: 92%;
  margin: 0 auto;
  max-height: 80vh;
  overflow: auto;
  padding: 25px;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 8px 20px 4px rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 1.5;
}
.reviews__notice::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

@media all and (max-width: 1024px) {
  .reviews__review {
    padding: 35px 15px;
  }
  .reviews__review_rating svg + svg {
    margin-left: 5px;
  }
}
@media all and (max-width: 768px) {
  .reviews__left {
    width: 100%;
    min-width: auto;
  }
  .reviews__right {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .reviews__review_header {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .reviews__review_rating {
    width: 100%;
    margin-top: 10px;
    order: 1;
  }
  .reviews__review_from {
    padding-left: 0;
  }
}
.foot3 .reviews__wrap {
  min-height: unset;
}

.review-widget .stars {
  max-width: 240px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: left;
  background: url("../Images/google_stars.svg") center no-repeat;
  background-size: contain;
  height: 18px;
  margin-top: 8px;
}
.review-widget .stars > svg {
  display: none;
}
.review-widget .google-rating-box {
  margin-top: 20px;
  display: flex;
  max-width: 240px;
  align-items: stretch;
  cursor: pointer;
  border-radius: 22px;
  background: #fff;
}
.review-widget .google-rating-box .google-rating-box-logo {
  border: 2px solid #D8D8D8;
  background-color: #fff;
  border-right: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  align-items: center;
  padding-left: 12px;
  padding-right: 10px;
  background: url("../Images/googleLogo.svg") center no-repeat;
  background-size: 35px auto;
  width: 65px;
}
.review-widget .google-rating-box .google-rating-box-logo > svg {
  display: none;
}
.review-widget .google-rating-box .google-rating-score {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  background: #4285F4;
  padding: 10px;
  border-radius: 0 7px 7px 0;
  color: #fff;
  width: 100%;
}
.review-widget .google-rating-box .google-rating-score .rating {
  display: flex;
}
.review-widget .google-rating-box .google-rating-score .rating .score {
  font-size: 19px;
  color: #fff;
}

.google-rating-details {
  position: fixed;
  top: 0;
  max-height: 98%;
  margin: 10px;
  right: 0;
  width: 500px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 20px 4px;
  z-index: 99999;
  padding: 25px 10px 25px 10px;
  border-radius: 22px;
  display: none;
  height: 100%;
  overflow: auto;
  background: #fff;
}
@media all and (max-width: 520px) {
  .google-rating-details {
    width: 95%;
  }
}
.google-rating-details .close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #FFCF00;
  transform: scale(1.8);
  width: auto;
  cursor: pointer;
  font-style: normal;
  font-family: Arial, Baskerville, monospace;
  font-size: 28px;
  overflow: visible;
  background: transparent;
  border: 0;
  display: block;
  padding: 0;
  z-index: 1046;
  touch-action: manipulation;
  opacity: 0.65;
  transition: opacity 0.3s ease-in-out;
}
.google-rating-details .close:hover {
  opacity: 1;
}
.google-rating-details .data {
  background: #fff;
  padding: 10px 10px 20px 10px;
  font-size: 16px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.google-rating-details .data .icon {
  width: 55px;
  float: left;
  margin-right: 15px;
}
.google-rating-details .data .name {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #191919;
}
.google-rating-details .data .google-rating-score .rating {
  display: flex;
  font-size: 18px;
}
.google-rating-details .data .google-rating-score .rating .score {
  color: #191919;
  font-weight: 500;
}
.google-rating-details .data .google-rating-score .rating .stars {
  padding-top: 2px;
  padding-left: 5px;
  background: url("../Images/google_stars_detail.svg") left no-repeat;
  background-size: contain;
  height: 15px;
  width: 150px;
  margin-left: 10px;
  margin-top: 4px;
}
.google-rating-details .data .google-rating-score .rating .stars > svg {
  display: none;
}
.google-rating-details .review-list {
  padding: 30px 15px;
}
.google-rating-details .review-actions {
  display: flex;
  gap: 10px;
  padding: 0 15px;
}
.google-rating-details .review-actions a.button {
  font-size: 15px;
  padding: 15px 15px;
}
.google-rating-details .review-actions a::before {
  width: 12px;
  height: 12px;
  min-width: 12px;
}
@media all and (max-width: 520px) {
  .google-rating-details .review-actions {
    flex-direction: column;
  }
}
.google-rating-details .review + .review {
  margin-top: 40px;
}
.google-rating-details .review_top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.google-rating-details .review_top_left .review-image {
  margin-right: 15px;
}
.google-rating-details .review_top_left .review-image img {
  width: 55px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
.google-rating-details .review_top_right {
  font-size: 16px;
  line-height: 140%;
}
.google-rating-details .review_top .review-rating {
  width: 100%;
  margin-top: 5px;
}
.google-rating-details .review_top .review-rating svg {
  width: 17px;
  height: 17px;
}
.google-rating-details .review_text {
  margin-top: 5px;
  font-size: 16px;
}
