html {
	box-sizing: border-box;
	scroll-behavior: smooth
}

.main {
	overflow: hidden
}

li {
	list-style-type: none
}

*,
*::before,
*::after {
	box-sizing: inherit
}

a {
	color: inherit;
	text-decoration: none
}

img {
	max-width: 100%
}

body {
	scroll-behavior: smooth;
	overflow-x: hidden;
	min-width: 320px;
	font-family: 'Roboto', system-ui;
	font-weight: 400
}

.list-reset {
	padding: 0;
	margin: 0;
	list-style: none
}

.btn-reset {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none
}

.flex {
	display: flex
}

.container {
	max-width: 1575px;
	padding: 0px 50px;
	margin: 0 auto;
	overflow: hidden
}

.page-article {
	margin: 0 !important
}

.header__container {
	padding-top: 22px;
	padding-bottom: 6px;
	justify-content: space-between;
	align-items: center
}

.header__logo {
	max-height: 64px;
	max-width: 168px;
	width: 100%;
	margin-right: 10px
}

.header__list {
	margin-right: 10px
}

.header__item {
	margin-right: 87px
}

.header__link {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	display: flex;
	align-items: center;
	color: #303030;
	transition: color 0.2s linear
}

.header__item:hover .header__link {
	color: #D7BF6B
}

.header__phone {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: #303030;
	margin-right: 13px;
	transition: color 0.2s linear
}

.header__phone:hover {
	color: #D7BF6B
}

.spec-hover {
	fill: #303030;
	transition: fill 0.2s linear
}

.footer-spec-hover {
	fill: white;
	transition: fill 0.2s linear
}

.header__icon:hover .spec-hover,
.footer__icon:hover .footer-spec-hover {
	fill: #D7BF6B
}

.header__tg {
	margin-right: 13px
}

.header__right {
	align-items: center
}

.hero__hi {
	padding-top: 12px;
	text-align: center;
	margin: 0;
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 47px;
	color: #303030
}

.hero__center {
	position: relative
}

.hero__image {
	position: absolute;
	z-index: -1;
	top: 14px;
	left: -8px
}

.hero__block-top {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #303030;
	margin: 0;
	margin-bottom: 37px;
	max-width: 439px
}

.hero__descr-right {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	color: #303030;
	max-width: 407px;
	margin: 0;
	margin-top: 413px;
	margin-left: auto;
	margin-right: 126px
}

.hero__block-center {
	margin: 0;
	margin-bottom: 3px;
	font-family: 'Roboto', system-ui;
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #D7BF6B
}

.hero__block-descr {
	position: relative;
	padding-top: 347px;
	max-width: max-content
}

.hero__block-bot {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #D7BF6B;
	margin: 0;
	margin-bottom: 77px
}

.hero__block-svg {
	position: absolute;
	bottom: 10px;
	left: 113px
}

.hero__spec-fon {
	position: absolute;
	width: 673px;
	height: 353px;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px);
	bottom: 10px;
	left: 89px;
	z-index: 100
}

.hero__bot-link {
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	margin-right: 15px;
	background: #303030;
	border: 2px solid #303030;
	border-radius: 4.48px;
	max-width: 185px;
	width: 100%;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease-in-out
}

.hero__bot-link:hover {
	max-width: 214px;
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.25)
}

.hero__bot-btn {
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #303030;
	border: 2px solid #D7BF6B;
	border-radius: 4.48px;
	max-width: 185px;
	width: 100%;
	height: 44px;
	transition: .2s ease-in-out
}

.hero__bot-btn:hover {
	max-width: 214px;
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.25)
}

.hero__bot {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 21px
}

.aboutus__container {
	position: relative
}

.aboutus {
	padding-top: 156px
}

.aboutus__title {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	line-height: 79px;
	letter-spacing: 0.056em;
	color: #303030;
	margin: 0;
	margin-bottom: 40px
}

.title-spec {
	font-size: 53px;
	letter-spacing: 1.5px;
	color: #fff;
	-webkit-text-stroke: 1.5px #303030;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #303030
}

.get-consultation {
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	height: 44px;
	max-width: 220px;
	width: 100%;
	background: #303030;
	border-radius: 4.48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease-in-out
}

.get-consultation:hover {
	max-width: 275px;
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.25)
}

.aboutus__get-consultation {
	top: 22px;
	right: 53px
}

.aboutus__block {
	position: relative;
	padding-top: 87px;
	position: relative;
	left: 6px;
	justify-content: space-between;
	align-items: center
}

.aboutus-num {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 80px;
	line-height: 58px;
	letter-spacing: 0.02em;
	color: #D7BF6B;
	margin-right: 36px
}

.aboutus-title {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 48px;
	letter-spacing: 0.02em;
	color: #303030;
	margin: 0;
	max-width: 394px
}

.aboutus-descr1 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.176px;
	color: #303030;
	max-width: 463px;
	margin: 0;
	margin-bottom: 38px
}

.aboutus-title1 {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 28px;
	color: #303030;
	margin: 0;
	margin-bottom: 26px
}

.aboutus-descr2 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.176px;
	color: #303030;
	max-width: 465px;
	margin: 0;
	margin-bottom: 24px
}

