.mounth__row {
	margin-bottom: -131px;
}

.mounth__title{
	font-family: Yeseva One;
	font-weight: 400;
	font-size: 29px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 51px;
	color: rgba(0, 0, 0, 0.85);
}

.who-is-main-col li {
	margin-bottom: 0;
}

.who-is-main-col p {
  line-height: 32px;
}

.mounth__name {
	font-family: Yeseva One;
	font-weight: 400;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 12px;
}

.mounth__author {
	font-family: HelveticaNeue;
	font-size: 20px;
	color: rgba(0,0,0,0.5);
	margin-bottom: 56px;
}

.mounth-steps {

}

.mounth__book {
	margin-top: 30px;
	z-index:  10;
}

.mounth__quote-title {
  font-family: Yeseva One;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 77px;
}

.mounth__commas {
  position: absolute;
  font-family: HelveticaNeue;
  font-weight: bold;
  font-size: 145px;
  line-height: 145px;
  color: #1bb5c2;
  top: -50px;
  left: 0;
}

.mounth__quote {
  color: rgba(0,0,0,0.5);
  font-family: HelveticaNeue;
  font-size: 16px;
  margin-top: 15px;
}

.mounth__steps {
  display: flex;
}

.mounth-step {
  position: relative;
  margin-right: -15px;
}

.mounth-step__img {
  position: relative;
}

body .menuN-list--third {
  padding-bottom: 20px;
}

.product-reviews__controls.slider-controls  {
  display: none;
}

body .product-reviews__header-rating a:hover {
  cursor: default;
}

body .product-reviews__header-title {
  padding-top: 12px;
}

body .product-reviews__item-wrap {
  max-width: 600px;
  margin: auto;
  margin-bottom: 10px;
}

.product-reviews .product-reviews__header {
  margin-bottom: 5px;
}

.mounth-step__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38px;
  color: rgba(0,0,0,0.5);
  font-family: HelveticaNeue;
  font-size: 17px;
}

.mounth__steps_phone {
  display: none;
}

.mounth__author {
  display: block;
}

.book-mounth-buttons {
	width: 100%;
	margin: 40px 0 0;
}

@media (max-width: 980px) {
	
	.mounth__row {
		flex-direction: column;
		align-items: center;
		margin-bottom: 0;
	}

	.mounth__column {
		width: 100%;
	}

	.mounth__book {
		margin: 30px auto;
		width: 50%;
		height: auto;
		max-width: 100%;
	}

	.mounth__title{
		font-size: 20px;
		margin-bottom: 20px;
	}

	.mounth__name {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 17px;
	}

	.mounth__author {
		font-size: 16px;
		margin-bottom: 0;
	}

	.mounth__steps {
	display: none;
	}
	.mounth__steps_phone {
	display: block;
	margin-bottom: 65px;
	}
	
	.mounth__steps_phone .mounth-step {
	margin-right: 0;
	margin-bottom: -10px;
	text-align: center;
	}
	.mounth__steps_phone .mounth-step__text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	}
	.mounth__steps_phone br {
	display: none;
	}
	
	.mounth__steps_phone .mounth-step__text {
	width: 210px;
	font-size: 15px;
	}

	.mounth__quote-title {
		width: 290px;
		margin: 55px auto 25px;
	}

	.mounth__quote {
		width: 290px;
		margin: auto;
		font-size: 14px;
	}
	.book-mounth-buttons {
		width: 290px;
		margin: 40px auto 0;
	}
}
