/* Promo */
.promo {
    margin-top: 25px;
	}

.promo__content {
    display: flex;
    align-items: center;
}

.promo__left {
    margin-right: 70px;
    flex: 1;
}

.promo__right {
	width: 40%;
}

h1.promo__title {
    font-size: 31px;
}

h1.promo__title > span {
    color: #2da72f;
}

.promo__subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
	margin-top: 25px;
	font-size: 23px;
    font-weight: 600;
    color: #2e3c46;
}

.promo__subtitle > span {
    color: #2da72f;
}

.promo__item {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
}

.promo__item:before {
	content: '';
	background: url('../../image/icon/check-mark.svg') no-repeat;
	width: 26.5px;
	height: 18.5px;
	margin-right: 10px;
}

.promo__text ul {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
}

.promo__text ul li {
    display: flex;
    align-items: center;
    margin-top: 25px;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
}

.promo__text ul li:before {
    content: '';
    background: url('../../image/icon/check-mark.svg') no-repeat;
    width: 26.5px;
    height: 18.5px;
    margin-right: 10px;
	flex: none;
}

.promo__text ul li > span > strong {
    display: block;
    margin-bottom: 2px;
}

.promo__button {
    margin-top: 30px;
}

.promo__specialist-info {
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%), 2px 2px 12px rgb(46 60 71 / 13%);
    color: #2E3C47;
    max-width: 300px;
    margin: 0 auto;
}

.promo__specialist-name {
    font-weight: 400;
    font-size: 20px;
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 4px 0;
	display: block;
}

