* {
	box-sizing: border-box;
	outline: none !important;
}

body {
	max-width: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	background-image: linear-gradient(to bottom, #ebf5fb, white);
	background-repeat: no-repeat;
	position: relative;
	overflow-x: hidden;
}

a,
span {
	display: inline-block;
}

a,
button {
	transition: all 0.3s ease;
}

.container {
	width: 960px;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
	.container {
		width: calc(100% - 30px);
		padding-bottom: 50px;
	}
}

.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
}
@media screen and (max-width: 1000px) {
	.header {
		padding-top: 50px;
		text-align: center;
	}
}

.page-heading {
	font-size: 46px;
	color: #035cad;
	font-weight: bold;
	text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
	.page-heading {
		font-size: 28px;
	}
}

.page-heading-small {
	color: #282828;
	font-size: 30px;
	font-family: Helvetica;
	font-weight: 300;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	.page-heading-small {
		font-size: 20px;
	}
}

.step {
	display: flex;
	justify-content: space-between;
	padding: 30px 50px 80px 0;
	background-color: white;
	box-shadow: 0 25px 25px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.step {
		flex-direction: column;
		padding: 20px 20px 20px 0;
	}
}

.couple-image {
	position: absolute;
	bottom: -100px;
	right: -5%;
	z-index: 3;
}
@media screen and (max-width: 1400px) {
  .couple-image {
	bottom: -150px;
	right: -150px;
  }
}
@media screen and (max-width: 1300px) {
  .couple-image {
	bottom: -180px;
	right: -300px;
  }
}
#step4 .couple-image {
	right: -400px;
}
@media screen and (max-width: 1000px) {
	.couple-image {
		display: none;
	}
}

.step-left {
	width: 580px;
}
@media screen and (max-width: 1000px) {
	.step-left {
		width: 100%;
	}
}

.step-heading {
	background-color: #ebf5fb;
	padding: 12px 40px 12px 50px;
	font-size: 15px;
	font-weight: 500;
	border-radius: 0 5px 5px 0;
}
@media screen and (max-width: 1000px) {
	.step-heading {
		padding: 12px 20px;
	}
}

.step-number {
	font-weight: 700;
	color: #035cad;
}

.step-content {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 30px 0 50px;
	position: relative;
}
@media screen and (max-width: 1000px) {
	.step-content {
		padding: 20px 0 20px 20px;
	}
}
#step2 .step-content {
	padding: 20px 30px 0 130px;
}
@media screen and (max-width: 1000px) {
	#step2 .step-content {
		padding: 20px 0 20px 20px;
	}
}


.form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.form {
		width: 100%;
	}
}

.form-label {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}
.form-label#other-names,
.form-label#biometrics,
.form-label#schengen {
	justify-content: flex-start;
}

.form-input-caption {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.form-input {
	width: 100%;
	font-size: 15px;
	padding: 15px 30px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}
.form-input#country,
.form-input#insurance,
.form-input#days,
.form-input#mail,
.form-input#name,
.form-input#birthday,
.form-input#family,
.form-input#occupation,
.form-input#office,
.form-input#destination {
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: 20px 13px;
}
.form-input#country {
	background-image: url(../img/step1/flag.png);
}
.form-input#insurance {
	background-image: url(../img/step1/umbrella.png);
}
.form-input#days,
.form-input#birthday {
	background-image: url(../img/step1/calendar.png);
}
.form-input#mail {
	background-image: url(../img/step1/message.png);
	background-position: 20px 17px;
}
.form-input#name {
	background-image: url(../img/step2/user.png);
}
.form-input#family {
	background-image: url(../img/step2/family.png);
}
.form-input#occupation {
	background-image: url(../img/step2/case.png);
	background-position: 20px 15px;
}
.form-input#office {
	background-image: url(../img/step3/office.png);
}
.form-input#destination {
	background-image: url(../img/step2/marker.png);
	background-position: 20px 10px;
}

.form-hint {
	font-size: 13px;
	font-weight: 500;
	margin-top: 10px;
}

