.guarantees {
	padding-bottom: 100px;
}

.guarantees img {
	max-width: 100%;
}

.guarantees p {
	font-size: 16px;
}

.guarantees .red {
	color: #cb4c53;
	font-weight: 300;
}

.guarantees__banner,
.guarantees__term {
	background: #efe9e5;
}

.guarantees__banner-wrap {
	display: flex;
	margin-right: -280px;
	width: calc(100% + 280px);
	justify-content: space-between;
}

.guarantees__banner-img {
	max-width: 52%;
	display: flex;
	justify-content: flex-end;
}

.guarantees__banner-content img {
	max-width: 195px;
}

.guarantees__banner-content h1 {
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 53px;
	font-weight: 700;
	line-height: 61.52px;
	color: #555555;
}

.container.guarantees__container {
	padding-right: 160px;
	padding-left: 160px;
}

.guarantees__banner-content {
	padding: 70px 0 80px;
}

.guarantees__line {
	width: 100%;
	height: 67px;
	margin-top: 30px;
	background: #be8178;
}

.guarantees__text {
	margin-top: 50px;
	padding-left: 85 px;
}

.guarantees__list-title {
	color: #cb4c53;
	font-weight: 600;
	font-size: 23px;
	line-height: normal;
	margin-bottom: 30px;
	padding-left: 85px;
}

.guarantees__list {
	margin-top: 60px;
}

.guarantees__list-item {
	display: flex;
	padding-left: 85px;
	position: relative;
	margin-bottom: 40px;
}

.guarantees__list-item-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 20px;
}

.guarantees__list-item img {
	width: 60px;
}

.guarantees__list-wrap {
	margin: 0;
	padding: 0;
}

.guarantees__list-item p:before {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background: black;
	border-radius: 100%;
	margin: 5px 2px;
}

.guarantees__term-wrap {
	display: flex;
	margin-left: -300px;
	width: calc(100% + 300px);
	justify-content: space-between;
}

.guarantees__term-content img {
	max-width: 110px;
	display: block;
	margin: 0 auto 40px;
}

.guarantees__term-content {
	padding: 60px 0 45px 65px;
	max-width: 43%;
}

.guarantees__term-title {
	color: #cb4c53;
	font-weight: 600;
	font-size: 23px;
	line-height: normal;
	margin-bottom: 15px;
	line-height: 150%;
}

@media screen and (min-width: 768px) {
	section.page-container.container.bx-content {
		padding: 0;
		margin: 0;
	}

	body div#page-wrapper {
		padding-top: 100px;
	}
}

@media screen and (max-width: 1600px) {
	.container.guarantees__container {
		padding-right: 0;
		padding-left: 0;
	}

	.guarantees__banner-wrap {
		margin-right: 0;
		width: 100%;
	}

	.guarantees__term-wrap {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 1440px) {
	.guarantees__term-content {
		padding-bottom: 0;
	}
}

@media (max-width: 1250px) {
	.guarantees__banner-content h1 {
		font-size: 43px;
		line-height: 50px;
	}
}

@media (max-width: 1024px) {
	.guarantees__banner-content h1 {
		font-size: 34px;
		line-height: normal;
	}

	.guarantees__banner-wrap {
		flex-direction: column;
	}

	.guarantees__banner-content {
		display: flex;
		align-items: center;
		padding: 40px 0;
	}

	.guarantees__banner-content img {
		max-width: 100px;
		margin-right: 50px;
	}

	.guarantees__banner-content h1 {
		margin-top: 0;
	}

	.guarantees__term-wrap {
		flex-direction: column-reverse;
	}

	.guarantees__term-content {
		max-width: inherit;
		padding: 40px 0;
	}

	.guarantees__term-img img {
		width: 100%;
	}

	.guarantees__banner-img,
	.guarantees__term-img {
		max-width: inherit;
	}
}

@media (max-width: 768px) {
	.container.guarantees__container {
		padding: 0 15px;
	}

	.guarantees__banner-img,
	.guarantees__term-img {
		margin: 0 -15px;
	}

	.guarantees__list-item-img {
		align-items: flex-start;
	}
}

@media (max-width: 560px) {
	.guarantees {
		padding-bottom: 20px;
	}

	.guarantees__banner-content h1 {
		font-size: 24px;
	}

	.guarantees p {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.guarantees__list-title {
		font-size: 20px;
	}

	.guarantees__list-title,
	.guarantees__list-item {
		padding-left: 45px;
	}

	.guarantees__list-item img {
		width: 35px;
	}

	.guarantees__list-item {
		margin-bottom: 20px;
	}

	.guarantees__list {
		margin-top: 35px;
	}

	.guarantees__text {
		margin-top: 30px;
	}

	.guarantees__term-content {
		margin-bottom: 20px;
	}

	.guarantees__line {
		height: 50px;
		margin-top: 0;
	}

	.guarantees__term-content {
		padding: 40px 0 20px;
	}
}

@media (max-width: 420px) {
	.guarantees__banner-content img {
		max-width: 60px;
		margin-right: 15px;
	}
}