.business__top-blocks {
	/* display: flex; */
	margin: 0 0 40px;;
}

/*
.business__about {
	max-width: 510px;
	flex: 0 0 510px;

}*/
.business__about {
	margin-bottom: 30px;
}
.business__about-inner {
	position: relative;
	height: 280px;
	width: 100%;
	border-radius: 16px;
	background: url(../img/business1.png) no-repeat;
    background-position: center bottom;
	background-size: cover;
}
.business__about-inner:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.48%, rgba(16, 42, 131, 0.5) 100%);
	border-radius: 16px;
}
.business-sliders  {
	max-width: 330px;
	flex: 0 0 330px;
}
.business__title {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 25px;
	font-weight: 600;
	line-height: 17px;
}
.business__about-bottom {
	position: absolute;
	bottom: 25px;
	width: 100%;
	text-align: center;
}
.business__about-text {
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.business__stars {
	display: inline-flex;
	background: #FFFFFF;
	border-radius: 24px;
	padding: 8px 15px;
}
.business__star {
	display: block;
	width: 20px;
	height: 20px;
}
.business__star:not(:last-child) {
	margin-right: 15px;
}
.business__star--gold {
	background: url(../img/icons/star-full.svg) no-repeat;
}

.business-sliders__inner {
	height: 100%;
}
.business-swiper {
	position: relative;
	height: 280px;
}
.business-swiper__nav {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 9;
	margin-bottom: 20px;
}
.business-slider__block {
	position: relative;
	height: 100%;
	width: 100%;
	padding: 15px;
	background-position: center center !important;
    background-size: cover !important;
	border-radius: 16px;
}
.business-slider__block:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	content: '';
	display: block;
	border-radius: 16px;
	background: #102A83;
	opacity: 0.5;
}
.business-slider__content {
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 0 15px;
	width: 100%;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	line-height: 18px;
}
.business-slider__title {
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.business-swiper__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 15px 0;
}
.business-swiper__nav  .swiper-pagination  {
	width: auto !important;
    line-height: 1;
    margin: 0;
	font-size: 12px;
	color: #F7F7F7;
	letter-spacing: 0.02em;
	line-height: 18px;
}
.business-swiper__nav-arrow {
	display: flex;
}
.business-swiper-prev {
	margin-right: 15px !important;
}
.business-slider__text {
	font-style: italic;
	margin-bottom: 15px;
}
.business-slider__bottom {
	font-weight: 500;
}

