.profile {
  margin-bottom: 80px;
}

.profile__title {
  text-align: center;
  font-family: "Cambria Math";
  font-size: 26px;
}

.profile__card {
  display: flex;
}

.profile__card-col:last-child {
  background: #fff;
  flex-grow: 1;
  margin-left: 20px;
  border-radius: 0 0 5px 5px;
}

.profile__photo {
  min-width: 200px;
    display: flex;
    justify-content: center;
}

.profile__photo-img {
	max-width: 100%;
    max-height: 400px;
}

.profile__location {
  display: flex;
  background: #4e4e4e;
  color: #000;
  padding: 10px 20px;
  border-radius: 5px 5px 0 0;
}

.profile__info-phone {
  color: #fff;
  text-decoration: none;
  background: url(images/call-answer.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 22px;
}

.profile__info-metro {
  margin-left: 20px;
  color: #fff;
  text-decoration: none;
  background: url(images/public-transport-train-directions.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 22px;
}

.profile__info-area {
  color: #fff;
  text-decoration: none;
  background: url(images/maps-and-flags.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 20px;
  margin-left: 20px;
}

.profile__info-okrug {
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  background: url(images/okrug.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 22px;
}

.profile__info-city {
  margin-left: auto;
  color: #fff;
  text-decoration: none;
  background-size: contain;
  padding-left: 22px;	
  background: url(images/maps-and-flags.svg) 0 0 no-repeat;
  background-size: contain;
}

.profile__params-grid {
  display: flex;
  padding: 10px 20px;
}

.profile__params {
}

.profile__price {
    white-space: nowrap;
}

.profile__prices-title,
.profile__params-label {
  color: #f17183;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.profile__prices-icon {
  font-size: 24px;
  position: relative;
  top: 3px;
}

.profile__prices-title {
  margin: 0;
}

.profile__title_margin_sm {
    margin: 0;
}

.profile__params-label_about {
  background: url(images/avatar.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
  white-space: nowrap;
}

.profile__params-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile__param {
  display: flex;
}

.profile__param-key {
    white-space: nowrap;
    display: inline-block;
    padding-right: 5px;
}

.profile__param-value {
  font-weight: 500;
}

.profile__param-value a {
    color: #000;
}

.profile__prices-row {
  display: flex;
  flex-wrap: wrap;
}

.profile__prices {
  margin-left: 20px;
}

.profile__price-col {
    min-width: 50%;
}

.profile__price-label {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
}

.profile__price-label_apartments {
  background: url(images/home.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
}

.profile__price-label_departure {
  background: url(images/sports-car.svg) 0 0 no-repeat;
  background-size: contain;
  padding-left: 25px;
}

.check-icons {
  margin-left: 10px;
}

.check-icon {
  text-align: center;
  margin: 20px 0;
  position: relative;
}

.check-icon::before {
  display: block;
  content: " ";
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.check-icon_photo::before {
  background: url(images/instagram-photo-camera-logo-outline.svg) 0 0 no-repeat;
  background-size: contain;
}

.check-icon_photo::after {
  display: block;
  content: " ";
  width: 20px;
  height: 20px;
  background: url(images/correct-symbol.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.check-icon_new::before {
  background: url(images/resume.svg) 0 0 no-repeat;
  background-size: contain;
}

.check-icon_new::after {
  content: "new";
  position: absolute;
  bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  left: -5px;
  color: #f17183;
}

.check-icon_salon::before {
  background: url(images/home2.svg) 0 0 no-repeat;
  background-size: contain;
}

.check-icon_salon::after {
  content: "Салон";
  color: #f17183;
  font-size: 12px;
}

.profile__description {
  padding: 0 20px 20px;
}

.profile__description-tab {
  background: #4e4e4e;
  padding: 7px 15px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 12px 0 12px 0;
  cursor: pointer;
}

.profile__description-tabs {
  display: flex;
}

.profile__description-tab.is-active {
  background: #f17183;
}

.profile__description-contents {
  padding-top: 10px;
}

.profile__description-content {
  display: none;
}

.profile__description-content.is-active {
  display: block;
}

.profile__media-tabs {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.profile__media-tab {
  background: #4e4e4e;
  padding: 7px 15px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 12px 0 12px 0;
  cursor: pointer;
}

.profile__media-tab.is-active {
  background: #f17183;
}

.profile__media-contents {
  background: #fff;
  padding: 20px 20px 20px 10px;
  border-radius: 5px;
  margin-top: 10px;
}

.profile__media-content {
  display: none;
  position: relative;
}

.profile__media-content.is-active {
  display: block;
}

.profile__media-content > div > div {
  box-sizing: border-box;
  padding: 0 10px;
}

.profile__grid {
  display: flex;
}

.profiles-slider {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    position: relative;
}

.profiles-slider-container {
    position: relative;
}

.profiles-slider .card {
    width: 100%;
    padding: 0 10px;
}

.profiles-slider .card__wrap {
    margin: 0;
}

.profile__add-to-favorites {
    display: block;
    width: 100%;
    height: 30px;
    background: #fff url(images/hearts.png) center -57px no-repeat;
    text-decoration: none;
    border-radius: 4px;
    border: none;
    margin-top: 5px;
    cursor: pointer;
    transition: all .3s;
    border: 2px solid #e36979;
}

.profile__add-to-favorites:hover,
.profile__add-to-favorites.is-active {
    background-position: center 2px;
}


.profile__add-to-favorites.is-active:hover {
    background-position: center -57px;
}

.profile__map {
    max-width: 360px;
}

/************* profile contacts **************/


.profile__contacts {
  background: #fff;
  border-radius: 5px;
  margin: 20px 0 0 20px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  align-self: flex-start;
  min-width: 380px;
  max-width: 380px;
}

.profile__contacts-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.profile__contacts-time-text,
.profile__contacts-call-to-action {
  font-size: 18px;
  margin-bottom: 5px;
}

.profile__contacts-text {
    font-size: 16px;
}

.profile__contacts-phone {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.profile__contacts-phone a {
  color: #f17183;
  text-decoration: none;
}

.profile__contacts-msgrs {}

.profile__contacts-watchup ,
.profile__contacts-viber,
.profile__contacts-telegram {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
}

.profile__contacts-watchup {
  display: inline-block;
  background-image: url(images/watsapp-icon.webp);
}

.profile__contacts-viber {
  background-image: url(images/viber-icon.webp);
}

.profile__contacts-telegram {
  background-image: url(images/telegram-icon.webp);
  background-size: 80%;
  background-position: center center;
}

.profile__contacts-times {
    margin-top: 10px;
    margin-bottom: 10px;
}

.review__btn-container .review__btn {
	max-height: 35px;
    margin: 16px 0 0 26px;	
}

@media (max-width: 768px) {
	.review__btn-container {
		display: block;
		margin: 15px 0 0 0;
		text-align: center;
	}
	
	.review__btn-container .review__btn {
		max-height: 35px;
		margin: 16px 0 0 0px;
		display: inline-block;
	}
	
	.review__btn-container .g-recaptcha {
		display: block;
		width: 304px;
		margin: 0 auto;		
	}	
}

/************* /profile contacts **************/
































