

/* Start:/bitrix/templates/main_v2/css/main_v2.css?17514551966373*/
.license-title {
	text-transform: uppercase;
}
.push_img {
	width: 100%;
	height: auto;
	padding: 50px 0px;
}
.push-block-text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	color: #000000;
	padding: 0px 0px;
	margin-top: 22px;
}
.push-block-text-liter {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	padding: 0px 95px;
	margin-top: 15px;
}
.push-block-text-liter a {
	text-decoration: none;
	color: #000000;
	margin: 0 5px;
	transition: all 0.3s;
}
.push-block-text-liter a:hover {
	text-decoration: underline;
	transition: all 0.3s;
}
.push-block-list {
	padding: 0px 95px;
	margin-top: 10px;
	list-style-type: none;
}
.push-block-list li {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}
.push-block-list li:after {
	position: absolute;
	content: '';
	left: -15px;
	width: 6px;
	height: 1px;
	top: 15px;
	background: #ffffff;
}
.push_button {
	display: inline-block;
	margin-left: 0px;
	width: 350px;
	height: 70px;
	background: #e43014;
	font-style: normal;
	font-weight: 900;
	font-size: 14px;
	line-height: 70px;
	text-align: center;
	color: #ffffff;
	margin-top: 40px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s;
}
.push_button:hover {
	background-color: #ff381a;
	transition: all 0.3s;
}
.grey-push-block {
	margin-left: 0px;
	width: 100%;
	padding: 50px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: #112f6d;
}
.grey-push-block p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	margin: 0;
}
.grey-push-block p + p {
	margin-top: 20px;
}
.grey-push-block p.push_bold {
	font-weight: 700;
}
.push_list {
	margin-left: 28px;
}
.push_list li {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin: 0;
}

@media (max-width: 768px) {
	.page-partners .content .wrap.push_wrap {
		padding: 0px;
	}
	.push-block-text-liter {
		font-size: 14px;
		padding: 0 10px;
	}
	.push-block-list {
		padding: 0 10px;
	}
	.push-block-list li {
		font-size: 14px;
	}
	.page-partners .content .wrap h1.block-title.push-title {
		font-size: 20px;
		line-height: 28px;
		text-align: left;
		font-weight: 700;
		padding: 0;
	}
	.push-block-text {
		padding: 0;
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}
	.push_button {
		display: block;
		width: 305px;
		margin-left: auto;
		margin-right: auto;
	}
	.push_img {
		padding: 0;
		margin-top: 50px;
	}
	.grey-push-block {
		width: 100%;
		padding: 20px;
		margin-left: 0;
	}
	.grey-push-block p,
	.push_list li {
		font-size: 16px;
		line-height: 21px;
		margin: 0;
	}
	.grey-push-block p + p {
		margin-top: 10px;
	}
}


.priem-zayavok {}
.priem-zayavok .content {
	.push-block-text {
		
	}
}
.priem-zayavok .content .form-button {
	letter-spacing: 0.05em;
    transition: all 0.2s;
    text-transform: uppercase;
    max-height: 72px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    background: #E43014;
    padding: 0px 82px;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    white-space: nowrap;
	border: none;

	&:hover {
		background-color: #ff381a;
	}

	&.disabled {
		background: grey;
		pointer-events: none;
	}
}

.priem-zayavok .content .push-block-text input {
	display: none;
}

.priem-zayavok .content .push-block-text input + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;

	&::before {
		content: '';
		position: absolute;
		left: 0;
		top: 3px;
		width: 16px;
		height: 16px;
		background-color: #fff;
		cursor: pointer;
		border: 1px solid #000;
	}

	&::after {
		content: '';
		position: absolute;
		top: 12px;
        left: 9px;
		transform: translate(-50%, -50%);
		width: 10px;
		height: 9px;
		background-color: #112f6d;
		opacity: 0;
		transition: .25s;
	}

	a {
		position: relative;
		text-decoration: none;

		&::before {
			content: '';
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 1px;
			background-color: #112f6d;
			transition: all .25s ease;
			opacity: 1;
		}

		&:hover {
			&::before {
				opacity: 0;
			}
		}
	}
}

.priem-zayavok .content .push-block-text input:checked + label {
	&::after {
		opacity: 1;
	}
}

.priem-zayavok .content .grey-push-block {
	ul {
		list-style: none;
		margin: 0;

		li {
			padding-left: 30px;
			position: relative;
			margin-top: 12px;

			p {
				margin-top: 0;
			}

			&:first-of-type {
				margin-top: 0;
			}

			&::before {
				content: '';
				position: absolute;
				top: 7px;
				left: 2px;
				width: 5px;
				height: 5px;
				border-radius: 100%;
				background-color: #fff;
			}
		}
	}

	p {
		margin-top: 15px;

		&:first-of-type {
			margin-top: 0;
			margin-bottom: 15px;
		}
	}
}

.priem-zayavok .content {
	.input-item {
		position: relative;
		margin-top: 20px;

		input {
			padding: 16px;
			background-color: #fff;
			width: 600px;
			height: 54px;
			border: 1px solid #112f6d;
			transition: all .25s ease;
		}

		input[type="tel"]::-webkit-inner-spin-button,
		input[type="tel"]::-webkit-outer-spin-button,
		input[type="number"]::-webkit-inner-spin-button,
		input[type="number"]::-webkit-outer-spin-button {
			-webkit-appearance: none;
			margin: 0;
		}

		input[type="tel"],
		input[type="number"] {
			-moz-appearance: textfield;
			appearance: textfield;
		}

		input + label {
			transform-origin: 0 50%;
			transition: all .25s ease;
			position: absolute;
			top: 0;
			left: 14px;
			transform: translateY(-50%);
			background-color: #fff;
			color: #A6B4C8;
			padding: 3px 6px;
			pointer-events: none;
		}

		&.error {
			input {
				border-color: #E43014;

				&:focus {
					border-color: #112f6d;
				}
			}
		}

		&.not_empty {
			input {
				border-color: #112f6d;
			}
		}
	}
}

@media (max-width: 768px) {
	.priem-zayavok .content {
		.input-item {
			margin-top: 30px;

			input {
				width: 100%;
			}

			input[type="date"] {
				width: 100%;
				-webkit-appearance: none;
				box-sizing: border-box;
			}

			input + label {
				max-width: 80%;
			}
		}

		.form-button {
			width: 100%;
		}

		.push-block-text input + label {
			a {
				text-decoration: underline;

				&::before {
					display: none;
				}
			}

			br {
				display: none;
			}
		}
	}
}



/* End */
/* /bitrix/templates/main_v2/css/main_v2.css?17514551966373 */
