@charset "UTF-8";

*,
:focus,
a:active,
button:active,
fieldset:active,
iframe:active,
input,
input:active,
li:active,
textarea,
textarea:active {
	outline: 0
}

a,
button,
fieldset,
iframe,
input,
li,
textarea {
	text-decoration: none;
	background: 0 0;
	color: inherit;
	border: none
}

.wrapper,
main {
	min-height: 100%
}

.container,
.menu li,
.underline,
body {
	position: relative
}

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

@-webkit-keyframes fadeInTop {
	0% {
		-webkit-transform: translatey(-100%);
		transform: translatey(-100%)
	}

	100% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@keyframes fadeInTop {
	0% {
		-webkit-transform: translatey(-100%);
		transform: translatey(-100%)
	}

	100% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}
}

@-webkit-keyframes fadeOutTop {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	100% {
		-webkit-transform: translatey(-200%);
		transform: translatey(-200%)
	}
}

@keyframes fadeOutTop {
	0% {
		-webkit-transform: translatey(0);
		transform: translatey(0)
	}

	100% {
		-webkit-transform: translatey(-200%);
		transform: translatey(-200%)
	}
}

body {
	margin: 0;
	overflow-x: hidden;
	font-family: Roboto-Regular;
	color: #000
}

body.no-scroll {
	overflow-y: hidden
}

* {
	box-sizing: border-box
}

a,
button,
fieldset,
iframe,
li {
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: inherit
}

a:hover,
button:hover,
fieldset:hover,
iframe:hover,
li:hover {
	text-decoration: none
}

li {
	list-style: none;
	cursor: default
}

strong {
	font-family: Roboto-Bold, Roboto-SemiBold, Roboto-Medium, Roboto-Regular;
	font-weight: 400
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Roboto-Regular
}

.form__check a:hover,
.header__text,
.text-block a {
	text-decoration: underline
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	-webkit-transition: all .3s;
	transition: all .3s
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	-moz-transition: all .3s;
	transition: all .3s
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	-ms-transition: all .3s;
	transition: all .3s
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	-ms-transition: all .3s;
	transition: all .3s
}

input::placeholder,
textarea::placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	transition: all .3s
}

textarea {
	resize: none;
	max-height: 100%;
	padding-right: 5px;
	overflow-y: auto;
	overflow-x: visible;
	scrollbar-color: #C00 #F1F1F1;
	scrollbar-width: thin
}

textarea::-webkit-scrollbar {
	width: 4px
}

textarea::-webkit-scrollbar-track {
	background: #F1F1F1
}

textarea::-webkit-scrollbar-thumb {
	background: #C00
}

body,
html {
	height: 100%
}

.wrapper {
	display: flex;
	flex-direction: column
}

.wrapper>* {
	width: 100%
}

main {
	flex: 1 1 auto
}

b {
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit
}

img {
	max-width: 100%;
	border: none
}

small {
	display: block;
	max-width: 100%
}

.input-wrapper,
.input-wrapper p {
	display: grid
}

input[type=submit] {
	cursor: pointer
}

.button,
.menu li,
.submit,
a,
svg {
	transition: all .3s
}

.menu li a {
	transition: none
}

.link-button {
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.form__check,
picture {
	display: flex
}

.menu li:before,
.underline:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: 0 0;
	transition: all .3s
}

.ibg img,
.img-bg {
	height: 100%;
	width: 100%;
	left: 0
}

.form__icon {
	flex-grow: 0;
	flex-shrink: 0
}

.form__check {
	align-items: center;
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flex,
.header__top {
	align-items: center
}

.form__check.error .form__icon {
	border-color: #c00
}

.form__check.error .form__text,
.form__check.error .form__text a {
	color: #c00
}

.text-block b,
.text-block h1,
.text-block h2,
.text-block h3,
.text-block strong {
	font-family: Roboto-Bold, Roboto-SemiBold, Roboto-Medium, Roboto-Regular
}

.text-block ul li {
	position: relative
}

.text-block ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	background: #C00;
	border-radius: 50%
}

.text-block p+ol,
.text-block p+ul {
	padding-top: 0
}

.text-block blockquote {
	line-height: 1.4;
	background: #c2c2c2
}

.text-block mark {
	background: #f00000
}

.is-closing {
	z-index: 1 !important
}

[hidden] {
	display: none !important
}

.img-bg {
	position: absolute;
	top: 0;
	z-index: -2;
	-o-object-fit: cover;
	object-fit: cover
}

