@font-face {
	font-family: 'Noteworthy';
	font-style: normal;
	font-weight: normal;
	src: local("Noteworthy Light"), url("Noteworthy-Lt.woff") format("woff")
}

body {
	font-family: "Inter", sans-serif;
	color: #000000;
	overflow-x: hidden;
	position: relative
}

body header,
body section,
body footer {
	overflow: hidden
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: -o-crisp-edges;
	image-rendering: -moz-crisp-edges
}

section {
	padding: 90px 0
}

section h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	margin-bottom: 50px
}

section .subtitle {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center
}

a {
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	text-decoration: none
}

a:hover {
	opacity: 0.8
}

button.start-page__button.button.is-primary.is-blicked.has-light-shadow {
	background: -webkit-gradient(linear, left top, right top, from(#FEBA00), color-stop(52.11%, #FED500), color-stop(98.44%, #FDBC00));
	background: -webkit-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: -o-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: linear-gradient(90deg, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%)
}

.btn {
	max-width: 234px;
	background: -webkit-gradient(linear, left top, right top, from(#FEBA00), color-stop(52.11%, #FED500), color-stop(98.44%, #FDBC00));
	background: -webkit-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: -o-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: linear-gradient(90deg, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	padding: 15px;
	-webkit-box-shadow: 0px 5px 5px #FAA100;
	box-shadow: 0px 5px 5px #FAA100
}

.btn:disabled {
	pointer-events: auto
}

.btn span {
	vertical-align: middle;
	margin-right: 8px;
	font-weight: 700;
	color: #ffffff;
	font-size: 16px;
	line-height: 28px
}

.btn__main {
	/* background: -webkit-gradient(linear, left top, right top, from(#FEBA00), color-stop(52.11%, #FED500), color-stop(98.44%, #FDBC00));
	background: -webkit-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: -o-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: linear-gradient(90deg, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%); */
	/* 05092022 background: #7C1010; */
        /* background: #900020; */
           background: #b51717;
	/* -webkit-box-shadow: 0px 5px 5px #FAA100;
	box-shadow: 0px 5px 5px #FAA100; */

	-webkit-box-shadow: 0px 5px 5px #000000;
	box-shadow: 0px 5px 5px #000000;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 22px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	cursor: pointer;
	position: relative;
	outline: none;
	border: none;
	display: block;
	overflow-x: hidden;
	z-index: 0;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	/* color: #000000; */
	color: #ffffff;
}

.btn__main:hover {
	opacity: 0.8
}

.btn__main:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: -webkit-gradient(linear, left top, right top, from(#FEBA00), color-stop(52.11%, #FED500), color-stop(98.44%, #FDBC00));
	background: -webkit-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: -o-linear-gradient(left, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%);
	background: linear-gradient(90deg, #FEBA00 0%, #FED500 52.11%, #FDBC00 98.44%); */
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-border-radius: 100px;
	border-radius: 100px
}

.btn__main:after {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
	-webkit-animation: flareAnimation;
	animation: flareAnimation;
	left: -300%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.7)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7));
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.7));
	-webkit-animation: flareAnimation 7s infinite linear;
	animation: flareAnimation 7s infinite linear
}

.btn__blue {
	background: #120A8F;
	-webkit-box-shadow: 0px 5px 5px rgba(18, 10, 143, 0.2);
	box-shadow: 0px 5px 5px rgba(18, 10, 143, 0.2);
	color: #ffffff
}

.btn__blue:before {
	background: #120A8F;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17);
	-webkit-filter: blur(20px);
	filter: blur(20px)
}

.btn__quiz {
	z-index: 9999;
	position: fixed;
	bottom: 2%;
	left: 2%;
	padding: 10px 15px
}

.btn__quiz:after {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.btn__quiz span {
	display: block;
	font-weight: 700
}

.btn__quiz span:first-child {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 5px
}

.btn__quiz span:last-child {
	font-size: 14px;
	line-height: 16px
}

.whatsapp__btn {
	background-color: #57d163;
	position: fixed;
	bottom: 2%;
	right: 2%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	z-index: 9999;
	cursor: pointer;
	background-image: url(../img/whattel201.png);
	background-position: center center;
	-webkit-background-size: contain;
	background-size: contain
}

.whatsapp__btn a {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none
}

.whatsapp__btn a:first-of-type {
	top: -120px;
	width: 50px;
	height: 50px;
	padding: 10px 12px 10px 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #148ed4
}

.whatsapp__btn a:first-of-type img {
	-webkit-filter: invert(100%) sepia(11%) saturate(7461%) hue-rotate(292deg) brightness(109%) contrast(100%);
	filter: invert(100%) sepia(11%) saturate(7461%) hue-rotate(292deg) brightness(109%) contrast(100%)
}

.whatsapp__btn a:last-of-type {
	top: -60px;
	width: 50px;
	height: 50px;
	padding: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #57d163
}

.whatsapp__btn.active a {
	display: block
}

.sale {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 11px 20px;
	position: relative;
	z-index: 0;
	background: #FFFFFF
}

.sale:after {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	z-index: -1;
	background: #ffffff;
	-webkit-filter: drop-shadow(-7px -7px 13px rgba(255, 255, 255, 0.3)) drop-shadow(7px 7px 12px rgba(0, 0, 0, 0.17));
	filter: drop-shadow(-7px -7px 13px rgba(255, 255, 255, 0.3)) drop-shadow(7px 7px 12px rgba(0, 0, 0, 0.17));
	-webkit-box-shadow: inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: inset 6px 6px 15px rgba(0, 0, 0, 0.15)
}

.sale:before {
	content: '';
	top: -3px;
	left: -3px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	z-index: -2;
	width: -webkit-calc(100% + 6px);
	width: calc(100% + 6px);
	height: -webkit-calc(100% + 6px);
	height: calc(100% + 6px);
	background-image: url(../img/gold.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}

.sale__text {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin-right: 10px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center
}

.sale__text span {
	color: #7C1010;
	display: block
}

.sale__text span small {
	font-size: 1em
}

.header {
	padding: 5px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px;
	background: #ffffff
}

.header__logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo img {
	height: 59px
}

.header__logo span {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 20px;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 20px
}

.header .btn__main {
	margin-left: auto;
	padding: 10px 20px
}

.header__flag {
	width: 20px;
}
.header__phone {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 42px;
	color: #120A8F;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.banner {
	padding-top: 60px;
	background: #DFECFC;
	position: relative;
	overflow: hidden
}

.banner h1 {
	font-weight: 900;
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 60px
}

.banner h1 span {
	font-weight: 900;
	background-image: url(../img/gold.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}

.banner__pc {
	position: relative;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	margin-left: -10px
}

.banner__pc .banner__pc__btn {
	position: absolute;
	right: 12%;
	bottom: 12%;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	color: #FEBA00;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic
}

.banner__pc .banner__pc__btn:after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.banner__pc__img_start {
	cursor: pointer;
	position: absolute;
	top: 4%;
	left: 10%;
	width: 79%;
	height: 87%
}

.banner__pc__img.active {
	position: relative;
	z-index: 0
}

.banner__pc__img.active .banner__pc__img_start {
	cursor: auto;
	background: #000000;
	z-index: 1
}

.banner__pc__img.active video {
	display: block;
	position: absolute;
	top: 8%;
	left: 10.5%;
	width: 78.25%;
	z-index: 2
}

.banner__pc__img.active img {
	z-index: 0
}

.banner__pc__img video {
	display: none
}

.banner__pc .banner__arrow {
	position: absolute;
	top: -110px;
	right: -60px
}

.banner__pc__social {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.banner__pc__social a {
	display: block;
	width: 51px;
	text-align: center
}

.banner__pc__social a:first-child {
	margin-bottom: 15px
}

.banner__pc__social a:first-child img {
	-webkit-filter: invert(15%) sepia(31%) saturate(6716%) hue-rotate(229deg) brightness(85%) contrast(112%);
	filter: invert(15%) sepia(31%) saturate(6716%) hue-rotate(229deg) brightness(85%) contrast(112%)
}

.banner__figure {
	position: relative
}

.banner__figure:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../img/banner_figur.png);
	background-position: center center;
	height: 100%;
	width: 50px;
	background-repeat: no-repeat
}

.banner__info {
	color: #0D6E81;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 30px;
	position: relative
}

.banner__info:last-child {
	margin-bottom: 0;
	padding-top: 30px
}

.banner__info img {
	display: inline-block;
	margin-left: 20px;
	margin-right: auto;
	vertical-align: text-bottom
}

.banner__info span {
	font-size: 48px;
	line-height: 58px
}

.banner__man {
	position: relative
}

.banner__man span {
	position: absolute;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	-ms-transform: rotate(-90deg) translateY(-50%);
	transform: rotate(-90deg) translateY(-50%);
	left: -45%;
	top: 50%;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #0D6E81
}

.banner__man img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 60px
}

.banner form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	margin-top: 10px;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px
}

.banner form input,
.banner form button,
.banner form .sale {
	width: 25%
}

.banner form input {
	background: #FFFFFF;
	border: 6px solid #120A8F;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px 25px;
	font-size: 18px;
	line-height: 22px;
	color: #000000
}

.banner form .btn__main:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.requirement {
	background-image: url(../img/requirement__bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative
}

.requirement .btn__main:after {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.requirement h2 {
	margin-bottom: 15px
}

.requirement .subtitle {
	margin-bottom: 15px;
	opacity: 0.8
}

.requirement__form__checkbox__count {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	opacity: 0.8;
	margin: 15px 0
}

.requirement form {
	margin-bottom: 0
}

.requirement form label {
	display: block;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.requirement form label span:nth-child(2) {
	width: 42px;
	height: 42px;
	border: 3px solid #120A8F;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	position: relative
}

.requirement form label span:last-child {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	opacity: 0.5;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.requirement form label input {
	display: none
}

.requirement form label input:checked+span:nth-child(2) {
	border: none;
	background-image: url(../img/requirement__arrow.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.requirement form label input:checked+span:nth-child(2)+span {
	opacity: 1;
	font-weight: 600
}

.requirement form input {
	padding: 30px 60px;
	background: #FFFFFF;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	border: none;
	outline: none;
	margin-bottom: 30px;
	width: 100%
}

.requirement form .btn__main {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	width: 100%;
	text-align: center;
	margin-bottom: 35px
}

.requirement form small {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	opacity: 0.6
}

.direction__text {
	width: 298px;
	height: 298px;
	background-image: url(../img/direction__text__main.png);
	background-position: center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto
}

.direction__text span {
	position: absolute;
	display: block;
	height: 45%;
	padding-top: 20px;
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	background: rgba(18, 10, 143, 0.79);
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #ffffff
}

.direction__main {
	text-align: center;
	padding-bottom: 100px;
	position: relative;
	margin-top: -40px
}

.direction__main img {
	margin: 0 auto
}

.direction__main span {
	position: absolute;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: left
}

.direction__main span:nth-child(3) {
	top: 110px;
	left: 0
}

.direction__main span:nth-child(4) {
	top: 300px;
	left: 150px
}

.direction__main span:nth-child(5) {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.direction__main span:nth-child(6) {
	top: 290px;
	right: 150px
}

.direction__main span:nth-child(7) {
	top: 130px;
	right: 0
}

.methodical {
	background: -webkit-radial-gradient(74.98% 201.24% at 74.98% 41.27%, #fff 0%, rgba(212, 212, 212, 0.5) 50%, rgba(212, 212, 212, 0) 100%);
	background: -o-radial-gradient(74.98% 201.24% at 74.98% 41.27%, #fff 0%, rgba(212, 212, 212, 0.5) 50%, rgba(212, 212, 212, 0) 100%);
	background: radial-gradient(74.98% 201.24% at 74.98% 41.27%, #fff 0%, rgba(212, 212, 212, 0.5) 50%, rgba(212, 212, 212, 0) 100%);
	position: relative
}

.methodical .btn__main:after {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.methodical__design {
	position: absolute;
	top: 75px;
	right: 15px
}

.methodical .subtitle {
	margin-bottom: 20px;
	text-align: left
}

.methodical small {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 60px;
	display: block
}

.methodical form {
	margin: 0
}

.methodical form input {
	background: #FFFFFF;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px 60px;
	border: none;
	outline: none;
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px
}

.methodical form input:last-of-type {
	margin-bottom: 0
}

.methodical form .btn__main {
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	width: 100%;
	margin-top: 40px
}

.cost h2 {
	margin-bottom: 50px
}

.cost .subtitle {
	font-weight: 500;
	margin-bottom: 50px
}

.cost small {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	display: block
}

.cost .col-lg-3 {
	margin-top: 60px
}

.cost__block {
	padding: 40px 20px 30px 20px;
	text-align: center;
	background: rgba(18, 10, 143, 0.07);
	border: 6px solid #120A8F;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: 100%
}

.cost__block__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin: 25px 0
}

.cost__block__price {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px
}

.cost .sale__block {
	max-width: 760px;
	width: 100%;
	padding: 30px 10px 70px 10px;
	text-align: center;
	margin: 80px auto 0 auto;
	position: relative;
	z-index: 0;
	background: #ffffff;
	margin-bottom: 61px
}

.cost .sale__block:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-image: url(../img/gold.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2
}

.cost .sale__block:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: -1
}

.cost .sale__block span {
	display: block
}

.cost .sale__block span:first-child {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px
}

.cost .sale__block span:last-of-type {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #7C1010
}

.cost .sale__block span:last-of-type small {
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #7C1010;
	display: inline-block
}

.cost .sale__block__img {
	position: absolute;
	bottom: -123px;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0
}

.cost .sale__block__img:before {
	content: '';
	position: absolute;
	top: 0;
	left: -30px;
	height: 100%;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	background: #ffffff;
	z-index: -1
}

.quiz__block {
	background: rgba(230, 238, 247, 0.42)
}

.quiz__block .btn__main:after {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s
}

.quiz__block .subtitle {
	font-weight: 500;
	margin-bottom: 50px
}

.quiz__block .btn__main {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	padding: 20px 55px;
	margin: 0 auto
}

.quiz__block .quiz__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin: 50px 0;
	text-align: center
}

.quiz__block .quiz__bonus {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.quiz__block .quiz__bonus__block {
	background: -webkit-linear-gradient(1.93deg, #fff 1.3%, rgba(18, 10, 143, 0.33) 101.83%);
	background: -o-linear-gradient(1.93deg, #fff 1.3%, rgba(18, 10, 143, 0.33) 101.83%);
	background: linear-gradient(88.07deg, #fff 1.3%, rgba(18, 10, 143, 0.33) 101.83%);
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 20px 25px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 260px;
	cursor: no-drop;
	position: relative
}

.quiz__block .quiz__bonus__block:before {
	content: '';
	top: 10px;
	right: 20px;
	width: 20px;
	height: 24px;
	position: absolute;
	background-image: url(../img/locked.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.quiz__block .quiz__bonus__block span {
	margin-left: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px
}

.quiz__block .quiz__bonus__block:first-child {
	margin-right: 50px
}

.quiz__block .quiz__bonus__block:first-child span {
	margin-left: 15px
}

.founder {
	padding-bottom: 0;
	position: relative
}

.founder__design {
	position: absolute;
	left: 25px;
	top: 175px
}

.founder h2 {
	margin-bottom: 70px
}

.founder__img {
	margin: 0 -40px;
	width: -webkit-calc(100% + 80px);
	width: calc(100% + 80px)
}

.founder__text {
	padding: 45px 30px;
	position: relative;
	margin-bottom: 90px;
	z-index: 0
}

.founder__text:before {
	content: '';
	top: 0;
	position: absolute;
	left: -22%;
	width: 120%;
	height: 100%;
	background-image: url(../img/founder__text.svg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1
}

.founder__text p {
	font-family: 'Noteworthy';
	font-size: 18px;
	line-height: 27px;
	color: #050055;
	margin-bottom: 20px
}

.founder__text p:last-of-type {
	margin-bottom: 0
}

.founder__text small {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0 0 0;
	display: block
}

.founder__text a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: none;
	color: #000000
}

.founder__text a span {
	margin-left: 10px;
	display: block
}

.founder__text a img {
	width: 40px;
	height: 40px
}

.person {
	background: #FFF5FF;
	position: relative
}

.person:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	height: 1px;
	width: 100%;
	background-image: url(../img/founder__line.png);
	background-position: center center;
	background-repeat: no-repeat
}

.person:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background-image: url(../img/founder__line.png);
	background-position: center center;
	background-repeat: no-repeat
}

.person h2 {
	margin-bottom: 20px
}

.person .subtitle {
	margin-top: 20px;
	font-weight: 500
}

.working {
	background: #F4F8FC
}

.working .subtitle {
	margin-bottom: 70px
}

.working .col-12 {
	margin-bottom: 10px;
	--elem-width: 60px
}

.working .col-12.position-relative {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px)
}

.working .col-12:nth-child(2n-1) .working__block:before {
	-webkit-transform: rotate3d(0, 1, 0, 180deg);
	transform: rotate3d(0, 1, 0, 180deg)
}

.working .col-12:first-child,
.working .col-12:last-child {
	margin-bottom: 0
}

.working .col-12 .working__block {
	padding: 5px 10px;
	background: #5D58A3;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 80px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.working .col-12 .working__block:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 90px;
	background-image: url(../img/working__arrow.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.working .col-12 .working__block span {
	font-size: 36px;
	line-height: 32px;
	color: #9CEAF9
}

.working .col-12 img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -100px
}

.working .col-12:nth-child(2) .working__block {
	width: 100%
}

.working .col-12:nth-child(2) .working__block:before {
	right: -30px
}

.working .col-12:nth-child(3) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 1);
	width: calc(100% - var(--elem-width) * 1)
}

.working .col-12:nth-child(3) .working__block:before {
	left: 0
}

.working .col-12:nth-child(4) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 2);
	width: calc(100% - var(--elem-width) * 2)
}

.working .col-12:nth-child(4) .working__block:before {
	right: 30px
}

.working .col-12:nth-child(5) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 3);
	width: calc(100% - var(--elem-width) * 3)
}

.working .col-12:nth-child(5) .working__block:before {
	left: 60px
}

.working .col-12:nth-child(6) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 4);
	width: calc(100% - var(--elem-width) * 4)
}

.working .col-12:nth-child(6) .working__block:before {
	right: 90px
}

.working .col-12:nth-child(7) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 5);
	width: calc(100% - var(--elem-width) * 5)
}

.working .col-12:nth-child(7) .working__block:before {
	left: 120px
}

.working .col-12:nth-child(8) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 6);
	width: calc(100% - var(--elem-width) * 6)
}

.working .col-12:nth-child(8) .working__block:before {
	right: 150px
}

.working .col-12:nth-child(9) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 7);
	width: calc(100% - var(--elem-width) * 7)
}

