﻿.hero {
	overflow: hidden;
	color: #ffffff;
	background: radial-gradient(500.79px at 70.54% 20.00%, #3B3029 0%, #0A0A08 100%);
	position: relative;
	height: 100vh;
}

.hero-img {
	position: absolute;
	top: 40px;
	right: 230px;
	width: 900px;
}

.hero-ing_overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 84.38%, #0a0a08 100%);
	z-index: 1;
	width: 100%;
	height: 600px;
	position: absolute;
	bottom: 0;
}

.hero__wrap {
	margin-top: 45px;
}

.hero__logo {
	width: 250px;
	margin-left: 1px; 
}

.hero__content {
	margin-top: 30px; 
	width: 417px;
	margin-bottom: 100px;
}

.hero__title {
	font-family: 'DodoMedium';
	font-size: 54px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 3.2px;
	line-height: 56px; 
}

.hero__desc {
	font-family: 'DodoRegular';
	font-size: 16px;
	line-height: 1.4;
}

.note {
	font-size: 14px;
	opacity: 0.5;
	display: inline-block;
	margin-top: 2px;
}

/*FORM*/
.hero__form {
	margin-top: 50px;
}

.hero__form-item {
	margin-bottom: 25px;
}

.hero__form-input {
	width: 100%;
	height: 44px;
	border-radius: 6px;
	background: none;
	border: 1px solid rgba(255, 255, 255, .3);
	padding: 0 12px;
	color: #ffffff;
	letter-spacing: 0.01em;
	font-family: 'DodoRegular';
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.hero__form-input:hover {
	border: 1px solid #ff6900;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

.hero__form-input:active {
	border: 1px solid #ff6900;
}

.hero__form-group {
	margin-top: 50px;
}

.hero__form-group-item {
	display: inline-block;
	width: 48%;
	margin-bottom: 25px;
	position: relative;
}

.hero__form-group-item_full {
	width: 100%;
}

.hero__form-group-item_right {
	float: right;
}

/*Checkbox*/
.hero__form-checkbox-group {
	display: inline-block;
	margin-top: 0px;
	position: relative;
	width: 100%;
}

.hero__form-checkbox {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.hero__form-checkbox-label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
}

.hero__form-checkbox-label:before {
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, .4);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	cursor: pointer;
	-webkit-transition: border-color .25s ease;
	transition: border-color .25s ease;
}

.hero__form-checkbox-group:hover .hero__form-checkbox-label:before {
	border: 1px solid #ff6900;
}

.hero__form-checkbox-label:after {
	top: 4px;
	left: 3px;
	width: 13px;
	height: 12px;
	background-image: url(https://dodocontrol.ru/content/images/control/new/check.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .1s ease,visibility .1s ease,-webkit-transform 75ms ease;
	transition: opacity .1s ease,visibility .1s ease,-webkit-transform 75ms ease;
	transition: transform 75ms ease,opacity .1s ease,visibility .1s ease;
	transition: transform 75ms ease,opacity .1s ease,visibility .1s ease,-webkit-transform 75ms ease;
}

.hero__form-checkbox-label:after, .hero__form-checkbox-label:before {
	content: "";
	position: absolute;
	margin-top: 2px;
}

.hero__form-checkbox:checked + .hero__form-checkbox-label:before {
	border-color: #ff6900;
}

.hero__form-checkbox:checked + .hero__form-checkbox-label:after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.pdnLink {
	border-bottom: 1px solid rgba(255, 106, 0, 0.5);
	line-height: 1.6;
	color: #ff6900;
	font-size: 16px;
	cursor: pointer;
}

/*Button Primary*/
.hero__button {
	margin-top: 40px;
}

.hero__button .button {
	width: 100%;
}

.button_primary {
	background-color: #ff6900;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ff4848), to(#ff6900));
	background-image: linear-gradient(to top, #ff4848, #ff6900); 
}

.button:active {
	-webkit-transform: perspective(1px) scale3d(0.96, 0.96, 1);
	transform: perspective(1px) scale3d(0.96, 0.96, 1);
	box-shadow: none;
}

.button {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	border: none !important;
	font-family: 'DodoRegular';
	-webkit-box-shadow: 0 7px 14px rgba(249, 107, 13, 0.2), 0 3px 6px rgba(249, 107, 13, 0.2);
	-moz-box-shadow: 0 7px 14px rgba(249, 107, 13, 0.2), 0 3px 6px rgba(249, 107, 13, 0.2);
	box-shadow: 0 7px 14px rgba(249, 107, 13, 0.2), 0 3px 6px rgba(249, 107, 13, 0.2);
	letter-spacing: 0.2px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	text-align: center;
}

.button_small {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0px 60px;
	font-size: 20px;
	font-family: 'DodoRegular'; 
}

.button_center {
	margin: 0 auto; 
}

.button_note {
	font-size: 16px;
	text-align: center;
	color: #566677;
	margin-top: 15px;
	line-height: 1.7; 
}

.button_note-bg {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	opacity: .5;
	margin-top: 15px;
	line-height: 1.7; 
}

.button_note-white {
	color: #fff; 
}

/*Placeholder*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, .5);
	letter-spacing: 0.02em;
}

::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255, 255, 255, .5);
	letter-spacing: 0.02em;
}

:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255, 255, 255, .5);
	letter-spacing: 0.02em;
}

:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, .5);
	letter-spacing: 0.02em;
}

/*Tooltip*/
.tooltip {
	background: #262525;
	color: #e6e6e6;
	position: absolute;
	left: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size: 13px;
	line-height: 1.3;
	width: 100%;
	height: auto;
	padding: 15px 45px 15px 15px;
	z-index: -1;
	font-family: 'DodoRegular';
	bottom: 35px;
	opacity: 0;
	transition: opacity .2s ease,-webkit-transform .18s ease;
	transition: opacity .2s ease,transform .18s ease;
	transition: opacity .2s ease,transform .18s ease,-webkit-transform .18s ease;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
}

.tooltip_show {
	opacity: 1;
	z-index: 99;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tooltip:before {
	content: "";
	display: block;
	position: absolute;
	left: 140px;
	bottom: -10px;
	margin: -8px 0 0;
	border-top: 10px solid #262525;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.tooltip-info__close-control {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	font: inherit;
	cursor: pointer;
	position: absolute;
	top: 14px;
	right: 10px;
	width: 22px;
	height: 22px;
	transition: -webkit-transform .15s ease;
	transition: transform .15s ease;
	transition: transform .15s ease,-webkit-transform .15s ease;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tooltip-info__close-control-icon {
	width: 100%;
	height: auto;
	fill: #fff;
	text-align: center;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	vertical-align: top;
}

.tooltip-info__close-control:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.tooltip_error {
	display: none;
	background-color: #E12B3F;
	color: #ffffff;
	position: absolute;
	top: 58px;
	left: 0px;
	padding: 12px 15px 18px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.4;
	height: auto;
	padding: 9px 12px;
	z-index: 99;
	font-family: 'DodoRegular';
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tooltip_error:before {
	content: "";
	display: block;
	position: absolute;
	left: 15px;
	top: -2px;
	margin: -8px 0 0;
	border-bottom: 10px solid #E12B3F;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.hero__form-checkbox-pdn .tooltip_error {
	top: 38px;
	left: -15px;
}

.form-error {
	position: relative;
}

.form-error .hero__form-input {
	border: 1px solid #E12B3F;
}


/*После отправки*/
.hero-after-send {
	margin-top: 105px;
	margin-bottom: 450px;
}

.hero-after-send__title {
	font-family: 'DodoMedium';
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.additional-text-area {
	resize: none;
	width: 100%;
	height: 70px;
	padding: 12px;
	border-radius: 6px;
	background: none;
	border: 1px solid rgba(255, 255, 255, .3);
	color: #ffffff;
	letter-spacing: 0.01em;
	font-family: 'DodoRegular';
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}

@media only screen and (max-height: 970px) {
	.hero {
		height: auto;
	}
}



@media only screen and (max-width: 1800px) {
	.hero-img {
		position: absolute;
		top: 40px;
		right: 140px;
		width: 900px;
	}
}

@media only screen and (max-width: 1700px) {
	.hero-img {
		right: 120px;
		width: 890px;
	}
}

@media only screen and (max-width: 1600px) {
	.hero-img {
		top: 70px;
		right: 80px;
		width: 850px;
	}
}

@media only screen and (max-width: 1500px) {
	.hero-img {
		top: 70px;
		right: 10px;
		width: 850px;
	}
}


@media only screen and (max-width: 1440px) {
	.hero-img {
		right: 60px;
		width: 750px;
		top: 180px;
	}
}

@media only screen and (max-width: 1370px) {
	.hero-img {
		right: 0px;
		width: 750px;
	}
}

@media only screen and (max-width: 1290px) {
	.hero-img {
		right: -60px;
		width: 760px;
	}
}

@media only screen and (max-width: 1200px) {
	.hero-img {
		right: 30px;
		width: 690px;
		top: 220px;
	}
	
	.hero__wrap {
		margin-top: 45px;
	}
}

@media only screen and (max-width: 1160px) {
	.hero-img {
		right: -100px;
		width: 690px;
	}
}


@media only screen and (max-width: 767px) {
	.hero__wrap {
		margin-top: 35px;
	}

	.hero-img {
		display: none;
	}

	.hero {
		padding: 0 16px;
		overflow: visible;
		background: #0a0a08;
	}

	.note {
		font-size: 14px;
		opacity: 0.5;
		display: inline-block;
		margin-top: -19px;
		margin-bottom: 7px;
		line-height: 1.4;
		vertical-align: top;
	}
}

@media only screen and (max-width: 520px) {
	.hero__logo {
		width: 200px;
	}

	.hero__content {
		width: 100%;
	}

	.hero__title {
		font-size: 44px;
		line-height: 48px;
	}

	.hero__form-group-item {
		width: 100%;
	}

	.tooltip {
		bottom: 40px;
	}

	.hero__form-group-item_right {
		float: none;
	}
}

@media only screen and (max-width: 390px) {
	.hero__title {
		font-size: 40px;
		line-height: 44px;
	}

	.tooltip {
		bottom: 70px;
	}
}

@media only screen and (max-width: 365px) {
	.hero__title {
		font-size: 36px;
		line-height: 40px;
	}
}

@media only screen and (max-width: 335px) {
	.hero__title {
		font-size: 34px;
		line-height: 38px;
	}
}

.custom-option {
	/*display: flex;*/
	/*align-items: baseline;*/
	/*flex-wrap: wrap;*/
	position: relative;
}

.custom-option span {
	color: #fff;
}

.custom-option__metro {
	display: inline-block;
	width: 20px;
	height: 9px;
	background: url(/Content/images/metro.svg) no-repeat left top;
}

.empty-message {
	display: none;
	margin-top: -15px;
}

.empty-message_animate {
	color: #E12B3F;
	animation: bounce 0.4s;	
}

@keyframes bounce {
	8% {transform: translateY(8px);}
	24% {transform: translateY(-8px);}
	40% {transform: translateY(6px);}
	56% {transform: translateY(-6px);}
	72% {transform: translateY(4px);}
	88% {transform: translateY(-4px);}
}

.form-block-with-label {
	position: relative;
}

.form-label {
	position: absolute;
	top: 10px;
	left: 8px;
	padding: 0 4px;
	background: #0a0a08;
	color: #a1a1a1;
	font-size: 16px;
	max-width: calc(100% - 16px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all .2s;
	transform: translate(0, 0);
	z-index: 98;
	pointer-events: none;
}

/* poland */
.country-616 .form-label {
	font-size: 14px;
}

.form-label_disabled {
	color: #434342;
}

.form-block-active .form-label {
	font-size: 12px;
	transform: translate(-4px, -19px);
}

.form-block-active.form-error .form-label:not(.form-label_disabled) {
	color: #E12B3F;
}
.organization-details {
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 18px;
	font-family: 'DodoRegular';
}

/*uk*/
.country-826 .hero-img {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: auto;
	height: 1100px;
}

.country-826 .hero-ing_overlay{
	height: 100%;
	box-shadow: 30px -30px 10px 8px #0a0a08 inset;
}

.country-826 .hero{
	background: #0A0A08;
}

@media only screen and (max-width: 1800px) {
	.country-826 .hero-img {
		right: -90px;
	}
}

@media only screen and (max-width: 1700px) {
	.country-826 .hero-img{
		right: -160px;
	}
	.country-826 .hero-img img {
		transform: translate(-110px,0);
	}
}

@media only screen and (max-width: 1600px) {
	.country-826 .hero-img{
		right: -270px;
	}
	.country-826 .hero-img img {
		transform: translate(-120px,0);
	}
}

@media only screen and (max-width: 1500px) {
	.country-826 .hero-img{
		right: -310px;
	}
	.country-826 .hero-img img {
		transform: translate(-120px,0);
	}
}

@media only screen and (max-width: 1440px) {
	.country-826 .hero-img{
		right: -380px;
	}
	.country-826 .hero-img img {
		transform: translate(-230px,0);
	}
}

@media only screen and (max-width: 1370px) {
	.country-826 .hero-img{
		right: -420px;
	}
	.country-826 .hero-img img {
		transform: translate(-250px,0);
	}
}

@media only screen and (max-width: 1290px) {
	.country-826 .hero-img{
		right: -510px;
	}
	.country-826 .hero-img img {
		transform: translate(-250px,0);

	}
}

@media only screen and (max-width: 1200px) {
	.country-826 .hero-img{
		right: -480px;
	}
	.country-826 .hero-img img {
		transform: translate(-260px,0);
	}
}

@media only screen and (max-width: 1160px) {
	.country-826 .hero-img{
		right: -600px;
	}
	.country-826 .hero-img img {
		transform: translate(-320px,0);
	}
}
/*uk*/