.ibg {
	position: relative
}

.ibg img {
	position: absolute;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.showmore_active [data-showmore-button] span,
[data-showmore-button] span:last-child {
	display: none
}

.showmore_active [data-showmore-button] span:last-child {
	display: block
}

.flex {
	display: flex
}

.flex-end {
	justify-content: flex-end
}

.col {
	display: grid;
	justify-items: start
}

.swiper-pagination {
	display: grid;
	gap: 10px;
	width: 100%;
	grid-auto-flow: column;
	justify-content: center
}

.swiper-pagination-bullet {
	border-radius: 50%;
	background: #F1F1F1;
	cursor: pointer
}

.footer,
.header__top-wrapper,
.swiper-pagination-bullet-active {
	background: #C00
}

.menu-link,
.menu-link_active .menu-lines {
	background: 0 0
}

.menu-link {
	display: none;
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 4px;
	transition: .4s
}

.menu-link_active .menu-lines:after {
	top: 0;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.menu-link_active .menu-lines:before {
	top: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #fff;
	transition: .4s
}

.popup,
.popup__dialog {
	width: 100%;
	height: 100%
}

.menu-lines {
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.menu-lines:before {
	content: "";
	top: -7px
}

.menu-lines:after {
	content: "";
	top: 7px
}

.title {
	text-align: center;
	line-height: 1.4;
	font-family: Roboto-Bold
}

.header__menu,
.popup__form input:not([type=submit]),
.popup__title {
	font-family: Roboto-Medium
}

.bg {
	max-width: 1920px;
	margin: 0 auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff
}

.full-bg {
	min-height: 500px
}

.popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 11;
	display: none;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: rgba(0, 0, 0, .7)
}

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

.popup__content {
	position: relative;
	width: 700px;
	max-width: 96%;
	max-height: 90vh;
	background: #fff;
	overflow-y: auto;
	transition: all .3s;
	text-align: center
}

.popup__title {
	line-height: 1.3035714286
}

.popup__subtitle {
	line-height: 1.3;
	letter-spacing: .025em
}

.popup__form form {
	display: grid;
	justify-content: center;
	grid-template-columns: 100%
}

.popup__form input:not([type=submit]) {
	width: 100%;
	border-radius: 24px;
	border: 1px solid #C00;
	font-size: 16px
}

.popup__form .submit {
	width: 100%;
	justify-self: center;
	background: #fff;
	color: #000;
	transition: all .3s
}

.popup__close {
	position: absolute;
	cursor: pointer;
	transition: all .3s
}

.popup__close svg {
	width: 20px;
	height: 20px;
	fill: #C00
}

.popup small {
	font-size: 10px;
	line-height: 1.2
}

.popup-thank .popup__content {
	display: grid;
	min-width: 280px;
	justify-items: center;
	background: #fff;
	color: #000
}

.popup-thank .popup__subtitle,
.popup-thank .popup__title {
	margin: 0
}

.popup-thank .popup__subtitle {
	line-height: 1.4;
	opacity: .8;
	text-align: center
}

.popup-thank .popup__button {
	min-width: auto
}

.popup-thank .popup__close svg {
	fill: #000
}

.popup-thank img {
	-o-object-fit: contain;
	object-fit: contain
}

.form__icon {
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	margin-right: 10px;
	border: 1px solid #777
}

.form__icon.active {
	background: url(../images/check.svg) center/10px no-repeat
}

.form__check {
	color: #252525;
	line-height: 1.6153846154
}

.header {
	position: relative;
	z-index: 11;
	display: grid;
	padding-top: 100px;
	padding-bottom: 50px
}

.header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}

.header__top {
	display: flex;
	justify-content: space-between
}

.header__top-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 9px 0;
	min-height: 60px
}

.header__nav {
	width: 100%
}

.header__menu {
	display: grid;
	grid-auto-flow: column;
	justify-content: space-between
}

.header__call,
.header__menu li:last-child,
.header__title {
	font-family: Roboto-Bold
}

.header__menu li:last-child {
	text-transform: uppercase
}

.header__call {
	display: grid;
	gap: 5px;
	text-align: right
}

.header__main {
	position: relative;
	display: grid;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding-top: 71px;
	padding-bottom: 71px;
	text-align: center
}

.footer__scroll,
.footer__top {
	display: flex;
	align-items: center
}

.header__title {
	line-height: 1.4
}

.header__subtitle {
	margin-bottom: 10px;
	font-family: Roboto-Medium
}

