

/* Start:/bitrix/templates/new-tradein-uservice/css/services.css?164242529220846*/
.services-wrapper {
	padding: 0 20px;
	margin-bottom: 30px;
}
.services-wrapper h1 {
	margin-bottom: 30px;
}
.services-list-wrapper {
	display: flex;
	flex-direction: column;
}
a.services-list-item {
	border: 1px solid transparent;
	border-radius: 4px;
	color: #000;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	flex-direction: column;
	text-align: center;
	text-decoration: none;
	width: 100%;
	transition: all ease-in-out .2s;
	padding-bottom: 15px;
}
a.services-list-item:hover {
	border: 1px solid #034694;
	color: #034694;
}
.services-list-item img {
	max-width: 72px;
	width: 100%;
	margin: 15px auto;
}

/* horizontal-list */
.services-horizontal-list {
	color: #000;
	counter-reset: list;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0 0 40px;
}
.services-horizontal-list li {
	list-style: none;
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	margin-bottom: 15px;
}
.services-horizontal-list li:last-child {
	margin-bottom: 0;
}
.services-horizontal-list li::before {
	background: #F3F3F4;
	border: 1px solid transparent;
	border-radius: 50%;
	color: #034694;
	counter-increment: list;
	content: counter(list) " ";
	font-size: 18px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 9px;
	z-index: 2;
}
.services-horizontal-list li::after {
	content: '';
	background: #F3F3F4;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 1;
}
.services-horizontal-list li .services-list-title {
	color: #000;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}
.services-horizontal-list.no-title-items li {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.services-horizontal-list li .services-list-title span:first-child {
	font-size: 14px;
	margin-right: 10px;
}
.services-horizontal-list li .services-list-title span:last-child {
	border: 1px solid #E3CFA7;
	border-radius: 20px;
	font-size: 10px;
	padding: 3px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}
.services-horizontal-list li .services-list-description {
	color: #535355;
	font-size: 14px;
	line-height: 143%;
	margin-top: 5px;
	max-width: 85%;
}
.services-advantages {
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}
.services-advantages-item {
	padding: 20px 20px 30px;
}
.services-advantages-item span {
	display: block;
}
.advantages-item-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.advantages-item-description {
	color: #535355;
	font-size: 16px;
	line-height: 20px;
}
.shield {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/shield.svg') top left no-repeat;
}
.loop {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/loop.svg') top left no-repeat;
}
.documentlist {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/documentlist.svg') top left no-repeat;
}
.thumbsup {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/thumbsup.svg') top left no-repeat;
}
.person {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/person.svg') top left no-repeat;
}
.exchange {
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/exchange.svg') top left no-repeat;
}

.services-arguments-column {
	margin: 0 auto 40px;
}
.services-arguments-column,
.arguments-column-item {
	display: flex;
	flex-direction: column;
}
.arguments-column-item {
	margin-bottom: 20px;
}
.arguments-column-item div:first-child {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 29px;
	margin: 0 0 6px 0;
}
.arguments-column-item div:last-child {
	color: #535355;
	font-size: 14px;
	line-height: 22px;
}
.services-centerid-pics-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.services-centerid-pics-list div {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	width: 100%;
}
.services-centerid-pics-list img {
	width: 70px;
	margin-bottom: 15px;
}
.services-centerid-pics-list span {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	line-height: 23px;
}
.insurance-fz-fix {
	font-size: 14px;
}
.insurance-partners-list {
	padding-bottom: 20px;
}
.insurance-partners-list img {
	margin-right: 20px;
}
/* bank logos list */
.credit-bank-list {
	margin: 30px 0 40px;
}
.credit-bank-list-item {
	border: 1px solid #F3F3F4;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
}
.bank-logo {
	align-items: center;
	background: #fff;
	display: flex;
	flex-direction: row;
	padding: 0 0 0 16px;
	height: 62px;
	width: 100%;
}
.bank-logo img {
	height: 30px;
}
.bank-info {
	background: #F3F3F4;
	height: 70px;
	padding: 10px 16px;
}
.bank-info-name {
	color: #000;
	font-size: 18px;
	line-height: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}
.bank-info-nums {
	font-size: 14px;
	line-height: 120%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.bank-info-nums div:first-child {
	margin: 0 45px 0 0;
}
.bank-info-nums div span:last-child {
	color: #000;
}
.credit-bank-list::before {
	background: linear-gradient(to left, #FFFFFF 0%, #FFFFFF 30%, rgba(255, 255, 255, 0) 100%);
	content: '';
	width: 40px;
	height: 100%;
	position: absolute;
	display: block;
	z-index: 1;
	right: 0;
}
.credit-slick-prev {
	display: none;
}
.credit-slick-next {
	cursor: pointer;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
	position: absolute;
	right: 0px;
	top: calc(50% - 20.62px);
	width: 41.24px;
	height: 41.24px;
	z-index: 20;
}
.credit-slick-next::before {
	content: '';
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/credit-arrow.png') top left no-repeat;
	width: 9px;
	height: 13px;
	position: absolute;
	left: 18px;
	top: 14px;
}
/* bank logos list */
/* uuu */
.ureg-intro {
	display: flex;
	flex-direction: column;
	margin: 30px 0 40px 0;
}
.ureg-intro-item {
	align-items: center;
	border: 1px solid #F3F3F4;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	margin: 0 0 15px 0;
	padding: 15px;
}
.ureg-intro-item:last-child {
	margin: 0;
}
.ureg-intro-item img {
	width: 72px;
	margin: 0 0 15px 0;
}
.ureg-intro-item span {
	color: #535355;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
.ureg-content-wrapper {
	background: #F3F3F4;
	padding: 40px 20px;
}
.ureg-items-list {
	counter-reset: ureg;
	padding: 0;
}
.ureg-items-list li {
	list-style: none;
	font-size: 14px;
	line-height: 18px;
	padding: 4px 0 0 42px;
	margin: 0 0 12px 0;
	min-height: 30px;
}
.ureg-items-list li::before {
	background: #034694;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #ffffff;
    counter-increment: ureg;
    content: counter(ureg) " ";
    font-size: 18px;
    font-weight: 600;
	line-height: 26px;
	text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.ureg-items-list.ureg-single-item {
	counter-reset: uregSingleItem 3;
}
.ureg-items-list.ureg-single-item li::before {
	counter-increment: uregSingleItem;
    content: counter(uregSingleItem) " ";
}
.ureg-items-list.ureg-4-item-col {
	counter-reset: uregItemCol 4;
}
.ureg-items-list.ureg-4-item-col li::before {
	counter-increment: uregItemCol;
    content: counter(uregItemCol) " ";
}
.ureg-mobile-trigger {
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 40px;
	margin: 0 0 10px 0;
}
.ureg-mobile-trigger div {
	border: 1px solid #C9C9C9;
	border-top-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 0;
	color: #535355;
	width: 50%;
	height: 100%;
	text-align: center;
	line-height: 37px;
	transition: all ease-in-out .2s;
}
.ureg-mobile-trigger div.active {
	border-top: none;
	border-right: none;
	border-bottom: 3px solid #013775;
	border-left: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px;
	background: #034694;
	color: #fff;
}
.ureg-wrapper-menu {
	margin: 0 0 20px 0;
}
.ureg-wrapper-menu-item span {
	color: #535355;
	font-size: 14px;
	line-height: 18px;
	display: none;
}
.ureg-wrapper-menu-item.active span {
	display: block;
}
.ureg-menu-item-title {
	display: none;
}
.ureg-items-list.ureg-single-item {
	display: none;
}
.ureg-items-list.ureg-single-item.active {
	display: block;
}
.ureg-contacts {
	display: flex;
	flex-direction: column;
}
.ureg-contact-item {
	background: #F5F5F5;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 20px 40px;
	margin: 0 0 10px 0;
	position: relative;
}
.ureg-contact-item::before {
	content: '';
	background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/ureg-pin.svg');
	position: absolute;
	top: 20px;
	left: 20px;
	width: 12px;
	height: 17px;
}
.ureg-contact-item:last-child {
	margin: 0;
}
.ureg-contact-item-adr {
	margin-bottom: 4px;
}
.ureg-contact-item-link {
	color: #034694;
	text-decoration-style: dashed;
	margin-bottom: 11px;
}
.ureg-contact-item-phone {
	color: #000;
	font-size: 21px;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 4px;
}
.ureg-contact-item-workhours {
	margin-top: 12px;
}
button.btn.ureg-to-contacts {
	display: block;
	margin: 0 auto;
}
/* uuu */
/* exchange */
.car-detail-center-btngroup {
	display: flex;
	flex-direction: column;
	padding: 0 20px;
}
.car-detail-center-btngroup a {
	border-bottom: 1px solid #C9C9C9;
	color: #000;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	text-decoration: none;
	height: 58px;
	padding-left: 4px;
}
.car-detail-center-btngroup a:last-child {
	border-bottom: none;
}
.car-detail-center-btngroup svg {
	margin-right: 15px;
}
.car-detail-center-btngroup span {
	color: #000;
	position: relative;
	font-size: 18px;
	transition: all ease-in-out .2s;
}
.car-detail-center-btngroup span::before {
	border-bottom: 1px solid #D6D6D6;
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	z-index: -1;
}
.car-detail-btngroup-icons {
	fill: #767779;
	transition: all ease-in-out .2s;
}
.car-detail-center-btngroup a:hover .car-detail-btngroup-icons {
	fill: #034694;
}
.car-detail-center-btngroup a:hover span {
	color: #034694;
}
.car-detail-center-btngroup a:hover span::before {
	border-bottom: 1px solid #AAC3DF;
}
.sales-methods {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.sales-methods a {
	border: 1px solid #F3F3F4;
	border-radius: 4px;
	color: #000;
	font-weight: 600;
	font-size: 18px;
	line-height: 23px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	padding: 16px;
	width: 100%;
	transition: all ease-in-out .2s;
}
.sales-methods a:hover {
	border: 1px solid #034694;
}
.sales-methods a:first-child {
	margin-bottom: 15px;
}
.sales-methods a img {
	width: 72px;
	margin: 0 0 15px 0;
}
/* exchange */


/* ??? */
.list-50-50 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 40px;
}
.list-50-50 div {
	border-radius: 7px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 15px 40px 45px;
	margin: 0 0 25px;
}
.list-50-50 div ul {
	padding: 0;
}
.list-50-50 div ul li::before {
	left: -18px;
}
.list-50-50 div h2 {
	text-align: center;
	color: #000;
}
/* ??? */
/* online pokaz */
.onlineshow-title {
	font-size: 20px;
	padding-left: 24px;
	position: relative;
	margin: 24px 0 10px;
}
.onlineshow-title::before {
	content: '';
	background: url('/bitrix/templates/new-tradein-uservice/img/services/h3online-showicon.svg');
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 4px;
}
.onlineshow-pictograms {
	display: flex;
	flex-direction: column;
	margin: 55px 0 20px;
}
.onlineshow-pictograms-item {
	font-size: 18px;
	line-height: 23px;
	position: relative;
	padding: 0 0 0 150px;
	margin: 0 0 50px;
}
.onlineshow-pictograms-item:last-child {
	margin: 0;
}
.call::before,
.call::after,
.videoprez::before,
.videoprez::after,
.prepay::before,
.prepay::after,
.delivery::before,
.delivery::after {
	position: absolute;
}
.call::before,
.videoprez::before,
.prepay::before,
.delivery::before {
	z-index: 1;
	transform: scale(0.8);
}
.call::before {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/call.png');
	left: 30px;
	top: -6px;
}
.call::after {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/1.svg');
	left: 19px;
	top: 0;
}
.videoprez::before {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/video.png');
	left: 35px;
	top: -9px;
}
.videoprez::after {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/2.svg');
	left: 15px;
	top: 2px;
}
.prepay::before {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/prepay.png');
	left: 25px;
	top: -10px;
}
.prepay::after {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/3.svg');
	left: 4px;
	top: 0;
}
.delivery::before {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/delivery.png');
	left: 16px;
	top: 7px;
}
.delivery::after {
	content: url('/bitrix/templates/new-tradein-uservice/img/services/4.svg');
	left: 0;
	top: 8px;
}
a.btn.online-show-btn {
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	margin: 30px 0 10px;
}
/* online pokaz */



@media only screen and (min-width: 1160px) {
	.services-wrapper {
		padding: 0;
	}
	.services-list-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
		row-gap: 20px;
		flex-direction: row;
		flex-wrap: wrap;
	}
	a.services-list-item {
		font-size: 20px;
		line-height: 25px;
		padding-bottom: 30px;
	}
	.services-list-item img {
		max-width: 112px;
		margin: 30px 130px;
	}
	.services-horizontal-list {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.services-horizontal-list li .services-list-description {
		max-width: 75%;
		font-size: 16px;
	}
	.services-horizontal-list.five-item-list li {
		max-width: 18%;
		width: 100%;
	}
	.services-horizontal-list.four-item-list li {
		max-width: 23%;
		width: 100%;
	}
	.services-horizontal-list.three-item-list li {
		max-width: 31%;
		width: 100%;
	}
	.services-horizontal-list.no-title-items li {
		font-size: 16px;
		padding: 50px 0 0;
	}
	.services-advantages {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.services-advantages-item {
		padding: 20px 20px 0;
	}
	.arguments-column-item {
		margin-bottom: 30px;
	}
	.arguments-column-item div:last-child {
		font-size: 16px;
		line-height: 20px;
	}
	.four-cols div {
		max-width: 25%;
		width: 100%;
	}
	.services-centerid-pics-list span {
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		padding: 0 20px;
	}
	.services-centerid-pics-list.four-items-row div {
		width: 25%;
	}
	.services-centerid-pics-list.five-items-row div {
		width: 20%;
	}
	/* bank logos list */
	.credit-bank-list {
		margin: 50px -20px 0 0;
	}
	.credit-bank-list::before {
		width: 70px;
	}
	.bank-list-item-wrapper {
		margin: 0;
	}
	.credit-bank-list-item {
		margin: 0 20px 0 0;
	}
	.credit-slick-next {
		right: 20px;
	}
	.bank-logo {
		padding: 0 0 0 23px;
		height: 98px;
	}
	.bank-logo img {
		height: 50px;
	}
	.bank-info {
		height: 88px;
		padding: 16px 23px;
	}
	.bank-info-name {
		font-size: 22px;
		line-height: 28px;
	}
	.bank-info-nums {
		font-size: 15px;
		line-height: 120%;
	}
	.bank-info-nums div:first-child {
		margin: 0 72px 0 0;
	}
	/* bank logos list */
	/* uuu */
	.ureg-content-wrapper {
		padding:  50px;
	}
	.ureg-content-wrapper h2 {
		width: 1160px;
		margin: 0 auto 35px;
	}
	.ureg-items {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		width: 1160px;
	}
	.ureg-intro {
		flex-direction: row;
		margin: 30px 0 40px 0;
	}
	.ureg-intro-item {
		margin: 0 20px 0 0;
		padding: 30px 25px;
		width: 33.33%;
	}
	.ureg-intro-item img {
		width: 112px;
	}
	.ureg-intro-item span {
		font-size: 16px;
		line-height: 20px;
	}
	.ureg-mobile-trigger {
		display: none;
	}
	.ureg-menu-item-title {
		display: block;
	}
	.ureg-wrapper-menu-item {
		display: flex;
		flex-direction: column;
		position: relative;
		width: 570px;
	}
	.ureg-wrapper-menu-item.active .ureg-menu-item-title::before {
		background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/dtp.svg');
	}
	.ureg-wrapper-menu-item .ureg-menu-item-title::before {
		content: '';
		background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/pdtl.svg');
		width: 72px;
		height: 72px;
		position: absolute;
		top: 0;
		left: calc(50% - 36px);
	}
	.ureg-wrapper-menu-item::after {
		content: '';
		background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/ureg-arrow-down.svg');
		position: absolute;
		left: calc(50% - 12px);
		bottom: -32px;
		height: 26px;
		width: 24px;
	}
	.ureg-wrapper-menu-item span {
		font-size: 16px;
		line-height: 20px;
		display: block;
		text-align: center;
	}
	.ureg-menu-item-title {
		color: #000;
		display: flex;
		justify-content: center;
		position: relative;
		font-size: 22px;
		font-weight: 600;
		line-height: 28px;
		padding-top: 88px;
		margin: 0 0 8px 0;
	}
	.ureg-wrapper-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 1160px;
		margin: 0 auto 40px;
	}
	/* ureg mad lists */
	.ureg-3-item-row {
		border: 1px solid transparent;
		border-radius: 4px;
		background: #ffffff;
		color: #000;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px;
		margin: 0 0 40px 0;
		width: 100%;
		height: 111px;
	}
	.ureg-items-list li {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
	.ureg-items-list.ureg-single-item {
		border: 1px solid #fff;
		border-radius: 4px;
		background: #fff;
		color: #000;
		display: flex;
		align-items: center;
		position: relative;
		padding: 0 20px;
		margin: 0 0 40px 0;
		height: 125px;
		width: 570px;
	}
	.ureg-items-list.ureg-single-item.active {
		border: 1px solid #034694;
		background: #034694;
		display: flex;
	}
	.ureg-items-list.ureg-single-item.active li {
		color: #fff;
	}
	.ureg-items-list.ureg-single-item.active li::before {
		background: #ffffff;
		color: #000;
	}
	.ureg-single-item::before {
		content: '';
		background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/ureg-arrow-down.svg');
		position: absolute;
		left: calc(50% - 12px);
		top: -34px;
		height: 26px;
		width: 24px;
	}
	.ureg-single-item::after {
		content: '';
		background: url('/bitrix/templates/new-tradein-uservice/css/../images/services/ureg-arrow-down.svg');
		position: absolute;
		left: calc(50% - 12px);
		bottom: -35px;
		height: 26px;
		width: 24px;
	}
	.ureg-4-item-col {
		border: 1px solid transparent;
		border-radius: 4px;
		background: #ffffff;
		display: flex;
		flex-direction: column;
		padding: 40px 20px;
		width: 100%;
	}
	.ureg-4-item-col li {
		margin: 0 0 20px 0;
	}
	/* ureg mad lists */
	/* ureg contacts */
	.ureg-contacts-wrapper h2 {
		margin-top: 50px;
	}
	.ureg-contacts {
		flex-direction: row;
		justify-content: space-between;
		margin: 30px 0 0 0;
	}
	.ureg-contact-item {
		margin: 0;
		max-width: 570px;
		width: 100%;
	}
	/* ureg contacts */
	/* uuu */
	/* exchange */
	.car-detail-center-btngroup {
		flex-direction: row;
		justify-content: space-around;
		margin-bottom: 40px;
		padding: 0;
	}
	.car-detail-center-btngroup a {
		border-right: 1px solid #C9C9C9;
		border-bottom: none;
		justify-content: center;
		width: 33%;
		padding: 0;
	}
	.car-detail-center-btngroup a:last-child {
		border-right: none;
	}
	.sales-methods {
		justify-content: flex-start;
	}
	.sales-methods a {
		padding: 30px;
		max-width: 373px;
		width: 100%;
	}
	.sales-methods a img {
		width: 112px;
	}
	.sales-methods a:first-child {
		margin: 0 20px 0 0;
	}
	.services-horizontal-list li::before {
		font-size: 20px;
		line-height: 100%;
		padding: 7px 13px;
		width: 38px;
		height: 38px;
	}
	.services-horizontal-list li::after {
		top: 19px;
	}
	/* exchange */
	/* online pokaz */
	.onlineshow-pictograms {
		flex-direction: row;
		justify-content: space-between;
	}
	.onlineshow-pictograms-item {
		text-align: center;
		margin: 0;
		padding: 82px 0 0;
	}
	.call {
		width: 124px;
	}
	.call::before {
		top: -7px;
		left: 43px;
	}
	.call::after {
		left: 26px;
	}
	.videoprez {
		width: 162px;
	}
	.videoprez::before {
		left: 64px;
	}
	.videoprez::after {
		left: 37px;
	}
	.prepay {
		width: 186px;
	}
	.prepay::before {
		left: 69px;
	}
	.prepay::after {
		left: 37px;
	}
	.delivery {
		width: 232px;
	}
	.delivery::before {
		left: 78px;
		top: 8px;
	}
	.delivery::after {
		left: 51px;
	}

	.call::after,
	.videoprez::after,
	.prepay::after,
	.delivery::after {
		transform: scale(1.2);
	}
	.call::before,
	.videoprez::before,
	.prepay::before,
	.delivery::before {
		transform: none;
	}
	/* online pokaz */
	.list-50-50 div {
		width: 44%;
	}
}
/* End */


/* Start:/bitrix/components/allsites/forms/templates/tradein-creditnew/style.css?16754146194468*/
.blue-form {
	background: url('/bitrix/components/allsites/forms/templates/tradein-creditnew/./img/blue-form-bg.jpg') center center no-repeat;
	background-size: cover;
	border-radius: 0;
	margin: 0 auto 50px;
	padding: 0;
	width: 100%;
}
.blue-form div.form_block div.form_title h2 {
	color: #fff;
	font-size: 30px;
	line-height: 37px;
	font-weight: bold;
	margin-bottom: 30px;
}
.blue-form div.form_block {
	padding: 30px 20px 25px;
}
.blue-form .form_field {
	color: #000;
	display: flex;
	flex-direction: column;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}
.blue-form div.form_block select,
.blue-form div.form_block input[type='text'] {
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 18px;
	line-height: 23px;
	padding: 17px 18px;
	width: 100%;
}
.blue-form div.form_block select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	position: relative;
}
.blue-form div.form_block select {
	color: #535355;
}
.blue-form div.form_block select.checked {
	color: #000;
}
.blue-form div.form_block input[type='text']::-webkit-input-placeholder,
.blue-form div.form_block input[type='text']::-moz-placeholder,
.blue-form div.form_block input[type='text']::-ms-placeholder,
.blue-form div.form_block input[type='text']::placeholder {
	color: #535355;
	opacity: 1;
	filter: none;
}
.blue-form div.form_block select:focus-visible,
.blue-form div.form_block input:focus-visible {
	outline: 3px solid #00b4ff;
}
.select-wrapper {
	position: relative;
} 
.select-wrapper::before {
	content: '';
	background: url('/bitrix/components/allsites/forms/templates/tradein-creditnew/./img/selectarrow.svg') no-repeat;
	width: 9px;
	height: 6px;
	display: block;
	position: absolute;
	top: 45%;
	right: 26px;
	pointer-events: none;
	z-index: 1;
}
/* za takoe ubivat nado */
.blue-form label,
.select-title {
	position: absolute;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
}
/* za takoe ubivat nado */
.blue-form .sel-inp-blk {
	margin-bottom: 10px;
}
.second-line {
	margin-bottom: 25px;
}
.third-line {
	display: flex;
	flex-direction: column-reverse;
}
.blue-form .form_field_submit input {
	background: #15418C;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 77px;
	text-align: center;
	margin-bottom: 18px;
}
.blue-form .agreement {
	color: #B7B7B7;
	max-width: 735px;
	position: relative;
	text-indent: 18px;
}
.blue-form .agreement input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
}
.blue-form .agreement a {
	color: #B7B7B7;
	text-decoration-style: solid;
}
.blue-form .agreement p {
	color: #B7B7B7;
	font-size: 12px;
}
@media only screen and (min-width: 1160px) {
	.blue-form div.form_block {
		padding: 48px 62px 88px 62px;
		margin: 0;
	}
	.blue-form {
		border-radius: 3px;
	}
	.first-line,
	.second-line {
		display: flex;
		flex-direction: row;
	}
	.third-line {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.first-line {
		margin-bottom: 0;
		flex-wrap: wrap;
	}
	.second-line {
		margin-bottom: 25px;
	}
	.blue-form.credit-form div.form_block .first-line .form_field {
		width: 300px;
		margin: 0 12px 17px 0;
	}
	/*.blue-form.credit-form div.form_block .first-line .form_field:nth-child(4n) {
		margin: 0;
	}*/
	.first-line .form_field,
	.second-line .sel-inp-blk {
		margin-right: 13px;
		margin-bottom: 0;
	}
	.first-line .form_field {
		width: 250px;
	}
	.second-line .sel-inp-blk {
		width: 300px;
	}
	.first-line .form_field:last-child,
	.second-line .sel-inp-blk:last-child {
		margin-right: 0;
	}
	.blue-form .form_field_submit input {
		font-size: 18px;
		line-height: 60px;
		width: 248px;
		margin: 0 26px 0 0;
	}
	.blue-form .form_field {
		margin-bottom: 0;
	}
	.blue-form .agreement {
		padding-top: 10px;
		position: relative;
	}
	.blue-form .agreement input[type="checkbox"] {
		position: absolute;
		left: 0;
		top: 10px;
	}
	.blue-form .agreement p {
		color: #b7b7b7;
		font-size: 12px;
		text-indent: 18px;
		margin: 0;
		padding: 0;
	}
	.blue-form div.form_block select {
		padding: 17px 40px 17px 18px;
	}
	.blue-form.credit-form div.form_block select,
	.blue-form.credit-form div.form_block input[type='text'] {
		font-size: 14px;
		padding: 10px 18px;
	}
	.blue-form.credit-form div.form_block select {
		padding: 10px 40px 10px 18px;
	}
	.blue-form.credit-form .form_field_submit input {
		border: 1px solid #fff;
		line-height: 45px;
	}
	.blue-form.credit-form .agreement input[type="checkbox"] {
		top: 5px;;
	}
	.blue-form.credit-form .agreement {
		padding: 5px 0 0 0;
	}
}
/* End */
/* /bitrix/templates/new-tradein-uservice/css/services.css?164242529220846 */
/* /bitrix/components/allsites/forms/templates/tradein-creditnew/style.css?16754146194468 */
