@font-face {
	font-family: 'roboto-light';
	/* Имя шрифта */
	src: url(fonts/Roboto-Light.ttf);
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: 'roboto';
	/* Имя шрифта */
	src: url(fonts/RobotoMedium.ttf);
	/* Путь к файлу со шрифтом */
}

@font-face {
	font-family: 'roboto-flex';
	/* Имя шрифта */
	src: url(fonts/RobotoFlex-Regular.ttf);
	/* Путь к файлу со шрифтом */
}

body {
	background: url(images/back-3.png), url(images/back-2.png), url(images/back-1.png);
	background-position: center bottom, top right, center center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 846px, 660px, cover;
}

.header {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 24px 0px 0px 0px;
}

.body-container {
	max-width: 1170px;
	margin: auto;
}

.logo {
	display: flex;
	justify-content: flex-start;
	width: 50%;
	height: 63px;
}

.language-switcher-container {
	display: flex;
	justify-content: flex-end;
	width: 50%;
	position: relative;
}

.language-switcher-main {
	z-index: 6;
}

.language-switcher-main:hover+.language-switcher {
	display: block;
}

.language-switcher-main a {
	color: #ffffff;
	padding: 5px 10px;
	background-color: #3CABB7;
	text-decoration: none;
	border-radius: 5px;
	font-family: roboto-light;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.language-switcher {
	display: none;
	position: absolute;
	top: 30px;
	z-index: 5;
}

.language-switcher a {
	color: #ffffff;
	padding: 30px 18px 5px 18px;
	background-color: #5dcad6;
	text-decoration: none;
	border-radius: 0px 0px 5px 5px;
	font-family: roboto-light;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}

.language-switcher a:hover {
	background-color: #47cfdf;
}

.language-switcher:hover {
	display: block;
}

.main-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 80px 0px 30px 0px;
	overflow: hidden;
}

.title {
	width: 100%;
	font-family: roboto-flex;
	font-size: 70px;
	font-weight: 600;
	line-height: 69px;
	text-transform: uppercase;
	color: #0E0F1F;
	margin: 0px 0px 48px 0px;
	letter-spacing: 2px;
}

.description {
	font-family: roboto;
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	text-transform: uppercase;
	color: #0E0F1F;
	margin: 0px 0px 28px 0px;
}

.accent {
	color: #E7440B;
}

.offer {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 676px;
}

.offer-mobile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}

.price {
	width: 343px;
}

.price-mobile {
	margin-top: 82px;
	display: none;
	width: 100%;
}

.price-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #3cabb780;
	border-radius: 0px 30px 30px 30px;
	padding: 14px 16px 14px 16px;
	margin-bottom: 12px;
}

.price-col-title {
	width: 50%;
	font-family: roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	color: #0E0F1F;
}