.contact__item-name,
.header__text {
	font-family: Roboto-Bold
}

.header__text {
	margin-bottom: 30px
}

.gallery-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 10px;
	margin-top: calc(15px + 20 * ((100vw - 320px) / 1600));
}

.gallery-wrapper img {
	height: calc(200px + 150 * ((100vw - 320px) / 1600));
	width: 100%;
	object-fit: cover;
}

.about__list li,
.about__text,
.footer__top,
.price__item-title {
	font-family: Roboto-Medium
}

.header__down {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	animation: down .7s infinite alternate-reverse
}

.about,
.contact {
	position: relative
}

.header__down svg {
	fill: #fff
}

@-webkit-keyframes down {
	0% {
		bottom: 30px
	}

	100% {
		bottom: 10px
	}
}

@keyframes down {
	0% {
		bottom: 30px
	}

	100% {
		bottom: 10px
	}
}

.footer {
	color: #fff
}

.footer__top {
	justify-content: space-between;
	padding: 10px 0
}

.footer__scroll svg {
	margin-left: 15px;
	width: 25px;
	height: 25px;
	fill: #fff;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.about-wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

.about__list {
	display: grid
}

.about__list li:before {
	content: "✔";
	color: #fff
}

.loader-default:after {
	content: ""
}

.partner__title {
	text-align: center;
	color: #000
}

.partner-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto -25px
}

.partner__item {
	margin-bottom: 25px;
	-o-object-fit: contain;
	object-fit: contain
}

.price__item {
	display: grid;
	justify-content: center;
	gap: 25px;
	max-width: 750px;
	margin: 0 auto;
	text-align: center
}

.price__item-title {
	color: #000
}

.price__img {
	-o-object-fit: contain;
	object-fit: contain;
	max-height: 950px
}

.price__arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #C00;
	cursor: pointer;
	transition: all .3s
}

.price__arrow svg {
	width: 80%;
	height: 80%;
	fill: #fff
}

#map,
.loader {
	left: 0;
	width: 100%;
	height: 100%
}

.price__prev {
	left: 0
}

.price__next {
	right: 0
}

.contact {
	z-index: 1
}

.contact-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.contact__item {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: 1fr auto auto;
	align-content: start;
	justify-items: center;
	gap: 15px;
	text-align: center;
	border: 1px solid #F1F1F1
}

.contact__item-name {
	margin-bottom: 5px;
}

.contact__item-email,
.contact__item-number {
	white-space: nowrap;
	font-family: Roboto-Medium;
	transition: all .3s
}

.contact__address {
	font-family: Roboto-Medium;
	text-align: center
}

.contact-map {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	overflow: hidden
}

#map,
.loader,
.loader-default:after {
	position: absolute
}

#map {
	top: 0;
	-o-object-fit: cover;
	object-fit: cover
}

.loader {
	top: -100%;
	z-index: 15;
	color: #000;
	overflow: hidden;
	background-color: rgba(204, 0, 0, .55);
	opacity: 0;
	transition: opacity .3s
}

.loader.is-active {
	top: 0;
	opacity: 1
}