.business-info {
	margin-bottom: 40px;
}
.business-info__title,
.business-info__blocks,
.business-info__botton {
	position: relative;
	z-index: 1;
}
.business-info__inner {
	padding: 15px;
	position: relative;
	background: url(../img/business3.png) no-repeat;
	border-radius: 16px;
	background-size: cover;
    background-position: center center;
}
.business-info__inner:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 16px;
	background: #FCE7FF;
	opacity: 0.5;
}
.business-info__title {
	max-width: 605px;
	letter-spacing: 0.04em;
	color: #102A83;
	font-weight: 700;
	font-size: 15px;
	margin: 0 auto 25px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.business-info__content {
	max-width: 675px;
	margin: 0 auto 25px 0;
}
/*
.business-info__blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}*/
.business-info__block {
	/*max-width: 50%;
	flex: 0 0 50%;
	padding: 0 15px;*/
	margin: 15px 0;
}
.business-info__block-inner {
	padding: 15px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 16px;
}
.business-info__block-title {
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
	line-height: 16px;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
ul.business-info__block-items {
	margin: 0;
	padding-left: 15px;
}
.business-info__block-item {
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
.business-info__block-item:not(:last-child) {
	margin-bottom: 5px;
}
div.business-info__block-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.business-info__ratings {
	display: flex;
	background: #FFFFFF;
	border-radius: 24px;
	padding: 5px 10px;
}
.business-info__star {
	display: inline-block;
	width: 10px;
	heighT: 10px;
}
.business-info__star:not(:last-child) {
	margin-right: 5px;
}
.business-info__star.full {
	background: url(../img/icons/star-full.svg) no-repeat;
	background-size: 10px;
}
.business-info__star.empty {
	background: url(../img/icons/star-empty.svg) no-repeat;
	background-size: 10px;
}
.business-info__number {
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 12px;
	line-height: 12px;
	padding: 4px 8px;
	background: #FFFFFF;
	border-radius: 24px;
	font-family: 'Roboto', sans-serif;
}
.business-info__btn {
	display: block;
	max-width: 100%;
	font-size: 16px;
	margin-bottom: 15px;
}
.business-info__botton-text {
	display: block;
	letter-spacing: 0.02em;
	color: #696969;
	font-size: 11px;
	line-height: 15px;
	font-weight: 300;
	text-align: center;
}

.business-start {
	margin-bottom: 40px;
}
.business-start__block:not(:last-child) {
	margin-bottom: 25px;
}
.business-start__block-inner {
	padding: 20px;
	background: url(../img/business-number.png) no-repeat;
	border-radius: 16px;
}
.business-start__block:nth-child(1) .business-start__block-inner {
	background-position: top -15px center;
}
.business-start__block:nth-child(2) .business-start__block-inner {
	background-position: top -430px right;
}
.business-start__block:nth-child(3) .business-start__block-inner {
	background-position: top -650px right;
}
.business-start__block-header {
	display: flex;
    align-items: self-end;
	margin-bottom: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.business-start__number {
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-right: 25px;
}
.business-start__block-title {
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 13px;
	font-weight: 700;
}
.business-start__block-text {
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
}
.business-start__bottom {
	margin-top: 25px;

}
.business-start__btn {
	display: block;
	width: 100%;
	font-size: 16px;
}

.starter-kits  {
	position: relative;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 16px;
	background: url(../img/business-kits.png) no-repeat;
	background-position: center center;
    background-size: cover;
}
.starter-kits:after {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 16px;
	content: '';
	display: block;
	width: 100%;
	heighT: 100%;
	background: linear-gradient(0deg, rgba(252, 231, 255, 0.5), rgba(252, 231, 255, 0.5));
}
.starter-kits__inner {
	position: relative;
	z-index: 1;
}
.starter-kits__header {
	margin-bottom: 55px;
}
.starter-kits__header .business__title {
	margin-bottom: 15px;
}
.business__subtitle {
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}
.starter-kits__header-right {
	margin-top: 25px;
	letter-spacing: 0.04em;
	color: #102A83;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}
.starter-kits__input-block {
	margin-bottom: 25px;
}
.starter-kits__input {
	width: 100%;
	border: 0;
	height: 50px;
	background: #F7F7F7;
	padding: 5px 15px;
	font-size: 16px;
}

.starter-kits__btn-form {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
}
.starter-kits__text {
	display: block;
	letter-spacing: 0.04em;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Roboto Condensed', sans-serif;
}


.ask {
	background: #FFFFFF;
	border: 1px solid #F1F1F8;
	border-radius: 24px;
	padding: 30px 20px 50px;
}
.ask__header {
	text-align: center;
	margin-bottom: 35px;
}
.ask__title {
	letter-spacing: 0.02em;
	color: #373737;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 10px;
	font-family: 'Roboto', sans-serif;
}
.ask__subtitle {
	letter-spacing: 0.02em;
	color: #373737;
	line-height: 18px;
	font-family: 'Roboto', sans-serif;
}
.ask__form {
	max-width: 465px;
	margin: 0 auto;
}
.ask__block-input {
	margin-bottom: 25px;
}
.ask__input-form {
	width: 100%;
	background: #F7F7F7;
	font-size: 16px;
	padding: 5px 15px;
	height: 50px;
	border: 0;
}
.ask__input-form::placeholder {
	color: #A4A4A4;
}
.captcha {
	margin-bottom: 50px;
}
.ask__form-footer {
	max-width: 200px;
	margin: 0 auto;
}
.ask__btn-form  {
	width: 100%;
	font-size: 16px;
}