.working .col-12:nth-child(9) .working__block:before {
	left: 180px
}

.working .col-12:nth-child(10) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 8);
	width: calc(100% - var(--elem-width) * 8)
}

.working .col-12:nth-child(10) .working__block:before {
	right: 210px
}

.working .col-12:nth-child(11) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 9);
	width: calc(100% - var(--elem-width) * 9)
}

.working .col-12:nth-child(11) .working__block:before {
	left: 240px
}

.working .col-12:nth-child(12) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 10);
	width: calc(100% - var(--elem-width) * 10)
}

.working .col-12:nth-child(12) .working__block:before {
	right: 270px
}

.working .col-12:nth-child(13) .working__block {
	width: -webkit-calc(100% - var(--elem-width) * 11);
	width: calc(100% - var(--elem-width) * 11)
}

.working .col-12:nth-child(13) .working__block:before {
	display: none
}

.warranty h2 {
	margin-bottom: 60px
}

.warranty__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	margin-bottom: 60px
}

.warranty__block {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	height: 175px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 29px;
	background: rgba(18, 10, 143, 0.07);
	border: 1px solid #C4C4C4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 20px;
	border-radius: 20px
}

.warranty__block span {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	display: block;
	margin-left: 20px;
	text-align: center
}

.warranty__img {
	text-align: center
}