.aboutus-link {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.1em;
	text-decoration-line: underline;
	color: #D9BC56;
	max-width: max-content;
	margin-right: 3px;
	transition: .2s linear
}

.aboutus-link:hover {
	color: #303030
}

.aboutus-flex-spec {
	align-items: center
}

.title-flex-spec {
	align-items: center;
	margin-bottom: 25px
}

.aboutus-title1-spec1 {
	margin-bottom: 40px
}

.aboutus-descr2-spec1 {
	margin-bottom: 31px
}

.aboutus__block-center-descr {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 2px;
	color: #D7BF6B;
	max-width: 139.71px;
	width: 100%;
	height: 139.71px;
	border-radius: 50%;
	background: #303030;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center
}

.aboutus__block-center {
	width: 163px;
	height: 163px;
	border-radius: 50%;
	border: 2px solid #303030;
	display: flex;
	align-items: center;
	justify-content: center
}

.aboutus__block-bot-spec {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center
}

.aboutus__block-bot-svg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 264.93px;
	z-index: -2
}

.title-flex-spec1 {
	padding-top: 75px
}

.aboutus-btn-down-spec1 {
	position: absolute;
	left: 0;
	top: 32%
}

.aboutus-specfon {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px)
}

.technology {
	padding-top: 174px
}

.technology__title {
	font-family: 'Impact', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: #303030;
	margin: 0;
	margin-bottom: 16px
}

.technology-for-swiper {
	max-width: max-content;
	max-height: max-content;
	padding-top: 295px;
	padding-bottom: 55px;
	position: relative
}

.circle-hover1 {
	stroke: #D9BC56;
	transition: stroke 0.2s linear
}

.path-hover1 {
	fill: #D9BC56;
	transition: stroke 0.2s linear
}

.swiper-button-prev:hover .circle-hover1 {
	stroke: #303030
}

#trans {
	position: absolute;
	top: 0
}

.swiper-button-prev:hover .path-hover1 {
	fill: #303030
}

.circle-hover2 {
	stroke: #303030;
	transition: stroke 0.2s linear
}

.path-hover2 {
	fill: #303030;
	transition: stroke 0.2s linear
}

.swiper-button-next:hover .circle-hover2 {
	stroke: #D9BC56
}

.swiper-button-next:hover .path-hover2 {
	fill: #D9BC56
}

.technology-fon {
	position: absolute;
	width: 795px;
	height: 867px;
	right: 0;
	top: 0;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px);
	z-index: -1
}

.technology-for-swiper .swiper {
	width: 100%;
	height: 513px
}

.technology-for-swiper .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: ''
}

.technology-for-swiper .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: ''
}

.technology-for-swiper .swiper-button-prev,
.technology-for-swiper .swiper-button-next {
	width: max-content
}

.technology-for-swiper .swiper-slide {
	background: #D7BF6B;
	border-radius: 7px;
	min-height: 513px;
	height: 513px
}

.technology__container {
	overflow: visible
}

.swiper-slide-block {
	padding: 65px 60px
}

.swiper-slide svg {
	margin-bottom: 70px
}

.swiper-slide-title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	line-height: 32px;
	letter-spacing: 1.2px;
	color: #303030;
	margin: 0;
	margin-bottom: 45px
}

.swiper-slide-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.176px;
	color: #303030;
	max-width: 676px;
	width: 100%;
	margin: 0
}

.swiper-slide-image {
	position: absolute;
	top: -90px;
	right: 16px;
	border-radius: 7px
}

.technology-for-swiper .swiper-button-next,
.technology-for-swiper .swiper-button-prev {
	position: absolute;
	top: 64%
}

.technology-for-swiper .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -50px
}

.technology-for-swiper .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -50px
}

.technology-for-swiper .swiper {
	overflow-x: hidden;
	overflow-y: visible
}

.technology-for-swiper .swiper {
	overflow-x: clip
}

.technology-for-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #FFF;
	opacity: 1
}

.technology-for-swiper .swiper-pagination-bullet-active {
	background-color: #303030
}

.technology-for-swiper .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 31px
}

.technology-for-swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	margin-right: 10px
}

.result {
	padding-top: 158px
}

.result__container {
	position: relative;
	padding-bottom: 100px;
	overflow: visible
}

.result__container .get-consultation {
	top: 23px;
	right: 54px
}

.result__title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 70px;
	color: #303030;
	transform: rotate(0.25deg);
	margin: 0;
	margin-bottom: 138px
}

.result__title-spec {
	font-weight: 400;
	font-size: 70px;
	letter-spacing: 0
}

.result__block-left-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 300;
	font-size: 33px;
	letter-spacing: -0.3px;
	color: #303030;
	max-width: 1046px;
	margin: 0;
	margin-bottom: 227px
}

.result__block-left-num {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 63px;
	line-height: 90px;
	color: rgba(215, 191, 107, 1)
}

.result-spectext2 {
	font-weight: 400;
	letter-spacing: -1.1px
}

.triple-protection {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 0.02em;
	color: #303030;
	margin: 0;
	margin-bottom: 42px
}

.guarantee-descr {
	font-family: 'Roboto', system-ui;
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	color: #D7BF6B;
	margin: 0
}