.form-hint-active {
	color: #035cad;
	text-decoration: underline;
	cursor: pointer;
}

.form-dropdown-button {
	border: none;
	background: none;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 2px;
	cursor: pointer;
}

.radio-label {
	display: flex;
	align-items: center;
	font-size: 15px;
	border: 1px solid #e3e3e3;
	padding: 5px 20px 5px 5px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
	.radio-label {
		width: 100%;
		font-size: 13px;
	}
	.radio-label:not(:last-child) {
		margin-bottom: 5px;
	}
}
.radio-label:hover,
.form-radio-input:checked + .radio-label {
	color: white;
	background-color: #035cad;
	border-color: #035cad;
}
.radio-label:hover {
	box-shadow: 0 10px 10px 0 rgba(62, 112, 165, 0.2);
}

.radio-label[for="otherYes"],
.radio-label[for="biometricsYes"],
.radio-label[for="schengenYes"] {
	margin-right: 5px;
}

.radio-label-status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f0f0f0;
	margin-right: 10px;
	flex: none;
}
@media screen and (max-width: 1000px) {
	.radio-label-status {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
}
.radio-label:hover .radio-label-status,
.form-radio-input:checked + .radio-label .radio-label-status {
	background-color: white;
}

.radio-label-check {
	opacity: 0;
	transition: all 0.3s ease;
}
.form-radio-input:checked + .radio-label .radio-label-check {
	opacity: 1;
}

#insurance-label,
#mail-label {
	width: 320px;
}

#days-label {
	width: 160px;
}

#privacy-label {
	display: flex;
	align-items: flex-start;
	padding-top: 30px;
}
@media screen and (max-width: 1000px) {
	#privacy-label {
		padding: 0 0 30px;
	}
}

.privacy-status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #f0f0f0;
	margin-right: 10px;
	cursor: pointer;
}

.privacy-status-check {
	opacity: 0;
	transition: all 0.3s ease;
}
#privacy:checked + .privacy-status .privacy-status-check {
	opacity: 1;
}

.privacy-label-text {
	width: 130px;
	font-size: 12px;
	margin: 0;
}

.next-step {
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	background-color: #81c510;
	color: white;
	font-weight: bold;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
}
@media screen and (max-width: 1000px) {
	.next-step {
		width: 100%;
		padding: 15px;
	}
}
.next-step:hover {
	box-shadow: 0 10px 20px 0 rgba(129, 197, 16, 0.3);
}
.next-step#step-final {
	padding: 15px 60px;
}
@media screen and (max-width: 1000px) {
	.next-step {
		justify-content: center;
	}
}

.prev-step-image {
	margin-right: 20px;
}

.next-step-image {
	margin-left: 20px;
}

.prev-step {
	display: flex;
	align-items: center;
	font-size: 18px;
	border: none;
	background: none;
	color: #b7b7b7;
	padding: 15px 20px;
	border-radius: 5px;
	cursor: pointer;
}
@media screen and (max-width: 1000px) {
	.prev-step {
		width: 100%;
		justify-content: center;
	}
}

.step-right {
	width: 330px;
	background-color: #ebf5fb;
	padding: 25px 30px;
	position: relative;
	border-radius: 5px;
}
@media screen and (max-width: 1000px) {
	.step-right {
		width: calc(100% - 20px);
		margin-left: 20px;
		padding: 20px;
	}
}
#step2 .step-right {
	background: none;
	padding: 0;
}

.step-right-block {
	background-color: #ebf5fb;
	padding: 25px 30px;
	border-radius: 5px;
}
@media screen and (max-width: 1000px) {
	.step-right-block {
		padding: 20px;
	}
}
.step-right-block:not(:last-child) {
	margin-bottom: 30px;
}

.step-right-item:not(:last-child) {
	margin-bottom: 40px;
}
#step2 .step-right-item:not(:last-child) {
	margin-bottom: 20px;
}

.step-right-caption {
	font-weight: bold;
}