.consultation {
	background: #E6EEF7;
	position: relative
}

.consultation .btn__main:after {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s
}

.consultation__top {
	top: 0;
	left: 0;
	position: absolute
}

.consultation__bottom {
	bottom: 0;
	right: 0;
	position: absolute
}

.consultation h2 {
	margin-bottom: 30px
}

.consultation__img {
	text-align: center
}

.consultation .subtitle {
	margin-bottom: 20px
}

.consultation form {
	margin: 0
}

.consultation form input {
	background: #FFFFFF;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px 60px;
	border: none;
	outline: none;
	width: 100%;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px
}

.consultation form input:last-of-type {
	margin-bottom: 0
}

.consultation form .btn__main {
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	width: 100%;
	margin-top: 40px
}

.steps {
	position: relative
}

.steps:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	height: 1px;
	width: 100%;
	background-image: url(../img/founder__line.png);
	background-position: center center;
	background-repeat: no-repeat
}

.steps__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.steps__block {
	width: 240px;
	height: 240px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #FFFFFF;
	border: 12px solid #120A8F;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	padding: 31px 7px 0 16px;
	position: relative
}

.steps__block:before {
	content: '';
	position: absolute;
	width: 60px;
	height: 90px;
	background-image: url(../img/working__arrow.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.steps__block span {
	font-weight: 600;
	font-size: 48px;
	line-height: 58px;
	color: #0D6E81;
	display: block;
	text-align: center;
	letter-spacing: -0.015em
}

.steps__block span small {
	font-size: 24px;
	line-height: 29px
}

.steps__block ul {
	margin: 0;
	padding: 0
}

.steps__block ul li {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	padding-left: 39px;
	margin-bottom: 5px
}

.steps__block ul li:last-child {
	margin-bottom: 0
}

.steps__block ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 19px;
	background-image: url(../img/arrow.png);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.steps__block:last-child {
	width: 506px;
	height: 345px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	margin: 24px 0;
	background-image: url(../img/steps__finish.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 0;
	position: relative
}

.steps__block:last-child span {
	color: #120A8F
}

.steps__block__finish {
	background: #FFFFFF;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 20px 20px 15px 15px;
	border-radius: 20px 20px 15px 15px;
	padding: 10px 30px 40px 35px;
	position: absolute;
	bottom: 0;
	left: 0
}

.example {
	position: relative;
	padding-top: 180px
}

.example__design {
	position: absolute;
	top: 90px;
	left: -50px
}

.example h2 {
	margin-bottom: 110px
}

.example__block {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
	position: relative
}

.example__block:before {
	content: '';
	position: absolute;
	width: 100vw;
	height: -webkit-calc(100% + 2px);
	height: calc(100% + 2px);
	top: -1px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: -2;
	background-image: url(../img/gold.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}

.example__block:after {
	content: '';
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	z-index: -1;
	background: #ffffff
}

.example__block:first-of-type {
	margin-bottom: 230px;
	padding: 40px 40px 70px 0
}

.example__block:first-of-type:before {
	right: -1px
}

.example__block:first-of-type:after {
	right: 0
}

.example__block:first-of-type img {
	float: left;
	margin-right: 40px;
	margin-left: -220px;
	margin-bottom: 15px
}

.example__block:last-of-type {
	padding: 20px 0px 70px 25px
}

.example__block:last-of-type:before {
	left: -1px
}

.example__block:last-of-type:after {
	left: 0
}

.example__block:last-of-type img {
	float: right;
	margin-left: 10px;
	margin-right: -150px
}

.example__block p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 20px
}

.example__block p:last-of-type {
	margin-bottom: 0
}

.example__block p span {
	color: #120A8F;
	font-weight: 700
}

.example__title {
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 38px;
	line-height: 46px;
	color: #0D6E81
}

.example__design2 {
	position: absolute;
	top: -175px;
	right: 0
}

.map {
	background-image: url(../img/maps.png);
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat
}

.map .btn__main:after {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.map__block {
	padding: 40px 50px;
	background: #FFFFFF;
	border: 4px solid #120A8F;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.map__block h2 {
	text-align: left;
	margin-bottom: 30px
}

.map__block p {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 35px
}

.map__block p:last-of-type {
	margin-bottom: 0
}

.map__block p a {
	display: block;
	color: #000000;
	text-decoration: none
}

.map__block .subtitle {
	text-align: left;
	margin-bottom: 45px
}

.map__block .subtitle a {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.map__block .subtitle span {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	display: block
}

.map__block .btn__main {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	padding: 30px 0;
	margin-top: 50px;
	text-align: center;
	width: 100%
}

.footer {
	padding: 10px 0;
	margin-bottom: -webkit-calc(2% + 53px);
	margin-bottom: calc(2% + 53px)
}

.footer .btn__main:after {
	-webkit-animation-delay: 3.2s;
	animation-delay: 3.2s
}

.footer__logo {
	text-align: center;
	display: block
}

.footer__logo img {
	width: 110px
}

.footer__logo span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.045em;
	margin-top: 10px
}

.footer .btn__main {
	margin-left: auto
}

.footer__mail {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #120A8F;
	text-decoration: none;
	margin-top: 35px;
	display: block
}

.footer__phone {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 33px;
	color: #120A8F;
	margin-bottom: 20px;
	text-decoration: none
}

.popup__call {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99999;
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	display: none
}

.popup__call__close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 16px;
	height: 16px;
	cursor: pointer
}

.popup__call__close svg path {
	fill: #999999
}

.popup__call__block {
	max-width: 470px;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ffffff;
	padding: 30px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center
}

.popup__call__block h2 {
	margin-bottom: 30px
}

.popup__call__block form {
	margin: 0
}

.popup__call__block form input {
	width: 100%;
	background: #FFFFFF;
	-webkit-box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	box-shadow: -7px -7px 13px rgba(255, 255, 255, 0.3), 7px 7px 12px rgba(0, 0, 0, 0.17), inset 6px 6px 15px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 30px 60px;
	border: none;
	outline: none;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px
}

.popup__call__block form input:last-of-type {
	margin-bottom: 0
}

.popup__call__block form .btn__main {
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	width: 100%;
	margin-top: 40px
}

.thank {
	background-image: url(../img/thx_bg-1.jpeg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 50px 0;
	text-align: center;
	position: relative
}

.thank img {
	margin: -80px auto -150px auto
}

.thank h2 {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.thank .subtitle {
	z-index: 1;
	position: relative
}

.thank .btns {
	position: relative;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content
}

.thank .return {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -200px;
	text-decoration: underline;
	color: #FAA100
}

.thank+.footer {
	margin-bottom: 0
}

.header+.quiz__block {
	min-height: -webkit-calc(100vh - 222px);
	min-height: calc(100vh - 222px)
}

.header+.quiz__block .quiz__bonus__block:hover {
	cursor: pointer
}

.header+.quiz__block .quiz__bonus__block:before {
	display: none
}

.header+.quiz__block+.footer {
	margin-bottom: 0
}

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

@media (max-width: 1200px) {
	.consultation__top {
		width: 200px
	}

	.banner__pc__img_start {
		width: 81%
	}

	.banner__pc__img.active video {
		width: 80%
	}
}

@media (min-width: 992px) {
	.steps__block:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.steps__block:nth-child(1):before {
		right: -65px;
		top: -30px;
		-webkit-transform: rotateZ(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotateZ(-90deg)
	}

	.steps__block:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.steps__block:nth-child(2):before {
		right: -65px;
		bottom: -30px;
		-webkit-transform: rotateY(180deg) rotateZ(90deg);
		transform: rotateY(180deg) rotateZ(90deg)
	}

	.steps__block:nth-child(3) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.steps__block:nth-child(3):before {
		right: -65px;
		top: -30px;
		-webkit-transform: rotateZ(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotateZ(-90deg)
	}

	.steps__block:nth-child(4) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.steps__block:nth-child(4):before {
		left: -20px;
		bottom: -90px;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	.steps__block:nth-child(5) {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.steps__block:nth-child(5):before {
		right: 0px;
		bottom: -90px
	}

	.steps__block:nth-child(6) {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.steps__block:nth-child(6):before {
		left: -65px;
		top: -30px;
		-webkit-transform: rotateZ(90deg) rotateY(180deg);
		transform: rotateZ(90deg) rotateY(180deg)
	}

	.steps__block:nth-child(7) {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.steps__block:nth-child(7):before {
		left: -65px;
		bottom: -30px;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg)
	}

	.steps__block:nth-child(8) {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.steps__block:nth-child(8):before {
		left: -65px;
		top: -30px;
		-webkit-transform: rotateZ(90deg) rotateY(180deg);
		transform: rotateZ(90deg) rotateY(180deg)
	}

	.steps__block:nth-child(9) {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.steps__block:nth-child(9):before {
		left: -20px;
		top: -100px;
		-webkit-transform: rotateZ(180deg);
		-ms-transform: rotate(180deg);
		transform: rotateZ(180deg)
	}

	.steps__block:nth-child(10) {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.steps__block:nth-child(10):before {
		width: 80px;
		height: 130px;
		right: -45px;
		top: -130px;
		-webkit-transform: rotateZ(240deg);
		-ms-transform: rotate(240deg);
		transform: rotateZ(240deg)
	}

	.steps__block:nth-child(11) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.steps__block:nth-child(11):before {
		display: none
	}
}

@media (max-width: 1200px) and (min-width: 992px) {
	.steps__block {
		width: 234px;
		height: 234px
	}

	.steps__block:nth-child(1):before {
		right: -40px;
		top: -60px
	}

	.steps__block:nth-child(2):before {
		right: -45px;
		bottom: -50px
	}

	.steps__block:nth-child(3):before {
		right: -40px;
		top: -60px
	}

	.steps__block:nth-child(4):before {
		left: -20px;
		bottom: -90px
	}

	.steps__block:nth-child(5):before {
		right: 0px;
		bottom: -90px
	}

	.steps__block:nth-child(6):before {
		left: -45px;
		top: -50px
	}

	.steps__block:nth-child(7):before {
		left: -45px;
		bottom: -50px
	}

	.steps__block:nth-child(8):before {
		left: -45px;
		top: -50px
	}

	.steps__block:nth-child(9):before {
		left: -20px;
		top: -100px
	}

	.steps__block:nth-child(10):before {
		right: 0;
		top: -130px
	}

	.steps__block:nth-child(11) {
		width: 460px
	}
}

@media (max-width: 992px) {
	.header {
		position: relative;
		padding: 5px 0 10px 0
	}

	.banner h1 {
		margin-bottom: 50px
	}

	.banner__pc {
		margin: 0 0 20px 0;
		text-align: center;
		width: 100%
	}

	.banner__pc .banner__pc__btn {
		right: 15.5%
	}

	.banner__pc .banner__arrow {
		right: 0
	}

	.banner__pc__img {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto
	}

	.banner__figure:before {
		-webkit-background-size: contain;
		background-size: contain;
		right: -50px
	}

	.banner__info img {
		display: none
	}

	.banner__man {
		height: 100%
	}

	.banner__man span {
		left: -28%
	}

	.banner__man img {
		height: 100%;
		left: 80px
	}

	.banner form {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}

	.banner form input,
	.banner form button,
	.banner form .sale {
		width: -webkit-calc(50% - 25px);
		width: calc(50% - 25px)
	}

	.banner form input {
		margin-bottom: 30px
	}

	.banner form button {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.banner form .sale {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.requirement {
		background-image: url(../img/requirement__bg__mobile.png);
		background-position: left center
	}

	.requirement:before {
		width: 100%;
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		background: rgba(18, 10, 143, 0.55);
		opacity: 0.25;
		-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
		-ms-transform: matrix(-1, 0, 0, 1, 0, 0);
		transform: matrix(-1, 0, 0, 1, 0, 0)
	}

	.direction__main span:nth-child(3) {
		top: -90px
	}

	.direction__main span:nth-child(4) {
		top: 280px;
		left: 90px
	}

	.direction__main span:nth-child(6) {
		top: 290px;
		right: 30px
	}

	.direction__main span:nth-child(7) {
		right: 0;
		top: -10px
	}

	.founder {
		position: relative
	}

	.founder__text {
		margin-bottom: 60px;
		padding: 30px 20px
	}

	.founder__img {
		position: absolute;
		bottom: 0;
		left: -10%;
		width: 400px
	}

	.working .col-12 {
		--elem-width: 16px
	}

	.working .col-12.position-relative {
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px)
	}

	.working .col-12 img {
		width: 20px;
		right: -25px
	}

	.working .col-12 .working__block {
		font-size: 12px;
		line-height: 15px;
		min-height: 39px;
		padding: 0
	}

	.working .col-12 .working__block:before {
		width: 25px;
		height: 45px
	}

	.working .col-12 .working__block span {
		font-size: 18px;
		line-height: 22px
	}

	.working .col-12:nth-child(2) .working__block:before {
		right: -5px
	}

	.working .col-12:nth-child(3) .working__block:before {
		left: 5px
	}

	.working .col-12:nth-child(4) .working__block:before {
		right: 12px
	}

	.working .col-12:nth-child(5) .working__block:before {
		left: 20px
	}

	.working .col-12:nth-child(6) .working__block:before {
		right: 28px
	}

	.working .col-12:nth-child(7) .working__block:before {
		left: 36px
	}

	.working .col-12:nth-child(8) .working__block:before {
		right: 44px
	}

	.working .col-12:nth-child(9) .working__block:before {
		left: 52px
	}

	.working .col-12:nth-child(10) .working__block:before {
		right: 60px
	}

	.working .col-12:nth-child(11) .working__block:before {
		left: 68px
	}

	.working .col-12:nth-child(12) .working__block:before {
		right: 76px
	}

	.warranty__wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0
	}

	.warranty__block {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}

	.warranty__block:nth-child(1) {
		margin-right: 20px
	}

	.warranty__block:nth-child(3) {
		margin-top: 20px
	}

	.steps__wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.steps__block {
		margin-bottom: 25px
	}

	.steps__block:nth-child(1) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-right: 60px
	}

	.steps__block:nth-child(1):before {
		top: -30px;
		right: -75px;
		-webkit-transform: rotateZ(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotateZ(-90deg)
	}

	.steps__block:nth-child(2) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.steps__block:nth-child(2):before {
		right: -30px;
		bottom: -75px
	}

	.steps__block:nth-child(3) {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.steps__block:nth-child(3):before {
		left: -75px;
		bottom: -30px;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg)
	}

	.steps__block:nth-child(4) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
		margin-right: 60px
	}

	.steps__block:nth-child(4):before {
		left: -30px;
		bottom: -75px;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	.steps__block:nth-child(5) {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
		margin-right: 60px
	}

	.steps__block:nth-child(5):before {
		right: -75px;
		bottom: -30px;
		-webkit-transform: rotateZ(90deg) rotateX(180deg);
		transform: rotateZ(90deg) rotateX(180deg)
	}

	.steps__block:nth-child(6) {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.steps__block:nth-child(6):before {
		right: -30px;
		bottom: -75px
	}

	.steps__block:nth-child(7) {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.steps__block:nth-child(7):before {
		left: -75px;
		bottom: -30px;
		-webkit-transform: rotateZ(90deg);
		-ms-transform: rotate(90deg);
		transform: rotateZ(90deg)
	}

	.steps__block:nth-child(8) {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
		margin-right: 60px
	}

	.steps__block:nth-child(8):before {
		left: -30px;
		bottom: -75px;
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg)
	}

	.steps__block:nth-child(9) {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
		margin-right: 60px
	}

	.steps__block:nth-child(9):before {
		right: -75px;
		bottom: -30px;
		-webkit-transform: rotateZ(90deg) rotateX(180deg);
		transform: rotateZ(90deg) rotateX(180deg)
	}

	.steps__block:nth-child(10) {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.steps__block:nth-child(10):before {
		right: -30px;
		bottom: -75px
	}

	.steps__block:nth-child(11) {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
		width: 460px
	}

	.steps__block:nth-child(11):before {
		display: none
	}

	.example__design2 {
		right: 0;
		width: auto !important
	}

	.example__block img {
		width: 70%
	}

	.example__block:first-of-type img {
		margin-left: -20%
	}

	.example__block:last-of-type img {
		margin-right: -20%
	}

	.person:before {
		display: none
	}

	.person:after {
		display: none
	}

	.footer {
		padding: 30px 0
	}

	.header+.quiz__block {
		min-height: -webkit-calc(100vh - 300px);
		min-height: calc(100vh - 300px)
	}

	.thank {
		padding: 30px 0;
		min-height: auto
	}

	.thank .btns {
		position: relative
	}

	.thank .btns .btn__main {
		margin: 0 auto
	}

	.thank .return {
		position: relative;
		right: auto;
		top: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		margin: 30px auto 0 auto;
		display: block;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content
	}

	.thank+.footer .footer__phone {
		margin: 20px auto 15px auto
	}

	.thank+.footer .footer__mail {
		margin: 0 auto;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}

	.thank+.footer .footer__logo {
		margin-bottom: 0
	}
}

@media (min-width: 769px) {
	.popup__consul_form form .btn__main {
		font-size: 24px;
		line-height: 30px
	}
}

@media (max-width: 768px) {
	section h2 {
		font-size: 24px;
		line-height: 24px
	}

	section .subtitle {
		font-size: 12px;
		line-height: 15px
	}

	.btn__main {
		padding: 15px;
		font-size: 14px;
		line-height: 17px
	}

	.header {
		padding: 10px 0
	}

	.header__logo {
		display: block;
		text-align: left
	}

	.header__logo img {
		margin-bottom: 6px;
		width: 110px;
		height: auto
	}

	.header__logo span {
		margin: 0;
		font-size: 9px;
		line-height: 11px;
		margin-right: -15px
	}

	.header__phone {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 25px
	}

	.banner h1 {
		font-size: 24px;
		line-height: 29px
	}

	.banner__pc__social {
		z-index: 10
	}

	.banner__pc__social a {
		width: 30px
	}

	.banner__pc__social a:first-child {
		margin-bottom: 10px
	}

	.banner__pc__social a img {
		width: 30px
	}

	.banner__pc .banner__pc__btn {
		right: 10.5%
	}

	.banner__pc .banner__arrow {
		width: 80px;
		top: -85px;
		right: 100px
	}

	.banner__info {
		margin-bottom: 20px
	}

	.banner__info:last-child {
		padding-top: 5px
	}

	.banner__info__text {
		font-size: 14px;
		line-height: 17px
	}

	.banner__info__text span {
		font-size: 24px;
		line-height: 29px
	}

	.banner__man span {
		display: none
	}

	.banner__man img {
		left: 50px
	}

	.banner form input {
		margin-bottom: 25px;
		padding: 10px 20px;
		font-size: 14px;
		line-height: 17px
	}

	.requirement form label span:last-child {
		font-size: 14px;
		line-height: 17px
	}

	.requirement form input {
		padding: 18px 20px 18px 35px;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 20px
	}

	.requirement form .btn__main {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 15px
	}

	.requirement form small {
		font-size: 8px;
		line-height: 10px
	}

	.requirement__form__checkbox__count {
		font-size: 12px;
		line-height: 15px
	}

	.methodical__design {
		top: 100px;
		right: -90px
	}

	.methodical__img {
		text-align: center
	}

	.methodical h2 {
		margin-bottom: 20px
	}

	.methodical .subtitle {
		margin-bottom: 15px
	}

	.methodical small {
		margin-bottom: 10px;
		font-size: 8px;
		line-height: 10px
	}

	.methodical form input {
		margin-bottom: 25px;
		padding: 25px 20px 25px 35px;
		font-size: 24px;
		line-height: 29px
	}

	.methodical form .btn__main {
		margin-top: 35px;
		font-size: 24px;
		line-height: 29px
	}

	.cost h2 {
		margin-bottom: 25px
	}

	.cost .subtitle {
		margin-bottom: 25px
	}

	.cost small {
		font-size: 18px;
		line-height: 22px
	}

	.cost .col-lg-3 {
		margin-top: 40px
	}

	.cost__block {
		padding: 25px 20px 20px 20px
	}

	.cost__block__title {
		font-size: 12px;
		line-height: 15px;
		margin: 15px 0 5px 0
	}

	.cost__block__price {
		font-size: 12px;
		line-height: 15px
	}

	.cost .sale__block {
		padding: 15px 5px 40px 5px;
		margin-top: 44px;
		margin-bottom: 31px
	}

	.cost .sale__block:before {
		top: -5px;
		left: -5px;
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		height: -webkit-calc(100% + 10px);
		height: calc(100% + 10px)
	}

	.cost .sale__block span {
		display: block
	}

	.cost .sale__block span:first-child {
		font-weight: 500;
		font-size: 12px;
		line-height: 15px
	}

	.cost .sale__block span:last-of-type {
		font-size: 18px;
		line-height: 22px
	}

	.cost .sale__block span:last-of-type small {
		font-size: 18px;
		line-height: 22px
	}

	.cost .sale__block__img {
		bottom: -61px
	}

	.cost .sale__block__img img {
		width: 48px
	}

	.cost .sale__block__img:before {
		left: -15px;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px)
	}

	.direction__text {
		width: 130px;
		height: 130px
	}

	.direction__text span {
		padding-top: 10px;
		font-size: 12px;
		line-height: 15px
	}

	.direction__main {
		margin: -40px auto 0 auto;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		padding-bottom: 40px;
		padding-right: 10px
	}

	.direction__main span {
		font-size: 10px;
		line-height: 12px
	}

	.direction__main span:nth-child(3) {
		top: -35px
	}

	.direction__main span:nth-child(4) {
		left: 15px;
		top: 135px
	}

	.direction__main span:nth-child(5) {
		width: 104px;
		height: auto;
		top: -webkit-calc(100% - 40px);
		top: calc(100% - 40px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		margin-left: 20px
	}

	.direction__main span:nth-child(5) br {
		display: none
	}

	.direction__main span:nth-child(6) {
		right: 15px;
		top: 135px
	}

	.direction__main span:nth-child(7) {
		width: -webkit-min-content;
		width: -moz-min-content;
		width: min-content;
		right: 0;
		top: -7px
	}

	.quiz__block h2 {
		margin-bottom: 25px
	}

	.quiz__block .subtitle {
		margin-bottom: 45px
	}

	.quiz__block .btn__main {
		font-size: 18px;
		line-height: 22px;
		padding: 23px 10px;
		text-align: center;
		width: 100%
	}

	.quiz__block .quiz__text {
		margin: 25px 0;
		font-size: 10px;
		line-height: 12px
	}

	.quiz__block .quiz__bonus__block {
		padding: 13px;
		width: 157px
	}

	.quiz__block .quiz__bonus__block:first-child {
		margin-right: 25px
	}

	.quiz__block .quiz__bonus__block:before {
		width: 11px;
		height: 14px;
		top: 5px;
		right: 13px
	}

	.quiz__block .quiz__bonus__block img {
		width: 20px
	}

	.quiz__block .quiz__bonus__block span {
		margin-left: 10px;
		font-size: 10px;
		line-height: 12px
	}

	.quiz__block .quiz__bonus__block span br {
		display: none
	}

	.founder__design {
		left: -20px;
		top: 25px;
		width: 110px
	}

	.founder__img {
		width: 300px
	}

	.founder__text {
		padding: 10px 10px 20px 10px;
		position: relative
	}

	.founder__text:before {
		display: none
	}

	.founder__text .founder__border {
		position: absolute;
		top: 0;
		left: -100px;
		width: -webkit-calc(100% + 100px);
		width: calc(100% + 100px);
		height: 100%;
		max-width: none
	}

	.founder__text p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 10px
	}

	.founder__text small {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 5px
	}

	.founder__text a {
		font-size: 10px;
		line-height: 12px
	}

	.founder__text a img {
		width: 20px;
		height: 20px
	}

	.founder__text a span {
		margin-left: 7px
	}

	.person h2 {
		margin-bottom: 25px
	}

	.warranty h2 {
		margin-bottom: 30px
	}

	.warranty__wrapper {
		margin-bottom: 20px
	}

	.warranty__block {
		padding: 25px 10px 25px 15px;
		height: auto
	}

	.warranty__block:last-child {
		width: -webkit-calc(52%);
		width: calc(52%)
	}

	.warranty__block img {
		width: 25px
	}

	.warranty__block span {
		margin-left: 10px;
		font-size: 12px;
		line-height: 10px
	}

	.warranty__img {
		margin: 0 60px
	}

	.working h2 {
		margin-bottom: 20px
	}

	.working .subtitle {
		margin-bottom: 10px
	}

	.consultation h2 {
		margin-bottom: 10px
	}

	.consultation__img {
		margin: 0 110px 50px 110px;
		text-align: center
	}

	.consultation form input {
		margin-bottom: 25px;
		padding: 25px 20px 25px 35px;
		font-size: 24px;
		line-height: 29px
	}

	.consultation form .btn__main {
		margin-top: 35px;
		font-size: 24px;
		line-height: 29px
	}

	.steps h2 {
		margin-bottom: 30px
	}

	.steps__wrapper {
		max-width: 350px;
		margin: 0 auto
	}

	.steps__block {
		width: 154px;
		height: 154px;
		padding: 15px 15px 0 15px
	}

	.steps__block:before {
		width: 35px;
		height: 55px
	}

	.steps__block span {
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 10px
	}

	.steps__block span small {
		font-size: 12px;
		line-height: 15px
	}

	.steps__block ul li {
		font-size: 8px;
		line-height: 10px;
		padding-left: 25px
	}

	.steps__block ul li:before {
		width: 18px;
		height: 12px
	}

	.steps__block:nth-child(1) {
		margin-right: 25px
	}

	.steps__block:nth-child(1):before {
		top: -25px;
		right: -40px
	}

	.steps__block:nth-child(2):before {
		right: -20px;
		bottom: -55px
	}

	.steps__block:nth-child(3):before {
		left: -40px;
		bottom: -25px
	}

	.steps__block:nth-child(4) {
		margin-right: 25px
	}

	.steps__block:nth-child(4):before {
		left: -20px;
		bottom: -55px
	}

	.steps__block:nth-child(5) {
		margin-right: 25px
	}

	.steps__block:nth-child(5):before {
		right: -40px;
		bottom: -25px;
		-webkit-transform: rotateZ(90deg) rotateX(180deg);
		transform: rotateZ(90deg) rotateX(180deg)
	}

	.steps__block:nth-child(6):before {
		right: -20px;
		bottom: -55px
	}

	.steps__block:nth-child(7):before {
		left: -40px;
		bottom: -25px
	}

	.steps__block:nth-child(8) {
		margin-right: 25px
	}

	.steps__block:nth-child(8):before {
		left: -20px;
		bottom: -55px
	}

	.steps__block:nth-child(9) {
		margin-right: 25px
	}

	.steps__block:nth-child(9):before {
		right: -40px;
		bottom: -25px;
		-webkit-transform: rotateZ(90deg) rotateX(180deg);
		transform: rotateZ(90deg) rotateX(180deg)
	}

	.steps__block:nth-child(10):before {
		right: -25px;
		bottom: -45px
	}

	.steps__block:nth-child(11) {
		width: 100%;
		max-width: 320px;
		border: 6px solid #120A8F;
		height: 210px;
		margin: 0 auto
	}

	.steps__block:nth-child(11):before {
		display: none
	}

	.steps__block__finish {
		padding: 5px 25px 25px 25px;
		width: 100%
	}

	.example {
		padding-top: 90px
	}

	.example__design {
		top: 110px;
		left: -40px;
		width: 120px
	}

	.example__design2 {
		width: 100px !important;
		top: -115px;
		left: 100%
	}

	.example h2 {
		margin-bottom: 80px
	}

	.example__block {
		padding: 20px
	}

	.example__block img {
		width: 80%;
		margin-bottom: 0
	}

	.example__block p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 15px;
		margin-bottom: 10px
	}

	.example__block:first-of-type {
		padding: 20px 15px 20px 0;
		margin-bottom: 80px
	}

	.example__block:first-of-type img {
		margin-right: 10px;
		margin-left: -10%
	}

	.example__block:last-of-type {
		padding: 20px 0 20px 15px
	}

	.example__block:last-of-type img {
		margin-left: 10px;
		margin-right: -5%
	}

	.example__title {
		font-size: 20px;
		line-height: 24px
	}

	.map__block {
		padding: 20px 15px
	}

	.map__block h2 {
		margin-bottom: 10px
	}

	.map__block p {
		font-size: 10px;
		line-height: 12px;
		margin-bottom: 10px
	}

	.map__block .subtitle {
		margin-bottom: 10px
	}

	.map__block .subtitle span {
		font-size: 10px;
		line-height: 12px
	}

	.map__block .btn__main {
		width: 100%;
		padding: 15px 0;
		font-size: 12px;
		line-height: 15px;
		margin-top: 15px
	}

	.footer__logo {
		margin-bottom: 30px
	}

	.footer__logo img {
		width: 110px;
		margin-bottom: 10px
	}

	.footer__phone {
		font-size: 12px;
		line-height: 16px;
		margin: 0 auto 10px auto
	}

	.footer__mail {
		font-size: 10px;
		line-height: 12px;
		margin: 0 auto;
		text-align: center
	}

	.popup__call__block {
		padding: 25px 15px
	}

	.popup__call__block form h2 {
		margin-bottom: 15px
	}

	.popup__call__block form input {
		padding: 18px 20px 18px 35px;
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 20px
	}

	.popup__call__block form .btn__main {
		font-size: 18px;
		line-height: 22px;
		margin-top: 30px
	}
}

@media (max-width: 576px) {
	.map__block .subtitle a {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}

	.btn__quiz {
		width: 100%;
		bottom: 0;
		left: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		text-align: center;
		padding: 10px 10px 5px 10px
	}

	.btn__quiz span {
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis
	}

	.whatsapp__btn {
		bottom: 60px
	}

	.sale {
		padding: 7px 14px
	}

	.sale__text {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		font-size: 10px;
		line-height: 12px;
		margin-right: 5px
	}

	.sale__img {
		width: 25px
	}

	.banner h1 {
		margin-bottom: 50px
	}

	.banner__pc .banner__arrow {
		width: 50px;
		top: -70px;
		right: 0px
	}

	.banner__figure:before {
		right: -30px
	}

	.banner__man img {
		left: 20px
	}

	.banner form {
		margin-top: 20px
	}

	.banner form input,
	.banner form button,
	.banner form .sale {
		width: -webkit-calc(50% - 10px);
		width: calc(50% - 10px)
	}

	.consultation__top {
		width: 25%
	}

	.consultation__bottom {
		width: 45%
	}

	.founder__img {
		width: 60%;
		left: -10%;
		max-width: 250px
	}

	.founder__text .founder__border {
		left: -22%;
		width: 122%
	}

	.example__design2 {
		margin-right: 0 !important;
		right: -15px;
		left: auto;
		width: 80px !important;
		top: -75px
	}

	.example__block img {
		width: 60%
	}

	.footer {
		margin-bottom: 50px
	}

	.thank img {
		margin: -30px 0 -50px 0
	}
}

@-webkit-keyframes flareAnimation {
	0% {
		left: -300%
	}

	100% {
		left: 300%
	}
}

@keyframes flareAnimation {
	0% {
		left: -300%
	}

	100% {
		left: 300%
	}
}