.result-specflex {
	align-items: center;
	cursor: pointer
}

.svgo1,
.svgo2,
.svgo3 {
	display: none
}

.result-modal {
	background: #FFF;
	border: 1px solid #303030;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
	border-radius: 7px;
	position: absolute;
	width: 519px;
	left: 113px;
	bottom: -258px;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 291px
}

#modal1 {
	display: none
}

#modal2 .modal-title {
	max-width: 377px
}

#modal2 .modal-descr,
#modal3 .modal-descr {
	max-width: 370px
}

#modal2 {
	display: none
}

#modal3 {
	display: none
}

.svgo3-spec {
	display: none
}

.modal-close {
	position: absolute;
	top: 6px;
	cursor: pointer;
	right: 6px
}

.modal-title {
	padding-top: 87px;
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #303030;
	margin: 0;
	margin-bottom: 20px
}

.modal-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #303030;
	padding-bottom: 86px;
	margin: 0;
	max-width: 380px;
	display: flex;
	justify-content: center
}

.result-specflex svg {
	margin-right: 20px
}

.result__block-right {
	position: relative;
	height: max-content;
	top: -90px
}

.result-spec3 {
	position: absolute;
	bottom: -19px;
	right: 0
}

.result__item-title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	letter-spacing: 0.02em;
	color: #303030;
	max-width: 397px;
	margin: 0;
	margin-bottom: 23px
}

.result__list {
	justify-content: space-between;
	padding-left: 38px;
	padding-right: 38px;
	margin-bottom: 105px
}

.result__block {
	margin-bottom: 56px;
	position: relative
}

.result-fon {
	position: absolute;
	width: 944px;
	height: 358px;
	top: 0;
	right: 0;
	z-index: 1;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px)
}

.result__item-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.176px;
	color: #303030;
	margin: 0;
	margin-bottom: 33px
}

.result__item {
	position: relative
}

.result__item:not(:last-child) {
	padding-right: 52px;
	border-right: 1px solid #000;
	margin-right: 15px
}

.unique__title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 0.02em;
	color: #303030;
	margin: 0;
	margin-bottom: 129px
}

.unique__descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.346px;
	color: #303030;
	margin: 0;
	line-height: 23px
}

.unique__container {
	position: relative
}

.unique-fon {
	position: absolute;
	width: 944px;
	height: 358px;
	top: 40px;
	left: 0;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px);
	z-index: -1
}

.unique__descr1 {
	margin-bottom: 35px
}

.unique__descr2 {
	margin-bottom: 24px
}

.unique__descr3 {
	margin-bottom: 44px
}

.unique__descr-spec {
	font-family: 'Roboto', system-ui;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #D7BF6B;
	margin-bottom: 52px
}

.unique__block {
	padding-bottom: 20px
}

.unique__block-video {
	border-radius: 7px;
	margin-right: 124px;
	max-width: 724px;
	width: 105%;
	height: 383px
}

.unique__link {
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #303030;
	max-width: 221px;
	width: 100%;
	height: 44px;
	border: 2px solid #D7BF6B;
	border-radius: 4.48px;
	transition: .2s ease-in-out
}

.unique__link:hover {
	max-width: 284px;
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4.48px
}

.fb__title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 0.04em;
	color: #303030;
	margin: 0;
	margin-bottom: 146px
}

.read-all {
	font-family: 'Arial', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #303030;
	position: absolute;
	top: 260px;
	right: 12px;
	max-width: 187px;
	width: 100%;
	height: 44px;
	border: 2px solid #D7BF6B;
	border-radius: 4.48px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s ease-in-out
}

.read-all:hover {
	max-width: 247px;
	box-shadow: 0px 10px 15px 2px rgba(0, 0, 0, 0.25);
	border-radius: 4.48px
}

.fb__container {
	position: relative;
	max-width: 1494px;
	padding: 0 10px;
	padding-top: 254px
}

.fb-fon {
	position: absolute;
	width: 482px;
	height: 482px;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px);
	z-index: -1;
	top: 63px;
	left: 300px
}

.fb-slide-title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	letter-spacing: 0.176px;
	color: #303030;
	margin: 0;
	margin-bottom: 30px
}

.fb-slide-predescr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.176px;
	color: #303030;
	margin: 0;
	margin-bottom: 26px
}

.fb-slide-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	letter-spacing: 0.176px;
	color: #303030;
	margin: 0
}

.fb-for-slide .swiper-slide {
	max-width: 469px;
	width: 100%;
	height: 503px;
	background: #FFF;
	border: 1px solid #D7BF6B;
	border-radius: 7px
}

.fb-for-slide .swiper-slide:not(:last-child) {
	margin-right: 30px
}

.fb-slide {
	padding: 57px 29px
}

.fb-for-slide .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: ''
}

.fb-for-slide .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: ''
}

