@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&family=Khula:wght@300;400;600;700;800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	padding: 0;
	margin: 0;
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	font-family: 'Inter', sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

input:focus {
	outline: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
}

.background {
	background: #f9f9f9;
}

.container {
	max-width: 1256px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.header-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 10px;
	position: fixed;
	max-width: 1256px;
	width: 100%;
	background: #f9f9f9;
	z-index: 100;
}

.header-list__lists {
	display: flex;
	align-items: center;
	gap: 25px;
}

.header-list__list {
	font-family: Inter;
	font-weight: 400;
	font-size: 14px;
	color: #000000de;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.header-laugage {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.header-logo {
	font-family: Roboto;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	display: flex;
	align-items: center;
	gap: 13px;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.header-btn {
	font-family: Roboto;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
	background: #000000de;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border-radius: 999px;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.main-title {
	font-family: Roboto;
	font-weight: 600;
	font-size: 64px;
	letter-spacing: 0.46px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}

.main-text {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000000;
	padding-bottom: 165px;
}

.main-btn {
	font-family: Roboto;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: #000000de;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 auto;
	padding: 12px 14px;
	border-radius: 999px;
	max-width: 331px;
	margin-bottom: 220px;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.work-title {
	font-family: Roboto;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #000000;
	padding-bottom: 70px;
}

.work-block__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 89px;
}

.work-block {
	max-width: 334px;
	width: 100%;
	background: #ffffff;
	padding-top: 24px;
	border-radius: 10px;
	height: 264px;
	box-sizing: border-box;
}

.work-block__title {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	padding-left: 33px;
	padding-bottom: 28px;
}

.work-block__text {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	padding-left: 33px;
	padding-bottom: 49px;
	max-width: 260px;
}

.work-text__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 174px;
	margin-bottom: 340px;
}

.work-text {
	font-weight: 500;
	font-size: 40px;
	color: #000000;
	max-width: 1056px;
}

.feat-title {
	font-family: Roboto;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #000000;
	padding-bottom: 130px;
}

.feat-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 110px;
	margin-bottom: 102px;
}

.feat-block {
	max-width: 1089px;
	width: 100%;
	height: 302px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 20px;
}

.feat-block--last {
	max-width: 1089px;
	width: 100%;
	height: 485px;
	box-sizing: border-box;
	background: #ffffff;
	border-radius: 20px;
}

.feat-block__title {
	font-family: Inter;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 25px;
	color: #000000;
	padding-left: 46px;
	padding-top: 60px;
}

.feat-block__text {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	padding-left: 46px;
	max-width: 700px;
	line-height: 30px;
}

.feat-block--last__title {
	font-family: Inter;
	font-weight: 600;
	font-size: 48px;
	text-align: center;
	color: #000000;
	padding-top: 93px;
	padding-bottom: 101px;
}

.feat-block--last__btn {
	font-size: 32px;
	font-weight: 600;
	color: #fff;
	background: #000000de;
	display: flex;
	align-items: center;
	margin: 0 auto;
	gap: 10px;
	padding: 58.5px 70px;
	border-radius: 999px;
	max-width: 583px;
	max-height: 149px;
	box-sizing: border-box;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.price-title {
	font-family: Poppins;
	font-weight: 700;
	font-size: 64px;
	text-align: center;
	color: #000000;
	margin-bottom: 24px;
}

.price-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	flex-wrap: wrap;
	padding-bottom: 170px;
}

.price-block {
	border: 1px solid #000000;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 30px;
	width: 400px;
	height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-top: 73px;
	padding-bottom: 53px;
}

.price-block__wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.price-block__title {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 64px;
	text-align: center;
	color: #000000;
	padding-bottom: 53px;
}

.price-block__title span {
	font-family: Inter;
	font-weight: 700;
	font-size: 48px;
}

.price-block__text {
	font-family: Khula;
	font-weight: 700;
	font-size: 36px;
	line-height: 33px;
	letter-spacing: 0.46px;
	text-align: center;
	vertical-align: middle;
	text-transform: lowercase;
	color: #000000;
}

.price-block__btn {
	font-family: Istok Web;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	background: #000000;
	border-radius: 15px;
	padding: 17px 73px;
	max-width: 348px;
	max-height: 102px;
	box-sizing: border-box;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.price-block__btn2 {
	font-family: Istok Web;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	color: #000000;
	background: #d9d9d9;
	border-radius: 15px;
	padding: 17px 43px;
	max-width: 348px;
	max-height: 102px;
	box-sizing: border-box;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.footer-btns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding-bottom: 93px;
}

.footer-btn {
	font-family: Inter;
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	transition: opacity 0.5s ease;

	&:hover {
		opacity: 0.7;
	}
}

.hamburger {
	display: none;
	flex-direction: column;
	justify-content: space-between;
	width: 24px;
	height: 18px;
	cursor: pointer;
	z-index: 1001;
}

.hamburger .line {
	width: 100%;
	height: 2px;
	background-color: #333;
	transition: all 0.3s ease;
}

.hamburger.active .line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
	opacity: 0;
}

