#section-promo {
    margin-bottom: 0px;
}

.main-menu {
    border-bottom: 2px dashed #E0E0E0;
    padding-bottom: 6px;
}

.trainer-photo-container {
    text-align: center;
}

.trainer-photo-container img {
    max-width: 90%;
    margin: 0 auto;
}

.trainer-description-content {
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

.trainers-tabs-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.trainers-tabs-list li {
    display: inline-block;
    margin-right: 45px;
    margin-bottom: 10px;
}


a.trainers-switcher {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;

    text-decoration: none;
    color: #333;
    border-bottom: 3px dashed #FFD885;
}

a.trainers-switcher.active {
    color: #EB5757;
    border-bottom: none;
}


.trainer-description {
    padding-bottom: 290px;
}
.pricing-row {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 100%;
}

.pricing-row .top-divider.single {
    margin: 0 -15px;
}

.pricing-row .pricing-header {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 0;
}

.pricing-row .pricing-month {
    font-size: 16px;
    line-height: 16px;
    color: #828282;
}

.pricing-row .total-price {
    font-size: 38px;
    line-height: 38px;
    padding: 10px 0;
}

.pricing-row .price {
    font-size: 12px;
    color: #828282;
}


#section-similar {
    background: linear-gradient(0deg, #FFFFFF 1.63%, rgba(255, 255, 255, 0) 100%), #FFF9F4;
}

.trainers-container {
    padding-right: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

    padding: 44px;
    margin: -44px;
}

.trainer {
    margin-right: 40px;
}

.trainer-comment {
	background-image: url(./img/review_icon.png);
	background-size: 112px 117px;
	background-position: 0px -20px;
	background-repeat: no-repeat;
	padding-left: 115px;
	padding-top: 10px;
	min-height: 120px;
	margin-bottom: 40px;
}

.trainer-comment .name {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: black;
}

.trainer-comment .date {
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
	color: #828282;
}

.trainer-comment .text {
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	color: #4F4F4F;
}

/*XS*/
@media screen and (max-width: 576px) {
	.trainer-comment {
		padding-left: 0px;
		background: none;
	}
}