.ambassador-wrapper {
	background: #F3F3ED;
	overflow: hidden;
}

/* ==========================================================================
   AMBASSADOR-MAIN
   ========================================================================== */
.ambassador-main {
	padding: 40px 0 0 0;
}

.ambassador-main__logo {
	width: 160px;
	margin-bottom: 74px;
}

.ambassador-main__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ambassador-main__block {
	position: relative;
}

.ambassador-main__label {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 120%;
	color: #242C33;
	padding: 4px 6px;
	background: #FBF4E3;
	border-radius: 4px 4px 4px 0px;
	position: relative;
	margin-bottom: 40px;
}

.ambassador-main__label:after {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0;
	bottom: -15px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-main__label.svg);
}

.ambassador-main__title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 54px;
	max-width: 463px;
}

.ambassador-main__title span {
	background: linear-gradient(90deg, #FFBF14 0%, #D52E72 99.99%);
	border-radius: 15px;
	padding: 0 13px;
	color: #fff;
	position: relative;
	left: -13px;
	display: inline-block;
}

.ambassador-main__img {
	position: absolute;
	right: -50px;
	top: -25px;
	width: 426px;
}

.ambassador-main__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ambassador-main__name {
	position: absolute;
	padding: 24px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	background: #fff;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 8px;
	left: -168px;
	top: 305px;
	transform: rotate(15deg);
}

.ambassador-main__description {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1D1D1D;
	margin-bottom: 54px;
	max-width: 463px;
}

.ambassador-main__items {
	display: flex;
	flex-wrap: wrap;
	margin: -16px 0 0 -16px;
	position: relative;
}

.ambassador-main__item {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FBF4E3;
	border-radius: 12px;
	margin: 16px 0 0 16px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	height: 100%;
	padding: 24px;
	min-height: 105px;
}

.ambassador-main__button {
	margin-top: 40px;
}

.ambassador-main__button a {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.631661px;
	color: #1F8724;
	text-decoration: none;
	border: 3px solid #1F8724;
	border-radius: 34px;
	padding: 8.5px 21px;
}

.ambassador-main__button a:hover {
	background: #1F8724;
	color: #fff;
}

/* ==========================================================================
   AMBASSADOR-ADVANTAGES
   ========================================================================== */
.ambassador-advantages {
	padding-top: 140px;
}

.ambassador-advantages__label {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 40px;
}

.ambassador-title {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
}

.ambassador-title span {
	display: inline-block;
	background: linear-gradient(90deg, #FFBF14 0%, #D52E72 99.99%);
	border-radius: 15px;
	color: #fff;
	padding: 0 7px;
	position: relative;
	left: -7px;
}

.ambassador-advantages__title {
	max-width: 759px;
	margin: 100px 0;
}

.ambassador-advantages__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ambassador-advantages__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 40%;
}

.ambassador-advantages__col + .ambassador-advantages__col {
	width: 60%;
}

.ambassador-advantages__item {
	background: #fff;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 15px;
	padding: 28px 40px 28px 28px;
	border: 4px solid #fff;
	position: relative;
}

.ambassador-advantages__item_vip {
	border: 4px solid #F18F29;
}

.ambassador-advantages__item_vip:after {
	content: '';
	position: absolute;
	right: -18px;
	bottom: -30px;
	width: 124px;
	height: 124px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-advantages__item_vip.png);
}

.ambassador-advantages__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-advantages__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-advantages__text span {
	font-size: 18px;
	opacity: 0.7;
}

.ambassador-advantages__icon {
	width: 64px;
	margin-bottom: 18px;
}

.ambassador-advantages__icon img {
	display: block;
	max-width: 100%;
}

.ambassador-advantages__item + .ambassador-advantages__item {
	margin-top: 16px;
}

/* ==========================================================================
   AMBASSADOR-RESULT
   ========================================================================== */
.ambassador-result {
	padding-top: 100px;
}

.ambassador-result__title {
	margin-bottom: 72px;
}

.ambassador-result__title .ambassador-title {
	max-width: 759px;
}

