

/* Start:/bitrix/templates/new-tradein-uservice/css/auction.css?17471213935611*/
.common-wrapper > .without-header,
.wrapper.top-overlay > .content {
	background-color: #f2f2f2;
}

.auction {
	margin-top: 25px;
}

.auction-section__head {
	display: inline-flex;
	align-items: center;
	cursor: default;
}

.auction-section__title {
	color: #000;
	font-size: 30px;
	line-height: 43px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

h2.auction-section__title {
	font-size: 26px;
	line-height: 30px;
}

.auction-section__icon {
	display: none;
}

.auction-section__main {
	margin-top: 19px;
	padding: 15px 0 40px;
}

.auction-section__main-wrapper {
	border-radius: 35px;
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	padding: 35px 30px;
	overflow: visible;
}

.section-main__description {
	margin-bottom: 30px;
}

.section-main__description-text {
	color: #000;
	font-size: 20px;
	line-height: 28px;
	padding: 0;
	margin-bottom: 39px;
}

.section-main__phone {
	display: none;
}

.section-main__link {
	color: #000;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	width: 49%;
}

.section-main__link:last-child {
	margin-left: auto;
}

.section-main__link-text {
	display: none;
}

.section-main__picture {
	display: flex;
}

.auction-section--howtojoin {
	margin-bottom: 30px;
}

.howtojoin__items-list {
	display: flex;
	flex-flow: column;
	margin-top: 20px;
}

.howtojoin__item {
	color: #000;
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 72px;
}

.howtojoin__item:not(:last-child) {
	position: relative;
}

.howtojoin__item-description {
	font-size: 20px;
	line-height: 28px;
}

.howtojoin__item-icon {
	position: absolute;
	bottom: -60px;
	right: 50%;
	top: auto;
	
	width: 24px;
	height: 41px;

	transform: translate(50%, 0) rotate(90deg);
}

.howtojoin__item-links {
	display: flex;
	flex-direction: column;
}

.howtojoin__item-link {
	color: #000;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
	display: flex;
	align-items: center;
	white-space: nowrap;
	margin-top: 5px;
}

.howtojoin__item-link_icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	margin-right: 9px;
}


.auction-section--description {
	margin-bottom: 60px;
}

.auction__description {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px;
}

.auction__description-item {
	background-color: #fff;
	border-radius: 35px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
	padding: 30px 30px 42px;
}

.description-item__icon {
	width: 37px;
	height: 40px;
	margin-bottom: 14px;
}

.description-item__text {
	color: #000;
	font-size: 18px;
	line-height: 26px;
}

.auction-profit {
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
	border-radius: 35px;
	counter-reset: profit;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 26px;
	list-style: none;
	margin: 27px 0 0;
	padding: 40px 30px;
}

.auction-profit__item {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	display: flex;
	flex-flow: row nowrap;
}

.auction-profit__item::before {
	content: counter(profit);
	counter-increment: profit;
	color: #034694;
	font-size: 38px;
	font-weight: 500;
	line-height: 54px;
	display: inline-block;
	margin-right: 9px;
	transform: translateY(-6px);
}

@media only screen and (min-width: 1040px) {

	.auction-section__icon {
		background-color: #e4e4e6;
		border-radius: 20px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		transition: background-color ease-in-out .23s;
		margin-left: 14px;
	}
	
	.auction-section__icon-icon {
		color: #000;
		width: 16px;
		height: 16px;
		transition: transform ease-in-out .23s, color ease-in-out .23s;
		transform: rotate(-45deg);
	}

	.auction-section__head:hover .auction-section__icon-icon {
		color: #fff;
		transform: rotate(0);
	}
	
	.auction-section__head:hover .auction-section__icon {
		background-color: #0a4595;
	}

	.auction__description {
		grid-template-columns: repeat(3, 1fr);
	}

	.auction-section__main {
		padding: 93px 0 154px;
	}

	.auction-section__main-wrapper {
		flex-flow: row nowrap;
		align-items: center;
		padding: 0 43px 0 0;
	}

	.section-main__description {
		flex-shrink: 1;
		position: relative;
		padding-right: 227px;
		margin-bottom: 0;
	}

	.section-main__description-text {
		padding: 62px 0 65px 30px;
		margin: 0;
	}

	.section-main__link-text {
		display: inline-flex;
		font-size: 18px;
		line-height: 26px;
		transform: translateY(-2px);
	}

	.section-main__phone {
		display: block;
		height: 458px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-47%);
	}

	.section-main__qr {
		width: 132px;
		height: 132px;
	}

	.section-main__link {
		width: auto;
	}

	.section-main__link:last-child {
		margin-left: initial;
	}

	.section-main__link:not(:last-child) {
		margin-left: 19px;
	}

	.auction-section--howtojoin {
		margin-bottom: 64px;
	}

	.howtojoin__items-list {
		flex-flow: row nowrap;
		justify-content: space-between;
		gap: 38px;
		margin-top: 43px;
		padding-bottom: 54px;
	}

	.howtojoin__item {
		flex-flow: row nowrap;
		align-items: center;
		justify-content: flex-start;
		padding-right: 48px;
		margin-bottom: 0;
	}

	.howtojoin__item-icon {
		right: 0;
		top: 50%;
	
		transform: translate(0, -50%) rotate(0);
	}

	.howtojoin__item-links {
		position: absolute;
		bottom: -55px;
		left: 0;
	}

	.howtojoin__item-link {
		transition: all ease-in-out .23s;
	}

	.auction-profit {
		grid-template-columns: repeat(4, 1fr);
		gap: 30px;
	}

	.auction-profit__item::before {
		transform: translateY(-12px);
	}
}
/* End */
/* /bitrix/templates/new-tradein-uservice/css/auction.css?17471213935611 */
