@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 250 1000;
  src: url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations');
}

@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 300;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 400;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 500;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 600;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 700;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 800;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}
@font-face {
  font-family: 'TildaSans';
  font-style: normal;
  font-weight: 900;
  src: url('/static/assets/fonts/TildaSans-VF.eot');
  src: url('/static/assets/fonts/TildaSans-VF.eot?#iefix') format('embedded-opentype'),
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2-variations'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff-variations'),  
       url('/static/assets/fonts/TildaSans-VF.woff2') format('woff2'),
       url('/static/assets/fonts/TildaSans-VF.woff') format('woff');
}


* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'TildaSans', Arial, sans-serif;
}

.container {
	max-width: 1200px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.hero {
	background-color: black;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),url('/static/assets/img/background-hero.jpeg');
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 0;
}

.hero .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.hero__title {
	font-size: 40px;
	color: white;
}

.hero__subtitle {
	font-size: 24px;
	color: white;
	max-width: 488px;
	margin: 0 auto;
	text-align: center;
	margin-top: 8px;
	line-height: 1.3;
	font-weight: 400;
}

.hero__img {
	max-width: 203px;
	margin-top: 16px;
}

.hero__buttons {
	display: flex;
	gap: 16px 32px;
	justify-content: center;
	margin-top: 24px;
	flex-wrap: wrap;
}

.hero__button {
	width: 200px;
	height: 56px;
	color: #333333;
	font-size: 14px;
	font-family: 'Arial',Arial,sans-serif;
	font-weight: 600;
	border-radius: 30px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.section {
	padding: 45px 0;
}

.section--gray {
	background-color: #f0f0f0;
}

.section__title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.why__list {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	margin-top: 32px;
}

.why-item {
	max-width: calc(50% - 16px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	flex-direction: column;
}

.why-item__icon {
	display: block;
	width: 70px;
	height: 70px;
}
.why-item__title {
	font-size: 20px;
	font-weight: 500;
}
.why-item__text {
	max-width: 520px;
	text-align: center;
	font-size: 18px;
	color: #636363;
	font-weight: 300;
}


.tariffs {
	display: flex;
	margin-top: 32px;
	gap: 32px;
	flex-wrap: wrap;
}

.tariff-item {
	width: 100%;
	max-width: calc(50% - 16px);
	background: white;
	padding: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
}

.tariff-item__title {
	font-size: 20px;
	font-weight: 500;
}

.tariff-item__price {
	font-size: 24px;
	font-weight: 700;
}

.tariff-item__button {
	padding: 16px 32px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	border-radius: 30px;
	background: #0de320;
	border: 0;
	cursor: pointer;
}

.footer {
	background-color: #1c1c1c;
	padding: 32px 0;
}

.footer .container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
}

.footer__img {
	width: 160px;
	height: 160px;
	display: block;
}

.footer__title {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 32px;
}

.footer__link-text {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
}

.footer__link-text + .footer__link {
	margin-top: 32px;
}

.footer__link {
	font-size: 14px;
	color: rgb(179, 94, 61);
	line-height: 2;
	text-decoration: none;
}

.footer__requisites {
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	line-height: 2;
	margin-top: 32px;
}

@media screen and (max-width: 768px) {
	.why-item, .tariff-item {
		max-width: 100%;
	}
}

.container-text {
	max-width: 800px;
	padding: 64px 20px;
	margin: 0 auto;
}

.container-text__title {
	font-size: 28px;
	text-align: center;
	margin-top: 24px;
}

.container-text__text {
	font-size: 20px;
	line-height: 1.55;
	font-weight: 300;
}

@media screen and (max-width: 1200px) {
	.container-text__text {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px) {
	.container-text {
		padding: 32px 20px;
	}

	.container-text__title {
		font-size: 24px;
	}

	.container-text__text {
		font-size: 16px;
		line-height: 1.45;
	}
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.6);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
}

.modal--active {
	opacity: 1;
	pointer-events: all;
	transition: opacity .3s ease-in-out;
}

.modal__title {
	font-size: 36px;
	margin-bottom: 12px;
	line-height: 1.23;
	font-weight: 500;
	text-align: center;
}

.modal__subtitle {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.55;
	margin-bottom: 24px;
}

.dropdown {
	position: relative;
	margin-bottom: 24px;
}

.dropdown::after {
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #000 transparent transparent transparent;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	pointer-events: none;
}

.dropdown > select {
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	height: 60px;
	padding: 0 45px 0 20px;
	font-size: 16px;
	line-height: 1.33;
	outline: 0;
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}

.modal__input {
	width: 100%;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	height: 60px;
	padding: 0 45px 0 20px;
	font-size: 16px;
	line-height: 1.33;
	outline: 0;
	margin-bottom: 24px;
}

.checkbox__input {
	position: absolute;
	opacity: 0;
	width: 20px;
	height: 20px;
}

.checkbox__input:checked + .checkbox__box::after {
	content: '';
	position: absolute;
	display: block;
	left: 6px;
	top: 2px;
	width: 3px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.checkbox__box {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #000;
	position: relative;
	vertical-align: middle;
}

.checkbox {
	display: inline-block;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	cursor: pointer;
	margin-bottom: 24px;
}

.checkbox a {
	text-decoration: none;
	color: rgb(179, 94, 61);
}

.checkbox__text {
	display: inline-block;
}

.modal__content {
	padding: 40px 45px;
	max-width: 560px;
	background: white;
	display: flex;
	flex-direction: column;
}

.modal__close {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 10px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

.modal__button {
	padding: 16px 32px;
	color: white;
	font-size: 14px;
	text-decoration: none;
	border-radius: 30px;
	background: #0de320;
	border: 0;
	cursor: pointer;
}

body.no-scroll {
	overflow: hidden;
	margin-right: 15px;
}

@media screen and (max-width: 640px) {
	.modal__content {
		padding: 20px;
		max-width: 100vw;
		width: 100%;
		height: 100%;
	}
	.modal__close {
		top: 0;
		right: 0;
	}
	.modal {
		padding: 50px 0px 0px 0px;
	}
	.modal__title {
		font-size: 28px;
	}
	.modal__subtitle {
		font-size: 12px;
	}
	.checkbox {
		font-size: 12px;
		line-height: 1.45;
	}
	.modal__input {
		font-size: 16px;
		height: 50px;
	}
	.dropdown > select {
		height: 50px;
		font-size: 16px;
	}
}