.ambassador-result__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ambassador-result__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 33.333333%;
}

.ambassador-result__item {
	padding: 32px;
	background: #FBF4E3;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 15px;
}

.ambassador-result__item + .ambassador-result__item {
	margin-top: 16px;
}

.ambassador-result__icon {
	width: 120px;
	margin-bottom: 18px;
}

.ambassador-result__icon img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ambassador-result__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-result__block {
	padding-top: 91px;
}

.ambassador-result__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 48.0119px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #fff;
	padding: 13px 32px 18px;
	background: #F18F29;
	border-radius: 50px;
	display: inline-block;
	transform: rotate(-3.64deg);
	position: relative;
	left: 107px;
}

.ambassador-result__time {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 48.0119px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #fff;
	padding: 13px 32px 18px;
	background: #F18F29;
	border-radius: 50px;
	display: inline-block;
	transform: rotate(7.35deg);
	margin-top: -10px;
}

.ambassador-result__button {
	position: relative;
}

.ambassador-result__button a {
	display: block;
	width: 100%;
	text-decoration: none;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #fff;
	padding: 21px 32px;
	background: #1F8724;
	border-radius: 50px;
	text-align: center;
}

.ambassador-result__button a:hover {
	background: #179a1d;
}

/* ==========================================================================
   AMBASSADOR-STATUS
   ========================================================================== */
.ambassador-status {
	padding-top: 140px;
}

.ambassador-status__title {
	max-width: 759px;
	margin-bottom: 49px;
}

.ambassador-statu__item {
	padding: 40px 60px;
	background: #FBF4E3;
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 16px;
	position: relative;
}

.ambassador-statu__item + .ambassador-statu__item {
	margin-top: 32px;
}

.ambassador-statu__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-status__number {
	position: absolute;
	left: -37px;
	top: -22px;
	width: 74px;
	height: 74px;
	background: #fff;
	border: 3px solid #F18F29;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #F18F29;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* ==========================================================================
   AMBASSADOR-HUMAN
   ========================================================================== */
.ambassador-human {
	padding-top: 160px;
}

.ambassador-human__title {
	max-width: 759px;
	margin-bottom: 60px;
	margin-left: 19px;
}

.ambassador-human__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ambassador-human__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 25%;
}

.ambassador-human__item {
	background: linear-gradient(180deg, #FFFFFF 0%, #FFF3E6 100%);
	box-shadow: 0px 50px 77px rgba(176, 183, 195, 0.22);
	border-radius: 16px;
	padding: 40px;
	min-height: 500px;
	position: relative;
	overflow: hidden;
}

.ambassador-human__text {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-human__item_pos1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 275px;
	height: 261px;
	background: url(img/ambassador-h1.svg) no-repeat bottom center;
	background-size: cover;
}

.ambassador-human__item_pos2:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 255px;
	height: 232px;
	background: url(img/ambassador-h2.svg) no-repeat bottom center;
	background-size: cover;
}

.ambassador-human__item_pos3:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 246px;
	height: 214px;
	background: url(img/ambassador-h3.svg) no-repeat bottom center;
	background-size: cover;
}

.ambassador-human__item_pos4:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: ;
	left: 0;
	margin: auto;
	width: 258px;
	height: 215px;
	background: url(img/ambassador-h4.svg) no-repeat bottom center;
	background-size: cover;
}

/* ==========================================================================
   AMBASSADOR-PROGAM
   ========================================================================== */
.ambassador-progam {
	padding-top: 100px;
}

.ambassador-progam__title {
	max-width: 759px;
	margin-bottom: 60px;
}

.ambassador-progam__button {
	margin-bottom: 80px;
}

.ambassador-progam__button a {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.631661px;
	color: #1F8724;
	border: 3px solid #1F8724;
	border-radius: 34px;
	padding: 8.5px 21px;
	text-decoration: none;
}

.ambassador-progam__button a:hover {
	background: #1F8724;
	color: #fff;
}

.ambassador-progam__wrapper {
	position: relative;
}

