/*nullstyle*/
* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

nav,
footer,
header,
aside {
	display: block;
}

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

* {
	cursor: default;
}

.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}

a,
button {
	color: inherit;
	cursor: pointer;
}

@font-face {
	font-weight: 700;
	font-family: "Onest";
	src: url(../fonts/Onest-Bold.ttf);
}
@font-face {
	font-weight: 600;
	font-family: "Onest";
	src: url(../fonts/Onest-SemiBold.ttf);
}
@font-face {
	font-weight: 500;
	font-family: "Onest";
	src: url(../fonts/Onest-Medium.ttf);
}
@font-face {
	font-weight: 400;
	font-family: "Onest";
	src: url(../fonts/Onest-Regular.ttf);
}
@font-face {
	font-weight: 300;
	font-family: "Onest";
	src: url(../fonts/Onest-Light.ttf);
}
html,
body {
	width: 100%;
	height: 100%;
	font-family: "Onest";
	background-color: #ffffff;
}

*::-moz-selection {
	background-color: #ec1111;
	color: #fff;
}

*::selection {
	background-color: #ec1111;
	color: #fff;
}

.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: repeat(3, auto);
	grid-template-areas: "header" "content" "footer";
}
.wrapper .main-screen {
	grid-area: header;
}
.wrapper .content {
	grid-area: content;
}
.wrapper .footer {
	grid-area: footer;
}
._fwl {
	font-weight: 300;
}

._fwn {
	font-weight: 400;
}

._fwm {
	font-weight: 500;
}

._fwsb {
	font-weight: 600;
}

._fwb {
	font-weight: 700;
}

._fweb {
	font-weight: 800;
}

._fsz12 {
	font-size: 12px;
}
._fsz14 {
	font-size: 14px;
}
._fsz16 {
	font-size: 16px;
}

._fsz18 {
	font-size: 18px;
}

._fsz20 {
	font-size: 20px;
}

._fsz22 {
	font-size: 22px;
}

._fsz24 {
	font-size: 24px;
}

._fsz28 {
	font-size: 28px;
}

._fsz32 {
	font-size: 32px;
}
._fsz48 {
	font-size: 48px;
}
._fsz52 {
	font-size: 52px;
}

._lh20 {
	line-height: calc(20 / 12 * 100%);
}

._lh23 {
	line-height: calc(23 / 18 * 100%);
}

._lh24 {
	line-height: calc(24 / 16 * 100%);
}

._lh26 {
	line-height: calc(26 / 18 * 100%);
}

._lh30 {
	line-height: calc(30 / 22 * 100%);
}

._lh36 {
	line-height: 36px;
}

._lh100 {
	line-height: 1;
}
._lh110 {
	line-height: 1.1;
}
._lh120 {
	line-height: 1.2;
}

._lh130 {
	line-height: 1.3;
}

._lh140 {
	line-height: 1.4;
}

._lh150 {
	line-height: 1.5;
}

._tac {
	text-align: center;
}

._red-font {
	color: #ec1111;
}

._main-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	width: 100%;
	transition: all 0.25s ease-in-out;
}

._red-btn {
	color: #fff;
	background-color: #ec1111;
	box-shadow: 0px 15px 40px rgba(237, 18, 18, 0.2509803922);
}
._red-btn:hover {
	background: #ff4b4b;
	box-shadow: 14px 14px 60px rgba(236, 17, 17, 0.2);
}

._white-btn {
	color: #353535;
	background-color: #fff;
	gap: 10px;
	box-shadow:
		0px 15px 30px rgba(229, 39, 39, 0.1019607843),
		inset 0px 15px 30px rgba(153, 153, 153, 0.1019607843);
}

._grey-btn {
	background: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 9px;
	color: #484848;
}

._blue-btn {
	background: #34435e;
	color: #ffffff;
}
._blue-btn:hover {
	background: #4c638c;
}
._icon-phone {
	position: relative;
	padding-left: 23px;
}
._icon-phone::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	display: block;
	background-image: url(../img/global/phone.svg);
	width: 13px;
	height: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;
}
._image-rel {
	position: relative;
}
._image-abs {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

._hover-undline {
	position: relative;
}
._hover-undline::after {
	content: "";
	display: block;
	position: absolute;
	transition: all 0.25s ease-in-out;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
}
._hover-undline:hover::after {
	width: 100%;
}

.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding-inline: 10px;
}
._container1200 {
	max-width: 1220px;
}
.main-screen {
	background-image: url(../img/sec-0/background.jpg);
	background-size: cover;
	background-position: top center;
	color: #484848;
}