.price-col-all {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.price-col-one {
	font-family: roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #E7440B;
	text-decoration: line-through;
}


.price-col-one span {
	color: #646676;
}

.price-col-two {
	font-family: roboto;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	color: #3CABB7;
	margin-left: 8px;
}

.equipment {
	margin-top: 40px;
}



.equipment span {
	font-family: roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #646676;
}

.equipment-mobile {
	display: none;
	margin-top: 40px;
	text-align: center;
	width: 100%;
}

.equipment-mobile span {
	font-family: roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #646676;

}

.girl {
	position: absolute;
	width: 506px;
	height: 635px;
	top: 197px;
	left: 393px;
	z-index: -1;

}

.form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.form-title {
	font-family: 'roboto-flex';
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	color: #0E0F1F;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 24px 0;
}

form {
	padding: 36px 16px;
	background: #ffffff;
	text-align: center;
	border-radius: 20px;
	width: 238px;
	box-shadow: 0px 4px 100px 0px rgba(64, 222, 239, 0.2);
}

form input {
	width: 210px;
	height: 16px;
	border: 1px solid #F0F0F0;
	border-radius: 40px;
	font-family: 'roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 12px 13px;
	margin-bottom: 12px;
	color: #646676;


}

.cities {
	width: 224px;
	display: flex;
	justify-content: space-between;
	margin: 4px 0 24px 0;
}

.city {
	font-family: 'roboto';
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #0E0F1F;
}

.submit {
	width: 238px;
	background-color: #E7440B;
	height: 42px;
	font-family: 'roboto';
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.submit:hover {
	background-color: #F8AA2A;
}

.clear {
	clear: both;
}

* {
	outline: none !important;
}

form input.name {
	background: url(images/icon2.png) no-repeat 90% center;
}

form input.phone {
	background: url(images/icon3.png) no-repeat 90% center;
}

form input[type="radio"] {
	display: none;
}

label span {
	padding-left: 32px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: url(images/city.png) no-repeat left center;
}

label input:checked+span {
	background: url(images/city_active.png) no-repeat left center;
}

.result {
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #3CABB7;
	font-family: 'roboto';
	font-size: 16px;
	display: none;
	color: #0E0F1F;
}

.additional {
	width: 238px;
	padding: 60px 16px 0 16px;
}

.additional-mobile {
	display: none;
	width: 100%;
	padding: 60px 16px 0 16px;
	text-align: center;
}

.additional-buttons-title span {
	font-family: roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	color: #646676;
}

.additional-buttons-title {
	margin-bottom: 20px;
}

.custom-button-one {
	display: inline-block;
	padding: 14px 94px 14px 93px;
	border-radius: 30px;
	border: 1px solid rgba(60, 171, 183, 1);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color: #3CABB7;
	text-decoration: none;
	margin-bottom: 12px;
}

.custom-button-one:hover {
	background-color: #3CABB7;
	color: #ffffff;
}

.custom-button-two {
	display: inline-block;
	padding: 14px 65px 14px 65px;
	border-radius: 30px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(60, 171, 183, 1) 0%, rgba(0, 223, 201, 0.82) 100%);
}

.custom-button-two:hover {
	background: none;
	background-color: #3CABB7;
	color: #ffffff;
}

.custom-button-one-mobile {
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 14px 0px 14px 0px;
	border-radius: 30px;
	border: 1px solid rgba(60, 171, 183, 1);
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #3CABB7;
	text-decoration: none;
	margin-bottom: 12px;
	margin-right: 1%;
}

.custom-button-one-mobile:hover {
	background-color: #3CABB7;
	color: #ffffff;
}

.custom-button-two-mobile {
	display: inline-block;
	width: 48%;
	text-align: center;
	padding: 14px 0px 14px 0px;
	border-radius: 30px;
	font-family: Roboto;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	color: #ffffff;
	text-decoration: none;
	background: linear-gradient(180deg, rgba(60, 171, 183, 1) 0%, rgba(0, 223, 201, 0.82) 100%);
	margin-left: 1%;
}

.custom-button-two-mobile:hover {
	background: none;
	background-color: #3CABB7;
	color: #ffffff;
}

.space {
	width: 100%;
	height: 52px;
}

.break {
	display: block;
	height: 0px;
}

.break-992 {
	display: none;
	height: 0px;
}


@media (max-width: 1400px) {
	.main-container {
		padding: 70px 40px 30px 40px;

	}

	.header-container {
		padding: 0px 20px 0px 20px;
	}
}

@media (max-width: 1200px) {
	body {
		background-position: center bottom, top right -130px, center center;
	}

	.main-container {
		padding: 70px 20px 30px 20px;
	}

	.header-container {
		padding: 0px 20px 0px 20px;
	}

	.title {
		font-size: 60px;
		line-height: 59px;
		margin: 0px 0px 40px 0px;
	}

	.girl {

		width: 444px;
		height: 580px;
		top: 230px;
		left: 311px;
	}

	.break {
		display: none;
		height: 0px;
	}

	.break-992 {
		display: block;
		height: 0px;
	}
}

@media (max-width: 992px) {

	body {
		background-position: center bottom, top right -180px, center center;
		background-size: 0px, 660px, cover;
	}

	.girl {
		width: 430px;
		height: 543px;
		top: 170px;
		left: 311px;
	}

	.offer {
		width: 100%;
	}

	.form {
		width: 100%;
	}

	.price {
		display: none;
	}

	.equipment {
		display: none;
	}

	.additional {
		display: none;
	}

	.price-mobile {
		display: block;
	}

	.equipment-mobile {
		display: block;
	}

	.additional-mobile {
		display: block;
	}

	.additional-mobile {
		padding: 60px 0 0 0;
	}
}

@media (max-width: 768px) {
	body {
		background-position: center bottom, top right -200px, center center;
		background-size: 0px, 560px, cover;
	}
	.logo {
		display: flex;
		justify-content: flex-start;
		width: 50%;
		height: 40px;
	}
}

@media (max-width: 567px) {
	body {
		background-position: center bottom, top right -280px, center center;

	}

	.title {
		font-size: 32px;
		line-height: 32px;
		margin: 0px 0px 32px 0px;
	}

	.description {
		font-size: 16px;
		line-height: 26px;
		margin: 0px 0px 0px 0px;
	}

	.girl {
		top: 520px;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	.form {
		margin-top: 500px;
		align-items: center;
	}

	.custom-button-one-mobile {
		width: 100%;
		margin-right: 0%;
	}

	.custom-button-two-mobile {
		width: 100%;
		margin-left: 0%;
	}
	.price-mobile {
		margin-top: 42px;
	}
}

@media (max-width: 360px) {
	.girl {
		top: 520px;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	.form {
		margin-top: 500px;
	}
}