.ambassador-progam__wrapper:after {
	content: '';
	position: absolute;
	top: 646px;
	left: 486px;
	width: 707px;
	height: 707px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-progam.svg);
}

.ambassador-progam__block {
	max-width: 664px;
	background: #fff;
	border: 2px solid #242C33;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ambassador-progam__header {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #1F8724;
	background: #EBEBEB;
	padding: 15px;
}

.ambassador-progam__caption {
	border-top: 1px solid #242C33;
	border-bottom: 1px solid #242C33;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	padding: 15px;
	background: #EBEBEB;
}

.ambassador-progam__caption b {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 13.8378px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #fff;
	padding: 9px 14px;
	background: #1F8724;
	border-radius: 21.5px;
	display: inline-block;
	vertical-align: middle;
}

.ambassador-progam__caption a {
	color: #003C7A;
	text-decoration: none;
}

.ambassador-progam__caption a:hover {
	opacity: 0.8;
}

.ambassador-progam__tr {
	display: flex;
	padding: 16px 0;
}

.ambassador-progam__tr + .ambassador-progam__tr {
	border-top: 1px solid #EBEBEB;
}

.ambassador-progam__td {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	position: relative;
}

.ambassador-progam__td:first-child {
	width: 146px;
	flex-shrink: 0;
	margin-right: 41px;
}

.ambassador-progam__td:first-child:after {
	content: '—';
	position: absolute;
	top: 0;
	right: -28px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #EBEBEB;
}

.ambassador-progam__table {
	padding: 16px;
}

/* ==========================================================================
   AMBASSADOR-STEPS
   ========================================================================== */
.ambassador-bg {
	background: url(img/ambassador-steps.png) no-repeat center;
	background-position: 0 185px;
}

.ambassador-steps {
	padding-top: 100px;
}

.ambassador-steps__head {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 40px;
	max-width: 550px;
}

.ambassador-steps__block {
	max-width: 954px;
}

.ambassador-steps__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ambassador-steps__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 40%;
}

.ambassador-steps__col + .ambassador-steps__col {
	width: 60%;
}

.ambassador-steps__item {
	background: #fff;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 15px;
	padding: 32px;
}

.ambassador-steps__item + .ambassador-steps__item {
	margin-top: 16px;
}

.ambassador-steps__number {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 102%;
	letter-spacing: -0.01em;
	color: #1F8724;
	background: #fff;
	border: 3px solid #1F8724;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 50px;
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.ambassador-steps__caption {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
}

.ambassador-steps__ps {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 140%;
	letter-spacing: -0.5px;
	color: #242C33;
	opacity: 0.7;
	margin-top: 18px;
}

.ambassador-steps__button {
	margin-top: 18px;
}

.ambassador-steps__button a {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.631661px;
	color: #1F8724;
	border: 3px solid #1F8724;
	border-radius: 34px;
	padding: 8.5px 21px;
	text-decoration: none;
}

.ambassador-steps__button a:hover {
	background: #1F8724;
	color: #fff;
}

/* ==========================================================================
   AMBASSADOR-AUTHOR
   ========================================================================== */
.ambassador-author {
	padding-top: 100px;
}

.ambassador-author__title {
	margin-bottom: 40px;
}

.ambassador-author__label {
	display: inline-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 10px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 110%;
	color: #fff;
}

.ambassador-author__label:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 12px;
	height: 12px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-author__label.svg);
}

.ambassador-author__label span {
	padding: 4px 8px 2px;
	background: #1F8724;
	border-radius: 4px 4px 4px 0px;
	position: relative;
}

.ambassador-author__label span + span {
	padding: 2px 8px 4px;
	border-radius: 0px 0px 4px 0px;
}

.ambassador-author__label span + span:before {
	content: '';
	position: absolute;
	right: -4px;
	top: 0;
	width: 4px;
	height: 4px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-author__label2.svg);
}

.ambassador-author__top {
	max-width: 964px;
	margin: auto;
}