.hamburger.active .line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.modal {
	display: none;
	position: fixed;
	z-index: 1002;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 50%;
	max-width: 600px;
	border-radius: 8px;
	position: relative;
}

.close-modal {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.modal-title {
	font-size: 36px;
	font-weight: 700;
	padding-top: 48px;
	padding-bottom: 22px;
	text-align: center;
}

.modal-content form {
	display: flex;
	flex-direction: column;
	gap: 22px;
	align-items: center;
}

.modal-content input,
.modal-content textarea {
	width: 100%;
	font-size: 16px;
	color: #000000;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #000000;
}

.modal-content textarea {
	resize: none;
	height: 157px;
}

.modal-content button {
	border: 1px solid #000000;
	color: #000000;
	padding: 12px 36px;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	transition: opacity 0.3s ease;

	&:hover {
		opacity: 0.6;
	}
}

.translate-transition {
	transition: all 0.3s ease;
}

.header-language {
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.second-main-title {
	font-size: Inter;
	font-size: 64px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	padding-top: 150px;
	padding-bottom: 50px;
}

.second-text {
	font-size: Inter;
	font-size: 24px;
	font-weight: 300;
	color: #000000;
	max-width: 1400px;
	padding-bottom: 50px;
}

.second-text span {
	font-weight: 600;
}

.custom-select {
	position: relative;
}

.select-header {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	border-radius: 4px;
	cursor: pointer;
	background-color: white;
	transition: opacity 0.3s ease;
	border: 1px solid #000;

	&:hover {
		opacity: 0.8;
	}
}

.select-header svg {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	fill: var(--primary-color);
}

.select-header span {
	flex-grow: 1;
	margin-right: 20px;
}

.select-header::after {
	content: '▼';
	font-size: 12px;
	color: var(--text-color);
	transition: transform 0.3s ease;
}

.select-header.open::after {
	transform: rotate(180deg);
}

.select-options {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 0 0 4px 4px;
	box-shadow: var(--shadow);
	transition: max-height 0.3s ease, border-color 0.3s ease;
	z-index: 10;
}

.select-options.open {
	max-height: 200px;
	border-color: #000;
	border-top: none;
	box-sizing: border-box;
}

.option {
	padding: 10px 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: background-color 0.2s ease;
}

.option:hover {
	background-color: var(--hover-color);
}

.option svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	fill: var(--primary-color);
}

.option.selected {
	background-color: rgba(66, 133, 244, 0.1);
}

.flag-icon {
	width: 20px;
	height: 15px;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	border-radius: 2px;
}

.select-radio {
	border: 1px solid #000;
	margin-right: 5px;
}

main {
	padding-top: 200px;
}

input[type='radio'].select-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
	transition: background-color 0.3s;
}

input[type='radio'].select-radio:checked {
	background-color: #000 !important;
	border-color: #000;
}

@media (max-width: 1200px) {
	.hamburger {
		display: flex;
		margin-right: 20px;
	}

	.header-list__lists {
		position: fixed;
		flex-direction: column;
		top: 0;
		right: -100%;
		background: #fff;
		width: 300px;
		height: 100vh;
		padding: 80px 30px 30px;
		box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
		transition: right 0.3s ease;
		z-index: 1000;
	}

	.header-list__lists.active {
		right: 0;
	}

	.header-logo {
		gap: 5px;
		font-size: 12px;
		margin-left: 20px;
	}

	.header-logo__img {
		width: 30px;
		height: 30px;
	}

	.header-wrapper {
		padding-top: 10px;
	}

	.header-btn {
		font-size: 12px;
		padding: 6px 10px;
		gap: 5px;
	}

	.header-btn__img {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 800px) {
	.main-title {
		font-size: 36px;
	}

	.work-text {
		font-size: 20px;
		max-width: 380px;
	}

	.work-text__wrap {
		gap: 70px;
	}

	.feat-block {
		height: auto;
	}

	.feat-block__title {
		font-size: 26px;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 20px;
	}

	.feat-block__text {
		padding-bottom: 50px;
		font-size: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.feat-wrap {
		gap: 50px;
	}

	.feat-block--last__btn {
		font-size: 20px;
		padding: 18.5px 25px;
	}

	.price-block {
		width: 350px;
		height: 400px;
	}

	.price-block__title {
		font-size: 40px;
	}

	.price-block__text {
		font-size: 24px;
	}

	.price-block__btn {
		font-size: 26px;
	}

	.price-block__btn2 {
		font-size: 26px;
	}

	.footer-btn {
		font-size: 24px;
	}

	.second-text {
		font-size: 18px;
	}

	.second-main-title {
		font-size: 48px;
	}
}