.loader-default:after {
	top: calc(50% - 24px);
	left: calc(50% - 24px);
	width: 48px;
	height: 48px;
	border: 8px solid #fff;
	border-left-color: transparent;
	border-radius: 50%;
	-webkit-animation: rotation .7s linear infinite;
	animation: rotation .7s linear infinite
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes rotation {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@media (min-width:576px) {
	.container {
		width: 520px;
		padding: 0
	}
}

@media (max-height:1000px) and (min-width:576px) {
	.header {
		min-height: 100vh;
		padding: 0
	}
}

@media (min-width:768px) {
	.container {
		width: 720px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (max-height:1200px) and (min-width:992px) {
	.full-bg {
		display: flex;
		align-items: center;
		min-height: calc(100vh - 71px)
	}
}

@media (min-width:1200px) {
	.container {
		width: 1140px
	}

	.text-block h1:not(.title),
	.text-block h2:not(.title) {
		margin-bottom: 30px;
		font-size: 30px
	}

	.text-block h3 {
		margin-bottom: 25px;
		font-size: 26px
	}

	.text-block p:not(:last-child) {
		margin-bottom: 20px
	}

	.text-block ol,
	.text-block ul {
		padding-top: 20px;
		padding-left: 40px
	}

	.text-block ol:not(:last-child),
	.text-block ul:not(:last-child) {
		padding-bottom: 20px
	}

	.text-block ol li:not(:last-child),
	.text-block ul li:not(:last-child) {
		margin-bottom: 10px
	}

	.text-block ul li {
		padding-left: 20px
	}

	.text-block ul li:before {
		width: 8px;
		height: 8px
	}

	.text-block blockquote {
		padding: 40px;
		font-size: 18px
	}

	.swiper-pagination {
		margin-top: 30px
	}

	.swiper-pagination-bullet {
		width: 12px;
		height: 12px
	}

	.section {
		padding-bottom: 65px;
		padding-top: 65px
	}

	.section-bg {
		margin-bottom: 65px;
		margin-top: 65px
	}

	.title {
		margin-bottom: 30px;
		font-size: 38px
	}

	.popup__content {
		padding: 28px 44px
	}

	.popup__title {
		margin-bottom: 15px;
		font-size: 28px
	}

	.popup__subtitle {
		margin-bottom: 50px;
		font-size: 16px
	}

	.popup__form .input-wrapper {
		gap: 32px
	}

	.header__top,
	.popup-thank .popup__content {
		gap: 20px
	}

	.popup__form input:not([type=submit]) {
		height: 60px;
		padding-left: 40px;
		padding-right: 40px;
		border-radius: 24px
	}

	.popup__form .submit {
		margin-top: 16px;
		height: 54px;
		border-radius: 24px;
		font-size: 16px
	}

	.popup__close {
		right: 16px;
		top: 16px
	}

	.popup small {
		margin-top: 20px
	}

	.popup-thank .popup__subtitle {
		font-size: 16px
	}

	.popup-thank .popup__button {
		padding-left: 20px;
		padding-right: 20px
	}

	.popup-thank img {
		width: 161px;
		height: 161px
	}

	.form__check {
		font-size: 13px
	}

	.header__call,
	.header__menu {
		font-size: 20px
	}

	.header {
		padding-left: 50px;
		padding-right: 50px
	}

	.header__menu {
		gap: 40px
	}

	.header__title {
		margin-bottom: 50px;
		font-size: 80px
	}

	.header__subtitle {
		font-size: 35px
	}

	.header__text {
		font-size: 40px
	}

	.header__down svg {
		width: 80px;
		height: 80px
	}

	.footer {
		padding-left: 30px;
		padding-right: 30px
	}

	.footer__top {
		font-size: 17px
	}

	.about__list {
		gap: 20px
	}

	.about__list li {
		font-size: 18px
	}

	.about__text {
		font-size: 19px
	}

	.partner__item {
		margin-left: 25px;
		margin-right: 25px;
		max-width: 220px
	}

	.price__item-title {
		font-size: 25px
	}

	.price__arrow {
		width: 70px;
		height: 70px
	}

	.contact__item {
		padding: 40px
	}

	.contact__item-email,
	.contact__item-name,
	.contact__item-number {
		font-size: 28px
	}

	.contact__address {
		margin-top: 40px;
		font-size: 25px
	}

	.contact-map {
		height: 600px
	}
}

@media (max-width:1400px) {
	.header__main {
		padding-top: 65.01px
	}
}

@media (max-width:1199px) {

	.text-block h1:not(.title),
	.text-block h2:not(.title) {
		margin-bottom: clamp(20px, 18px + .625vw, 30px);
		font-size: clamp(23px, 21.6px + .4375vw, 30px)
	}

	.text-block h3 {
		margin-bottom: clamp(15px, 13px + .625vw, 25px);
		font-size: clamp(18px, 16.4px + .5vw, 26px)
	}

	.text-block p:not(:last-child) {
		margin-bottom: clamp(10px, 8px + .625vw, 20px)
	}

	.text-block ol,
	.text-block ul {
		padding-top: clamp(10px, 8px + .625vw, 20px);
		padding-left: clamp(20px, 16px + 1.25vw, 40px)
	}

	.text-block ol:not(:last-child),
	.text-block ul:not(:last-child) {
		padding-bottom: clamp(10px, 8px + .625vw, 20px)
	}

	.text-block ol li:not(:last-child),
	.text-block ul li:not(:last-child) {
		margin-bottom: clamp(5px, 4px + .3125vw, 10px)
	}

	.text-block ul li {
		padding-left: clamp(17px, 16.4px + .1875vw, 20px)
	}

	.text-block ul li:before {
		width: clamp(6px, 5.6px + .125vw, 8px);
		height: clamp(6px, 5.6px + .125vw, 8px)
	}

	.text-block blockquote {
		padding: clamp(15px, 10px + 1.5625vw, 40px);
		font-size: clamp(15px, 14.4px + .1875vw, 18px)
	}

	.swiper-pagination {
		margin-top: clamp(20px, 18px + .625vw, 30px)
	}

	.swiper-pagination-bullet {
		width: clamp(8px, 7.2px + .25vw, 12px);
		height: clamp(8px, 7.2px + .25vw, 12px)
	}

	.section {
		padding-bottom: clamp(30px, 21px + 2.8125vw, 75px);
		padding-top: clamp(30px, 21px + 2.8125vw, 75px)
	}

	.section-bg {
		margin-bottom: clamp(30px, 21px + 2.8125vw, 75px);
		margin-top: clamp(30px, 21px + 2.8125vw, 75px)
	}

	.title {
		margin-bottom: clamp(20px, 18px + .625vw, 30px);
		font-size: clamp(24px, 21.2px + .875vw, 38px)
	}

	.popup__content {
		padding-top: clamp(20px, 18.4px + .5vw, 28px);
		padding-bottom: clamp(20px, 18.4px + .5vw, 28px);
		padding-left: clamp(15px, 9.2px + 1.8125vw, 44px);
		padding-right: clamp(15px, 9.2px + 1.8125vw, 44px)
	}

	.popup__title {
		margin-bottom: clamp(10px, 9px + .3125vw, 15px);
		font-size: clamp(22px, 20.8px + .375vw, 28px)
	}

	.header__title,
	.popup__subtitle {
		margin-bottom: clamp(20px, 14px + 1.875vw, 50px)
	}

	.popup__form .submit,
	.popup__subtitle {
		font-size: clamp(15px, 14.8px + .0625vw, 16px)
	}

	.popup__form .input-wrapper {
		gap: clamp(15px, 11.6px + 1.0625vw, 32px)
	}

	.header__top,
	.popup-thank .popup__content {
		gap: clamp(10px, 8px + .625vw, 20px)
	}

	.popup__form input:not([type=submit]) {
		height: clamp(48px, 45.6px + .75vw, 60px);
		padding-left: clamp(20px, 16px + 1.25vw, 40px);
		padding-right: clamp(20px, 16px + 1.25vw, 40px);
		border-radius: clamp(10px, 7.2px + .875vw, 24px)
	}

	.popup__form .submit {
		margin-top: clamp(.01px, -3.2px + 1vw, 16px);
		height: clamp(48px, 46.8px + .375vw, 54px);
		border-radius: clamp(10px, 7.2px + .875vw, 24px)
	}

	.popup__close {
		right: clamp(10px, 8.8px + .375vw, 16px);
		top: clamp(10px, 8.8px + .375vw, 16px)
	}

	.popup small {
		margin-top: clamp(10px, 8px + .625vw, 20px)
	}

	.popup-thank .popup__subtitle {
		font-size: clamp(14px, 13.6px + .125vw, 16px)
	}

	.popup-thank .popup__button {
		padding-left: clamp(15px, 14px + .3125vw, 20px);
		padding-right: clamp(15px, 14px + .3125vw, 20px)
	}

	.popup-thank img {
		width: clamp(100px, 87.8px + 3.8125vw, 161px);
		height: clamp(100px, 87.8px + 3.8125vw, 161px)
	}

	.form__check {
		font-size: clamp(11px, 10.6px + .125vw, 13px)
	}

	.header {
		padding-left: clamp(15px, 8px + 2.1875vw, 50px);
		padding-right: clamp(15px, 8px + 2.1875vw, 50px)
	}

	.header__menu {
		gap: clamp(.01px, -8px + 2.5vw, 40px);
		font-size: clamp(16px, 15.2px + .25vw, 20px)
	}

	.header__call {
		font-size: clamp(17px, 16.4px + .1875vw, 20px)
	}

	.header__title {
		font-size: clamp(35px, 26px + 2.8125vw, 80px)
	}

	.header__subtitle {
		font-size: clamp(18px, 14.6px + 1.0625vw, 35px)
	}

	.header__text {
		font-size: clamp(20px, 16px + 1.25vw, 40px)
	}

	.header__down svg {
		width: clamp(60px, 56px + 1.25vw, 80px);
		height: clamp(60px, 56px + 1.25vw, 80px)
	}

	.footer {
		padding-left: clamp(10px, 6px + 1.25vw, 30px);
		padding-right: clamp(10px, 6px + 1.25vw, 30px)
	}

	.footer__top {
		font-size: clamp(15px, 14.6px + .125vw, 17px)
	}

	.about__list {
		gap: clamp(10px, 8px + .625vw, 20px)
	}

	.about__list li {
		font-size: clamp(16px, 15.6px + .125vw, 18px)
	}

	.about__text {
		font-size: clamp(16px, 15.4px + .1875vw, 19px)
	}

	.partner__item {
		margin-left: clamp(15px, 13px + .625vw, 25px);
		margin-right: clamp(15px, 13px + .625vw, 25px);
		max-width: clamp(150px, 136px + 4.375vw, 220px)
	}

	.price__item-title {
		font-size: clamp(20px, 19px + .3125vw, 25px)
	}

	.price__arrow {
		width: clamp(40px, 34px + 1.875vw, 70px);
		height: clamp(40px, 34px + 1.875vw, 70px)
	}

	.contact__item {
		padding: clamp(20px, 16px + 1.25vw, 40px)
	}

	.contact__item-name {
		font-size: clamp(21px, 19.6px + .4375vw, 28px)
	}

	.contact__item-email,
	.contact__item-number {
		font-size: clamp(23px, 22px + .3125vw, 28px)
	}

	.contact__address {
		margin-top: clamp(20px, 16px + 1.25vw, 40px);
		font-size: clamp(20px, 19px + .3125vw, 25px)
	}

	.contact-map {
		height: clamp(300px, 240px + 18.75vw, 600px)
	}
}

@media (max-height:1200px) and (max-width:991px) {
	.full-bg {
		min-height: calc(100vh - 67px)
	}
}

@media (max-width:991px) {
	.header__main {
		padding-bottom: 67px
	}

	.contact-wrapper {
		grid-template-columns: 100%;
	}
}

@media (max-width:991px) and (min-width: 768px) {
	.header__menu {
		gap: 5px
	}

	.header__menu li {
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.header__tel {
		font-size: 24px;
	}

	.header__main,
	.header__nav {
		padding-bottom: 65px
	}

	.header__nav,
	body {
		padding-top: 65px
	}

	.menu-link {
		display: block
	}

	.footer__top,
	.header__nav {
		display: grid;
		text-align: center
	}

	.header__top-wrapper {
		min-height: 65px
	}

	.header__nav {
		margin-top: 65px;
		max-height: calc(100vh - 65px);
		position: fixed;
		left: -100vw;
		top: 0;
		z-index: 5;
		align-content: start;
		justify-content: center;
		width: 100vw;
		height: 100%;
		gap: 20px;
		overflow: auto;
		background: rgba(0, 0, 0, .97);
		transition: all .3s;
		color: #fff
	}

	.header__nav_active {
		left: 0
	}

	.header__menu {
		grid-auto-flow: row;
		gap: 25px;
		font-size: 20px
	}

	.footer__top {
		gap: 15px;
		justify-items: center
	}

	.about {
		min-height: auto;
		z-index: 1
	}

	.about-wrapper {
		max-width: 100%;
	}
}

@media (max-height:1200px) and (max-width:767px) {
	.full-bg {
		min-height: calc(100vh - 65px)
	}
}

@media (max-height:1200px) and (max-width:575px) {
	.full-bg {
		min-height: calc(100vh - 65.01px)
	}
}

@media (max-width:575px) {
	.popup__dialog {
		width: 400px;
		max-width: 100%;
		padding: 0 10px;
		margin: 0 auto
	}

	.header__main {
		padding-bottom: 65.01px
	}

	@-webkit-keyframes down {
		0% {
			bottom: 60px
		}

		100% {
			bottom: 40px
		}
	}

	@keyframes down {
		0% {
			bottom: 60px
		}

		100% {
			bottom: 40px
		}
	}

	.contact__item {
		flex: 1 1 auto
	}

	.contact__item:not(:last-child) {
		border-bottom: none
	}
}

@media (max-height:1000px) and (max-width:575px) {
	.header {
		min-height: calc(100vh - 65.01px)
	}

	.header__main {
		padding-top: 0
	}
}

@media not all and (min-resolution:0.001dpcm) {
	input {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		font-size: 16px
	}
}

@media (any-hover:hover) {

	.menu li:hover:before,
	.underline:hover:before {
		background: #fff
	}

	.button:hover {
		background: #a80000
	}

	.popup__form .submit:hover {
		background: #ededed
	}

	.price__arrow:hover {
		background: #a80000
	}

	.contact__item-email:hover,
	.contact__item-number:hover {
		color: #C00
	}
}