.ambassador-author__block {
	padding: 60px 618px 60px 60px;
	background: #FBF4E3;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 16px;
	position: relative;
}

.ambassador-author__img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 717px;
}

.ambassador-author__img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.ambassador-author__item {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.01em;
	color: #242C33;
	padding-left: 48px;
	position: relative;
}

.ambassador-author__item + .ambassador-author__item {
	margin-top: 32px;
}

.ambassador-author__icon {
	position: absolute;
	left: 0;
	top: -3px;
}

/* ==========================================================================
   AMBASSADOR-PRICE
   ========================================================================== */
.ambassador-price {
	padding-top: 100px;
	position: relative;
}

.ambassador-price__head {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #242C33;
	margin-bottom: 90px;
}

.ambassador-price__table {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.04em;
	color: #000;
	text-align: center;
	position: relative;
}

.ambassador-price__table table {
	width: 100%;
}

.ambassador-price__table td {
	padding: 12px 24px;
	width: 25%;
	height: 100px;
}

.ambassador-price__table tr:nth-child(even) td {
	background: #F5F5F5;
}

.ambassador-price__table td:first-child {
	text-align: left;
}

.ambassador-price__vip {
	display: inline-block;
	background: linear-gradient(90deg, #FFBF14 0%, #D52E72 99.99%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ambassador-price__price {
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	color: #1F8724;
}

.ambassador-price__check {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-price__check.svg);
}

.ambassador-price__increased {
	display: inline-block;
	font-size: 28px;
	line-height: 120%;
	letter-spacing: -0.04em;
}

.ambassador-price__increased_gradient {
	background: linear-gradient(180deg, #2CBC33 0%, #1F8724 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ambassador-price__button {
	display: inline-block;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px;
	color: #fff;
	text-align: center;
	padding: 8px 16px;
	background: #1F8724;
	border: 2px solid #1F8724;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	text-decoration: none;
}

.ambassador-price__button:hover {
	background: #209a26;
}

.ambassador-price__important {
	position: absolute;
	left: 0;
	top: 844px;
	width: 372px;
	font-family: 'CoFo Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 27px;
	line-height: 120%;
	letter-spacing: -0.5px;
	color: #242C33;
	padding: 32px;
	background: #fff;
	box-shadow: 0px 4px 27px rgba(32, 58, 35, 0.09);
	border-radius: 15px;
	z-index: 1;
}

.ambassador-price__important:before {
	content: '';
	display: block;
	margin-bottom: 18px;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-price__important.svg);
}

.ambassador-price__wrapper {
	position: relative;
}

.ambassador-price__wrapper:after {
	content: '';
	position: absolute;
	right: 374px;
	bottom: 60px;
	width: 1163px;
	height: 838px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(img/ambassador-price-bg.png);
}

.ambassador-price__mobile {
	display: none;
}

/* ==========================================================================
   AMBASSADOR-REVIEWS
   ========================================================================== */
.ambassador-reviews {
	padding: 110px 0;
}

.ambassador-reviews__title {
	max-width: 420px;
	margin-bottom: 40px;
	margin-left: 98px;
}

.ambassador-reviews__row {
	display: flex;
	flex-wrap: wrap;
	margin: -16px -8px 0;
}

.ambassador-reviews__col {
	margin-top: 16px;
	padding: 0 8px;
	width: 33.333333%;
}

.ambassador-reviews__item img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 16px;
}

.ambassador-reviews__item + .ambassador-reviews__item {
	margin-top: 16px;
}

/* ==========================================================================
   MEDIA
   ========================================================================== */
@media only screen and (max-width : 1199.98px) {
	.ambassador-result__col {
		width: 50%;
	}

	.ambassador-result__block {
		padding-top: 50px;
	}

	.ambassador-human__col {
		width: 50%;
	}

	.ambassador-human__item {
		max-width: 275px;
	}

	.ambassador-author__block {
		padding-right: 500px;
		padding-left: 32px;
	}

	.ambassador-author__block {
		overflow: hidden;
	}

	.ambassador-author__img {
		right: -100px;
	}
}

