*,
*::after,
*::before {
	box-sizing: border-box;
}
html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

body[lang='ar'] {
	direction: rtl;
}

body[lang='ar'] .counter {
	direction: ltr;
}

#table,
#mobile {
	display: none;
}

.counter {
	display: flex;
	margin-top: 14px;
}

.ring_container {
	position: relative;
}

.text {
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: 600;
}

.number {
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	font-size: 74px;
	color: white;
	top: calc(50% - 13px);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.container {
	max-width: 1200px;
	width: 100%;
	display: inherit;
	justify-content: inherit;
	align-items: inherit;
	margin: auto;
	padding: 0 20px;
}

header {
	padding: 14px 0;
}
#logo {
	height: 36px;
	width: 122px;
	background: url(logo_122x36.png);
	background-repeat: no-repeat;
	background-position: center;
}

main {
	background: url(bg_1200.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 32px 20px 0;
	display: flex;
}

#title {
	color: #ffffff;
	font-size: 73px;
	font-weight: 700;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
	text-align: center;
}

body[lang='fr'] #title {
	font-size: 37px;
}

body[lang='ar'] #title {
	font-size: 56px;
}

body[lang='pt'] #title,
body[lang='es'] #title {
	font-size: 50px;
}

body[lang='tr'] #title {
	font-size: 62px;
}

body[lang='ru'] #title {
	font-size: 37px;
}

#top aside {
	padding-right: 70px;
}

body[lang='ar'] #top aside {
	padding-right: 0;
	padding-left: 70px;
}

#subtitle {
	font-size: 36px;
	font-weight: 700;
	color: #cbed05;
	text-transform: uppercase;
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.26);
}

#form {
	border-radius: 3px;
	background-color: rgba(131, 181, 188, 0.82);
	box-shadow: 0px 4px 20.64px 3.36px rgba(0, 0, 0, 0.69);
	text-align: center;
	padding: 30px;
	max-width: 375px;
	flex-shrink: 0;
}

utm-param {
	display: none;
}

#divBday {
	position: relative;
}
#divBdayHeader {
	text-align: initial;
	color: white;
	font-weight: 600;
	font-size: 15px;
	position: absolute;
	top: -18px;
}
select-birthday {
	padding-top: 15px;
}

input,
select {
	height: 40px;
	padding: 0 16px;
	width: 100%;
	color: #808a96;
	border-radius: 5px;
	background-color: white;
}

input:focus,
select:focus {
	outline: none;
	border: 2px solid #cbed05;
}

input[type='checkbox'],
input[type='radio'] {
	width: 19px;
	height: 19px;
}

#divSendEmail {
	text-align: initial;
	color: white;
}

#divBdaySelects {
	display: flex;
}
#birth_month {
	margin: 0 3px;
}

#divValidPassportRadios {
	text-align: initial;
	color: white;
	font-weight: 400;
	font-size: 19px;
}
#passport_label {
	display: block;
}

form {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}

#submitBTN {
	font-size: 21px;
	background: #cbed05;

	color: rgb(51, 139, 147);
	padding: 10px 0;
	margin: 20px 0;
	cursor: pointer;
	border-radius: 3px;
	font-weight: 700;
	transition: all ease-in-out 250ms;
}

#submitBTN:hover {
	background-color: rgb(51, 139, 147);
	color: white;
}

button-gdpr-new {
	font-size: 12px;
}

#bottom {
	background-color: rgb(7, 34, 60, 0.7);
	margin-top: 30px;
	padding: 15px 0;
}

#small_title {
	color: #91ff03;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 22px;
}

body[lang='fr'] #small_title {
	font-size: 17px;
	margin-bottom: 15px;
}

body[lang='ru'] #small_title {
	font-size: 17px;
	margin-bottom: 12px;
}

body[lang='pt'] #small_title,
body[lang='es'] #small_title {
	font-size: 16px;
	margin-bottom: 10px;
}

body[lang='tr'] #small_title {
	margin-bottom: 18px;
}

.text_info {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 20px;
}

body[lang='fr'] .text_info {
	margin-bottom: 10px;
}
body[lang='tr'] .text_info {
	margin-bottom: 15px;
}

#text_end {
	color: #91ff03;
	font-size: 16px;
	font-weight: 600;
}