.fb-for-slide .swiper-button-prev {
	height: 100%;
	width: 111px;
	border: none;
	outline: none;
	background: linear-gradient(-90deg, #FFF 111.03%, rgba(255, 255, 255, 0.995655) 34.12%, rgba(255, 255, 255, 0.76) 13.88%, rgba(255, 255, 255, 0.17) 0%)
}

.fb-for-slide .swiper-button-prev svg {
	width: 93px;
	height: 93px
}

.fb-for-slide .swiper-button-next svg {
	width: 93px;
	height: 93px
}

.fb-for-slide .swiper-button-next {
	height: 100%;
	width: 111px;
	border: none;
	outline: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.76) 13.88%, rgba(255, 255, 255, 0.995655) 34.12%, #FFF 111.03%)
}

.fb-for-slide .swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -1px
}

.fb-for-slide .swiper-button-next,
.fb-for-slide .swiper-button-prev {
	top: 21.5%
}

.fb-for-slide .swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -1px
}

.fb-for-slide .swiper-slide {
	left: 98px
}

.fb-for-slide {
	overflow: hidden
}

.fb-for-slide .swiper1 {
	padding-bottom: 64px
}

.fb-for-slide .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px
}

.fb-for-slide .swiper-pagination-bullet-active {
	background: #303030
}

.fb-for-slide .swiper-pagination-bullet {
	background: rgba(48, 48, 48, 0.7);
	margin: 0;
	margin-right: 11px
}

.quest__container {
	padding-top: 238px
}

.quest__title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	color: #303030;
	margin: 0;
	margin-bottom: 130px
}

.quest__title-spec {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: 0.05em
}

.quest__summary::marker {
	display: none
}

.quest__block-left {
	max-width: 934px;
	width: 100%
}

.quest__summary {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #303030;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.quest__details {
	padding-bottom: 15px;
	border-bottom: 1px solid #303030;
	padding-top: 45px
}

.quest__details1 {
	padding-top: 0
}

.quest__summary svg {
	transition: .3s linear;
	cursor: pointer
}

.quest__details[open] .quest__summary svg {
	transform: rotate(-90deg)
}

.quest__details-descr {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin: 0;
	padding-left: 5px;
	padding-top: 20px
}

.unique__container {
	padding-top: 50px
}

details[open]>summary:before {
	transform: scale(1, -1)
}

summary~* {
	padding: 8px 1em 10px 1.4em
}

details[open] summary~* {
	animation: sweep .5s ease-in-out
}

@keyframes sweep {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.quest__block {
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 37px
}

.quest__block-right {
	max-width: 470px;
	width: 100%;
	min-height: 537px;
	background: #FFF;
	border: 1px solid #303030;
	border-radius: 7px;
	padding: 39px 63px 39px 64px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center
}

.quest__block-right-title {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	letter-spacing: 0.02em;
	color: #303030;
	margin: 0;
	margin-bottom: 30px
}

.quest__block-right-name {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #303030;
	margin: 0
}

.quest-tel,
.quest-name,
.quest-time {
	width: 343px;
	height: 46px;
	padding: 0;
	padding-left: 16px;
	padding-right: 16px;
	border: 1px solid #BDBDBD;
	border-radius: 3px;
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
	margin-bottom: 25px
}

.quest-time {
	margin-bottom: 35px;
	justify-content: space-around;
	align-items: center
}

.quest-time select {
	padding: 4px 17px;
	outline: none
}

.quest-btn {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	text-align: center;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #303030;
	border: 2px solid #D7BF6B;
	border-radius: 4.48px;
	margin-bottom: 30px
}

.quest__block-right-bot {
	margin: 0;
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.02em;
	color: #303030
}

.quest-fon {
	position: absolute;
	top: 0;
	right: 0;
	width: 572px;
	height: 650px;
	background: rgba(231, 202, 173, 0.15);
	filter: blur(75px);
	z-index: -1
}

.quest {
	margin-bottom: 37px
}

.footer {
	background: #303030;
	padding-top: 75px;
	padding-bottom: 75px
}

.footer__logo {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 29px;
	color: #FFF;
	margin: 0;
	margin-right: 15px
}

.footer-top {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 61px
}

.footer__list {
	align-items: center
}

.footer__item {
	margin-right: 15px
}

.footer__item:not(:last-child) {
	margin-right: 58px
}

.footer__link {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.2s linear
}

.footer__item:hover .footer__link {
	color: #D7BF6B
}

.footer__right {
	display: flex;
	align-items: center
}

.footer__phone {
	font-family: 'Impact', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 14px;
	letter-spacing: 0.05em;
	color: #FFF;
	margin-right: 20px;
	transition: color 0.3s linear
}

.footer__phone:hover {
	color: #D7BF6B
}

.footer__tg {
	margin-right: 20px
}

.footer-bot {
	justify-content: space-between;
	align-items: center
}

.footer-descr1 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #FFF;
	margin: 0
}

.footer-descr2 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	color: #FFF;
	margin: 0
}

.footer-descr3 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.03em;
	color: #FFF;
	margin: 0
}

.footer-descr4 {
	font-family: 'Roboto', system-ui;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	display: flex;
	align-items: center;
	text-align: right;
	letter-spacing: 0.03em;
	color: #FFF;
	margin: 0
}

.wellrings {
	transition: color 0.2s linear;
	cursor: pointer
}

.footer-descr4:hover .wellrings {
	color: #D7BF6B
}

input {
	outline: none
}

details {
	outline: none
}

.unique__link {
	max-width: 265px
}