@media only screen and (max-width : 991.98px) {
	.ambassador-main__title {
		margin-bottom: 0;
	}

	.ambassador-main__img {
		width: auto;
		max-width: 426px;
		position: relative;
		right: auto;
		top: auto;
		margin-bottom: 50px;
	}

	.ambassador-main__name {
		left: -24px;
	}

	.ambassador-advantages__col {
		width: 100%;
	}

	.ambassador-advantages__col + .ambassador-advantages__col {
		width: 100%;
	}

	.ambassador-steps__col {
		width: 100%;
	}

	.ambassador-steps__col + .ambassador-steps__col {
		width: 100%;
	}

	.ambassador-author__img {
		display: none;
	}

	.ambassador-author__block {
		padding: 60px;
	}

	.ambassador-price__important {
		position: static;
		width: auto;
		margin-top: 50px;
	}

	.ambassador-price__wrapper:after {
		display: none;
	}

	.ambassador-reviews__title {
		margin-left: 0;
	}

	.ambassador-price__desktop {
		display: none;
	}

	.ambassador-price__mobile {
		display: block;
	}

	.ambassador-price__table td {
		width: 50%;
	}

	.ambassador-progam__wrapper:after {
		display: none;
	}
}

@media only screen and (max-width : 767.98px) {
	.ambassador-result__col {
		width: 100%;
	}
}

@media only screen and (max-width : 575.98px) {
	.ambassador-main__title {
		font-size: 53px;
		line-height: 120%;
		margin-left: 13px;
	}

	.ambassador-main__name {
		left: -2px;
	}

	.ambassador-title {
		font-size: 39px;
	}

	.ambassador-advantages__title {
		margin-bottom: 50px;
	}

	.ambassador-result__title {
		margin-top: 50px;
	}

	.ambassador-result__caption {
		left: 35px;
		margin-bottom: 30px;
	}

	.ambassador-result__time {
		margin-bottom: 20px;
	}

	.ambassador-result__button a {
		font-size: 26px;
	}

	.ambassador-human__title {
		margin-bottom: 50px;
	}

	.ambassador-price__head {
		margin-bottom: 50px;
	}

	.ambassador-reviews__col {
		width: 100%;
	}

	.ambassador-advantages__item {
		padding: 32px 24px;
	}

	.ambassador-advantages__item_vip:after {
		bottom: -70px;
	}

	.ambassador-result__item {
		padding: 32px 24px;
	}

	.ambassador-statu__item {
		padding: 32px 24px;
	}

	.ambassador-status__number {
		left: -4px;
		top: -50px;
	}

	.ambassador-status__title {
		margin-bottom: 70px;
	}

	.ambassador-statu__item + .ambassador-statu__item {
		margin-top: 60px;
	}

	.ambassador-human__title {
		margin-left: 0;
	}

	.ambassador-human__col {
		width: 100%;
	}

	.ambassador-title {
		font-size: 28px;
	}

	.ambassador-progam__td:first-child {
		width: 90px;
		margin-right: 5px;
	}

	.ambassador-progam__td:first-child:after {
		display: none;
	}

	.ambassador-progam__td {
		font-size: 20px;
	}

	.ambassador-steps__item {
		font-size: 32px 24px;
	}

	.ambassador-author__block {
		padding: 32px 24px;
	}

	.ambassador-price__increased {
		font-size: 24px;
	}

	.ambassador-price__price {
		font-size: 24px;
	}

	.ambassador-price__table td {
		height: auto;
		padding: 12px;
	}

	.ambassador-price__important {
		padding: 32px 24px;
	}

	.ambassador-main__logo {
		margin-bottom: 50px;
	}

	.ambassador-advantages {
		padding-top: 100px;
	}

	.ambassador-status {
		padding-top: 100px;
	}

	.ambassador-human {
		padding-top: 100px;
	}

	.ambassador-author__label {
		font-size: 23px;
	}

	.ambassador-statu__text {
		font-size: 22px;
	}
}