.step-right-paragraph {
	font-size: 14px;
	line-height: 1.5;
}

.step-right-thumbnail:not(:last-child) {
	margin-right: 7px;
}

.step-tab-heading {
	font-size: 25px;
	font-weight: bold;
	color: #035cad;
	padding-left: 50px;
	margin-top: 30px;
}
@media screen and (max-width: 1000px) {
	.step-tab-heading {
		padding-left: 20px;
		font-size: 22px;
		text-align: center;
	}
}

.step-aside {
	position: absolute;
	top: 25px;
	left: 0;
}
@media screen and (max-width: 1000px) {
	.step-aside {
		width: 100%;
		display: flex;
		justify-content: space-around;
		position: relative;
		top: 0;
		margin-bottom: 20px;
	}
}

.step-aside-tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	background-color: #ebf5fb;
	border-radius: 0 5px 5px 0;
	padding: 0 5px;
	cursor: pointer;
}
@media screen and (max-width: 1000px) {
	.step-aside-tab {
		border-radius: 5px;
	}
}
.step-aside-tab:not(:last-child) {
	margin-bottom: 5px;
}
.step-aside-tab.active {
	background-color: #035cad;
}

.step-aside-text {
	font-size: 12px;	
	text-align: center;
	color: #b7b7b7;
}
.step-aside-tab.active .step-aside-text {
	color: white;
}

.step-aside-image {
	margin-bottom: 10px;
}

.step-right-heading {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.step-right-number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: white;
	border-radius: 50%;
	font-size: 15px;
	color: #035cad;
}

#step2 .step-right-caption {
	display: flex;
	align-items: center;
}

#step2 .step-right-caption .step-right-number {
	margin-right: 10px;
}

#step2 .step-right-caption .step-right-info {
	margin-left: 10px;
}

.upload-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 13px 15px;
	background: none;
	border: 2px dotted #dde2e5;
	border-radius: 3px;
	margin-top: 10px;
	position: relative;
}

.upload-button-image {
	margin-right: 15px;
}

.upload-button-text {
	text-align: left;
	font-size: 12px;
	color: #b7b7b7;
}

.upload-button-link {
	color: #035cad;
	font-size: 13px;
}

.step-right-block #phone {
	margin-bottom: 25px;
}

.step-right-address {
	display: flex;
	align-items: center;
	color: #b7b7b7;
	font-size: 15px;
    padding: 15px 25px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background-color: white;
}

.step-address-input {
	background-color: transparent;
	border: none;
	resize: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #b7b7b7;
}

.step-right-marker {
	margin-right: 10px;
}

.text-blue {
	color: #035cad;
	font-weight: bold;
}
.radio-label:hover .text-blue,
:checked + .radio-label .text-blue {
	color: white;
}

#step3 {
	align-items: flex-start;
}

#step3 .radio-label {
	width: 360px;
	margin-top: 10px;
}

.step-right-square {
	background-color: #035cad;
	border-radius: 5px;
	padding: 20px;
	color: white;
}

.step-list {
	padding-left: 15px;
}

.step-list-item {
	color: #fff000;
	font-size: 13px;
	margin-bottom: 5px;
}

.step-list-text {
	color: white;
	vertical-align: top;
}

.step-right-total {
	color: #fff000;
	font-size: 20px;
	font-weight: bold;
}

.step-right-row {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 10px;
}

.step-right-row img {
	margin-right: 15px;
}

#step3 .step-right-item .step-right-caption {
	margin: 20px 0 15px;
}

#step4 {
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 50px 0;
}

.step-primary-heading {
	font-size: 46px;
	color: #035cad;
	font-weight: bold;
}

.step-primary-caption,
.step-primary-description {
	font-size: 18px;
}

.step-primary-caption {
	margin: 30px 0;
}

.social-links {
	margin-top: 30px;
}

@media screen and (max-width: 1000px) {
	.social-link img {
		width: 50px;
	}
}

.social-link:not(:last-child) {
	margin-right: 20px;
}

.form-input-file {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	border-radius: 3px;
}