.unique__link:hover {
	max-width: 280px
}

.mob-vers {
	display: none
}

.svgo3-spec {
	display: none
}

@media (min-width:1920px) {
	.container {
		max-width: 1775px;
		padding-left: 150px;
		padding-right: 150px
	}

	.fb-for-slide .swiper-button-prev,
	.swiper-rtl .swiper-button-next {
		left: 143px
	}

	.fb-for-slide .swiper-button-next,
	.swiper-rtl .swiper-button-prev {
		right: 143px
	}
}

@media (min-width:1533px) and (max-width:33333px) {
	#modal3 {
		display: none;
		left: -538px
	}

	.svgo3-spec {
		display: none
	}

	.svgo3 {
		display: none
	}

	.result-specflex .svgo3-spec {
		transform: rotate(180deg);
		margin-right: 5px
	}
}

@media (min-width:320px) and (max-width:1532px) {
	.header__list {
		display: none
	}

	#trans {
		bottom: 0
	}

	.unique__container {
		padding-top: 0px
	}

	.header .header__right {
		display: none
	}

	.hero__hi {
		display: none
	}

	.mob-vers {
		display: block
	}

	.container {
		max-width: 320px;
		padding: 0px 15px;
		margin: 0 auto;
		overflow: hidden
	}

	.header__container {
		padding-top: 13px;
		padding-bottom: 15px
	}

	.hero__image {
		display: none
	}

	.hero__block-descr {
		display: none
	}

	.hero__center {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.hero__title-mob1 {
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 49px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #303030;
		margin: 0;
		line-height: 62px;
		margin-bottom: 11px
	}

	.hero__title-mob2 {
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 35px;
		line-height: 52px;
		text-align: center;
		letter-spacing: 0.03em;
		color: #303030;
		margin: 0;
		margin-bottom: 404px
	}

	.hero__descr-right {
		margin: 0;
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 35px;
		text-align: center;
		color: #303030;
		margin-bottom: 36px
	}

	.hero__spec-fon {
		left: 0
	}

	.hero__image-mob {
		position: absolute;
		z-index: -1;
		top: 130px;
		left: -15px
	}

	.btn-down {
		display: none
	}

	.hero__bot {
		flex-direction: column
	}

	.hero__bot-link {
		max-width: 100%;
		height: 60px;
		background: #303030;
		border: 2px solid #303030;
		border-radius: 4.48px;
		margin: 0;
		margin-bottom: 25px
	}

	.hero__bot-btn {
		max-width: 100%;
		height: 60px;
		border: 2px solid #D7BF6B;
		border-radius: 4.48px
	}

	.get-consultation {
		display: none
	}

	.aboutus__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 49px;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 105px
	}

	.title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 49px;
		text-align: center;
		letter-spacing: 0.05em
	}

	.aboutus {
		padding-top: 91px
	}

	.aboutus__block {
		display: none
	}

	.aboutus-num {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		display: flex;
		align-items: center;
		letter-spacing: 0.02em;
		color: #D7BF6B;
		margin-right: 15px
	}

	.aboutus-title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 36px;
		letter-spacing: 0.02em;
		color: #303030
	}

	.aboutus-title1 {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 28px;
		color: #303030
	}

	.aboutus__block-bot-svg {
		display: none
	}

	.aboutus__block-center {
		position: relative;
		right: -181px;
		top: -28px;
		display: flex;
		width: 109px;
		height: 109px;
		border: 2px solid #303030
	}

	.aboutus__block-center-descr {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 28px;
		text-align: center;
		letter-spacing: 2px;
		color: #D7BF6B;
		width: 93px;
		height: 93px;
		margin: 0
	}

	.aboutus-spec-for-mob {
		width: 100%;
		position: relative;
		left: 47.3%;
		top: -61px
	}

	.title-flex-spec1 {
		padding-top: 0
	}

	.aboutus__block-bot-spec {
		top: -22px;
		margin-bottom: 28px
	}

	.aboutus-spec-for-mob1 {
		width: 100%;
		position: relative;
		left: 47.3%;
		top: 0;
		margin-bottom: 38px
	}

	.aboutus-title1-spec1 {
		margin-bottom: 22px
	}

	.technology__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 48px;
		text-align: center;
		color: #303030
	}

	.technology {
		padding-top: 128px
	}

	.technology__title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		line-height: 70px;
		text-align: center;
		letter-spacing: 0.02em
	}

	.swiper-slide-title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 32px;
		letter-spacing: 1.2px;
		color: #303030;
		margin-bottom: 38px
	}

	.technology-for-swiper .swiper-button-prev,
	.technology-for-swiper .swiper-button-next {
		display: none
	}

	.technology__container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 127px
	}

	.technology {
		padding-top: 0px
	}

	.swiper-slide-image {
		width: 289px;
		height: 205px;
		border-radius: 7px;
		top: -167px
	}

	.swiper-slide-block {
		padding: 83px 17px 103px 16px
	}

	.technology-for-swiper {
		padding-top: 253px
	}

	.swiper-slide svg {
		margin-bottom: 22px;
		width: 57px;
		height: 57px
	}

	.swiper-slide-descr {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.176px;
		color: #303030
	}

	.technology-for-swiper .swiper-pagination-bullet {
		width: 5px;
		height: 5px
	}

	.result__block {
		flex-direction: column-reverse
	}

	.result__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 56px;
		text-align: center;
		color: #303030;
		margin-bottom: 102px
	}

	.result {
		padding-top: 83px
	}

	.result__title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 40px;
		line-height: 56px;
		text-align: center;
		letter-spacing: 0.00em
	}

	.result__block-right {
		display: none
	}

	.result__block-left-descr {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 300;
		font-size: 30px;
		line-height: 41px;
		color: #303030;
		letter-spacing: 1.2px;
		margin-bottom: 4px;
		text-align: center
	}

	.get-consultation-mob {
		font-family: 'Arial', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #FFF;
		height: 60px;
		max-width: 100%;
		width: 100%;
		background: #303030;
		border-radius: 4.48px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 90px
	}

	.result-image-mob {
		width: 100%;
		height: 391px
	}

	.triple-protection {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 35px;
		line-height: 50px;
		letter-spacing: 0.02em;
		color: #303030
	}

	.guarantee-descr {
		font-family: 'Roboto', system-ui;
		font-style: italic;
		font-weight: 300;
		font-size: 18px;
		line-height: 31px;
		display: flex;
		align-items: center;
		color: #D7BF6B
	}

	.result__list {
		flex-direction: column;
		justify-content: none;
		padding-left: 0;
		padding-right: 0
	}

	.result__item-title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 35px;
		letter-spacing: 0.02em;
		color: #303030;
		margin-bottom: 25px;
		max-width: 245px
	}

	.result__block {
		margin-bottom: 43px
	}

	.result__item-descr {
		margin-bottom: 29px
	}

	.result-specflex svg {
		min-width: 14px;
		height: 12px
	}

	.result__item:not(:last-child) {
		padding-right: 0;
		border-right: 0;
		margin-right: 0;
		margin-bottom: 40px
	}

	.result__list {
		margin-bottom: 122px
	}

	.unique__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 32px;
		line-height: 57px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #303030;
		margin-bottom: 62px
	}

	.unique__title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		line-height: 49px;
		text-align: center;
		letter-spacing: 0.05em
	}

	.unique__block {
		flex-direction: column
	}

	.unique__block-video {
		border-radius: 7px;
		margin-right: 0;
		max-width: 724px;
		width: 100%;
		height: 190px;
		margin-bottom: 52px
	}

	.unique-video {
		height: 100%
	}

	.unique__descr1 {
		line-height: 24px;
		max-width: 99%;
		margin-bottom: 29px
	}

	.unique__descr2 {
		display: none
	}

	.unique__descr2-mob {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.2px;
		color: #303030;
		margin-bottom: 30px
	}

	.unique__descr3 {
		display: none
	}

	.unique__descr3-mob {
		margin-bottom: 34px
	}

	.unique__descr-spec {
		line-height: 24px;
		letter-spacing: -0.199999999999999px;
		width: 99%;
		margin-bottom: 38px
	}

	.unique__link {
		max-width: 100%;
		width: 100%;
		height: 60px
	}

	.fb__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 50px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #303030;
		margin-bottom: 54px
	}

	.fb__title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		letter-spacing: 0.05em;
		display: block
	}

	.read-all {
		position: relative;
		top: 0;
		right: 0;
		max-width: 100%;
		width: 100%;
		height: 60px;
		margin-bottom: 50px
	}

	.fb__container {
		padding-top: 107px
	}

	.fb-for-slide .swiper-button-prev,
	.fb-for-slide .swiper-button-next {
		display: none
	}

	.fb-for-slide .swiper-slide {
		left: 0
	}

	.fb-for-slide .swiper-slide {
		max-width: 288px;
		background: #FFF;
		border: 1px solid #D7BF6B;
		border-radius: 7px;
		height: 672px
	}

	.fb-slide {
		padding: 35px 21px
	}

	.fb-slide-title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 25px;
		line-height: 24px;
		letter-spacing: 0.176px;
		color: #303030
	}

	.fb-slide-predescr {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 27px;
		letter-spacing: 0.176px;
		color: #303030;
		margin-bottom: 19px
	}

	.fb-slide-descr {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.176px;
		color: #303030;
		text-align: left;
		display: none
	}

	.fb-slide-descr-mob {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: 0.176px;
		color: #303030;
		text-align: left;
		max-width: 239px
	}

	.fb-for-slide .swiper1 {
		padding-bottom: 42px
	}

	.fb-for-slide .swiper-pagination-bullet {
		width: 5px;
		height: 5px
	}

	.fb-for-slide .swiper-pagination-bullet {
		margin-right: 8.5px
	}

	.quest__title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 80px;
		white-space: nowrap;
		text-align: center;
		color: #303030;
		margin-bottom: 59px
	}

	.quest__title-spec {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 50px;
		line-height: 50px;
		text-align: center;
		letter-spacing: 0.05em;
		display: block
	}

	.quest__container {
		padding-top: 129px
	}

	.quest__summary {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 33px;
		color: #303030;
		padding-right: 101px
	}

	.quest__details {
		padding-bottom: 8px
	}

	.quest__details {
		position: relative
	}

	.quest__block {
		flex-direction: column
	}

	.quest__summary svg {
		right: 0;
		position: absolute;
		max-width: 50px;
		max-height: 50px
	}

	.quest__details-descr {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #000
	}

	.quest__block-left {
		margin-bottom: 79px
	}

	.quest-spec1 {
		top: 0;
		right: -94px;
		margin-bottom: 20px
	}

	.quest__block-right {
		padding: 37px 15px
	}

	.quest__block-right-title {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 134%;
		text-align: center;
		letter-spacing: 0.02em;
		color: #303030
	}

	.quest__block-right-name {
		font-size: 13px
	}

	.quest__block-right-name-spec {
		max-width: 80%
	}

	.quest-time select {
		padding: 4px 4px;
		outline: none;
		pointer-events: none !important;
		color: #303030 !important;
		cursor: default: !important;
		text-decoration: none !important
	}

	.quest-tel,
	.quest-name,
	.quest-time {
		width: 100%;
		padding-left: 12px;
		padding-right: 12px
	}

	.quest-tel {
		margin-bottom: 31px
	}

	.quest-name {
		margin-bottom: 29px
	}

	.quest__block-right-bot {
		line-height: 138%
	}

	.quest {
		margin-bottom: 166px
	}

	.footer-top {
		flex-direction: column;
		justify-content: center
	}

	.footer__logo {
		text-align: center;
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 35px;
		text-align: center;
		color: #FFF;
		margin-right: 0;
		margin-bottom: 54px
	}

	.footer {
		background: #303030;
		padding-top: 52px;
		letter-spacing: -0.1px
	}

	.footer__list {
		flex-direction: column;
		margin-bottom: 49px
	}

	.footer__item:not(:last-child) {
		margin-right: 0;
		margin-bottom: 44px
	}

	.hero__title-mob1 {
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 49px;
		text-align: center;
		letter-spacing: 0.02em;
		color: #303030;
		margin: 0;
		line-height: 50px
	}

	.hero__title-mob2 {
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 35px;
		line-height: 40px
	}

	.footer__link {
		font-family: 'Roboto', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 17px;
		line-height: 27px;
		text-align: center;
		color: #FFF
	}

	.footer__tg {
		width: 33px;
		height: 30px;
		margin-right: 14px
	}

	.footer__ws {
		width: 34px;
		height: 34px
	}

	.footer__ws svg {
		width: 100%;
		height: 100%
	}

	.footer__tg svg {
		width: 100%;
		height: 100%
	}

	.footer__item {
		margin-right: 0
	}

	.footer__phone {
		font-family: 'Impact', system-ui;
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 14px;
		letter-spacing: 0.05em;
		color: #FFF;
		margin-right: 21px
	}

	.footer-bot {
		align-items: center;
		flex-direction: column
	}

	.footer-descr1 {
		font-weight: 400;
		font-size: 15px;
		line-height: 18px;
		text-align: center;
		margin-bottom: 40px
	}

	.burger-menu {
		top: -50px;
		z-index: 1000
	}

	.header__logo {
		margin-bottom: 40px
	}

	.header-logo-zamena {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.header-logo-zamena .header__phone {
		margin-bottom: 15px
	}

	.footer-descr2 {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
		text-align: center;
		letter-spacing: 0.05em;
		margin-bottom: 31px
	}

	.footer-descr3 {
		font-weight: 400;
		font-size: 14px;
		line-height: 170%;
		text-align: center;
		letter-spacing: 0.03em;
		margin-bottom: 27px
	}

	.footer-descr4 {
		font-weight: 400;
		font-size: 14px;
		line-height: 170%;
		text-align: center;
		letter-spacing: 0.03em
	}

	.footer-top {
		margin-bottom: 83px
	}

	.result-specflex .result-svg2 {
		min-width: 27px;
		height: 32px
	}

	.fb-for-slide .swiper-slide:not(:last-child) {
		margin-right: 0
	}

	.fb-for-slide .swiper-slide1 {
		margin-left: 0
	}

	.result-modal {
		width: 100%;
		left: 0;
		min-height: max-content;
		max-height: max-content
	}

	#modal3 {
		top: -73px
	}

	.closeb {
		display: none
	}

	.header__list-mob {
		flex-direction: column;
		align-items: center
	}

	.header__item {
		margin-right: 0;
		margin-bottom: 50px
	}

	.hero .header__phone {
		margin-top: 15px;
		margin-right: 0;
		text-align: center;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 45px
	}

	.header__right-mob {
		justify-content: center;
		margin-bottom: 57px
	}

	.header__icon svg {
		width: 100%;
		height: 100%
	}

	.header__icon {
		width: 28px;
		height: 28px
	}

	.hero__descr-right-menu {
		line-height: 30px
	}

	.hero__bot-link {
		display: flex;
		justify-content: center
	}

	.burger-menu {
		position: absolute;
		display: none;
		flex-direction: column;
		justify-content: center;
		z-index: 1000;
		background-color: #FFF;
		left: 0;
		padding: 15px;
		align-items: center;
		width: 100%
	}

	.hero__container {
		position: relative
	}

	.quest__container {
		padding-top: 161px
	}

	.quest {
		margin-bottom: 134px
	}

	.mains {
		background: rgba(48, 48, 48, 0.5)
	}

	.container {
		overflow: visible
	}

	.technology-fon {
		display: none
	}

	.technology-for-swiper {
		overflow: hidden
	}

	.header__container .header__logo {
		display: none
	}

	.technology-for-swiper .swiper {
		overflow: visible
	}

	.quest__container {
		padding-top: 122px
	}

	.quest {
		margin-bottom: 165px
	}

	.aboutus__block-center-descr {
		font-family: 'Impact';
		font-style: normal;
		font-weight: 400;
		font-size: 13px;
		line-height: 15px
	}

	.burger-menu {
		top: 0
	}
}