.promo__specialist-name:before {
    content: '';
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: -o-linear-gradient(123deg, #FBD76E 27.71%, #FEEAA8 100%);
    background: linear-gradient(327deg, #2e3c47 27.71%, #6e7e8b 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
}

.promo__specialist {
    text-align: center;
}

.promo__specialist-image img {
    margin: 0 auto;
}

.promo__specialist-position {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    margin-top: 3px;
}


/* Services Widget */
.services-widget {
    position: relative;
}

.services-widget:before {
	content: '';
	/*background: url('../../image/services-widget-bg.png') no-repeat;*/
	background: url('../../image/lenta1.svg') no-repeat;
	background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 10%;
}

.services-widget:before {
    content: '';
    /* background: url(../../image/services-widget-bg.png) no-repeat; */
    background: url('../../image/lenta2.svg') no-repeat;
    background-size: cover;
    background-position: 0 50%;
    width: 100%;
    width: calc(100% + 100px);
    height: 195px;
    /* height: 100%; */
    display: block;
    position: absolute;
    z-index: -1;
    left: -30px;
    top: 40%;
}

.services-widget__columns {
    display: flex;
    margin: 0 -15px;
}

.services-widget__column {
    padding: 0 15px;
    width: 33.333%;
}

.services-widget__column-content {
    background: #FFFFFF;
    box-shadow: 2px 2px 12px rgba(46, 60, 71, 0.13);
    border-radius: 8px;
    padding: 24px 16px;
}

.services-widget__column-title {
    font-weight: 700;
    font-size: 24px;
    color: #2E3C47;
}

.services-widget__column-items {
    margin-top: 15px;
}

.services-widget__column-item {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.services-widget__column-item:first-child {
    margin-top: 0;
}

.services-widget__column-item:before {
	content: '';
	background: url('../../image/icon/check-mark.svg') no-repeat;
	width: 26.5px;
	height: 18.5px;
	margin-right: 10px;
	flex: none;
}

.services-widget__column-text {
    margin-top: 15px;
}

.services-widget__column-text ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.services-widget__column-text ul li {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.services-widget__column-text ul li:first-child {
    margin-top: 0;
}

.services-widget__column-text ul li:before {
    content: '';
    background: url('../../image/icon/check-mark.svg') no-repeat;
    width: 26.5px;
    height: 18.5px;
    margin-right: 10px;
    flex: none;
}

/* Consultation Widget */
.consultation-widget__content {
    background: #E8F6F7;
    border-radius: 8px;
    padding: 20px 24px;
    text-align: center;
}

.consultation-widget__title {
    font-weight: 700;
    font-size: 20px;
    color: #2E3C47;
}

.consultation-widget__subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
    margin-top: 10px;
}

.consultation-widget__button {
    margin-top: 15px;
}

/* Quiz */
.home-page__quiz {
	position: relative;
}

.home-page__quiz-content {
    display: flex;
	position: relative;
}

.home-page__quiz-content:before {
    content: '';
    /* background: url(../../image/services-widget-bg.png) no-repeat; */
    background: url(../../image/lenta2.svg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    width: calc(100% + 200px);
    height: 200px;
    /* height: 100%; */
    display: block;
    position: absolute;
    z-index: -1;
    left: -120px;
    top: 40%;
}

.home-page__quiz-steps {
    flex: 1;
	background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 12%), 2px 2px 12px rgb(46 60 71 / 13%);
    border-radius: 8px;
}

.home-page__quiz-steps > form {
    height: 100%;
}

.home-page__quiz-info {
    width: 316px;
    margin-left: 60px;
}

.home-page__quiz-step {
	display: none;
	height: 100%;
	min-height: 400px;
}

.home-page__quiz-step_active {
	display: block;
}

.home-page__quiz-step-content {
    height: 100%;
    padding: 24px;
	display: flex;
    flex-direction: column;
}

.home-page__quiz-step-question {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2E3C47;
}

.home-page__quiz-step-answers {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    margin-top: 16px;
	margin-bottom: 50px;
}

.home-page__quiz-step-answer {
    display: flex;
    padding: 15px;
    flex-grow: 1;
    flex-basis: 50%;
    max-width: 50%;
}

.home-page__quiz-step-answer-content {
    background: #E8F6F7;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    height: 100%;
}

.home-page__quiz-step-answer label {
    font-weight: 400;
    font-size: 18px;
    color: #2E3C47;
	min-height: 64px;
}

.home-page__quiz-step-answer .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.home-page__quiz-step-answer .checkbox+label {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    padding: 10px 8px;
    width: 100%;
}

.home-page__quiz-step-answer .checkbox+label::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    flex-grow: 0;
    background-image: url("../../image/icon/checkbox.svg");
    margin-right: 6px;
}

.home-page__quiz-step-answer .checkbox:checked+label::before {
  background-image: url("../../image/icon/checkbox-checked.svg");
}

.home-page__quiz-step-answer .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.home-page__quiz-step-answer .radio+label {
    display: flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
    padding: 10px 8px;
    width: 100%;
}

.home-page__quiz-step-answer .radio+label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 12px;
    border: 1px solid #FF2336;
    border-radius: 36px;
    background: #fff;
}

.home-page__quiz-step-answer .radio:checked+label::before {
   background: #FF2336;
}

.home-page__quiz-step-bottom {
    display: flex;
    margin: 0 -15px;
    margin-top: auto;
}

.home-page__quiz-step-bottom > div {
    width: 50%;
    padding: 15px;
}

.home-page__quiz-step-progress-text {
    font-weight: 400;
    font-size: 16px;
    color: #4F4F4F;
}

.home-page__quiz-step-progress-bar {
    background: #D9D9D9;
    border-radius: 18px;
    width: 100%;
    height: 8px;
    margin-top: 8px;
}

.home-page__quiz-step-progress-bar > div {
    background: #FF2336;
    border-radius: 18px;
    height: 100%;
}

.home-page__quiz-step-buttons {
    display: flex;
    justify-content: end;
}

.home-page__quiz-step-button {
    padding: 18px 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
    background: #E8F6F7;
    border-radius: 12px;
    margin-left: 24px;
}

.home-page__quiz-step-button:first-child {
    margin-left: 0;
}

.home-page__quiz-step-button:hover {
	opacity: 0.8;
}

.home-page__quiz-step-button_prev:before {
	content: '';
    width: 9px;
    height: 16px;
    flex: none;
	background: url('../../image/icon/btn-prev.svg') no-repeat;
	background-size: cover;
	margin-right: 20px;
}

.home-page__quiz-step-button_next:after {
    content: '';
	width: 9px;
    height: 16px;
    flex: none;
    background: url('../../image/icon/btn-next.svg') no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.home-page__quiz-step-button.disabled {
    cursor: no-drop;
}

.home-page__quiz-info-text {
    background: #E8F6F7;
    border-radius: 24px 24px 8px 8px;
    padding: 24px;
}

.home-page__quiz-info-specialist-image {
    margin: -15px 0;
}

.home-page__quiz-info-specialist-image img {
    margin: 0 auto;
}

.home-page__quiz-info-specialist-info {
    background: #E8F6F7;
    border-radius: 8px 8px 24px 24px;
    padding: 24px;
    text-align: center;
}

.home-page__quiz-info-name {
    font-weight: 700;
    font-size: 16px;
    color: #2E3C47;
}

.home-page__quiz-info-position {
    font-weight: 400;
    font-size: 14px;
    color: #727272;
    margin-top: 8px;
}

.home-page__quiz-step-form {
	margin-bottom: 50px;
}
 
.home-page__quiz-step-form-title {
    font-weight: 700;
    font-size: 24px;
    color: #2E3C47;
    margin-bottom: 16px;
}

.home-page__quiz-step-form .form__field input {
    background: #E8F6F7;
    border-radius: 4px;
}

.home-page__quiz-step-button-submit {
    margin-left: 24px;
}

/* Stages */
.home-page__stages-content {
    display: flex;
}

.home-page__stages-info {
    width: 271px;
    margin-right: 29px;
}

.home-page__stages-stages {
    flex: 1;
}

.home-page__stages-info-content {
    background: #E8F6F7;
    border-radius: 8px;
    padding: 16px 24px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-page__stages-info-title {
    font-weight: 700;
    font-size: 24px;
    color: #2E3C47;
}

.home-page__stages-info-text {
    font-weight: 400;
    font-size: 16px;
    color: #727272;
    margin-top: 8px;
	margin-bottom: 10px;
}

.home-page__stages-info-btn {
    margin-top: auto;
}

.home-page__stages-stage {
    display: none;
	height: 100%;
}

.home-page__stages-stage.current {
    display: block;
}

.home-page__stages-stage-content {
    background: #E8F6F7;
    border-radius: 8px;
    height: 100%;
    padding: 16px 24px;
}

.home-page__stages-stage-head-text {
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
}

.home-page__stages-stage-head-text > span {
    font-weight: 700;
}

.home-page__stages-stage-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2E3C47;
	margin-top: 16px;
}

.home-page__stages-stage-text {
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
    margin-top: 16px;
}

.home-page__stages-stage-duration {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
}

.home-page__stages-stage-duration > span {
    font-weight: 700;
}

.home-page__stages-stage-buttons {
    margin-top: 16px;
}

.home-page__stages-stage-button {
	padding: 18px 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
    background: #FFFFFF;
    border-radius: 12px;
	margin-left: 24px;
}

.home-page__stages-stage-button:first-child {
    margin-left: 0;
}

.home-page__stages-stage-button_prev:before {
	content: '';
    width: 9px;
    height: 16px;
    flex: none;
	background: url('../../image/icon/btn-prev.svg') no-repeat;
	background-size: cover;
	margin-right: 20px;
}

.home-page__stages-stage-button_next:after {
    content: '';
	width: 9px;
    height: 16px;
    flex: none;
    background: url('../../image/icon/btn-next.svg') no-repeat;
    background-size: cover;
    margin-left: 20px;
}

.home-page__stages-stage-button:hover {
    opacity: 0.8;
}


/* Services Table */
.home-page__services-table-title {
    margin-bottom: 24px;
}

.home-page__services-table table {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12), 2px 2px 12px rgba(46, 60, 71, 0.13);
    border-radius: 8px;
    width: 100%;
    border-collapse: collapse;
}

.home-page__services-table table tbody tr:nth-child(even) {
    background: #E8F6F7;
}

.home-page__services-table table thead td {
    padding: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #2E3C47;
    border-bottom: 1px solid #E8F6F7;
    border-radius: 8px 8px 0px 0px;
}

.home-page__services-table table tbody td {
    padding: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #2E3C47;
}

/* How We help */
.how-we-help__content {
    display: flex;
    align-items: center;
}

.how-we-help__image {
    margin-right: 42px;
}

.how-we-help__info {
    flex: 1;
}

.how-we-help__info ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.how-we-help__info ul li::before {
  content: '';
  background-color: #2B8DE7;
  border-radius: 100%;
  color: #2B8DE7;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 20px;
  flex: none;
}

.how-we-help__info ul li {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.how-we-help__info ul li > span > strong {
    display: block;
    margin-bottom: 2px;
}

.how-we-help__btn {
    margin-left: 28px;
    margin-top: 23px;
}


@media (max-width: 1000px) {
	.home-page__quiz-content {
		flex-direction: column;
	}

	.home-page__quiz-info {
		display: none;
	}

	.home-page__quiz-content:before {
		display: none;
	}
}


@media (max-width: 800px) {
	.promo {
		margin-top: 0;
	}

	.promo__left {
		margin-right: 0;
	}
	
	.promo__right {
		display: none;
	}
	
	.promo__subtitle {
		font-size: 16px;
	}

	.promo__text ul li {
		font-size: 16px;
	}

	.promo__button .promo__btn {
		width: 100%;
	}
	
	.services-widget:before {
		display: none;
	}
	
	.services-widget__columns {
		overflow: auto;
		margin: 0 -5px;
	}
	
	.services-widget__columns::-webkit-scrollbar {
	  -webkit-appearance: none;
	  width: 7px;
	  height: 6px;
	}

	.services-widget__columns::-webkit-scrollbar-thumb {
	  border-radius: 4px;
	  background-color: rgba(0, 0, 0, .5);
	  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
	}
	
	.services-widget__column {
		min-width: 270px;
		padding: 0 5px;
	}
	
	.how-we-help__image {
		display: none;
	}

	.how-we-help__btn {
		margin-left: 0;
		width: 100%;
	}
	
	.home-page__stages-content {
		flex-direction: column;
	}

	.home-page__stages-info {
		order: 2;
		width: 100%;
		margin-right: 0;
		margin-top: 16px;
	}

	.home-page__stages-stages {
		order: 1;
	}
	
	.home-page__quiz-step-bottom {
		flex-direction: column;
	}

	.home-page__quiz-step-bottom > div {
		width: 100%;
	}

	.home-page__quiz-step-buttons {
		justify-content: space-between;
	}
	
	h2, .h2 {
		font-size: 24px;
	}

	.home-page__stages-stage-title {
		font-size: 16px;
	}
	
	.form__fields-horizontal {
		flex-direction: column;
	}
}

@media (max-width: 650px) {
	.home-page__quiz-step-answers {
		margin-bottom: 20px;
	}
	
	.home-page__quiz-step-answer {
		flex-direction: column;
		flex-basis: 100%;
		max-width: 100%;
		padding: 10px;
	}
}