* {
  box-sizing: border-box;
  margin: 0;
  padding: 1;
}
body {
  font-family: "GothamPro", "sans-serif";
  position: relative;
  width: 100%;
}
body.lock {
  overflow: hidden;
}
body input,
body textarea,
:focus,
:active,
a:focus,
a:active {
  outline: none;
}
nav,
header,
footer,
aside {
  display: block;
}
input,
button,
textarea {
  font-family: inherit;
  border: none;
}
input[type="submit"] {
  white-space: normal;
  -webkit-appearance: none;
  cursor: pointer;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  background: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style-type: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: inherit;*/
  /*font-weight: 400;*/
}
@font-face {
  font-family: 'GothamPro';
  font-display: swap;
  src: url("../fonts/GothamPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  font-display: swap;
  src: url("../fonts/GothamPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'GothamPro';
  font-display: swap;
  src: url("../fonts/GothamPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.ww-header {
  height: 70px;
}
/*Всплывающая подсказка при наведении*/
._tooltip {
  width: 130px;
  height: 50px;
  position: absolute;
  z-index: 20;
  top: -65px;
  left: 70%;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 8px 15px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
._tooltip__text {
  position: relative;
  margin: 0;
}
._tooltip__text::before,
._tooltip__text::after {
  content: '';
  border: solid transparent;
  position: absolute;
  left: 10%;
  margin-left: -30px;
  bottom: -35px;
  width: 0;
}
._tooltip__text::before {
  border-top-color: #c4c4c4;
  border-width: 8px;
  bottom: -38px;
  margin-left: -32px;
  transform: scaleY(3) skew(-66deg, 0);
}
._tooltip__text::after {
  border-top-color: #ffffff;
  border-width: 7px;
  margin-left: -27px;
  margin-bottom: 8px;
  bottom: -39px;
  transform: scaleY(3) skew(-66deg, 0);
}
.ww-preview-gallery {
  position: relative;
  display: flex;
  transition: 0.3s;
}
.ww-preview-gallery__photo {
  position: relative;
  max-width: 300px;
}
.ww-preview-gallery__img {
  max-width: 100%;
}
.ww-preview-gallery__loupe {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #C8C8C8;
  border-radius: 50%;
  pointer-events: none;
  transition: 0.3s;
}
.ww-preview-gallery__icon {
  padding: 10px 10px 10px 12px;
  max-width: 40px;
}
.ww-preview-gallery:hover .ww-preview-gallery__loupe {
  background: #444444;
}
.ww-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #464646;
  text-transform: uppercase;
}
@media (max-width: 428px) {
  .ww-title {
    font-size: 25px;
}
}
.ww-whyus {
  background: #F3F3F3;
  padding: 60px 0;
}
.ww-whyus__title {
  margin-bottom: 3.313rem;
}
.ww-whyus__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 18.9714px;
  transition: 0.3s;
}
@media (max-width: 428px){
  .ww-whyus__item {
    border: 1px solid #444444;
}
}
.ww-whyus__item:hover {
  border-color: #444444;
}
.ww-whyus__item:hover .ww-whyus__btn {
  opacity: 1;
  pointer-events: all;
}
.ww-whyus__img {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -2.5rem;
  width: 150px;
  height: 150px;
  background: #444444;
  border-radius: 50%;
  overflow: hidden;
}
.ww-whyus__icon {
  max-width: 265px;
}
.ww-whyus__body {
  flex: 0 1 185px;
  background: #ffffff;
  border-radius: 18.9714px;
  padding: 135px 25px 25px;
  margin-bottom: -25px;
}
.ww-whyus__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #464646;
  margin: 0;
}
.ww-whyus__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ww-whyus__btn {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #444444;
  background: #FFFFFF;
  border: 1px solid #444444;
  padding: 12px 30px;
  border-radius: 10px;
  margin-bottom: 11px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 428px){
  .ww-whyus__footer a{
    opacity: 1;
}
}
.ww-whyus__main-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #2D2D2D;
  margin-bottom: 16px;
}
.ww-whyus__subtext {
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #464646;
}
.ww-whyus__arr {
  display: block;
  background: #C8C8C8;
  border-radius: 50%;
  padding: 15px 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-5rem);
  z-index: 10;
  transition: 0.3s;
}
@media (max-width: 428px){
  .owl-carousel .owl-item .ww-whyus__arr{
    display: none;
}
}
.ww-whyus__arr_next {
  left: calc(100% - 35px);
}
.ww-whyus__arr:hover {
  background: #444444;
}
.ww-whyus__arr:active {
  background: #ff555b;
}
.ww-uniq__body {
  position: relative;
}
.ww-uniq__slide {
  position: relative;
  min-height: 470px;
  padding: 60px 0;
}
.ww-uniq__slide_one {
  background: url(../img/slide-2.jpg) no-repeat right bottom / contain, linear-gradient(0deg, rgba(220, 55, 55, 0.0), rgba(220, 55, 55, 0.0)), #cccccc;
}
.ww-uniq__slide_two {
  background: url(../img/slide-3.jpg) no-repeat right bottom / contain, linear-gradient(0deg, rgba(220, 55, 55, 0.0), rgba(220, 55, 55, 0.0)), #b5c2d4;
}
.ww-uniq__slide_three {
  background: url(../img/uniq_fon.jpg) no-repeat right bottom / contain, linear-gradient(0deg, rgba(220, 55, 55, 0.0), rgba(220, 55, 55, 0.0)), #b1c5c6;
}
.ww-uniq__slide_three::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(0deg, rgba(220, 55, 55, 0.0), rgba(220, 55, 55, 0.0)), linear-gradient(180deg, rgba(237, 68, 68, 0) 72.69%, rgba(237, 68, 68, 0.0) 100%);
  pointer-events: none;
}
.ww-uniq__title {
  font-size: 30px;
  line-height: 130%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.ww-uniq__subtitle {
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 62px;
}
.ww-uniq__btn {
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  background: #b16e70;
  border-radius: 3px;
  padding: 13px 30px;
  margin-bottom: 36px;
}
.ww-uniq__btn:hover {
  text-decoration: underline;
}
.ww-uniq__control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ww-uniq__navigation {
  flex: 0 0 69px;
  display: flex;
  align-items: center;
  margin-right: 38px;
}
.ww-uniq__arrow {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b16e70;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.ww-uniq__arrow_prev {
  margin-right: 9px;
}
.ww-uniq__arrow:hover {
  background: #b16e70;
}
.ww-uniq__arrow:hover .ww-uniq__icon {
  stroke: #ffffff;
}
.ww-uniq__icon {
  transition: 0.3s;
}
.ww-uniq__pagination {
  display: flex;
  align-items: center;
}
.ww-uniq__dot {
  flex: 0 0 8px;
  height: 8px;
  display: inline-block;
  background: #b16e70;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.ww-uniq__dot:not(:last-child) {
  margin-right: 3px;
}
.ww-uniq__dot:hover {
  background: #ff5d62;
}
.ww-uniq__dot.active {
  flex: 0 0 10px;
  height: 10px;
  background: #ffffff;
}
.ww-uniq__buttons {
  position: relative;
  z-index: 1;
  bottom: 6rem;
  transition: 0.3s;
}
.ww-services {
  background: #ffffff;
  padding: 60px 0;
}
.ww-services__title {
  margin-bottom: 40px;
}
.ww-services__nav {
  position: relative;
  display: inline-flex;
  margin-bottom: 54px;
}
.ww-services__nav::before {
  content: '';
  height: 3px;
  width: 100%;
  display: inline-block;
  background: rgba(10, 10, 10, 0.2);
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ww-services__nav-link {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #554F4F;
  display: inline-block;
  border-bottom: 3px solid transparent;
  border-radius: 2px;
  padding: 10px;
  transition: 0.3s;
}
.ww-services__nav-link:first-child {
  padding-left: 0;
}
.ww-services__nav-link:hover {
  color: #373636;
  border-bottom: 3px solid #444444;
}
.ww-services__nav-link.active {
  color: #373636;
  border-bottom: 3px solid #444444;
}
.ww-services__tab {
  display: none;
}
.ww-services__tab.active {
  display: block;
}
.ww-services__items {
  justify-content: space-between;
}
.ww-services__item {
  position: relative;
  max-width: 560px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  border-radius: 9px;
  padding: 27px 25px 20px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.ww-services__item:hover {
  box-shadow: 10px 10px 10px rgba(100, 100, 100, 0.2);
}
.ww-services__item:hover .ww-services__type {
  color: #444444;
}
.ww-services__item:hover .ww-services__img-wrap {
  background-color: #ffffff;
}
.ww-services__item:hover .ww-services__icon {
  background-color: #444444;
}
.ww-services__item:hover .ww-services__btn {
  color: #2D2D2D;
}
.ww-services__img {
  position: absolute;
  right: 29px;
  top: 29px;
  border-radius: 50%;
  background: #F3F3F3;
  padding: 10px;
}
.ww-services__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  background: rgba(45, 45, 45, 0.23);
  border-radius: 50%;
  transition: 0.3s;
}
.ww-services__icon {
  background: #ffffff;
  transition: 0.3s;
}
.ww-services__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}
.ww-services__type {
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #DDDBDB;
  margin-bottom: 36px;
}
.ww-services__heading {
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  color: #2D2D2D;
  margin-bottom: 15px;
}
.ww-services__list {
  flex: 1 1 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.ww-services__list-item {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #2D2D2D;
  display: flex;
  align-items: flex-start;
}
.ww-services__list-item::before {
  content: '';
  flex: 0 0 3px;
  height: 3px;
  background: #444444;
  border-radius: 50%;
  border-radius: 3px;
  margin: 7px 11px 0 0;
}
.ww-services__btn {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  font-size: 12px;
  line-height: 130%;
  color: #716F6F;
  transition: 0.3s;
}
.ww-services__btn::before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/svg/arr.svg);
  margin-left: 15px;
}
.ww-reviews {
  background: #F3F3F3;
  padding: 55px 0;
  /*display:none;*/
}
.ww-reviews__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ww-reviews__title {
  margin: 0 15px 40px 0;
}
.ww-reviews__btns {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 40px 0;
}
@media (max-width: 428px){
  .ww-reviews .ww-reviews__btns{
    flex-direction: row;
    justify-content: space-evenly;
}
}
.ww-reviews__btn {
  flex: 0 1 209px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #444444;
  border: 1px solid #444444;
  background: transparent;
  border-radius: 3px;
  padding: 13px;
  transition: 0.3s;
}
.ww-reviews__btn:not(:last-child) {
  margin: 0 49px 0 0;
}
.ww-reviews__btn:hover {
  color: #FFFFFF;
  background: #444444;
}
.ww-reviews__slider {
  position: relative;
}
.ww-reviews .owl-carousel .owl-stage-outer {
  min-height: 575px;
  padding: 50px 0 0 0;
}
@media (max-width: 428px){
  .ww-reviews .owl-carousel .owl-stage-outer{
    min-height: 488px;
}
}
.ww-reviews__icon {
  display: block;
  background: #C8C8C8;
  border-radius: 50%;
  padding: 10px 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.3s;
}
.ww-reviews__icon_prev {
  left: -15px;
}
.ww-reviews__icon_next {
  transform: translateY(-50%) rotate(180deg);
  left: calc(100% - 15px);
}
.ww-reviews__icon:hover {
  background: #444444;
}
.ww-reviews__icon:active {
  background: #ff555b;
}
.ww-reviews__info {
  margin-bottom: 40px;
}
.ww-reviews__text {
  max-width: 864px;
}
.ww-reviews__wrap {
  margin: 0 0 50px 0;
}
.ww-review {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 23.7143px;
  transition: 0.3s;
}
.ww-review__header {
  display: flex;
  align-items: center;
  padding: 20px 10px 0 15px;
}
.ww-review__date {
  font-size: 14px;
  line-height: 120%;
  color: rgba(70, 70, 70, 0.58);
  margin-right: 35px;
}
.ww-review__photo {
  flex: 0 0 85px;
  height: 85px;
  border-radius: 50%;
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F3F3F3;
}
.ww-review__photo_empty {
  background: #F3F3F3;
  width: 85px;
}
.ww-review__img {
  max-width: 100%;
  height: 85px;
  border-radius: 50%;
}
.ww-review__img_empty {
  max-width: 40px;
}
.ww-review__name {
  flex: 1;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #464646;
  padding: 0 10px 20px 15px;
  margin: 0;
}
.ww-review__name::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ww-review__body {
  padding: 12px 10px 20px 15px;
}
.ww-review__theme {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #464646;
}
.ww-review__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #464646;
  margin-bottom: 25px;
  max-height:150px;
  overflow-y: hidden;
}
.ww-review__preview {
  margin-bottom: 30px;
}
.ww-review__preview-photo {
  max-width: 120px;
}
.ww-review__btn {
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  display: block;
  color: #FFFFFF;
  background: #C8C8C8;
  width: 100%;
  border-radius: 3px;
  padding: 12px;
  transition: 0.3s;
}
.ww-review__btn:hover {
  background: #444444;
  color: #FFFFFF;
}
.ww-review_empty {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 497px;
}
.ww-review_empty .ww-review__photo_empty {
  position: relative;
  z-index: 1;
  margin: 65px 0;
}
.ww-review_empty .ww-review__button {
  width: 100%;
  padding: 0 15px;
}
.ww-review_empty .ww-review__footer {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px 0;
}
.ww-review_empty::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  top: 22%;
  left: 0;
}
.ww-review:hover .ww-review__btn {
  background: #444444;
}
.ww-modal {
  position: fixed;
  background: rgba(10, 10, 10, 0.6);
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: 0.3s;
}
.ww-modal.active {
  opacity: 1;
  pointer-events: all;
}
.ww-popup {
  max-width: 900px;
  width: 100%;
  background: #F3F8FB;
  border-radius: 10px;
  position: absolute;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
.ww-popup__content {
  padding: 50px;
}
.ww-popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  max-width: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ww-popup__close:hover {
  filter: drop-shadow(2px 4px 6px rgba(10, 10, 10, 0.5));
}
.ww-popup__close:active {
  transform: translateY(2px);
}
.ww-popup__btn {
  max-width: 151px;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  background: #444444;
  border-radius: 3px;
  padding: 10.5px;
  transition: 0.3s;
}
.ww-popup__btn:hover {
  background: #ff5157;
}
.ww-popup__btn:active {
  background: #bb474b;
}
.ww-popup.active {
  opacity: 1;
  pointer-events: all;
}
.ww-popup-review__form {
  display: flex;
  justify-content: space-between;
}
.ww-popup-review__left {
  flex: 0 1 335px;
  margin-right: 50px;
}
.ww-popup-review__heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #464646;
  margin-bottom: 13px;
}
.ww-popup-review__text {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #464646;
  margin-bottom: 44px;
}
.ww-popup-review__input {
  width: 100%;
  min-height: 44px;
  background: #FFFFFF;
  border: 0.948571px solid #F3F3F3;
  border-radius: 3px;
  padding: 10px 14px;
}
.ww-popup-review__input:not(:last-child) {
  margin-bottom: 20px;
}
.ww-popup-review__right {
  flex: 1 1 auto;
}
.ww-popup-review__textarea {
  width: 100%;
  min-height: 220px;
  resize: none;
  border: 0.948571px solid #F3F3F3;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 17px;
}
.ww-popup-review__btns {
  display: flex;
  align-items: center;
}
.ww-popup-review__smiles {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.ww-popup-review__smiles-items {
  position: absolute;
  left: -13px;
  top: 100%;
  width: 128px;
  z-index: 5;
  background: #ffffff;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.ww-popup-review__smiles-items > span {
  flex: 0 0 20px;
  margin: 6px;
}
.ww-popup-review__smiles-items.show {
  opacity: 1;
  pointer-events: all;
}
.ww-popup-review__smile {
  max-width: 100%;
}
.ww-popup-review__avatar {
  width: 128px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  padding: 0 12px;
  margin-right: 10px;
}
.ww-popup-review__avatar .ww-popup-review__label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.ww-popup-review__label {
  position: relative;
  display: inline-block;
  height: 40px;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  cursor: pointer;
  margin: 0;
}
.ww-popup-review__label:hover ._tooltip {
  opacity: 1;
  pointer-events: none;
}
.ww-popup-review__file {
  display: none;
}
.ww-popup-review__photo {
  margin-right: 10px;
}
.ww-popup-review__photo .ww-popup-review__label {
  width: 52px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.ww-popup-review__photo ._tooltip {
  left: 30%;
}
.ww-popup-review__preview-photo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ww-popup-review__preview-photo > * {
  margin: 10px;
}
.ww-popup-complete {
  max-width: 376px;
}
.ww-popup-complete__heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #464646;
  margin-bottom: 44px;
}
.ww-preview__wrap {
  position: relative;
  border-radius: 50%;
  padding: 10px;
}
.ww-preview__wrap:hover .ww-preview__del {
  top: 15px;
  opacity: 1;
  pointer-events: all;
}
.ww-preview__del {
  position: absolute;
  right: 20px;
  top: -15px;
  max-width: 15px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.ww-preview__del:hover {
  filter: drop-shadow(2px 4px 6px red);
}
.ww-preview__del:active {
  transform: translateY(2px);
}
.ww-preview__img {
  max-width: 85px;
  border-radius: 50%;
}
.ww-preview_photo .ww-preview__wrap:hover .ww-preview__del {
  top: 10px;
}
.ww-preview_photo .ww-preview__del {
  right: 10px;
}
.popup-review {
  background: #ffffff;
}
.popup-review__content {
  padding: 15px;
}
.popup-review__head {
  text-align: right;
}
.popup-review__close-icon {
  max-width: 24px;
}
.popup-review__body {
  display: flex;
}
.popup-review__left {
  flex: 0 0 90px;
  padding: 0 0 0 40px;
  margin: 0 40px 0 0;
}
.popup-review__photo {
  width: 85px;
  border-radius: 50%;
}
.popup-review__img {
  max-width: 100%;
  height: 85px;
  border-radius: 50%;
}
.popup-review__right {
  flex: 0 1 637px;
}
.popup-review__date {
  font-size: 14px;
  line-height: 120%;
  color: rgba(70, 70, 70, 0.58);
  margin: 0 0 25px 0;
}
.popup-review__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: #464646;
  margin: 0 0 10px 0;
}
.popup-review__type {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #464646;
  margin: 0 0 10px 0;
}
.popup-review__info {
  margin: 0 0 25px 0;
}
.popup-review__text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #464646;
}
.popup-review__text:not(:last-child) {
  margin: 0 0 5px 0;
}
.popup-review__preview:hover .ww-preview-gallery__loupe {
  background: #C8C8C8;
}
.popup-review__preview-photo {
  cursor: zoom-in;
}
.popup-review__preview-photo:hover .ww-preview-gallery__loupe {
  background: #444444;
}
@media screen and (max-width: 1200px) {
  .ww-whyus__item {
    min-height: 332px;
    margin: 50px 0 0 0;
  }
  .owl-carousel .owl-item .ww-whyus__img img {
    width: auto;
}
  .ww-services__heading {
    max-width: 50%;
  }
  .ww-services__item {
    max-width: 450px;
  }
  .ww-services__img {
    right: 15px;
    top: 15px;
  }
  .ww-services__img-wrap {
    width: 66px;
    height: 66px;
  }
  .ww-uniq__title {
    font-size: 24px;
  }
  .ww-uniq__subtitle {
    font-size: 12px;
  }
  .ww-reviews__header {
    justify-content: flex-start;
  }
  .ww-reviews__btns {
    justify-content: flex-start;
  }
  .ww-review_empty {
    width: 32%;
  }
}
@media screen and (max-width: 991.98px) {
  .ww-services__item {
    flex: 1 1 auto;
  }
  .ww-popup-review__form {
    display: block;
  }
  .ww-popup-review__left {
    margin: 0 0 30px 0;
  }
  .ww-review_empty {
    width: 50%;
  }
}
@media screen and (max-width: 767.98px) {
  .ww-uniq__title {
    font-size: 19px;
  }
  .ww-uniq__subtitle {
    font-size: 12px;
  }
  .ww-popup-review {
    height: 100vh;
    overflow-y: auto;
  }
  .ww-review_empty {
    width: 100%;
  }
  .popup-review__body {
    display: block;
  }
  .popup-review__left {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .ww-whyus__arr_next {
    left: calc(100% - 45px);
  }
  .ww-uniq__slide {
    padding: 40px 0;
  }
  .ww-uniq__buttons {
    bottom: 5rem;
  }
  .ww-reviews__icon {
    left: -10px;
    transform: translateY(0);
  }
  .ww-reviews__icon_next {
    transform: translateY(0) rotate(180deg);
    left: calc(100% - 20px);
  }
  .ww-reviews__btns {
    margin: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .ww-reviews__btn {
    flex: 0 1 auto;
    width: 170px;
  }
  .ww-reviews__btn:not(:last-child) {
    margin: 0 0 25px 0;
  }
  .ww-popup-review__btns {
    display: block;
  }
  .ww-popup-review__btns > * {
    margin: 0 0 20px 0;
  }
}
.ww-review__preview-img {
  width: 100%;
}

.ww-review__preview {
  display: flex;
}

.ww-review__preview-photo {
  width: 100%;
}

.ww-services__icon {
      background-size: cover !important;
}