.quest-data-spec {
	padding: 4px 17px;
	outline: none;
	border: 1px solid #BDBDBD;
	border-radius: 3px
}

.page-article .custom {
	display: none
}

.unique-video {
	transition: .2s ease-in-out
}

.unique-video:hover {
	transform: scale(1.03)
}

.your-class::-webkit-input-placeholder {
	color: #FA1919
}

.quest-time select {
	pointer-events: none !important;
	color: #303030 !important;
	cursor: default: !important;
	text-decoration: none !important
}

.fb-for-slide .swiper-button-next,
.fb-for-slide .swiper-button-prev {
	top: 46.5%;
	height: 522px
}

.header__phone {
	font-size: 20px
}

.hero__bot-link {
	max-width: 265px
}

.hero__bot-btn {
	max-width: 265px
}

.hero__bot-link:hover {
	max-width: 280px
}

.hero__bot-btn:hover {
	max-width: 280px
}

.get-consultation {
	max-width: 265px
}

.get-consultation:hover {
	max-width: 280px
}

.header-fon {
	z-index: 0
}

.burger-menu {
	z-index: 1000
}

.pull-left {
	display: none !important
}

@font-face {
	font-family: 'Impact';
	src: url('/_mod_files/_css/impactregular.woff?v=1') format('woff'), url('/_mod_files/_css/impactregular.ttf?v=1') format('truetype');
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
	touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

.header__right .header__tg {
	font-family: 'Impact', sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 105px
}

.header__right-mob .header__tg {
	font-family: 'Impact', sans-serif;
	width: 110px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	margin: 0
}

.footer__icon.footer__tg {
	font-family: 'Impact', sans-serif;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 115px;
	color: #fff;
	white-space: nowrap
}

.footer__icon.footer__tg:hover,
.header__right .header__tg:hover,
.header__right-mob .header__tg:hover {
	color: #d7bf6b;
	transition: color 0.2s linear
}

.quest-fon {
	width: 470px
}

.aboutus {
	z-index: 1;
	position: relative
}

.btn_gfa {
	width: 100%;
	display: block;
	border: solid 2px #d7bf6b;
	text-align: center;
	padding: 7px 10px 10px;
	border-radius: 5px
}

.aboutus-flex-spec {
	margin: 50px 0 0
}

.aboutus-flex-spec svg {
	margin: 0;
	width: 14px;
	height: 12px
}

.dn {
	display: none !important
}

.hystmodal__opened {
	position: fixed;
	right: 0;
	left: 0;
	overflow: hidden
}

.hystmodal__shadow {
	position: fixed;
	border: none;
	display: block;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	z-index: 98;
	opacity: 0;
	transition: opacity 0.15s ease;
	background-color: #1b1b1b
}

.hystmodal__shadow--show {
	pointer-events: auto;
	opacity: 0.99
}

.hystmodal {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 1vw auto;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	pointer-events: none;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	z-index: 99;
	visibility: hidden
}

.hystmodal--active {
	opacity: 1
}

.hystmodal--moved,
.hystmodal--active {
	pointer-events: auto;
	visibility: visible
}

.hystmodal__wrap {
	flex-shrink: 0;
	flex-grow: 0;
	width: 100%;
	min-height: 100%;
	margin: auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center
}

.hystmodal__window {
	border-radius: 13px;
	margin: 0;
	padding: 20px;
	box-sizing: border-box;
	flex-shrink: 0;
	flex-grow: 0;
	background: #fff;
	width: 75vw;
	max-width: 100%;
	overflow: visible;
	transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
	transform: scale(0.9);
	opacity: 0;
	display: flex;
	flex-direction: column
}

.hystmodal--active .hystmodal__window {
	transform: scale(1);
	opacity: 1
}

.hystmodal__close {
	position: absolute;
	z-index: 10;
	top: 0;
	right: -40px;
	display: block;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	border: none;
	font-size: 0;
	cursor: pointer;
	outline: none
}

.hystmodal__close:focus {
	outline: 2px dotted #afb3b9;
	outline-offset: 2px
}

@media all and (max-width:767px) {
	.hystmodal__close {
		top: 10px;
		right: 10px;
		width: 24px;
		height: 24px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23111' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")
	}

	.hystmodal__window {
		margin: 0
	}
}

@keyframes button {
	from {
		background-position-x: -250px
	}

	to {
		background-position-x: calc(100% + 1950px)
	}
}

#form_phone>*,
#form_messege>* {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}