body[lang='fr'] #text_end {
	margin-top: 15px;
}

#passport_image {
	background: url(passport_404x442.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 442px;
	width: 404px;
	grid-row: 1/7;
	grid-column: 2;
}

#bottom .container {
	display: grid;
	grid-template-columns: auto auto;
}

footer {
	text-align: center;
	padding: 25px 0;
}

@media only screen and (max-width: 1199px) {
	.number {
		font-size: 67px;
	}

	.text {
		font-size: 20px;
	}

	.number {
		top: calc(50% - 13px);
	}

	.counter {
		justify-content: center;
		margin-top: 23px;
	}
	#desktop {
		display: none;
	}

	#table {
		display: flex;
	}

	.container {
		max-width: 768px;
	}

	main {
		background: none;
	}
	#top {
		background: url(bg_768.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		max-width: none;
		padding: 12px 0 0;
		display: block;
	}
	#top aside {
		max-width: 768px;
		margin: auto;
		padding: 0 20px;
		text-align: center;
		min-height: 535px;
	}
	#gdprText {
		max-width: 768px;
		margin: auto;
		padding: 0 18px;
	}
	body[lang='ar'] #top aside {
		padding: 0 20px;
	}

	body[lang='fr'] #top aside {
		min-height: 525px;
	}

	body[lang='ru'] #top aside {
		min-height: 495px;
	}

	#title {
		font-size: 66px;
	}
	body[lang='tr'] #title {
		font-size: 42px;
	}

	body[lang='tr'] #top aside {
		min-height: 530px;
	}
	body[lang='es'] #form {
		padding: 18px 0;
	}
	body[lang='fr'] #form {
		padding: 13px 0;
	}

	body[lang='ar'] #title {
		font-size: 44px;
	}
	body[lang='ru'] #title {
		font-size: 37px;
	}

	#subtitle {
		font-size: 36px;
	}

	#form {
		max-width: none;
		box-shadow: none;
		padding: 26px 0;
	}

	form {
		max-width: 768px;
		margin: auto;
		padding: 0 20px;
		text-align: center;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px 18px;
	}

	select-birthday {
		padding-top: 0;
	}

	#submitBTN {
		display: inline-block;
		padding: 12px 90px;
		margin: 36px 0 22px;
	}

	#bottom {
		margin-top: 0;
		padding: 18px 0 37px;
		background-color: #22425d;
	}

	.text_info,
	#text_end,
	#small_title {
		grid-column: span 2;
	}

	.text_info {
		margin-bottom: 25px;
	}
	#small_title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.text_info:nth-child(2),
	.text_info:nth-child(3) {
		grid-column: initial;
	}

	#passport_image {
		background-image: url(passport_233x255.png);
		height: 233px;
		width: 255px;
		grid-row: 2/4;
		grid-column: 2;
	}

	footer {
		padding: 27px 0;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#table {
		display: none;
	}
	#mobile {
		display: flex;
	}

	.number {
		font-size: 28px;
	}

	.text {
		font-size: 8px;
	}

	.number {
		top: calc(50% - 5px);
	}

	form,
	#top aside,
	.container {
		max-width: none;
		padding: 0 20px;
	}

	#title {
		font-size: 31px;
	}

	body[lang='fr'] #title {
		font-size: 20px;
	}

	body[lang='pt'] #title,
	body[lang='es'] #title {
		font-size: 25px;
	}

	body[lang='tr'] #title {
		font-size: 25px;
	}

	body[lang='ru'] #title {
		font-size: 19px;
	}

	body[lang='ar'] #title {
		font-size: 28px;
	}

	#subtitle {
		font-size: 24px;
	}

	#top {
		background-image: url(bg_320.jpg);
		padding: 16px 0 0;
	}

	#top aside {
		min-height: 425px;
	}
	select-birthday {
		padding-top: 10px;
	}

	#form {
		padding: 20px 0;
	}

	form {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}

	#submitBTN {
		width: 280px;
		padding: 12px 0px;
	}

	#bottom {
		padding-bottom: 8px;
	}
	#bottom .container {
		display: block;
	}

	#small_title {
		font-size: 20px;
	}

	#passport_image {
		background-image: url(passport_270x296.png);
		width: 270px;
		height: 296px;
		margin: auto;
		margin-top: 25px;
	}
}
