body {
	background: #ffffff;
	font-family: Manrope, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	min-width: 320px;
}

/* =========welcome========= */
.welcome {
	background: url('../img/welcome_bg.jpg') no-repeat center / cover;
	overflow: hidden;
}
.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-logo {
	display: inline-block;
	padding: 25px 40px 25px 0;
	position: relative;
	max-width: 320px;
	width: 100%;
	background-color: #e0dede;
}
.header-logo::before {
	display: block;
	position: absolute;
	content: '';
	width: 30vw;
	height: 100%;
	background: #e0dede;
	right: 100%;
	top: 0;
}
.header-logo::after {
	display: block;
	position: absolute;
	content: '';
	width: 42px;
	height: 100%;
	background: url('../img/header-logo_right.png') no-repeat center / 100% 100%;
	left: 100%;
	top: 0;
}
.header-logo img {
	display: inline-block;
	width: 100%;
}
.header-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.header__tel {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	line-height: 1em;
	color: white;
	font-family: Manrope;
	font-size: 38px;
	font-weight: 700;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header__tel img {
	display: inline-block;
	width: 34px;
	margin-right: 25px;
}
.header__tel:hover {
	color: #c1c1c0;
}
.header__mail {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: white;
	font-family: Manrope;
	font-size: 22px;
	font-weight: 400;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.header__mail img {
	display: inline-block;
	width: 23px;
	margin-right: 15px;
}
.header__mail:hover {
	color: #c1c1c0;
}
.welcome-cont {
	text-align: center;
	padding: 120px 0 300px;
}
.welcome__title {
	color: white;
	font-family: Bender;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0;
}
.btn_welcome {
	min-width: 260px;
	padding-right: 30px;
	padding-left: 65px;
	margin-top: 55px;
}
.btn_welcome img {
	display: inline-block;
	width: 8px;
	margin-left: 45px;
}
/* =========advantages========= */
.advantages {
	margin-bottom: 135px;
	margin-top: -195px;
}
.advantages-wrap {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 80px 0 65px;
}
.advantages-wrap::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../img/advantages_bg.png') no-repeat center / 100% 100%;
}
.advantages-wrap::before {
	display: block;
	position: absolute;
	content: '';
	z-index: 0;
	width: 100%;
	height: 90%;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 35px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.15);
}
.advantages-wrap .row {
	position: relative;
	z-index: 2;
}
.advantages-item {
	text-align: center;
	padding: 0 15px;
}
.advantages-item__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation-iteration-count: ;
	animation-iteration-count: ;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
	height: 100px;
}
.advantages-item__icon img {
	display: inline-block;
	max-height: 100%;
}
.advantages-item__text {
	color: #130b04;
	font-family: Manrope;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.36em;
}
/* =========nice========= */
.nice {
	background: url('../img/nice-steps-bg.jpg') no-repeat center bottom / 100% auto;
	padding-bottom: 55px;
}
.nice-wrap {
	margin-bottom: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.nice-left {
	width: 44.28%;
}
.nice__title {
	margin-bottom: 25px;
	color: #130b04;
	font-family: Bender;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.2em;
	text-transform: uppercase;
}
.nice-text {
	color: #130b04;
	font-family: Manrope;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.44em;
}
.nice-text p {
	margin-bottom: 20px;
}
.nice-text p:last-child {
	margin-bottom: 0;
}
.nice-text strong {
	font-weight: 500;
	font-size: 21px;
	color: #e3642b;
}
.nice__link {
	display: inline-block;
	text-transform: uppercase;
	color: #494643;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 700;
	line-height: 1em;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	margin-top: 35px;
}
.nice__link:hover {
	color: #e3642b;
}
.nice-right {
	width: 44.78%;
	position: relative;
}
.nice-right::before {
	position: absolute;
	content: '';
	z-index: 0;
	display: block;
	width: 39%;
	height: 82.5%;
	border: 2px solid #b9b8b8;
	top: -8px;
	right: -8px;
}
.nice__thumb {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 1;
}
.nice__thumb::after {
	padding-top: 68.42%;
	display: block;
	content: '';
}
.nice-logo {
	display: inline-block;
	position: absolute;
	z-index: 2;
	width: 19%;
	right: 100px;
	bottom: -60px;
}
.nice-logo::before {
	display: block;
	position: absolute;
	z-index: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: url('../img/nice-logo_bg.png') no-repeat center / 100% 100%;
	top: 22px;
	left: 22px;
}
.nice-logo img {
	display: inline-block;
	width: 100%;
	z-index: 1;
	position: relative;
}
.steps__title {
	text-align: center;
	margin-bottom: 75px;
}
.steps-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.steps-item {
	width: 46.78%;
	margin-bottom: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.steps-item-top {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.steps-item__number {
	display: inline-block;
	width: 100%;
}
.steps-item__title {
	color: #130b04;
	font-family: Manrope;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.52em;
	position: absolute;
	left: 105px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.steps-item__title div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 4px;
}
.steps-item-text {
	padding-left: 125px;
}
/* =========contacts========= */
.contacts {
	padding: 130px 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts__thumb {
	display: inline-block;
	width: 48%;
}
.contacts-right {
	width: 630px;
	margin-right: calc((100% - 1400px) / 2);
	padding-top: 20px;
}
.contacts-right .nice__title {
	margin-bottom: 40px;
}
.contacts-item {
	margin-bottom: 30px;
}
.global-input {
	width: 100%;
	border: 1px solid #b7b6b5;
	padding-left: 25px;
	height: 55px;
	color: #130b04;
	font-family: Manrope;
	font-size: 18px;
	font-weight: 500;
}
.global-input::-webkit-input-placeholder {color: #130b04;opacity: 1;}
.global-input::-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-input:-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-input:-ms-input-placeholder 		{color: #130b04;opacity: 1;}
.global-input-wrap {
	position: relative;
}
.global-input-wrap::before {
	display: block;
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #b7b6b5;
	left: -4px;
	top: -4px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.global-input-wrap::after {
	display: block;
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 1px solid #b7b6b5;
	right: -4px;
	bottom: -4px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.global-textarea {
	width: 100%;
	border: 1px solid #b7b6b5;
	padding-left: 25px;
	height: 320px;
	padding-top: 15px;
	color: #130b04;
	font-family: Manrope;
	font-size: 18px;
	font-weight: 500;
}
.global-textarea::-webkit-input-placeholder {color: #130b04;opacity: 1;}
.global-textarea::-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-textarea:-moz-placeholder 			{color: #130b04;opacity: 1;}
.global-textarea:-ms-input-placeholder 		{color: #130b04;opacity: 1;}
.contacts-item_confirm {
	color: #80807f;
	font-family: Manrope;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4em;
}
.btn_contacts {
	min-width: 260px;
	margin-top: 45px;
}
.btn_contacts img {
	display: inline-block;
	width: 13px;
	margin-left: 40px;
}
.contacts {
	max-width: 1920px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
/* =========footer========= */
.above-footer {
	text-align: center;
	padding: 140px 0 100px;
	color: #130b04;
	font-family: Bender;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.45em;
	text-transform: uppercase;
}
.footer {
	overflow: hidden;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 0;
	background-color: #4b4845;
	position: relative;
}
.footer-wrap::before {
	display: block;
	position: absolute;
	content: '';
	width: 30vw;
	height: 100%;
	background: #4b4845;
	right: 100%;
	top: 0;
}
.footer-wrap::after {
	display: block;
	position: absolute;
	content: '';
	width: 149px;
	height: 100%;
	left: 100%;
	top: 0;
	background: url('../img/footer-right.png') no-repeat center / 100% 100%;
}
.footer-logo {
	display: inline-block;
	width: 20%;
}
.footer-logo img {
	display: inline-block;
	width: 100%;
}
.footer__copiryte {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: white;
	font-family: Manrope;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.47em;
	padding-left: 40px;
	padding-right: 40px;
}
.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.under-footer {
	height: 60px;
}
.from-message {
	display: none;
	margin-top: 20px;
}
.steps-item__number-mob {
	display: none;
}





/*Extra large devices (large desktops, 1430px and up) */
@media (max-width: 1429.5px) {
	/* =========welcome========= */ 
	.header-logo {
		padding: 15px 25px 15px 0;
		max-width: 275px;
	}
	.header-logo::after {
		width: 30px;
	}
	.header__tel {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.header__tel img {
		width: 25px;
		margin-right: 15px;
	}
	.header__mail {
		font-size: 19px;
	}
	.header__mail img {
		width: 20px;
		margin-right: 10px;
	}
	.welcome-cont {
		padding: 120px 0 225px;
	}
	.welcome__title {
		font-size: 30px;
	}
	.btn_orange {
		min-height: 55px;
		font-size: 16px;
	}
	.btn_welcome {
		min-width: 240px;
		padding-right: 30px;
		padding-left: 30px;
		margin-top: 45px;
	}
	.btn_welcome img {
		width: 7px;
		margin-left: 30px;
	}
	/* =========advantages========= */
	.advantages-wrap {
		padding: 60px 0 50px;
	}
	.advantages-item__text {
		font-size: 17px;
	}
	.advantages-item__icon {
		height: 75px;
		margin-bottom: 20px;
	}
	.advantages {
		margin-bottom: 80px;
		margin-top: -160px;
	}
	/* =========nice========= */
	.nice-wrap {
		margin-bottom: 80px;
	}
	.nice__title {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.nice__title img {
		display: inline-block;
		width: 50px;
	}
	.nice-text strong {
		font-size: 18px;
	}
	.nice-text {
		font-size: 16px;
	}
	.nice-text p {
		margin-bottom: 15px;
	}
	.nice__link {
		font-size: 15px;
		margin-top: 20px;
	}
	.steps__title {
		margin-bottom: 40px;
	}
	.steps-item__title {
		font-size: 21px;
		left: 80px;
	}
	.steps-item-text {
		padding-left: 100px;
	}
	.nice {
		padding-bottom: 30px;
	}
	/* =========contacts========= */
	.contacts-right {
		width: 500px;
		margin-right: calc((100% - 1170px) / 2);
	}
	.contacts__thumb {
		width: 52%;
	}
	.contacts {
		padding-top: 80px;
	}
	.contacts-right .nice__title {
		margin-bottom: 30px;
	}
	.global-input {
		padding-left: 20px;
		font-size: 16px;
		height: 50px;
	}
	.contacts-item {
		margin-bottom: 20px;
	}
	.global-textarea {
		height: 240px;
		padding-left: 20px;
		font-size: 16px;
	}
	.btn_contacts {
		min-width: 240px;
		margin-top: 30px;
	}
	.btn_contacts img {
		width: 11px;
		margin-left: 30px;
	}
	/* =========footer========= */
	.above-footer {
		font-size: 24px;
		padding: 70px 0;
	}
	.footer-wrap {
		padding: 20px 0;
	}
	.footer__copiryte {
		font-size: 15px;
	}
	.under-footer {
		height: 40px;
	}

}

/*Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.5px) { 
	/* =========welcome========= */
	.header-logo {
		padding: 20px 20px 20px 0;
		max-width: 200px;
	}
	.header-logo::after {
		width: 25px;
	}
	.header-logo::before {
		width: 15px;
	}
	.header__tel {
		font-size: 25px;
		margin-bottom: 15px;
	}
	.header__mail {
		font-size: 16px;
	}
	.header__mail img {
		width: 17px;
	}
	.welcome__title {
		font-size: 24px;
		max-width: 738px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.welcome__title br {
		display: none;
	}
	.welcome-cont {
		padding: 100px 0 200px;
	}
	.btn_welcome {
		min-width: 200px;
		padding-right: 25px;
		padding-left: 25px;
		margin-top: 30px;
	}
	.btn_orange {
		min-height: 50px;
		font-size: 15px;
	}
	.btn_welcome img {
		width: 6px;
		margin-left: 20px;
	}
	/* =========advantages========= */
	.advantages-wrap {
		padding: 40px 0 0px;
		background: #fff;
		border-radius: 15px;
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
	}
	.advantages-wrap::before, .advantages-wrap::after {
		display: none;
	}
	.advantages {
		margin-bottom: 40px;
		margin-top: -100px;
	}
	.advantages-item {
		margin-bottom: 40px;
	}
	.advantages-item__icon {
		height: 60px;
	}
	.advantages-item__text {
		font-size: 15px;
	}
	/* =========nice========= */
	.nice__title {
		font-size: 30px;
	}
	.nice__title img {
		width: 40px;
	}
	.nice-left {
		width: 52.28%;
	}
	.nice-text strong {
		font-size: 16px;
	}
	.nice-text {
		font-size: 14px;
	}
	.nice-logo {
		bottom: -25px;
		width: 63px;
	}
	.nice-wrap {
		margin-bottom: 40px;
	}
	.steps-item__title {
		font-size: 14px;
		left: 60px;
	}
	.steps-item__title br {
		display: none;
	}
	.steps-item-text {
		padding-left: 75px;
	}
	.steps-item {
		margin-bottom: 35px;
	}
	/* =========contacts========= */
	.contacts-right {
		margin-right: 0;
		width: 45%;
		padding-top: 0;
	}
	.contacts {
		padding-top: 40px;
	}
	.global-input {
		padding-left: 15px;
		font-size: 14px;
		height: 45px;
	}
	.global-textarea {
		padding-left: 15px;
		font-size: 14px;
		height: 200px;
	}
	.global-input-wrap::before {
		width: 6px;
		height: 6px;
		left: -2px;
		top: -2px;
	}
	.global-input-wrap::after {
		width: 6px;
		height: 6px;
		right: -2px;
		bottom: -2px;
	}
	.contacts-item_confirm {
		font-size: 13px;
	}
	.btn_contacts {
		min-width: 200px;
		margin-top: 20px;
	}
	.btn_contacts img {
		width: 9px;
		margin-left: 15px;
	}
	/* =========footer========= */
	.above-footer {
		font-size: 20px;
		padding: 50px 0;
	}
	.footer-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.footer__copiryte {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		padding: 0;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 100%;
		margin-top: 10px;
	}
	.footer-right {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.under-footer {
		display: none;
	}
	body {
		font-size: 15px;
	}

}

/*Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	/* =========welcome========= */
	.header-logo {
		padding: 15px 10px 15px 0;
		max-width: 130px;
	}
	.header-logo::after {
		width: 15px;
	}
	.header__tel {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.header__tel img {
		width: 17px;
		margin-right: 10px;
	}
	.header__mail {
		font-size: 15px;
	}
	.header__mail img {
		width: 15px;
	}
	.welcome-cont {
		padding: 70px 0;
	}
	.welcome__title {
		font-size: 17px;
		line-height: 1.4em;
	}
	.btn_orange {
		min-height: 45px;
		font-size: 14px;
	}
	.btn_welcome {
		min-width: 175px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.btn_welcome img {
		width: 5px;
		margin-left: 15px;
	}
	/* =========advantages========= */
	.advantages {
		padding: 30px 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.advantages-wrap {
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
	.advantages-wrap .col-12:last-child .advantages-item {
		margin-bottom: 0;
	}
	.advantages-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 25px 20px;
		border: 1px solid #fb9308;
		margin-bottom: 25px;
		text-align: left;
	}
	.advantages-item__icon {
		height: auto;
		width: 50px;
		margin-right: 20px;
	}
	.advantages-item__icon img {
		display: inline-block;
		width: 100%;
	}
	.advantages-item__text {
		font-size: 14px;
		line-height: 1.6em;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	.advantages-item__text br {
		display: none;
	}
	/* =========nice========= */
	.nice {
		padding: 30px 0 0;
	}
	.nice-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 60px;
	}
	.nice-right {
		width: 100%;
	}
	.nice-left {
		width: 100%;
		margin-bottom: 30px;
	}
	.nice__title {
		font-size: 21px;
		line-height: 1.4em;
	}
	.nice__title br {
		display: none;
	}
	.steps__title {
		text-align: left;
	}
	.steps__title img {
		display: none;
	}
	.steps-item__number {
		display: none;
	}
	.steps-item__title {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.steps-item {
		width: 100%;
		margin-bottom: 40px;
	}
	.steps-item-text {
		padding-left: 0px;
	}
	.steps-item-top {
		margin-bottom: 15px;
	}
	/* =========contacts========= */
	.contacts {
		padding: 30px 0 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts__thumb {
		width: 100%;
		margin-bottom: 25px;
	}
	.contacts-right {
		width: 100%;
		padding: 0 15px;
	}
	/* =========footer========= */
	.above-footer {
		font-size: 17px;
		padding: 30px 0;
	}
	.footer-logo {
		width: 135px;
	}
	.footer-wrap {
		padding: 25px 0;
	}
	.footer__copiryte {
		font-size: 13px;
		margin-top: 20px;
	}
	.footer__copiryte br {
		display: none;
	}
	.contacts-item_confirm {
		text-align: center;
	}
	.btn_contacts {
		width: 200px;
		margin-right: auto;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	body {
		font-size: 14px;
	}
	.from-message {
		text-align: center;
	}
	.steps-item-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.steps-item__number-mob {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 45px;
		height: 60px;
		margin-right: 15px;
	}
	.steps-item__number-mob img {
		max-width: 100%;
		max-height: 100%;
	}
	.steps-item__title {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

}