.default {
	padding: 25px 0 0 0;
	width: 100%;
}
@media (min-width: 992px) {
	.default__social {
		margin-inline: 57px 50px;
	}
}
.default__layout {
	width: 100%;
	background-color: #fff;
	min-height: 90px;
	border-radius: 17px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 10px 30px;
}
.default__logo {
	align-items: center;
	cursor: pointer;
}
.default__logo img {
	pointer-events: none;
}
.default__description {
	line-height: calc(22 / 14 * 100%);
	color: #282828;
	margin-right: auto;
}
.default__mailbox {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 5px;
	margin-left: auto;
}
.default__mail {
	line-height: 144.4444444444%;
	color: #484848;
	text-wrap: nowrap;
}
.default__mail::after {
	background-color: #484848;
}
.default__connect {
	line-height: 118.75%;
	letter-spacing: 0.8px;
}
.default__connect::after {
	background-color: #ec1111;
}
.default__social {
	display: flex;
	gap: 20px;
}
.default__social-icon {
	width: 44px;
	height: 44px;flex-shrink:0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	transition: all 0.25s ease-in-out;
}
.default__social-icon._icon-whatsapp {
    background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
.default__social-icon._icon-whatsapp img {
	width: 20px;
	height: 20px;
}
.default__social-icon._icon-whatsapp:hover {
	background: linear-gradient(20deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
.default__social-icon._icon-telegram {
	background-color: #039be5;
}
.default__social-icon._icon-telegram img {
	width: 20px;
	height: 20px;
}
.default__social-icon._icon-telegram:hover {
	background-color: #4ec4ff;
}
.default__social-icon img {
	pointer-events: none;
}
.default__button {
	line-height: 118.75%;
	letter-spacing: 0.35px;
	max-width: 244px;
	padding: 15px 30px;
	min-height: 49px;
}

.section-0 {
	margin-top: 80px;
	padding-bottom: 73px;
}
.section-0 .container {
	max-width: 1220px;
	padding-inline: 10px 15px;
}
.section-0__layout {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.section-0__leftside {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.section-0__title {
	letter-spacing: -0.02em;
}
.section-0__list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.section-0__info {
	display: flex;
	align-items: center;
	gap: 30px;
}
.section-0__info::before {
	content: "";
	background-image: url(../img/global/priority.svg);
	background-repeat: no-repeat;
	display: block;
	background-position: center;
	width: 60px;
	height: 60px;
	flex-shrink: 0;
	background-size: 22px 16px;
	background-color: #ec1111;
	border-radius: 50%;
	box-shadow: 0px 12.6px 25.2px rgba(229, 58, 54, 0.2);
}
.section-0__button {
	max-width: 393px;
	min-height: 96px;
	padding: 24px 67px;
	line-height: 150%;
	text-transform: uppercase;
}
.section-0__rightside {
	width: 100%;
	max-width: 487px;
	padding-bottom: 56.57%;
}
.section-0__rightside ._image-abs {
	border-radius: 36px;
	overflow: hidden;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.section-0__guarant {
	position: absolute;
	left: -81px;
	bottom: -14px;
	background-image: url(../img/global/guarant_marka.svg);
	width: 161.08px;
	height: 165.02px;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.section-0__guarant::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 92%;
	height: 92%;
	border-radius: 50%;
	box-shadow: 0px 15px 40px rgba(52, 67, 94, 0.25);
}
.section-0__guarant-year {
	font-size: 90px;
	background: linear-gradient(126.49deg, #ffffff 37.2%, #e7e7e7 79.45%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: -7px;
}
.section-0__guarant-text {
	font-size: 16px;
	margin-top: -8px;
	color: #fff;
}

.section-1 {
	margin-top: 100px;
}

.section-1__title {
	color: #272727;
}
.section-1__layout {
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: start;
}
.section-1__card {
	display: flex;
	overflow: hidden;
	border-radius: 20px;
	color: #272727;
}
.section-1__card-subtitle {
	margin-top: 10px;
}
.section-1__card-list {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.section-1__card-info {
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
}
.section-1__card-info::before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/global/priority.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px 9.33px;
	background-color: #ec1111;
	border-radius: 50%;
}
.section-1__card-number {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	right: 30px;
	bottom: 30px;
	background-color: #ec1111;
	color: #fff;
	border-radius: 17.56px;
}
.section-1__card-left {
	max-width: 600px;
	width: 100%;
	margin-right: -20px;
	padding: 40px 105px 20px 50px;
	background-color: #f9f9f9;
	border-radius: 20px;
	position: relative;
	z-index: 3;
}
.section-1__card-right {
	padding-bottom: 38.334%;
	width: 100%;
	max-width: 620px;
}
.section-1__card._big-card .section-1__card-left {
	padding-right: 45px;
}
.section-1__card._big-card .section-1__card-right {
	padding-bottom: 43.75%;
}
.section-1__card._big-card .section-1__card-list {
	gap: 10px;
}
.section-1__card._mid-card .section-1__card-number {
	bottom: 36px;
}
.section-1__deviant {
	color: #fff;
	padding-bottom: 53.584%;
	border-radius: 20px;
	overflow: hidden;
}
.section-1__devblock {
	position: absolute;
	inset: 0;
	padding: 40px 50px 40px 50px;
	z-index: 3;
}
.section-1__devblock ~ .section-1__card-number {
	right: 50px;
	bottom: 50px;
}
.section-1__devblock .section-1__card-type {
	padding: 30px;
	margin-top: 50px;
	max-width: 546px;
	max-height: 241px;
	background: linear-gradient(253.74deg, rgba(60, 60, 60, 0.7) -16.79%, rgba(89, 85, 85, 0.7) 89.43%);
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
	border-radius: 22px;
	border: 1px solid rgba(153, 153, 153, 0.2509803922);
}
.section-1__devblock .section-1__card-list._grey-list {
	flex-wrap: wrap;
	margin-top: 20px;
	max-height: 122px;
	gap: 10px 38px;
}
.section-1__devblock .section-1__card-list._grey-list > .section-1__card-info {
	gap: 10px;
	align-items: center;
	max-width: -moz-max-content;
	max-width: max-content;
}
.section-1__devblock .section-1__card-list._grey-list > .section-1__card-info::before {
	content: counter(item);
	counter-increment: item;
	background-image: unset;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-start;
}
.section-1__devblock .section-1__card-list._grey-list {
	counter-reset: item;
}

.section-2 {
	margin-top: 120px;
}
.section-2 .container {
	max-width: 1580px;
}
.section-2__layout {
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
	border-radius: 80px;
	background-image: url(../img/sec-2/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.section-2__cards {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	max-width: 1160px;
	margin-inline: auto;
}
.section-2__card {
	max-width: 360px;
	width: 100%;
}
.section-2__card-image {
	padding-bottom: 130.556%;
	border-radius: 30px;
	overflow: hidden;
}
.section-2__card-name {
	margin-top: 22px;
	padding-inline: 30px 15px;
}
.section-2__card-info {
	margin-top: 10px;
	padding-inline: 30px 15px;
}
@media (max-width: 47.9988em) {
	._section {
		margin-top: 40px;
	}
}
.section-6__form .form__check-label {
	color: #7e7977;
}
.form__check {
	position: relative;
}
.form__check-input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	left: 5px;
	bottom: 0;
}
.form__check-label {
	position: relative;
	padding-left: 22.5px;
}
.form__check-label::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #ffffff1a;
	cursor: pointer;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
	transition: all 0.3s ease-in-out;
}
.form__check-input:checked ~ .form__check-label::before {
	background-image: url(../img/global/polity.svg);
}
.form__check-label a {
	transition: all 0.3s;
}
.form__check-label a:hover {
	color: #ec1111;
}
.form__check-label a::after {
	background-color: #ec1111;
}
.section-31__video {
	cursor: pointer;
	display: block;
	border-radius: 22px;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.closeButton_ck svg,
.closeButton_ck svg path,
.closeButton_ck svg g,
.closeButton_ck svg circle {
	cursor: pointer;
}
.section-31__video img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.section-31__video::after {
	transition: 0.3s all;
	z-index: 2;
	position: absolute;
	content: "";

	inset: 0;
	margin: auto;
	width: 99px;
	height: 99px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #d7d7d780;

	border: 6px solid #ffffff;
	filter: drop-shadow(0px 10px 40px rgba(0, 0, 0, 0.4));
}
.section-31__video:hover::after {
	transform: scale(1.2);
	transition: 0.3s all;
}
/* Polygon 1 */
.section-31__video::before {
	inset: 0;
	margin: auto;
	z-index: 3;
	position: absolute;
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;

	width: 20px;
	height: 20px;
	background: #ffffff;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
}
@media (max-width: 47.9988em) {
	.section-31__video::after {
		width: 70px;
		height: 70px;
	}
	.section-31__video::before {
		width: 15px;
		height: 15px;
	}
}
.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
	cursor: auto !important;
}

.fancybox__content {
	border-radius: 30px;
}
.form-modal .form {
	padding: 40px 70px 60px 50px;
	border-radius: 30px;
}

._black-form .form__content {
	color: #fff;
}
.form {
	background-color: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
.modal__callback .form {
	background-color: unset;
}
._black-form {
	background-color: #272727;
}
.form__content {
	color: #000;
	width: 100%;
	position: relative;

	z-index: 1;
}
.form__title {
	text-align: left;
}
.form__inner {
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 33px;
}
.form__input {
	width: 100%;
	max-width: 410px;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	background: #fafbfc;
	max-height: 96px;
	font-size: 18px;
	font-weight: 400;
	line-height: 144.444444%;
	letter-spacing: 0;
	text-align: left;
	padding: 35px;
	cursor: text;
}
.form__items {
	width: 100%;
	display: flex;
	gap: 10px;
	-ms-flex-direction: column;
	flex-direction: column;
}
.form__items_horizontal {
	flex-direction: row;
	flex-wrap: wrap;
}
.form-modal .form__input {
	max-width: 370px !important;
}
.form-modal .form__button {
	height: unset;
	max-width: 400px;
	min-height: 96px;
	width: 100%;
}
.form__footer {
	display: flex;
	gap: 27px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 17px;
	align-self: flex-start;
}
.form__callback a {
	transition: 0.25s all ease-in-out;
}
.form__callback a:hover {
	color: #ec1111;
}
.download-modal {
	margin-top: 120px;
}
.form__docs {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 550px;
}
.form__docs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-4 {
	margin-top: 120px;
}
.section-4 .main-slider .swiper-wrapper {
	counter-reset: slide-counter;
}

.section-4__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section-4__header-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}
.section-4__container {
	max-width: 1560px;
}
.section-4__layout {
	margin-top: 55px;
}
.section-4__cards {
	margin-top: 50px;
}
.section-4__card {
	background-color: #f5f5f5;
	padding: 60px 0;
	border-radius: 30px;
	display: none;
}
.section-4__header,
.section-4__slider {
	max-width: 1200px;
	margin-inline: auto;
}
.section-4__card.active {
	display: block;
}
.main-slider__slide-content {
	padding: 30px;
}
.section-4__panel {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
	max-width: 1200px;
	margin-inline: auto;
}
.section-4__control {
	width: 100%;
	max-width: 216px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 15px;
	border-radius: 9px;
	border: 1px solid #f1f1f1;
	background-color: #f9f9f9;
	max-height: 57px;
	transition: all 0.25s ease-in-out;
}
.section-4__control.active,
.section-4__control:hover {
	border-color: #ec1111;
	background-color: #ec1111;
	color: #fff;
	box-shadow: 0px 15px 40px rgba(236, 17, 17, 0.25);
}

@media (max-width: 35.99875em) {
	.section-4__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
}
.section-4__subtitle {
	text-align: left;
}
.main-slider {
	margin-top: 40px;
}
@media (max-width: 35.99875em) {
	.main-slider {
		margin-top: 20px;
	}
}
.main-slider__wrapper {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main-slider__slide {
	height: auto;
	min-height: 541px;
}
@media (max-width: 76.875em) {
	.main-slider__slide {
		min-height: auto;
	}
}
.main-slider__pagination {
	position: static;
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0%;
}
.main-slider__navigation {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	border-radius: 36px;
	background: #fff;
	gap: 36px;
	padding: 8px;
	margin-left: auto;
}
.swiper-button-disabled {
	background-color: #ec111133;
}
._slider-button {
	max-width: 40.52px;
	max-height: 40.52px;
	background-color: #ec1111;
	border-radius: 50%;
}
._slider-button::after {
	color: #f3f3f3;
	font-size: 12px;
	font-weight: 600;
}
.main-slider__slide-inner {
	border-radius: 20px;
	background: rgb(255, 255, 255);
	height: 100%;
}
.main-slider__slide-pic {
	position: relative;
	width: 100%;
	padding-bottom: 77.59%;
	border-radius: 20px;
	overflow: hidden;
}
.main-slider__slide-pic::after {
	position: absolute;
	content: counter(slide-counter, decimal-leading-zero);
	counter-increment: slide-counter;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 800;
	line-height: 130%;
	color: #ec1111;
	background: #ffffff;
	border-radius: 9px;
	top: 30px;
	left: 30px;
	width: 41px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 992px) {
	.section-4__card[data-slides="2"] .main-slider__slide-pic {
		padding-bottom: 59.831%;
	}
}
.main-slider__text {
	margin-top: 14px;
}
.main-slider__button {
	position: static;
	width: 50px;
	height: 50px;
	margin-top: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.section-22 {
	margin-top: 104px;
}
.accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 50px;
}
.accordion__item.active .accordion__header::before {
	rotate: -180deg;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.accordion__title,
.open-item,
.open-item svg,
.open-item svg path {
	cursor: pointer;
}
@media (max-width: 47.99875em) {
	.accordion {
		gap: 10px;
	}
}
.accordion__header {
	cursor: pointer;
	border-radius: 12px;
	color: rgb(40, 40, 40);
	padding: 19px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	transition: all 0.3s ease-in-out;
}
.accordion__header::before {
	font-size: 6.74px;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
@media (max-width: 47.99875em) {
	.accordion__header {
		padding: 15px;
	}
}
.accordion__content {
	padding-left: 30px;
	padding-right: 70px;
	font-size: 18px;
	line-height: 144.444444%; /* 26/18 */
}
@media (max-width: 47.99875em) {
	.accordion__content {
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
.accordion p:not(:first-of-type),
.accordion ul + p {
	margin-top: 30px;
}
@media (max-width: 47.99875em) {
	.accordion p:not(:first-of-type),
	.accordion ul + p {
		margin-top: 10px;
	}
}
.accordion ul {
	margin-left: 7px;
}
@media (max-width: 47.99875em) {
	.accordion ul {
		margin-left: 0;
	}
}
.accordion li {
	padding-left: 15px;
	position: relative;
}
.accordion li:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgb(40, 40, 40);
	top: 11px;
	left: 0;
}

.accordion__item.active .accordion__content {
	max-height: 500px;
	transition: all 0.3s ease;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 47.99875em) {
	.accordion__item.active .accordion__content {
		margin-top: 10px;
	}
}

.accordion__content {
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s ease;
}
.open-item {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 0;
	transition: all 0.3s;
	min-width: 49px;
	height: 49px;
	background: #ec1111;

	border: 4px solid #f3f3f3;
	border-radius: 50%;
	align-items: initial;
	padding-top: 16px;
}
.accordion__item {
	background: #ffffff;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 4px 4px #eaeaea;
	border-radius: 20px;
}

.accordion__item.active .accordion__header {
	background: #ec1111;
	border-radius: 12px 12px 0 0;
	color: #fff;
}
.accordion__item.active .open-item {
	background: #ffffff;
}
.accordion__item.active .open-item svg path {
	stroke: #ec1111;
}

._image-wrapper {
	padding: 90px 0;
	background-size: cover;
	background-position: top center;
	max-width: 1920px;
	margin-inline: auto;
}
.section-9 {
	background-image: url(../img/sec9-back.jpg);
}

.section-guard {
	margin-top: 100px;
	padding-inline: 10px;
}
.section-guard__container {
	max-width: 1620px;
	background-color: #ec1111;
	border-radius: 30px;
}
.section-guard__layout {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	color: #fff;
	padding: 47px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.section-guard__button {
	max-width: 400px;
	color: #353535;
	text-transform: uppercase;
	padding: 30px 37px;
}
.section-guard__image {
	position: absolute;
	width: 100%;
	max-width: 209.58px;
	top: 12.7px;
	left: calc(50% - 104.529px);
}
.section-guard__image img {
	transform: rotate(-29.31deg);
}

.default .container {
	max-width: 1280px;
}
.default__politics {
	font-size: 12px;
	color: #7eb5ff;
	text-wrap: nowrap;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-left: auto;
}
.default__politics::after {
	background-color: #7eb5ff;
}
.default__politics::after {
	width: 100%;
	bottom: -6px;
}
.default__description {
	text-wrap: nowrap;
}
.section-5 {
	margin-top: 120px;
	background-image: url(../img/sec-5/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
._modal__quiz {
	max-width: 1200px;
	width: 100%;
}
@media (min-width: 1200.6px) {
	.preview__video-video {
		min-width: 1200px;
	}
	.footer .default__layout {
		gap: 20px;
	}
	.footer .default__button {
		max-width: 236px;
		padding: 15.5px 26px;
		min-height: 50px;
	}
	.section-5._image-wrapper {
		padding: 100px 0;
	}
}
.section-5__container {
	max-width: 1220px;
	padding-inline: 10px;
}
.section-5__layout {
	width: 100%;
	margin-top: 50px;
}
.section-5__quiz._quiz {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 30px 30px 80px;
}
._quiz .form {
	width: 100%;
}
.section-5__quiz._quiz .next-button {
	max-width: 400px;
	margin-top: 50px;
	padding: 32px;
	justify-content: space-between;
}
.section-5__quiz._quiz .next-button::after {
	content: "";
	display: block;
	background-image: url(../img/global/buttons.svg);
	background-repeat: no-repeat;
	background-position: right center;
	width: 13px;
	height: 25px;
	background-size: contain;
}
.section-5__leftside {
	width: 100%;
	padding: 17px 0;
}
.quiz-step._last-step {
	padding: 57px 0 56px 0;
	position: relative;
	z-index: 3;
}
.quiz-step._last-step .quiz-title {
	font-size: 42px;
}
.quiz-step._last-step .quiz__input-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 40px;
}
.quiz-step._last-step .form__input {
	max-height: 90px;
	max-width: 400px;
}
.quiz-step._last-step .form__button {
	max-width: 400px;
	padding: 32px 10px;
	min-height: 90px;
}
.quiz-step._last-step ._last-step-bg {
	position: absolute;
	right: 50px;
	bottom: -53px;
	z-index: -1;
}
@media (max-width: 1300px) {
	.quiz-step._last-step ._last-step-bg {
		max-width: 50%;
		right: 30px;
	}
}
@media (min-width: 1201px) {
	.section-5 ._last-step-bg {
		bottom: -47px !important;
	}
}
@media (min-width: 992px) {
	.fancybox__slide:has(._modal-preview-video) {
		padding-inline: 10px !important;
	}
}
.quiz-step._last-step .quiz-guarant {
	position: absolute;
	background-image: url(../img/global/guarant_marka2.svg);
	width: 160.58px;
	height: 164.11px;
	background-repeat: no-repeat;
	background-position: top center;
	pointer-events: none;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	color: #fff;
	right: 13.31px;
	bottom: 102.38px;
	transform: rotate(9.24deg);
}
.quiz-step._last-step .quiz-guarant::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 92%;
	height: 92%;
	border-radius: 50%;
	box-shadow: 0px 15px 40px rgba(236, 17, 17, 0.2);
}
.quiz-step._last-step .quiz-guarant-title {
	font-size: 50px;
}
.quiz-step label input[type="radio"] {
	visibility: hidden;
	order: 3;
	width: 0;
}
.quiz-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 120%;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 242px;
	cursor: pointer;
}
.quiz-label::before {
	content: "";
	margin-right: 20px;
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: #b3bbc1;
	transition: all 0.25s ease-in-out;
	background-image: url(../img/global/priority.svg);
	background-size: 13px;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}
.quiz-label:hover::before {
	background-color: #ec1111;
}
.quiz-label._quiz-textarea:has(.date-input:focus)::before {
	background-color: #ec1111;
}
.quiz-label._quiz-textarea {
	background-color: #ebebeb;
	border-radius: 25px;
}
.quiz-label._quiz-textarea input {
	background: inherit;
}
.quiz-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
	margin-top: 30px;
}
.quiz-title {
	color: #272727;
	font-size: 35px;
}
.section-5__rightside {
	width: 100%;
	max-width: 380px;
	background-color: #f8f9fa;
	flex-shrink: 0;
	border-radius: 20px;
	padding: 40px 29px 36px 35px;
	position: relative;
}
.widget_inner {
	inset: 0;
	height: 100%;
	width: 100%;
	max-width: 400px;
	border-radius: 15px;
	overflow: hidden;
	user-select: none;
}
video#video_background {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 15px;
}
.dn {
	display: none;
}
._modal-preview-video {
	padding: 0 !important;
}
.preview__video-video {
	max-width: 100%;
	height: 56.25vw;
	max-height: 675px;
}
._modal__video {
	padding: 0 !important;
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 500px;
}
.hidden {
	visibility: hidden;
	opacity: 0;
	transition:
		visibility 0s,
		opacity 0.3s;
}

.modal.show {
	visibility: visible;
	opacity: 1;
}
.widget_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video_container {
	width: 100%;
	height: 100%;
}
.ck_videowidget_header {
	display: flex;
	width: 100%;
	flex-direction: row-reverse;
	position: absolute;
	top: 10px;
	right: 10px;
}
.closeButton_ck.svelte-3jlhbp {
	cursor: pointer;
	border-radius: 50%;
	z-index: 1000;
	display: flex;
	margin: 0.27em 0.27em 0 0;
	position: relative;
	width: 40px;
	height: 40px;
}
.closeButton_ck.svelte-3jlhbp svg {
	min-width: 40px;
}
.section-5__author {
	display: flex;
	gap: 20px;
}
.section-5__author-image {
	max-height: 100px;
	max-width: 100px;
	border-radius: 50%;
	overflow: hidden;
	img {
		object-fit: cover;
		height: 100%;
		object-position: center;
	}
}
.section-5__author-namebox {
	color: #1d1d1b;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}
.section-5__author-special {
	color: rgba(29, 29, 27, 0.6);
}
.section-5__author-description {
	margin-top: 29px;
}
.section-5__contacts {
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 12px;
	padding: 10px 20px 20px 20px;
}
.section-5__links {
	display: flex;
	gap: 17px;
	margin-top: 10px;
}
.section-5__link {
	display: flex;
	align-items:center;
	justify-content:center;
	width: 53px;
	height: 52px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
}
.section-5__link._whatsapp-url {
	  background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
.section-5__link._telegram-url {
	background-image: url(../img/global/telega.svg);
	background-size: 27px 22px;
	background-color: #039be5;
}
.section-5__videobox {
	margin-top: 50px;
	cursor: pointer;
}
.section-5__video-text {
	pointer-events: none;
	display: flex;
	gap: 15px;
	text-decoration: underline;
}
.section-5__video-text::before {
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	background-color: #ec1111;
	background-image: url(../img/global/video.svg);
	background-position: center;
	background-position-x: calc(50% - -2px);
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border-radius: 50%;
	box-shadow: 0px 15px 30px rgba(227, 6, 19, 0.15);
}

.section-9 {
	margin-top: 120px;
}
.section-9__container {
	display: flex;
	justify-content: end;
	padding-inline: 10px 8px;
}
.section-9 .form {
	border-radius: 20px;
	padding: 40px 50px;
	max-width: 464px;
}
.section-9 .form__subtitle {
	margin-top: 10px;
}
.section-9 .form__inner {
	margin-top: 24px;
}
.section-9 .form__input {
	border: 1px solid #f1f1f1;
	background: #fafbfc;
	cursor: text;
	width: 100%;
	max-width: 364px;
	max-height: 90px;
	padding: 34.5px 33px 35.5px 33px;
}
.section-9 .form__textarea {
	min-height: 157px;
	resize: none;
}
.section-9 .form__button {
	padding: 32.5px 98.5px 33.5px 98.5px;
	text-transform: uppercase;
	box-shadow: 0 15px 30px rgba(237, 18, 18, 0.2509803922);
}
.section-9 .form__check {
	margin-top: 20px;
}
.section-9 .form__check-label {
	z-index: 3;
}
.section-9 .form__check-label a::after {
	background-color: #ec1111;
}
.section-9 .form__check-label::before,
.modal__callback .form__check-label::before,
.modal__award .form__check-label::before {
	border: 1px solid rgba(16, 16, 16, 0.1019607843);
	border-radius: 3px;
}
.award-marka {
	position: absolute;
	right: calc(100% + 32.41px);
	top: -16.81px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(../img/global/guarant_marka2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 160.58px;
	height: 163.85px;
}
.award-marka::before {
	content: "";
	display: block;
	background-image: url(../img/gift.svg);
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 79.16px;
	width: 100%;
	height: 87.22px;
}
.award-marka::after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 92%;
	height: 92%;
	border-radius: 50%;
	box-shadow: 0px 15px 40px rgba(236, 17, 17, 0.2);
}
.section-links {
	margin-top: 100px;
}
.section-links__layout {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}
.section-links__button {
	display: block;
	width: 100%;
	max-width: 300px;
	max-height: 80px;
	padding: 33px 28px 34px 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 8px;
	display: flex;
	align-items: center;
	transition: all 0.25s ease-in-out;
}
.section-links__button::before {
	content: "";
	display: block;
	width: 32px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}
.section-links__button._whatsapp-link {
    background: linear-gradient(60deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
	gap: 30px;
}
.section-links__button._whatsapp-link::before {
	    height: 36px;
    width: 36px;
	background-image: url(../img/max.png);
}
.section-links__button._whatsapp-link:hover {
	    background: linear-gradient(20deg, #5a8cff -16.1%, #43d6ff 8.36%, #8f3fff 76.63%);
}
.section-links__button._telegram-link {
	background-color: #00a1f2;
	gap: 35px;
}
.section-links__button._telegram-link::before {
	height: 24px;
	background-image: url(../img/global/telega.svg);
}
.section-links__button._telegram-link:hover {
	background-color: #4ec4ff;
}

#map {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}

.section-11__map {
	margin-top: 50px;
	position: relative;
	z-index: 5;
	height: 700px;
	max-width: 1760px;
	margin-inline: auto;
}

@media (max-width: 47.99875em) {
	.section-11__map {
		padding-bottom: 0;
		height: auto;
		margin-top: 30px;
	}
}
.section-11 #map {
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

.section-11 a {
	color: inherit;
	display: block;
	cursor: pointer;
	transition: 0.3s all;
}

.section-11 a:hover {
	color: #2c64f1;
	transition: 0.3s all;
}

.section-11__contacts {
	outline: 1px solid #f6f6f7;
	outline-offset: -10px;
	position: absolute;
	top: 0;
	max-width: 320px;
	width: 100%;
	margin-top: 105px;
	left: 0;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 0px 10px 60px 0px rgba(163, 169, 183, 0.15);
	background: rgb(255, 255, 255);
	padding: 50px;
}

@media (max-width: 47.99875em) {
	.section-11__contacts {
		position: static;
		max-width: -moz-fit-content;
		max-width: fit-content;
		margin-inline: auto;
		margin-top: 20px;
		padding: 20px;
		border-radius: 15px;
	}
}
.section-11__contacts-inner {
	display: flex;
	flex-direction: column;
	gap: 27px;
}

.section-11__contacts-title {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.section-thx .container {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 3;
}
.thanks-guy {
	position: absolute;
	bottom: 0;
	right: 30px;
	height: 90%;
	z-index: -1;
}
@media (max-width: 61.9988em) {
	.section-49__man {
		right: -70px;
		max-width: 350px;
	}
}
.section-thx__title {
	font-size: 68px;
	font-weight: 600;
	line-height: 1.1;
}
.section-thx__subtitle {
	margin-top: 20px;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 500;
}
.section-thx__alert {
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.3;
}
.section-thx__checkin {
	display: flex;
	margin-top: 50px;
}
.section-thx__phone {
	max-width: 380px;
	width: 100%;
	pointer-events: none;
	cursor: default;
}
.section-thx__btn {
	max-width: 400px;
	padding: 20px;
	flex-direction: column;
	margin-left: -60px;
	max-height: 96px;
	gap: 5px;
	text-transform: uppercase;
}
.section-thx__btn span {
	text-transform: none;
}
.section-links__subtitle {
	margin-top: 20px;
}
.modal__politics {
	max-width: 800px;
	width: 100%;
	text-align: center;
	padding: 35px;
}
.modal__politics-title {
	font-size: 36px;
	font-weight: 600;
}
.modal__politics-text {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.3;
}
.callback-newtext {
	font-size: 14px;
	line-height: calc(22 / 14 * 100%);
	font-weight: normal;
	color: #28282866;
	text-transform: uppercase;
}
.modal__callback {
	width: 100%;
	max-width: 915px;
	padding: 0 !important;
	display: flex;
	flex-direction: row;
}
.callback__left {
	padding: 50px;
	width: 100%;
	max-width: 457px;
	background-color: #34435e;
	border-radius: 20px 0 0 20px;
	color: #fff;
}
.callback__right {
	padding: 50px 51px 50px 63px;
	border-radius: 0 20px 20px 0;
	max-width: 458px;
	margin-top: 0;
}
.callback-title {
	font-size: 36px;
	line-height: calc(44 / 36 * 100%);
}
.callback-subtitle {
	margin-top: 10px;
}
.callback__author {
	margin-top: 93px;
}
.callback__author-name {
	color: #fff;
}
.callback__author-special {
	color: #ffffff99;
}
._callback__input,
._callback__button {
	max-height: 80px;
}
._callback__button {
	padding: 30px 15px;
}
.modal__award {
	width: 100%;
	max-width: 915px;
	padding: 64px 50px;
	display: flex;
	align-items: end;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
}
.modal__award .form {
	flex-direction: column;
}
.modal__award .award__form {
	background-color: #fff;
	border-radius: 20px;
	max-width: 464px;
	width: 100%;
	padding: 40px 40px 50px 50px;
}
.award-subtitle {
	margin-top: 7px;
}
.modal__award .form__inner {
	margin-top: 22px;
}
.sticky-header {
	width: 100%;
	position: fixed;
	pointer-events: none;
	z-index: 15;
	transition: all 0.25s ease-in-out;
	top: 10px;
	left: 0;
	right: 0;
	transform: translateY(-100%);
	opacity: 0;
}
.sticky-header._sticky {
	display: block;
	pointer-events: all;
	transform: translateY(0);
	opacity: 1;
}
.sticky-header .default__layout {
	gap: 20px;
	box-shadow: 0 5px 5px -5px #000;
}
.sticky-header__button {
	max-width: 230px;
	padding: 17px 20px;
	max-height: 50px;
	margin-left: auto;
}
.section-links .form__callback {
	margin-top: 20px;
	margin-inline: auto;
	width: fit-content;
}
.section-thx__layout {
	margin-left: 50px;
}
.section-ez {
	margin-top: 100px;
	background-color: #f9f9f9;
	padding: 100px 0;
	border-radius: 40px;
}
.section-ez__container {
	max-width: 1220px;
}
.section-ez__layout {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}
.section-ez__card {
	width: 100%;
	max-width: 585px;
	padding: 40px 0 40px 40px;
	min-height: 320px;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.section-ez__num {
	text-transform: uppercase;
	display: flex;
	max-width: 107px;
	min-height: 40px;
	justify-content: center;
	align-items: center;
	background-color: #ec1111;
	color: #fff;
	border-radius: 8px;
}
.section-ez__card-image {
	inset: unset;
	height: unset;
	right: 0;
	bottom: 0;
	pointer-events: none;
}
.section-ez__control {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 100%;
	max-width: 210px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.section-ez__switch {
	width: 100%;
	max-width: 100px;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #b3bbc1;
	cursor: pointer;
	border-radius: 13px;
	color: #fff;
	transition: all 0.25s ease-in-out;
}
.section-ez__switch._switch-active {
	background-color: #394459;
}
.section-ez__btn {
	max-width: 400px;
	min-height: 90px;
	margin-top: 50px;
	margin-inline: auto;
	text-transform: uppercase;
}
.section-ez__card:nth-child(1) .section-ez__card-image {
	max-width: 245px;
	bottom: 26px;
}
.section-ez__card:nth-child(2) .section-ez__card-image {
	max-width: 211px;
	bottom: 16px;
}
.section-ez__card:nth-child(3) .section-ez__card-image {
	max-width: 198px;
}
.section-ez__card:nth-child(4) .section-ez__card-image {
	max-width: 184px;
}
.section-ez__card-title {
	margin-top: 20px;
}
.section-ez__card-subtitle {
	margin-top: 10px;
}
.section-31 {
	margin-top: 100px;
}
.section-31__container {
}
.section-31__title {
}
.section-31__video {
	margin-top: 50px;
}
.section-31__video img {
}

@media (max-width: 1300px) {
	.section-11__contacts {
		left: 25px;
	}
}
@media (max-width: 1217px) {
	.footer .default__layout {
		gap: 15px;
	}
}
@media (max-width: 1200px) {
	._modal-preview-video {
		width: 100%;
	}
	.preview__video-video {
		width: 100%;
	}
	.section-ez {
		padding: 65px 0;
	}
	.section-ez__layout {
		gap: 15px;
		justify-content: center;
	}
	.section-ez__card {
		max-width: 478px;
		padding: 30px 0 5px 25px;
		z-index: 3;
	}
	.section-ez__card-image {
		z-index: -1;
	}
	.section-ez__card:nth-child(1) .section-ez__card-image {
		max-width: 185px;
	}
	.section-ez__card:nth-child(2) .section-ez__card-image {
		max-width: 171px;
	}
	.section-ez__card:nth-child(3) .section-ez__card-image {
		max-width: 129px;
	}
	.section-ez__card:nth-child(4) .section-ez__card-image {
		max-width: 161px;
	}
	.quiz-step._last-step ._last-step-bg {
		bottom: -64px;
	}
	.section-5 ._last-step-bg {
		bottom: -56px;
	}
	.section-22 {
		margin-top: 75px;
	}
	._image-wrapper {
		padding: 75px 0;
	}
	.quiz-step .quiz-inner {
		gap: 20px 30px;
	}
	.quiz-step .quiz-title {
		font-size: 32px !important;
	}
	.section-5__quiz {
		padding-left: 30px !important;
	}
	.section-4__header-text,
	.section-4__slider {
		padding-inline: 20px;
	}
	.footer .default__layout {
		flex-wrap: wrap;
	}
	.footer .default__politic-box {
		width: 100%;
		order: 6;
		text-align: center;
	}
	._page-title {
		font-size: 40px;
	}
	._section,
	.download-modal {
		margin-top: 80px;
	}
	.default__button {
		flex-shrink: 0;
	}
	.default__layout {
		gap: 10px;
	}
	.default__social {
		gap: 5px;
		margin-inline: 5px;
	}
	.section-0__title {
		font-size: 43px;
	}
	.section-0__info {
		gap: 15px;
	}
	.section-0__info::before {
		width: 50px;
		height: 50px;
	}
	.section-0__rightside {
		max-width: 389px;
	}
	.section-0__guarant {
		width: 151.08px;
		height: 155.02px;
	}
	.section-0__guarant-year {
		font-size: 80px;
	}
	.section-0__list {
		gap: 15px;
	}
	.section-1__layout {
		margin-top: 50px;
	}
	.section-1__card-left {
		padding: 40px 30px 20px 50px !important;
	}
	.section-1__card-left br {
		display: none;
	}
	.section-1__card-title {
		font-size: 26px;
	}
	.section-1__card-list {
		gap: 15px;
	}
	.section-1__card-type {
		max-height: unset;
	}
	.section-1__card-number {
		width: 70px;
		height: 70px;
	}
	.section-1__card-info {
		gap: 10px;
	}
	.section-1__card-type {
		max-width: -moz-max-content;
		max-width: max-content;
	}
	.section-1__devblock .section-1__card-list._grey-list {
		gap: 10px 20px;
	}
	.section-1__deviant {
		min-height: 627px;
	}
	.section-2__cards {
		padding-inline: 10px;
		gap: 10px;
		margin-top: 40px;
	}
	.section-2__title {
		padding-inline: 10px;
	}
	.section-2__title br {
		display: none;
	}
	.section-2__card {
		max-width: unset;
	}
	.section-2__card-name,
	.section-2__card-info {
		padding: 0;
		text-align: center;
	}
	.section-2__card-name br,
	.section-2__card-info br {
		display: none;
	}
	.section-2__layout {
		padding: 50px 0;
		border-radius: 40px;
	}
	.section-4__layout {
		margin-top: 30px;
	}
	.section-4__panel {
		gap: 10px 15px;
	}
	.section-4__card-title {
		font-size: 28px;
	}
	.section-4__card-title br {
		display: none;
	}
	.section-4__header {
		position: relative;
	}
	.section-4__header .main-slider__navigation {
		position: absolute;
		right: 20px;
		bottom: 0;
	}
	.section-4__card-subtitle {
		padding-right: 140px;
	}
	.section-4__card-subtitle br {
		display: none;
	}
	.section-4 ._nowrap1200 {
		text-wrap: nowrap;
	}
	.section-guard__layout {
		position: relative;
		z-index: 3;
	}
	.section-guard__image {
		z-index: -1;
		top: 0;
	}
	.section-guard__title {
		font-size: 32px;
	}
	.section-guard__button {
		max-width: 370px;
		padding: 25px 15px;
	}
	.section-thx .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-thx__layout {
		margin-left: 30px;
	}
	.section-thx__title {
		font-size: 47px;
	}
	.modal__politics {
		padding: 25px;
	}
	.modal__politics-title {
		font-size: 28px;
	}
	.modal__politics-text {
		font-size: 18px;
	}
	.main-slider__main-text {
		font-size: 21px;
	}
}
@media (max-width: 991px) {
	.section-31__video {
		margin-top: 30px;
	}
	.section-ez__btn {
		min-height: 85px;
		margin-top: 40px;
	}
	.section-ez {
		padding: 50px 0;
	}
	.section-ez__layout {
		margin-top: 50px;
	}
	.section-ez__card {
		padding: 25px;
		max-width: unset;
		min-height: 32vw;
	}
	.section-ez__card-title {
		margin-top: 5px;
	}
	.section-ez__card-textbox {
		width: 100%;
		max-width: 61%;
	}
	.section-ez__card-image {
		max-width: 41% !important;
		width: fit-content;
		object-fit: contain;
		height: calc(100% - 20px);
	}
	.section-ez__card:nth-child(1) .section-ez__card-image {
		height: calc(100% - 26px);
	}
	.section-ez__card:nth-child(2) .section-ez__card-image {
		height: calc(100% - 16px);
	}
	.section-ez__card-title br {
		display: none;
	}
	.section-ez__card-subtitle br {
		display: none;
	}
	.thanks-guy {
		height: 80%;
	}
	.section-22 {
		margin-top: 50px;
	}
	.award-marka {
		right: 100%;
		top: -16.81px;
		width: 40px;
		height: 44px;
	}
	.award-marka::after {
		max-width: 79.16px;
		height: 87.22px;
	}
	.section-5__quiz._quiz .next-button,
	._quiz .submit-button,
	.quiz-step._last-step .form__input,
	.section-thx__phone .form__input,
	.section-thx__btn {
		min-height: unset !important;
		max-height: 80px !important;
	}

	.section-thx__phone .form__input {
		border: 1px solid #34435e;
	}
	._quiz .next-button {
		margin-top: 20px !important;
	}
	.main-slider__text br {
		display: none;
	}
	.section-4__header-text,
	.section-4__slider {
		padding-inline: 10px;
	}
	.section-5__leftside {
		padding: 0;
		padding-bottom: 20px;
	}
	.quiz-step._last-step {
		padding: 0;
	}
	._image-wrapper {
		padding: 50px 0;
	}
	._page-title br {
		display: none;
	}
	.quiz-title br {
		display: none;
	}
	.quiz-step._last-step ._last-step-bg {
		bottom: -20px;
		right: -29px;
		width: 200px;
	}
	.quiz-step._last-step .quiz-guarant {
		right: -10px;
		bottom: -37px;
	}
	.section-5__quiz {
		flex-direction: column;
	}
	.section-5__rightside {
		max-width: unset;
		display: flex;
	}
	.section-5__rightside {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
	}
	.section-5__author-special br {
		display: none;
	}
	.section-5__author-image {
		width: 100px;
		height: 99px;
		flex-shrink: 0;
	}
	.section-5__author-namebox {
		justify-content: flex-start;
	}
	.section-5__author-description {
		order: 3;
		width: 61%;
	}
	.section-5__author-description br {
		display: none;
	}
	.section-5__videobox {
		order: 4;
		flex-shrink: 0;
	}
	.section-5__contacts-name br {
		display: none;
	}
	.section-5__links {
		justify-content: center;
	}
	.section-5__author-description,
	.section-5__contacts,
	.section-5__videobox {
		margin-top: 0;
	}
	._nowrap991 {
		text-wrap: nowrap;
	}
	._page-title {
		font-size: 35px;
	}
	._section,
	.download-modal {
		margin-top: 65px;
	}
	.default {
		padding-top: 0 !important;
	}
	.default .container {
		padding-inline: unset !important;
	}
	.default__layout {
		gap: 5px 10px !important;
		flex-wrap: wrap;
		border-radius: 0;
	}
	.section-0 {
		margin-top: 40px;
		padding-bottom: 30px;
		overflow: hidden;
	}
	.section-0__layout {
		align-items: flex-start;
		gap: 15px;
	}
	.section-0__guarant {
		width: 101px;
		height: 105px;
		left: -10px;
		bottom: -10px;
	}
	.section-0__guarant-year {
		font-size: 50px;
	}
	.section-0__guarant-text {
		font-size: 14px;
		margin-top: -5px;
	}
	.section-0__title {
		font-size: 37px;
	}
	.section-0__leftside {
		gap: 15px;
	}
	.section-0__rightside {
		max-width: 250px;
		flex-shrink: 0;
	}
	.section-0__info {
		gap: 10px;
		font-size: 16px;
	}
	.section-0__info::before {
		width: 40px;
		height: 40px;
	}
	.section-0__button {
		padding: unset;
		min-height: 80px;
	}
	.section-1__card-title {
		font-size: 23px;
	}
	.section-1__card-list {
		margin-top: 20px;
	}
	.section-2__cards {
		margin-top: 20px;
	}
	.section-2__card-name,
	.section-2__card-info {
		text-align: left;
	}
	.section-2__card-name br,
	.section-2__card-info br {
		display: none;
	}
	.download-modal .section-6__form {
		padding: 0 !important;
	}
	.download-modal .form__inner {
		margin-top: 20px;
	}
	.download-modal .form__content {
		background-color: rgba(0, 0, 0, 0.5215686275);
		border-radius: 30px;
		padding: 40px 20px !important;
	}
	.download-modal .form__items {
		gap: 5px;
	}
	.download-modal .form__input {
		max-width: 330px !important;
		max-height: 80px !important;
		min-height: unset;
	}
	.download-modal .form__button {
		max-width: 370px;
		max-height: 80px !important;
		min-height: unset;
	}
	.download-modal .form__docs {
		height: 100%;
	}
	.download-modal .form__callback {
		font-size: 20px;
		padding-left: 20px;
	}
	.download-modal .form__items {
		flex-wrap: nowrap;
	}
	.section-4__header {
		flex-direction: column;
		gap: 5px;
	}
	.section-4 .main-slider__navigation {
		position: static;
		margin-right: 20px;
	}
	.section-4 .section-4__card {
		padding: 40px 0;
	}
	.section-4 .section-4__card-subtitle {
		padding-right: unset;
	}
	.section-9__container {
		justify-content: center;
	}
	.section-9 .form {
		padding: 30px 20px;
	}
	.section-9 .form__title {
		font-size: 28px;
	}
	.section-9 .form__title br {
		display: none;
	}
	.section-9 .form__subtitle br {
		display: none;
	}
	.section-9 .form__input {
		max-width: unset;
		max-height: 80px;
	}
	.section-9 .form__textarea {
		min-height: 120px;
	}
	.section-9 .form__button {
		max-height: 80px;
		padding-inline: 10px;
	}
	.section-thx .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-thx__layout {
		margin-left: 0;
	}
	.section-thx__title {
		font-size: 51px;
	}
	.section-thx__subtitle {
		font-size: 24px;
	}
	.section-thx__checkin {
		margin-top: 20px;
	}
	.section-links__subtitle {
		margin-top: 15px;
		font-size: 24px;
	}
	.sticky-header .container {
		padding-inline: 0;
	}
	.sticky-header {
		top: 0;
	}
	.callback__left,
	.callback__right {
		padding: 25px 20px;
	}
	.callback-title {
		font-size: 32px;
	}
	.callback-title br {
		display: none;
	}
	._callback__input,
	._callback__button {
		max-height: 75px;
	}
	.callback-subtitle {
		font-size: 20px;
	}
	.callback-subtitle br {
		display: none;
	}
	.modal__politics {
		padding: 20px 15px;
	}
	.modal__politics-title {
		font-size: 24px;
	}
	.modal__politics-text {
		font-size: 16px;
		margin-top: 10px;
	}
	.modal__award .award__form {
		padding: 20px;
	}
}
@media (max-width: 903px) {
	.default__mailbox {
		order: 5;
		min-width: 300px;
	}
	.default__social {
		margin-left: auto;
	}
	.section-4__card-title {
		font-size: 26px;
	}
	.section-4__card-subtitle {
		font-size: 18px;
	}
}
@media (max-width: 767.98px) {
	.section-ez__btn {
		min-height: 80px;
		margin-top: 30px;
	}
	.section-ez {
		padding: 30px 0;
	}
	.section-ez__layout {
		margin-top: 30px;
	}
	.thanks-guy {
		position: static;
		margin-inline: auto;
		display: block;
		order: 2;
		width: 90%;
		max-width: 400px;
		margin-top: 20px;
	}
	.section-22 {
		margin-top: 30px;
	}
	.award-marka {
		display: none;
	}
	.section-5__quiz._quiz .next-button,
	._quiz .submit-button,
	.quiz-step._last-step .form__input,
	.section-thx__phone .form__input,
	.section-thx__btn {
		max-height: 70px !important;
	}
	.section-4__card-title {
		font-size: 20px;
	}
	.section-4__card-subtitle {
		font-size: 16px;
	}
	.section-4__header-text {
		gap: 10px;
	}
	.section-5__quiz {
		padding: 15px;
	}
	._image-wrapper {
		padding: 25px 0;
	}
	.section-5__leftside {
		padding-top: 0;
	}
	.section-5__quiz._quiz {
		padding-left: 20px !important;
		padding: 25px 20px;
	}
	.section-4 .section-4__card {
		padding: 30px 0;
	}
	.main-slider__main-text {
		font-size: 22px;
	}
	.main-slider__slide-content {
		padding: 20px 15px;
	}
	.main-slider__text {
		margin-top: 10px;
	}
	.default__layout {
		padding: 10px;
	}
	._page-title {
		font-size: 27px;
	}
	._section,
	.download-modal {
		margin-top: 30px;
	}
	.section-11__contacts-inner {
		gap: 15px;
	}
	.section-11__contacts-title {
		margin-bottom: 5px;
	}
	.section-11 #map {
		padding-inline: 10px;
	}
	.section-11__map {
		display: flex;
		flex-direction: column-reverse;
		gap: 15px;
	}
	.section-11__contacts {
		margin-top: 0;
	}
	#map {
		position: static;
		height: 400px;
	}
	.section-0__layout {
		flex-direction: column;
	}
	.section-0__list,
	.section-0__button {
		margin-top: 10px;
	}
	.section-0__leftside {
		width: 100%;
	}
	.section-0__title br,
	.section-0__info br {
		display: none;
	}
	.section-0__title {
		font-size: 30px;
	}
	.section-0__rightside {
		max-width: unset;
		padding-bottom: 80%;
	}
	.section-0__button {
		max-width: unset;
		min-height: 70px;
	}
	.section-1__layout {
		flex-direction: row-reverse;
		overflow-x: scroll;
		align-items: stretch;
		padding-bottom: 5px;
	}
	.section-1__card {
		width: 80%;
		min-width: 500px;
		flex-direction: column-reverse;
		max-height: unset;
		min-height: 743px;
		justify-content: flex-end;
	}
	.section-1__card._big-card .section-1__card-right img._image-abs {
		height: unset;
	}
	.section-1__card-left {
		height: 100%;
	}
	.section-1__deviant {
		min-width: 500px;
	}
	.section-1__card-left {
		max-width: unset;
		border-radius: 0 0 20px 20px;
	}
	.section-1__card-right {
		max-width: unset;
		overflow: hidden;
		border-radius: 20px 20px 0 0;
	}
	.section-1__card-number {
		width: 60px;
		height: 60px;
		right: 10px !important;
		bottom: 10px !important;
	}
	.section-1__devblock {
		padding: 30px 20px;
	}
	.section-1__card-type {
		max-height: unset !important;
		margin-top: 20px !important;
	}
	.section-1__card-list._grey-list {
		flex-wrap: nowrap !important;
		max-height: unset !important;
	}
	.section-1__devblock br {
		display: none;
	}
	.section-2__cards {
		overflow-x: scroll;
		padding-bottom: 5px;
	}
	.section-2__card {
		min-width: 300px;
	}
	.download-modal .form__items {
		flex-direction: column;
		max-width: unset;
	}
	.download-modal .form__input,
	.download-modal .form__button {
		max-width: unset !important;
		width: 100%;
		min-height: 70px;
	}
	.download-modal .form__footer {
		flex-direction: column-reverse;
		margin-top: 15px;
		gap: 10px;
		margin-inline: auto;
	}
	.section-4__layout {
		margin-top: 20px;
	}
	.section-4__control {
		padding: 15px 10px;
		width: unset;
	}
	.section-4__cards {
		margin-top: 30px;
	}
	.accordion__item .open-item {
		min-width: 39px;
		height: 39px;
		align-items: center;
		padding-top: unset;
	}
	.accordion__item .open-item svg {
		width: 12px;
	}
	.section-guard__layout {
		flex-direction: column;
		gap: 10px;
		padding: 25px 0;
	}
	.section-guard__title {
		font-size: 28px;
	}
	.section-guard__title br {
		display: none;
	}
	.section-guard__button {
		text-wrap: nowrap;
		padding: 20px 5px;
	}
	.section-guard__image {
		max-width: 121px;
		right: 0;
		left: unset;
		bottom: -65px;
		top: unset;
	}
	.section-guard__image img {
		width: 100%;
	}
	._nowrap767 {
		text-wrap: nowrap;
	}
	.section-links__layout {
		gap: 10px;
	}
	.section-links__button {
		gap: 10px !important;
		padding: 20px 10px;
		justify-content: center;
	}
	.section-links__button::before {
		width: 28px !important;
	}.section-links__button._whatsapp-link::before {
		height:28px;
	}
	.quiz-inner {
		margin-top: 15px;
	}
}
@media (max-width: 755px) {
	.section-5__rightside {
		padding: 20px 10px;
	}
	.section-5__author-special br {
		display: inline-block;
	}
	.section-5__author-description {
		width: 50%;
	}
}
@media (max-width: 599px) {
	.quiz-step._last-step .quiz-guarant {
		width: 100px;
		height: 104px;
	}
	.quiz-step._last-step .quiz-guarant-title {
		font-size: 35px;
	}
	.quiz-step._last-step .quiz-guarant-subtitle {
		font-size: 14px;
	}
	.quiz-inner {
		justify-content: flex-start;
		gap: 10px !important;
	}
	.quiz-inner .quiz-label {
		max-width: unset;
		width: 100%;
	}
	.quiz-inner .quiz-label br {
		display: none;
	}
	.quiz-inner .quiz-label._quiz-textarea {
		max-width: 200px;
	}
	.quiz-inner .quiz-label._quiz-textarea input {
		width: 100%;
	}
	.section-5__links {
		gap: 10px;
	}
	.section-5__rightside {
		align-items: center;
	}
	.section-5__author-description {
		width: 100%;
	}
	.section-5__contacts {
		order: 3;
	}
	.section-5__video-text {
		align-items: center;
	}
	.section-5__video-text::before {
		width: 50px;
		height: 50px;
		background-size: 18px 18px;
	}
}
@media (max-width: 571px) {
	.default__mailbox {
		order: 5;
		min-width: unset !important;
	}
	.default__mailbox > * {
		font-size: 16px;
	}
	.default__button {
		order: 2;
	}
	.default__social {
		order: 3;
		margin-left: unset;
	}
}
@media (max-width: 550px) {
	.quiz-step._last-step ._last-step-bg {
		display: none;
	}
	.section-5__quiz._quiz .next-button {
		max-width: unset;
	}
	.section-4__card-title {
		font-size: 20px;
		font-weight: 500;
	}
	.download-modal .form__input,
	.download-modal .form__button {
		min-height: 60px !important;
		max-height: 60px !important;
	}
	.download-modal .form__input {
		padding: 20px;
	}
	.download-modal .form__content {
		padding-inline: 15px !important;
	}
	.download-modal .form__check-label {
		padding-left: 19px;
	}
	.download-modal .form__callback {
		font-size: 18px;
	}
	.section-1__layout {
		gap: 15px;
	}
	.section-1__card,
	.section-1__deviant {
		min-width: 350px;
	}
	.section-1__card-left {
		padding: 10px 20px 20px 20px !important;
	}
	.section-1__card-list {
		margin-top: 10px;
	}
	.section-1__card-right {
		padding-bottom: 43.75% !important;
	}
	.section-1__card-title {
		font-size: 20px;
	}
	.section-1__card-type {
		padding: 15px 15px !important;
		margin-top: 15px !important;
	}
	.section-1__card-list._grey-list {
		margin-top: 10px !important;
		gap: 5px !important;
	}
	.section-1__card {
		min-height: unset;
	}
	.section-links__layout {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.section-9 .form__input,
	.section-9 .form__button {
		max-height: 72px;
	}
	.section-9 .form__check-label {
		text-wrap: nowrap;
		padding-left: 20px;
	}
}
@media (max-width: 486px) {
	._special-br-class {
		display: none;
	}
	.section-5__video-text {
		gap: 10px;
	}
}
@media (max-width: 476px) {
	.section-5__contacts {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	.section-5__contacts-name br {
		display: none;
	}
	.section-5__links {
		gap: 7px;
		margin-top: 0;
	}
}
@media (max-width: 462px) {
	.default__button {
		padding: 5px 10px !important;
		width: -moz-fit-content !important;
		width: fit-content !important;
		max-width: unset !important;
	}
}
@media (max-width: 420px) {
	.default__social {
		order: 2;
	}
	.default__button {
		width: 100% !important;
	}
	.default__mailbox {
		margin-inline: auto;
	}
}

@media (min-width: 992px) {
	.modal__callback {
		min-width: 915px;
	}
}
@media (max-width: 767px) {
	.section-thx .container {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.section-thx__title {
		font-size: 35px;
	}
	.section-thx__subtitle {
		font-size: 18px;
	}
	.section-thx__alert {
		font-size: 16px;
	}
	.section-thx__alert br,
	.section-thx__subtitle br {
		display: none;
	}
	.section-thx .section-thx__checkin {
		flex-direction: column;
		max-width: 380px;
		gap: 10px;
	}
	.section-thx .thanks-check {
		max-width: unset;
	}
	.section-thx .form__input {
		max-height: 80px;
		max-width: unset;
	}
	.section-thx .section-thx__btn {
		margin-left: unset;
		max-width: unset;
	}
	.section-links .form__callback {
		margin-top: 15px;
		font-size: 18px;
	}
	.section-links__subtitle {
		margin-top: 10px;
		font-size: 22px;
	}
	.section-links__subtitle br {
		display: none;
	}
	.modal__callback {
		flex-direction: column;
	}
	.callback__left,
	.callback__right {
		max-width: unset;
	}
	.callback__left {
		border-radius: 20px 20px 0 0;
	}
	.callback__right {
		border-radius: 0 0 20px 20px;
	}
	.callback-title,
	.award-title {
		font-size: 28px;
	}
	.callback__author {
		margin-top: 20px;
	}
	.callback__author-special br {
		display: none;
	}
	.callback-subtitle,
	.award-subtitle {
		font-size: 16px;
	}
	.modal__award .form__inner {
		margin-top: 10px;
	}
	.modal__award {
		padding: 0;
		align-items: center;
		background: none;
		max-width: 420px;
	}
	.modal__award .award__form {
		max-width: unset;
		width: 100%;
	}
}
@media (max-width: 550px) {
	.section-31__video {
		margin-top: 20px;
	}
	.section-ez__num {
		max-width: 90px;
		min-height: 30px;
	}
	.section-ez__control {
		right: 10px;
		bottom: 5px;
		max-width: 146px;
		gap: 5px;
	}
	.section-ez__switch {
		min-height: 30px;
	}
	.section-ez__btn {
		min-height: 75px;
		margin-top: 25px;
	}
	.section-ez__card-textbox {
		max-width: unset;
	}
	.section-ez__card-subtitle {
		max-width: 61%;
	}
	.section-ez__card-image {
		bottom: 0 !important;
		height: unset !important;
		max-height: 68%;
	}
	.section-ez__card {
		padding: 25px 20px;
	}
	.modal__award .award__form {
		padding: 20px 15px;
	}
	.modal__politics {
		padding: 15px 10px;
	}
	.callback-title {
		font-size: 23px;
	}
	.callback__author-image {
		width: 60px;
		height: 60px;
	}
	.callback__author-image img {
		width: 100%;
		object-fit: cover;
	}
	._callback__input,
	._callback__button {
		max-height: 70px;
	}
}
@media (max-width: 448px) {
	.sticky-header .default__layout {
		justify-content: space-between;
	}
}

@media (max-width: 767.98px) {
	._overflow-container_mob {
		max-width: 100%;
		padding: 0;
	}
	._overflow-container_mob ._coursor + div {
		padding: 0 15px;
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
		grid-auto-flow: column;
		overflow-x: scroll;
		overflow-y: visible;
		margin-top: 0 !important;
		padding-bottom: 10px !important;
		gap: 15px;
	}
}
.disable-hover,
.disable-hover * {
	pointer-events: none !important;
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
	0% {
		transform: translateX(80px) scale(1);
		opacity: 0;
	}

	10% {
		transform: translateX(80px) scale(1);
		opacity: 1;
	}

	20%,
	60% {
		transform: translateX(175px) scale(0.6);
		opacity: 1;
	}

	80% {
		transform: translateX(5px) scale(0.6);
		opacity: 1;
	}

	to {
		transform: translateX(5px) scale(0.6);
		opacity: 0;
	}
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
	0%,
	60% {
		transform: translateX(0);
	}

	80%,
	to {
		transform: translateX(-240px);
	}
}
._coursor {
	display: none;
	align-items: center;
	justify-content: center;
	margin: 20px 0;
}
@media (max-width: 767px) {
	._coursor {
		display: flex;
		margin-bottom: 0;
	}
	.section-1__layout,
	.section-2__cards {
		margin-top: 10px !important;
	}
}
.tooltip-horizontal-scroll-icon_hand {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
	animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

.modal .section-5__quiz {
	padding: 0 !important;
}

.modal .section-5__layout {
	margin-top: 0 !important;
}

.header__tel {
	font-weight: 500;
	font-size: 18px;
	font-weight: 400;
	line-height: 144.444444%;
	text-align: left;
	margin-bottom: 7px;
	font-weight: 500;
	display: block;
}
@media (max-width: 47.9988em) {
	.header__tel {
		font-size: 16px;
	}
	.default__description {
		font-size: 11px;
	}
	.default__social-icon {
		width: 40px;
		height: 40px;
	}
	.sticky-header__button {
		max-width: fit-content;
		padding: 15px 10px;
	}
	._modal__quiz {
		padding: 20px;
	}
	.quiz-step .quiz-title {
		font-size: 23px !important;
	}
	.section-5__link {
		width: 40px;
		height: 40px;
	}
	.section-5__contacts {
		padding: 10px;
	}
	.section-5__author-image {
		width: 80px;
		height: 80px;
	}
	.section-5__author-description {
		font-size: 14px;
	}
	.form__docs {
		opacity: 0.5;
	}
	.section-4__card-title {
		font-size: 18px;
	}
	.section-5__layout,
	.accordion {
		margin-top: 30px;
	}
	.accordion__title {
		font-size: 18px;
	}
}
@media (max-width: 479.98px) {
	.section-guard__title {
		font-size: 24px;
	}
}
.section-thx__phone .form__input {
	border: 1px solid #d4d4d4;
}

.form__items_horizontal input,
.subscribe-form-item {
	width: 100%;
}

.has-iframe{
	.fancybox__content{
		padding: 0;
	}
}

.modal {
	position: relative !important;
}


.cookie_notice {
  z-index: 1111111111;
  position: fixed;
  display: flex;
  gap: 15px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0.2%;
  font-size: 14px;
  line-height: 1.2;
  max-width: 960px;
  text-align: center;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);

  border-radius: 15px;

  z-index: 99;
  display: block;
  /* Показываем по умолчанию */
}

.cookie_btn{
  color: #ffffff;
  font-weight: 500;
}

#cookie-disagree {
  background-color: grey;
}

.cookie_pic {
  flex-shrink: 0;
}
.cookie_pic img{
  width: 100%;
}

.cookie-inner {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 20px;
  overflow: hidden;
}

.cookie-info {
  align-items: center;
  text-align: left;
  gap: 15px;

  b {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
  }
}

.cookie_buttons {
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: center;
}

.cookie_btn {
  display: inline-block;

  height: 50px;
  width: 170px;
  min-height: 50px !important;
  border: 0;
  border-radius: 30px;
  cursor: pointer;
}

.form__check-input:invalid+label {
  color: #dc3545;
}

.cookie-info {
  display: flex;
}

@media (max-width: 767.98px) {
  .cookie_pic {
    display: none;
  }

  .cookie-info {
    flex-direction: column;
    gap: 10px;
  }

  .cookie_buttons {
    width: 100%;
    flex-direction: row;
  }

  .cookie_notice {
    font-size: 12px;
  }

  .cookie-info b {
    font-size: 18px;
    text-align: center;
  }
}