@import "../fonts/stylesheet.css";
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

:focus,
:active {
	outline: none;
}

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

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

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Gosha Sans";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Gosha Sans";
}

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

button {
	cursor: pointer;
	background: none;
}

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-weight: inherit;
	font-size: inherit;
}

html.lock, body._lock {
	overflow: hidden;
	-ms-touch-action: none;
	    touch-action: none;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
}

body {
	background: #0a0a0a;
}

._ibg {
	position: relative;
}
._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: hidden;
}
.wrapper > main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}

._container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 30px;
}
@media (max-width: 480px) {
	._container {
		padding: 0 15px;
	}
}

.title {
	font-weight: 500;
	font-size: 60px;
	line-height: 122%;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 1024px) {
	.title {
		font-size: 50px;
	}
}
@media (max-width: 820px) {
	.title {
		font-size: 40px;
	}
}
@media (max-width: 820px) {
	.title {
		font-size: 30px;
	}
}

.text {
	font-weight: 300;
	font-size: 20px;
	line-height: 125%;
	color: #fff;
}
@media (max-width: 1024px) {
	.text {
		font-size: 18px;
	}
}
@media (max-width: 820px) {
	.text {
		font-size: 15px;
	}
}

.btn {
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 10px 20px;
	height: 72px;
	text-align: center;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 114%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#000f83), to(#000f83));
	background: -o-linear-gradient(left, #000f83 0%, #000f83 100%);
	background: linear-gradient(90deg, #000f83 0%, #000f83 100%);
	gap: 5px;
}
.btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#36408A), to(#192584));
	background: -o-linear-gradient(left, #36408A 0%, #192584 100%);
	background: linear-gradient(90deg, #36408A 0%, #192584 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn img {
	width: 12px;
}
@media (min-width: 1024px) {
	.btn:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.btn:hover::after {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 820px) {
	.btn {
		height: 58px;
	}
}

.btn2 {
	font-family: "SF UI Display", sans-serif;
	text-transform: uppercase;
	max-width: 100%;
	font-size: 13px;
	line-height: 135%;
	letter-spacing: 0.05em;
	-webkit-box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.25);
	        box-shadow: inset 0 3px 3px 0 rgba(255, 255, 255, 0.25);
	background: -webkit-gradient(linear, left top, right top, from(#0939ce), color-stop(50%, #4e70db), to(#0939ce));
	background: -o-linear-gradient(left, #0939ce 0%, #4e70db 50%, #0939ce 100%);
	background: linear-gradient(90deg, #0939ce 0%, #4e70db 50%, #0939ce 100%);
}
@media (max-width: 820px) {
	.btn2 {
		font-size: 10px;
	}
}

.header {
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	height: 119px;
}
.header._fixed {
	background: rgba(0, 0, 0, 0.85);
	height: 85px;
}
.header._fixed .header__logo img {
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 102px;
}
@media (max-width: 480px) {
	.header._fixed {
		height: 69px;
	}
}
@media (max-width: 1024px) {
	.header {
		height: 85px;
	}
}
@media (max-width: 480px) {
	.header {
		height: 69px;
	}
}

.header__row {
	padding: 20px 0px;
}
@media (max-width: 1024px) {
	.header__row {
		margin: 0px 55px 0px 0px;
	}
}
@media (max-width: 480px) {
	.header__row {
		padding: 12px 0px;
		margin: 0px 45px 0px 0px;
	}
}

.header__logo {
	position: relative;
	z-index: 5;
}
.header__logo img {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 174px;
}
@media (max-width: 1024px) {
	.header__logo img {
		width: 102px;
	}
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu__list li {
	margin: 0px 20px 0px 0px;
}
.menu__list li:last-child {
	margin: 0;
}
@media (max-width: 1024px) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.menu__list li {
		margin: 0px 0px 30px 0px;
	}
}

.menu__link {
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 17px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
}
.menu__link::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.menu__link:hover {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	.menu__link:hover::after {
		bottom: -3px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
.menu__link._active {
	font-weight: 500;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.menu__link._active::after {
	bottom: -3px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu__body {
	position: relative;
}
@media (max-width: 1024px) {
	.menu__body {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		padding: 30px 40px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		-webkit-backdrop-filter: blur(16px);
		        backdrop-filter: blur(16px);
	}
	.menu__body._active {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 1024px) and (max-width: 1024px) {
	.menu__body {
		padding: 125px 40px 75px 40px;
	}
}
@media (max-width: 1024px) and (max-width: 480px) {
	.menu__body {
		padding: 100px 20px;
	}
}
@media (max-width: 1024px) {
	.menu__body > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}

@media (max-width: 1024px) {
	._hidden {
		display: none;
	}
}

.icon-menu {
	display: none;
}
@media (max-width: 1024px) {
	.icon-menu {
		display: block;
		position: absolute;
		top: 50%;
		right: 30px;
		-webkit-transform: translate(0, -50%);
		    -ms-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: calc(50% - 1px);
		left: 0px;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu._active span {
		-webkit-transform: scale(0);
		    -ms-transform: scale(0);
		        transform: scale(0);
	}
	.icon-menu._active span:first-child {
		-webkit-transform: rotate(-45deg);
		    -ms-transform: rotate(-45deg);
		        transform: rotate(-45deg);
		top: calc(50% - 1px);
	}
	.icon-menu._active span:last-child {
		-webkit-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}
}
@media (max-width: 480px) {
	.icon-menu {
		right: 15px;
	}
}

/*
body {
	&._lock {
		overflow: hidden;
		.header {
			left: -7.5px;
		}
	}
}
*/
body::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s;
	transition: opacity 0.8s ease 0s;
	pointer-events: none;
	z-index: 149;
}

.popup-show body::after {
	opacity: 1;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 30px 10px;
	-webkit-transition: visibility 0.8s ease 0s;
	-o-transition: visibility 0.8s ease 0s;
	transition: visibility 0.8s ease 0s;
	visibility: hidden;
	pointer-events: none;
}

.popup_show {
	z-index: 150;
	visibility: visible;
	overflow: auto;
	pointer-events: auto;
}

.popup_show .popup__content {
	visibility: visible;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

.popup__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	align-items: center;
}

.popup__content {
	visibility: hidden;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	-o-transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	width: 100%;
	max-width: 900px;
	border-radius: 20px;
}
.lock .popup__content {
	visibility: visible;
}
.popup__content > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}

.popup__close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0);
	border-radius: 50px;
	background: url("../img/icons/close.svg") no-repeat;
	background-size: 30px;
	background-position: center;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
	.popup__close:hover {
		border: 1px solid white;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}
@media (max-width: 480px) {
	.popup__close {
		top: 5px;
		right: 5px;
	}
}

.callback-popup .popup__content {
	padding: 60px 50px;
	max-width: 832px;
	background: url("../img/start/bg.webp") no-repeat;
	background-size: cover;
	background-position: center bottom;
}
@media (max-width: 480px) {
	.callback-popup .popup__content {
		padding: 36px 30px;
	}
}
.callback-popup .contactus-form {
	width: 100%;
}
.callback-popup .contactus-form .input {
	border-radius: 50px;
}
@media (max-width: 480px) {
	.callback-popup .contactus-form .input {
		height: 52px;
	}
}
.callback-popup .btn {
	background: #212528;
}
@media (max-width: 480px) {
	.callback-popup .btn {
		height: 52px !important;
	}
}

.popup__title {
	font-size: 35px;
	color: #fff;
	text-align: center;
	margin: 0px 0px 35px 0px;
}
@media (max-width: 480px) {
	.popup__title {
		font-size: 25px;
		margin: 0px 0px 20px 0px;
	}
}

.popup__text {
	text-align: center;
}

footer {
	padding: 30px 0px;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px 25px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-family: var(--font-family);
	font-weight: 300;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
}
.footer__row h3 {
	font-weight: 500;
}
.footer__row a {
	color: #fff;
}
@media (min-width: 1024px) {
	.footer__row a:hover {
		text-decoration: underline;
	}
}
@media (max-width: 600px) {
	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}

.footer__col {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 260px;
	        flex: 0 1 260px;
}
.footer__col > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}
@media (max-width: 820px) {
	.footer__col > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}
.footer__col ul > *:not(:last-child) {
	margin: 0px 0px 5px 0px;
}
@media (max-width: 820px) {
	.footer__col ul > *:not(:last-child) {
		margin: 0px 0px 10px 0px;
	}
}
@media (max-width: 600px) {
	.footer__col {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 90%;
	}
}

.footer__logo {
	display: block;
	width: 155px;
}
.footer__logo img {
	width: 100%;
}
@media (max-width: 600px) {
	.footer__logo {
		position: relative;
		top: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		    -ms-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
}

address {
	font-style: normal;
}

.footer__btn {
	width: 100%;
	height: 50px;
	margin-top: 16px;
	text-decoration: none !important;
}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder {
	opacity: 1;
}

input:-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder {
	opacity: 1;
}

input:focus::-webkit-input-placeholder {
	opacity: 0;
}

input:focus::-moz-placeholder {
	opacity: 0;
}

input:focus:-moz-placeholder {
	opacity: 0;
}

input:focus:-ms-input-placeholder {
	opacity: 0;
}

.input, textarea {
	width: 100%;
	padding: 10px 30px;
	border: 1px solid var(--blue);
	border-radius: 50px;
	height: 60px;
	position: relative;
}
.input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #acacac;
}
.input::-moz-placeholder, textarea::-moz-placeholder {
	color: #acacac;
}
.input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #acacac;
}
.input::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #acacac;
}
.input::placeholder, textarea::placeholder {
	color: #acacac;
}
.input._form-error, textarea._form-error {
	border: 1px solid red;
	background: #ffdfdf;
}
.input._form-error::-webkit-input-placeholder, textarea._form-error::-webkit-input-placeholder {
	color: red;
}
.input._form-error::-moz-placeholder, textarea._form-error::-moz-placeholder {
	color: red;
}
.input._form-error:-ms-input-placeholder, textarea._form-error:-ms-input-placeholder {
	color: red;
}
.input._form-error::-ms-input-placeholder, textarea._form-error::-ms-input-placeholder {
	color: red;
}
.input._form-error::placeholder, textarea._form-error::placeholder {
	color: red;
}
@media (max-width: 480px) {
	.input, textarea {
		height: 44px;
	}
}

textarea {
	resize: none;
	height: 100px;
	border-radius: 30px;
}
@media (max-width: 480px) {
	textarea {
		border-radius: 20px;
	}
}

.form__item {
	width: 100%;
	position: relative;
}
.form__item .form__error {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	background: #fff;
	color: red;
	pointer-events: none;
}

.form-sent-msg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.form-sent-msg.active {
	opacity: 1;
	visibility: visible;
}

.form-sent-msg p {
	margin: 0;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.contactus-form {
	width: 542px;
	max-width: 100%;
}
.contactus-form .hidd {
	display: none;
}
.contactus-form .form__item img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 12px;
	height: 12px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.contactus-form > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
.contactus-form .btn {
	width: 100%;
	height: 60px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.contactus-form .btn {
		height: 44px;
	}
}
.contactus-form .checkbox {
	margin-top: 5px;
	font-size: 14px;
	color: #fff;
}

.checkbox {
	position: relative;
	text-align: left;
}
.checkbox._form-error {
	color: red;
}
.checkbox._form-error .checkbox__label:before {
	border: 1px solid red;
}
.checkbox:not(:last-child) {
	margin-bottom: em(5);
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox__input:checked + .checkbox__label:after {
	opacity: 1;
	visibility: visible;
}
.checkbox__label {
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	gap: 10px;
}
.checkbox__label:before {
	content: "";
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 14px;
	        flex: 0 0 14px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 40px;
}
.checkbox__label::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 4px;
	width: 10px;
	height: 15px;
	background: url("../img/icons/ok.svg") no-repeat;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}
.checkbox a {
	color: #000;
	text-decoration: underline;
}
@media (min-width: 1024px) {
	.checkbox a:hover {
		text-decoration: none;
	}
}

.swiper {
	overflow: hidden;
	position: relative;
}

.swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.swiper-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.swiper-initialized .swiper-slide {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	        transform: translate3d(0px, 0, 0);
}

.swiper-button-lock,
.swiper-pagination-lock {
	display: none !important;
}

.swiper-pagination-bullets {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 20px 0px 0px 0px;
}

.swiper-pagination-bullet {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10px;
	        flex: 0 0 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0px 10px 0px 0px;
	border: 1px solid #fff;
}
.swiper-pagination-bullet:last-child {
	margin: 0;
}

.swiper-pagination-bullet-active {
	background: #fff;
}

.slider-controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slider-controls .button-prev,
.slider-controls .button-next {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
}
.slider-controls .button-prev {
	margin: 0px 20px 0px 0px;
}

.button-prev {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 33px;
	height: 33px;
	background: url("../img/icons/p-left.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.button-next {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 33px;
	height: 33px;
	background: url("../img/icons/p-right.svg") no-repeat;
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: #D9D8D8;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: #F29BAB;
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-button-disabled {
	opacity: 0.6;
}

.start-slider {
	display: none;
	margin: 0 auto;
}
.start-slider .slider-controls {
	margin: 0px 0px 10px 0px;
}
.start-slider .swiper-slide > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
@media (max-width: 760px) {
	.start-slider {
		display: block;
		max-width: 80%;
	}
}

.hero {
	position: relative;
	z-index: 1;
	margin: 119px 0px 0px 0px;
}
@media (max-width: 1024px) {
	.hero {
		margin: 85px 0px 0px 0px;
	}
}
@media (max-width: 480px) {
	.hero {
		margin: 0;
	}
}

.hero__bg {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
}
.hero__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 26px;
}
@media (max-width: 1366px) {
	.hero__bg img {
		border-radius: 0;
	}
}
@media (max-width: 480px) {
	.hero__bg img {
		-o-object-position: center;
		   object-position: center;
	}
}

.hero__content {
	position: relative;
	padding: 50px 0px;
	min-height: 604px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.hero__content ._container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (max-width: 1170px) {
	.hero__content {
		min-height: calc(470px + 134 * ((100vw - 320px) / 1600));
	}
}

.hero__row {
	text-align: center;
}
.hero__row > *:not(:last-child) {
	margin: 0px 0px 30px 0px;
}
@media (max-width: 480px) {
	.hero__row > *:not(:last-child) {
		margin: 0px 0px 15px 0px;
	}
}

.hero__title {
	white-space: nowrap;
	line-height: 1;
	font-size: 163px;
}
@media (max-width: 1170px) {
	.hero__title {
		font-size: calc(69px + 94 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.hero__title {
		font-size: 69px;
	}
}

.hero__text {
	max-width: 620px;
	margin: 0 auto;
	font-size: 26px;
}
@media (max-width: 1170px) {
	.hero__text {
		font-size: calc(15px + 11 * ((100vw - 320px) / 1600));
	}
}

.oppo {
	position: relative;
	padding: 55px 0px 0px 0px;
}
@media (max-width: 480px) {
	.oppo {
		padding: 40px 0px 0px 0px;
	}
}

.oppo__bg {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	min-width: 1200px;
}
.oppo__bg img {
	width: 100%;
}
@media (min-width: 1441px) {
	.oppo__bg {
		top: 80%;
	}
}

.oppo__content {
	position: relative;
}

.oppo__title {
	margin: 0px 0px 44px 0px;
}

.oppo__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px;
}

.oppo__item {
	padding: 10px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.oppo__item:nth-child(1) .oppo__img {
	width: 90%;
}
@media (max-width: 760px) {
	.oppo__item:nth-child(1) .oppo__img {
		width: 60%;
	}
}
.oppo__item:nth-child(2) .oppo__img {
	width: 75%;
}
@media (max-width: 760px) {
	.oppo__item:nth-child(2) .oppo__img {
		width: 45%;
	}
}
.oppo__item:nth-child(3) .oppo__img {
	width: 75%;
}
@media (max-width: 760px) {
	.oppo__item:nth-child(3) .oppo__img {
		width: 48%;
	}
}
.oppo__item:nth-child(4) .oppo__img {
	width: 74%;
}
@media (max-width: 760px) {
	.oppo__item:nth-child(4) .oppo__img {
		width: 48%;
	}
}
.oppo__item:nth-child(odd) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
@media (max-width: 760px) {
	.oppo__item:nth-child(odd) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
@media (max-width: 760px) {
	.oppo__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		gap: 15px;
	}
}
@media (max-width: 480px) {
	.oppo__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		text-align: center;
	}
}

.oppo__img {
	-webkit-animation: oppo_img 3s infinite linear;
	        animation: oppo_img 3s infinite linear;
}
.oppo__img img {
	width: 100%;
}

@-webkit-keyframes oppo_img {
	0% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}

@keyframes oppo_img {
	0% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
}
@media (max-width: 480px) {
	.oppo__text {
		max-width: 266px;
	}
}

.situation {
	position: relative;
	z-index: 1;
	margin: 70px 0px 0px 0px;
}
@media (max-width: 480px) {
	.situation {
		margin: 40px 0px 0px 0px;
	}
}

.situation__bg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
	overflow: hidden;
}
.situation__bg > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 25px;
}
@media (max-width: 1366px) {
	.situation__bg > img {
		border-radius: 0;
	}
}

.situation__dec1 {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 250px;
}
.situation__dec1 img {
	width: 100%;
}
@media (max-width: 1170px) {
	.situation__dec1 {
		width: calc(120px + 130 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.situation__dec1 {
		display: none;
	}
}

.situation__dec2 {
	position: absolute;
	bottom: -60px;
	left: 20px;
	width: 250px;
}
.situation__dec2 img {
	width: 100%;
}
@media (max-width: 1170px) {
	.situation__dec2 {
		width: calc(120px + 130 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.situation__dec2 {
		display: none;
	}
}

.situation__content {
	position: relative;
	padding: 72px 0px;
}
@media (max-width: 480px) {
	.situation__content {
		padding: 40px 0px;
	}
}

.situation__title {
	font-size: 80px;
	margin: 0px 0px 46px 0px;
}
@media (max-width: 1024px) {
	.situation__title {
		font-size: 50px;
	}
}
@media (max-width: 820px) {
	.situation__title {
		font-size: 40px;
	}
}
@media (max-width: 480px) {
	.situation__title {
		font-size: 30px;
		text-align: center;
		margin: 0px 0px 30px 0px;
	}
}

.situation__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -24px -33px;
}
@media (max-width: 1170px) {
	.situation__row {
		margin: -24px -12px;
	}
}
@media (max-width: 480px) {
	.situation__row {
		margin: -7px;
	}
}

.situation__row_rev {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 480px) {
	.situation__row_rev {
		margin-top: 7px;
	}
}

.situation-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 500px;
	        flex: 0 1 500px;
	padding: 24px 33px;
}
@media (max-width: 1170px) {
	.situation-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		padding: 24px 12px;
	}
}
@media (max-width: 480px) {
	.situation-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 7px;
	}
}

.situation-item__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 20px 15px;
	gap: 7px;
	height: 100%;
}

.situation-item__t {
	font-weight: 500;
	font-size: 22px;
	line-height: 114%;
	color: #fff;
	position: relative;
}
@media (max-width: 480px) {
	.situation-item__t {
		font-size: 15px;
	}
}

.situation-item__text {
	position: relative;
}

.situation-item__img {
	position: relative;
	margin: -10px -5px -7px 0px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	width: 22px;
}
.situation-item__img img {
	width: 100%;
}

.brdr {
	background: -o-linear-gradient(324deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 0.7) 68%, rgba(255, 255, 255, 0.1) 100%);
	background: linear-gradient(126deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.7) 32%, rgba(255, 255, 255, 0.7) 68%, rgba(255, 255, 255, 0.1) 100%);
	border-radius: 10px;
	position: relative;
}
.brdr::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 8px;
	background: -webkit-gradient(linear, left bottom, left top, from(#2151a0), to(#02338a));
	background: -o-linear-gradient(bottom, #2151a0, #02338a);
	background: linear-gradient(0deg, #2151a0, #02338a);
}

.decision {
	position: relative;
	padding: 55px 0px 0px 0px;
}
@media (max-width: 480px) {
	.decision {
		padding: 40px 0px 0px 0px;
	}
}

.decision__content {
	position: relative;
	padding: 0px 0px 50px 0px;
}
@media (max-width: 760px) {
	.decision__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0;
	}
}

.decision__dec1 {
	position: absolute;
	z-index: 1;
	top: -200px;
	left: -400px;
	width: 1000px;
	opacity: 0.7;
}
.decision__dec1 img {
	width: 100%;
}
@media (min-width: 1441px) {
	.decision__dec1 {
		left: -300px;
	}
}
@media (max-width: 1024px) {
	.decision__dec1 {
		display: none;
	}
}

.decision__title {
	margin: 0px 0px 20px 0px;
}

.decision__sub {
	max-width: 584px;
	font-weight: 400;
	font-size: 26px;
	line-height: 110%;
	color: #fff;
	margin: 0px 0px 37px 0px;
}
@media (max-width: 820px) {
	.decision__sub {
		font-size: 18px;
		max-width: 500px;
	}
}
@media (max-width: 760px) {
	.decision__sub {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.decision__sub {
		font-size: 15px;
	}
}

.decision-block {
	max-width: 574px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
	padding: 15px 50px;
	margin: 0px 0px 56px 0px;
}
.decision-block.brdr::before {
	background: #050d27;
}
@media (max-width: 1024px) {
	.decision-block {
		max-width: 350px;
		padding: 15px 30px;
	}
}
@media (max-width: 760px) {
	.decision-block {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.decision-block {
		margin: 0px 0px 22px 0px;
	}
}

.decision-block__img {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 62px;
	        flex: 0 0 62px;
}
.decision-block__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.decision-block__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50px;
		        flex: 0 0 50px;
	}
}

.decision-block__block > *:not(:last-child) {
	margin: 0px 0px 7px 0px;
}

.decision-block__t {
	position: relative;
	font-weight: 500;
	font-size: 26px;
	line-height: 110%;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 480px) {
	.decision-block__t {
		font-size: 22px;
	}
}

.decision-block__text {
	position: relative;
}

.decision__items {
	max-width: 680px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px 30px;
}
@media (max-width: 1170px) {
	.decision__items {
		max-width: 650px;
	}
}
@media (max-width: 1024px) {
	.decision__items {
		gap: 15px;
		max-width: 400px;
	}
}
@media (max-width: 760px) {
	.decision__items {
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.decision__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.decision-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 30%;
	        flex: 0 0 30%;
}
.decision-item img {
	width: 30px;
}
@media (max-width: 820px) {
	.decision-item img {
		width: 22px;
	}
}
.decision-item > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}
@media (max-width: 480px) {
	.decision-item > *:not(:last-child) {
		margin: 0px 8px 0px 0px;
	}
}
@media (max-width: 480px) {
	.decision-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.decision__img {
	position: absolute;
	top: -50px;
	right: calc((100vw - 1440px) / 2);
	width: 678px;
}
.decision__img img {
	width: 100%;
}
@media (max-width: 1170px) {
	.decision__img {
		right: 0;
		width: calc(300px + 300 * ((100vw - 320px) / 1600));
		bottom: 0;
		top: unset;
	}
}
@media (max-width: 760px) {
	.decision__img {
		position: relative;
		top: 0;
		right: 0;
		width: 436px;
	}
}

.start {
	position: relative;
	z-index: 1;
}

.start__bg {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
	overflow: hidden;
}
.start__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 25px;
}
@media (max-width: 1366px) {
	.start__bg img {
		border-radius: 0;
	}
}

.start__content {
	position: relative;
	padding: 70px 0px 37px 0px;
}
@media (max-width: 480px) {
	.start__content {
		padding: 40px 0;
	}
}

.start__title {
	font-size: 80px;
	text-align: center;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 820px) {
	.start__title {
		font-size: 45px;
	}
}
@media (max-width: 480px) {
	.start__title {
		font-size: 35px;
	}
}

.start__sub {
	max-width: 584px;
	font-weight: 400;
	font-size: 26px;
	line-height: 110%;
	color: #fff;
	margin: 0px auto 70px auto;
	text-align: center;
}
@media (max-width: 820px) {
	.start__sub {
		font-size: 18px;
		max-width: 500px;
	}
}
@media (max-width: 760px) {
	.start__sub {
		max-width: 100%;
		margin: 0px auto 25px auto;
	}
}
@media (max-width: 480px) {
	.start__sub {
		font-size: 15px;
		max-width: 240px;
		line-height: 140%;
	}
}

.start-pc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.start-pc .start-item_w::before {
	content: "";
	position: absolute;
	top: -60px;
	left: unset;
	right: -48px;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
	width: 94px;
	height: 63px;
	background: url("../img/start/line1.svg") no-repeat !important;
	background-size: contain;
}
.start-pc .start-item_w::after {
	content: "";
	position: absolute;
	bottom: -60px;
	right: -48px;
	-webkit-transform: translate(0);
	    -ms-transform: translate(0);
	        transform: translate(0);
	width: 94px;
	height: 63px;
	background: url("../img/start/line1.svg") no-repeat !important;
	background-size: contain;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
@media (max-width: 760px) {
	.start-pc {
		display: none;
	}
}

.start-pc__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 338px;
	        flex: 0 1 338px;
}

.start-item {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 15px 80px 15px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	min-height: 155px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3px;
}
.start-item.brdr::before {
	background: -webkit-gradient(linear, left bottom, left top, from(#2265c7), to(#0443ae));
	background: -o-linear-gradient(bottom, #2265c7, #0443ae);
	background: linear-gradient(0deg, #2265c7, #0443ae);
}
@media (max-width: 820px) {
	.start-item {
		padding: 15px 80px 15px 15px;
	}
}
@media (max-width: 480px) {
	.start-item {
		min-height: 115px;
	}
}

.start-item_w {
	background: #fff;
}
.start-item_w.brdr::before {
	background: #fff;
}
.start-item_w .start-item__t,
.start-item_w .start-item__sub,
.start-item_w .start-item__text {
	color: #000;
}

.start-item__img {
	position: absolute;
	top: 10px;
	right: 15px;
	-ms-flex-item-align: end;
	    -ms-grid-row-align: end;
	    align-self: end;
	width: 28px;
}
.start-item__img img {
	width: 100%;
}

.start-item__t {
	position: relative;
	font-weight: 500;
	font-size: 29px;
	line-height: 135%;
	color: #fff;
}
@media (max-width: 480px) {
	.start-item__t {
		font-size: 21px;
	}
}

.start-item__sub {
	position: relative;
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	color: #fff;
}
@media (max-width: 480px) {
	.start-item__sub {
		font-size: 15px;
	}
}

.start-item__text {
	position: relative;
	font-size: 16px;
	color: #fff;
}
@media (max-width: 480px) {
	.start-item__text {
		font-size: 12px;
	}
}

.start-pc__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 730px;
	        flex: 0 1 730px;
}
.start-pc__right > *:not(:last-child) {
	margin: 0px 0px 60px 0px;
}

.start-pc__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.start-pc__row .start-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 50%;
	        flex: 0 1 50%;
}
.start-pc__row .start-item:first-child::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 30px;
	height: 2px;
	background: url("../img/start/line2.svg") no-repeat;
	background-size: contain;
}

.start-block {
	max-width: 655px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 40px auto 0 auto;
}

.start-block__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 140px;
	        flex: 0 0 140px;
}
.start-block__img img {
	width: 100%;
}
@media (max-width: 820px) {
	.start-block__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 108px;
		        flex: 0 0 108px;
	}
}

.start-block__block > *:not(:last-child) {
	margin: 0px 0px 10px 0px;
}

.start-block__t {
	font-weight: 500;
	font-size: 30px;
	line-height: 119%;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 820px) {
	.start-block__t {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.start-block__text {
		font-size: 13px;
	}
}

.edit,
.simplify {
	position: relative;
	padding: 80px 0px 0px 0px;
}
@media (max-width: 480px) {
	.edit,
.simplify {
		padding: 40px 0px 0px 0px;
	}
}

.edit__dec1,
.simplify__dec1 {
	position: absolute;
	top: 0;
	right: 70px;
	width: 300px;
}
.edit__dec1 img,
.simplify__dec1 img {
	width: 100%;
}
@media (max-width: 1170px) {
	.edit__dec1,
.simplify__dec1 {
		right: 20px;
		width: calc(100px + 200 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 1024px) {
	.edit__dec1,
.simplify__dec1 {
		display: none;
	}
}

.edit__bg,
.simplify__bg {
	position: absolute;
	top: 150%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	min-width: 1200px;
	mix-blend-mode: hard-light;
}
.edit__bg img,
.simplify__bg img {
	width: 100%;
}
@media (max-width: 1170px) {
	.edit__bg,
.simplify__bg {
		top: 100%;
	}
}

.edit__content,
.simplify__content {
	position: relative;
}

.edit__title,
.simplify__title {
	max-width: 660px;
	margin: 0px 0px 35px 0px;
}
@media (max-width: 480px) {
	.edit__title,
.simplify__title {
		margin: 0px 0px 20px 0px;
	}
}

.edit__block,
.simplify__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 25px;
}
@media (max-width: 600px) {
	.edit__block,
.simplify__block {
		gap: 20px;
		max-width: 70%;
		margin: 0 auto;
	}
}

.edit__row,
.simplify__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -10px -22px;
}
@media (max-width: 1024px) {
	.edit__row,
.simplify__row {
		margin: -10px;
	}
}

.edit__row_r {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.edit-item,
.simplify-item {
	padding: 10px 22px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 380px;
	        flex: 0 0 380px;
}
@media (max-width: 1024px) {
	.edit-item,
.simplify-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
		padding: 10px;
	}
}
@media (max-width: 600px) {
	.edit-item,
.simplify-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.edit-item__row,
.simplify-item__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.edit-item__row.brdr,
.simplify-item__row.brdr {
	border-radius: 19px;
}
.edit-item__row.brdr::before,
.simplify-item__row.brdr::before {
	border-radius: 18px;
	background: #162c3e;
}
.edit-item__row p,
.simplify-item__row p {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 35px 20px;
	font-weight: 300;
	font-size: 23px;
	line-height: 109%;
	color: #fff;
}
@media (max-width: 820px) {
	.edit-item__row p,
.simplify-item__row p {
		font-size: 18px;
	}
}
@media (max-width: 480px) {
	.edit-item__row p,
.simplify-item__row p {
		font-size: 15px;
		padding: 25px 15px;
	}
}
.edit-item__row > *,
.simplify-item__row > * {
	position: relative;
}
@media (min-width: 1024px) {
	.edit-item__row:hover,
.simplify-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.edit-item__img,
.simplify-item__img {
	position: relative;
	bottom: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
.edit-item__img img,
.simplify-item__img img {
	width: calc(100% - 4px);
	border-radius: 17px;
}

.docs {
	position: relative;
	padding: 100px 0px 0px 0px;
}
@media (max-width: 480px) {
	.docs {
		padding: 50px 0px 0px 0px;
	}
}

.docs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
}
@media (max-width: 760px) {
	.docs__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

@media (max-width: 760px) {
	.docs__row_r {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.docs__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 458px;
	        flex: 0 1 458px;
}
@media (max-width: 760px) {
	.docs__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.docs__title {
	margin: 0px 0px 20px 0px;
}
.docs__title span {
	display: block;
	margin: 0px 0px 0px 150px;
}

.docs__text {
	font-size: 23px;
	color: #fff;
	line-height: 1.26;
}
@media (max-width: 1024px) {
	.docs__text {
		font-size: 18px;
	}
}
@media (max-width: 820px) {
	.docs__text {
		font-size: 15px;
	}
}

.docs__text_gr {
	color: #959595;
}
@media (max-width: 760px) {
	.docs__text_gr {
		display: none;
	}
}

.docs__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 638px;
	        flex: 0 1 638px;
	font-weight: 300;
}
@media (max-width: 760px) {
	.docs__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.docs__right_p {
	padding: 20px 0px;
}
@media (max-width: 760px) {
	.docs__right_p .docs__title {
		text-align: center;
		margin: 0px 0px 20px -65px;
	}
}

.docs__img img {
	width: 100%;
}
@media (max-width: 480px) {
	.docs__img {
		margin: 0px -30px;
	}
}

.docs__block {
	padding: 50px 64px;
}
.docs__block > * {
	position: relative;
}
.docs__block h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 124%;
	text-transform: uppercase;
	color: #fff;
}
@media (max-width: 820px) {
	.docs__block h3 {
		font-size: 25px;
	}
}
.docs__block.brdr {
	border-radius: 26px;
}
.docs__block.brdr::before {
	border-radius: 24px;
	background: #202020;
}
.docs__block ul {
	margin: 0px 0px 0px 20px;
}
.docs__block ul > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
.docs__block ul li {
	list-style: disc;
}
.docs__block > *:not(:last-child) {
	margin: 0px 0px 18px 0px;
}
@media (max-width: 1024px) {
	.docs__block {
		padding: 40px 30px;
	}
}
@media (max-width: 480px) {
	.docs__block {
		margin: 0px -15px;
	}
}

.contactus {
	padding: 60px 0px 0px 0px;
}
@media (max-width: 480px) {
	.contactus {
		padding: 36px 0px 0px 0px;
	}
}

.contactus__row {
	position: relative;
	border-radius: 17px;
	max-width: 910px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 45px 20px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 480px) {
	.contactus__row {
		padding: 37px 0;
	}
}

.contactus__dec1 {
	position: absolute;
	z-index: -1;
	top: -100px;
	right: -180px;
	width: 435px;
	height: 435px;
}
@media (max-width: 480px) {
	.contactus__dec1 {
		display: none;
	}
}

.contactus__dec2 {
	position: absolute;
	z-index: -1;
	bottom: -180px;
	left: -180px;
	width: 435px;
	height: 435px;
}
@media (max-width: 480px) {
	.contactus__dec2 {
		display: none;
	}
}

.contactus__title {
	font-size: 44px;
	max-width: 650px;
	color: #fff;
	margin: 0px 0px 10px 0px;
}
@media (max-width: 480px) {
	.contactus__title {
		font-size: 25px;
	}
}

.contactus__text {
	max-width: 660px;
	margin: 0px 0px 40px 0px;
}

.exp {
	position: relative;
	z-index: 1;
}

.exp__bg {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
	overflow: hidden;
}
.exp__bg > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 25px;
}
@media (max-width: 1366px) {
	.exp__bg > img {
		border-radius: 0;
	}
}

.exp__content {
	position: relative;
	padding: 100px 0px 70px 0px;
}
@media (max-width: 820px) {
	.exp__content {
		padding: 40px 0px 56px 0px;
	}
}

.exp__dec1 {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 230px;
}
.exp__dec1 img {
	width: 100%;
}
@media (max-width: 1170px) {
	.exp__dec1 {
		width: calc(120px + 130 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.exp__dec1 {
		display: none;
	}
}

.exp__dec2 {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 230px;
}
.exp__dec2 img {
	width: 100%;
}
@media (max-width: 1170px) {
	.exp__dec2 {
		width: calc(120px + 130 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 480px) {
	.exp__dec2 {
		display: none;
	}
}

.exp__title {
	margin: 0px auto 55px auto;
	text-align: center;
	max-width: 940px;
	font-size: 80px;
}
@media (max-width: 1024px) {
	.exp__title {
		font-size: 50px;
	}
}
@media (max-width: 820px) {
	.exp__title {
		font-size: 40px;
	}
}
@media (max-width: 820px) {
	.exp__title {
		font-size: 30px;
	}
}
@media (max-width: 480px) {
	.exp__title {
		margin: 0px auto 30px auto;
	}
}

.exp__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -12px;
}
@media (max-width: 820px) {
	.exp__row {
		margin: -8px;
	}
}

.exp-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 12px;
}
@media (max-width: 820px) {
	.exp-item {
		padding: 8px;
	}
}
@media (max-width: 480px) {
	.exp-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.exp-item__row {
	padding: 24px 33px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.exp-item__row.brdr {
	border-radius: 19px;
}
.exp-item__row.brdr::before {
	border-radius: 18px;
	background: -webkit-gradient(linear, left bottom, left top, from(#223886), to(#041757));
	background: -o-linear-gradient(bottom, #223886, #041757);
	background: linear-gradient(0deg, #223886, #041757);
}
.exp-item__row > * {
	position: relative;
}
@media (max-width: 1024px) {
	.exp-item__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
}
@media (max-width: 820px) {
	.exp-item__row {
		padding: 20px;
	}
}
@media (min-width: 1024px) {
	.exp-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.exp-item__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 155px;
	        flex: 0 0 155px;
}
.exp-item__img img {
	width: 100%;
}
@media (max-width: 1024px) {
	.exp-item__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 120px;
		        flex: 0 0 120px;
		width: 120px;
	}
}

.ideal {
	position: relative;
	padding: 80px 0px 0px 0px;
}
@media (max-width: 480px) {
	.ideal {
		padding: 40px 0px 0px 0px;
	}
}

.ideal__bg {
	pointer-events: none;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	min-width: 1300px;
	mix-blend-mode: hard-light;
}
.ideal__bg img {
	width: 100%;
}
@media (min-width: 1441px) {
	.ideal__bg {
		top: -40%;
	}
}
@media (max-width: 480px) {
	.ideal__bg {
		top: 0%;
		left: 0%;
	}
}

.ideal__content {
	position: relative;
}

.ideal__title {
	margin: 0px 0px 70px 0px;
	text-align: center;
}
@media (max-width: 480px) {
	.ideal__title {
		margin: 0px 0px 30px 0px;
	}
}

.ideal__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -12px -30px;
}
@media (max-width: 1024px) {
	.ideal__row {
		margin: -12px;
	}
}

.ideal-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 12px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.ideal-item > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 760px) {
	.ideal-item > *:not(:last-child) {
		margin: 0px 0px 9px 0px;
	}
}
@media (max-width: 1024px) {
	.ideal-item {
		padding: 12px;
	}
}
@media (max-width: 760px) {
	.ideal-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.ideal-item__img {
	position: relative;
	min-height: 144px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ideal-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 12px;
}
.ideal-item__img p {
	position: relative;
	padding: 15px;
	font-weight: 500;
	font-size: 40px;
	line-height: 127%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
@media (max-width: 1024px) {
	.ideal-item__img p {
		font-size: 32px;
	}
}
@media (max-width: 760px) {
	.ideal-item__img {
		min-height: 90px;
	}
}

.ideal-item__list {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	padding: 20px 20px 20px 40px;
	border: 1px solid #D9DAE5;
	border-radius: 9px;
}
.ideal-item__list > *:not(:last-child) {
	margin: 0px 0px 15px 0px;
}
.ideal-item__list li {
	list-style: disc;
}
@media (max-width: 480px) {
	.ideal-item__list {
		padding: 20px 15px 20px 30px;
	}
}

.benefits {
	position: relative;
	padding: 150px 0px 0px 0px;
}
@media (max-width: 480px) {
	.benefits {
		padding: 63px 0px 0px 0px;
	}
}

.benefits__bg {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	min-width: 1300px;
}
.benefits__bg img {
	width: 100%;
}

.benefits__content {
	position: relative;
}

.benefits__title {
	text-align: center;
	margin: 0px 0px 45px 0px;
}
@media (max-width: 480px) {
	.benefits__title {
		margin: 0px 0px 22px 0px;
	}
}

.benefits__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -5px;
	height: 100%;
}

.benefits-item {
	padding: 5px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
@media (max-width: 1024px) {
	.benefits-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 480px) {
	.benefits-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90%;
		        flex: 0 0 90%;
	}
}

.benefits-item__row {
	min-height: 350px;
	border-radius: 15px;
	padding: 20px 16px;
	-webkit-backdrop-filter: blur(5px);
	        backdrop-filter: blur(5px);
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.benefits-item__row::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #335787;
	background: -webkit-gradient(linear, left bottom, left top, from(#748295), to(#25446E));
	background: -o-linear-gradient(bottom, #748295, #25446E);
	background: linear-gradient(0deg, #748295, #25446E);
	opacity: 0.4;
}
@media (max-width: 820px) {
	.benefits-item__row {
		min-height: 275px;
	}
}
@media (min-width: 1024px) {
	.benefits-item__row:hover {
		-webkit-transform: scale(1.03);
		    -ms-transform: scale(1.03);
		        transform: scale(1.03);
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
}

.benefits-item__num {
	position: absolute;
	top: 10px;
	right: 15px;
	font-weight: 400;
	font-size: 27px;
	line-height: 134%;
	color: #fff;
}
@media (max-width: 820px) {
	.benefits-item__num {
		font-size: 20px;
	}
}

.benefits-item__block {
	min-height: 230px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 5px;
}
@media (max-width: 820px) {
	.benefits-item__block {
		min-height: 150px;
	}
}

.benefits-item__img {
	width: 44px;
}
.benefits-item__img img {
	width: 100%;
}
@media (max-width: 820px) {
	.benefits-item__img {
		width: 34px;
	}
}

.benefits-item__t {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 27px;
	line-height: 134%;
	color: #fff;
}
@media (max-width: 820px) {
	.benefits-item__t {
		font-size: 20px;
	}
}

.price {
	position: relative;
	z-index: 1;
	margin: 84px 0px 0px 0px;
}
@media (max-width: 480px) {
	.price {
		margin: 38px 0px 0px 0px;
	}
}

.price__bg {
	position: absolute;
	top: 21px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
	overflow: hidden;
}
.price__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 25px;
}
@media (max-width: 1366px) {
	.price__bg img {
		border-radius: 0;
	}
}

.price__content {
	position: relative;
	padding: 80px 0px;
}
@media (max-width: 480px) {
	.price__content {
		padding: 55px 0px;
	}
}

.price__title {
	text-align: center;
	font-size: 80px;
	margin: 0px 0px 40px 0px;
}
@media (max-width: 1024px) {
	.price__title {
		font-size: 50px;
	}
}
@media (max-width: 820px) {
	.price__title {
		font-size: 40px;
	}
}
@media (max-width: 820px) {
	.price__title {
		font-size: 30px;
		margin: 0px 0px 30px 0px;
	}
}

.price-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 920px;
	margin: 0 auto;
	padding: 45px 30px;
}
.price-block.brdr::before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background: -webkit-gradient(linear, left top, right top, from(#1c56ad), to(#011e58));
	background: -o-linear-gradient(left, #1c56ad 0%, #011e58 100%);
	background: linear-gradient(90deg, #1c56ad 0%, #011e58 100%);
}
.price-block::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #6282B1;
	border-radius: 10px;
}
@media (max-width: 480px) {
	.price-block::after {
		top: 8px;
		left: 4px;
	}
}
@media (max-width: 700px) {
	.price-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.price-block__list {
	font-weight: 300;
	font-size: 22px;
	line-height: 121%;
	color: #fff;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 403px;
	        flex: 0 1 403px;
}
.price-block__list li {
	position: relative;
	padding: 0px 0px 0px 30px;
}
.price-block__list li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 19px;
	height: 19px;
	background: url("../img/icons/li.svg") no-repeat;
	background-size: contain;
}
.price-block__list > *:not(:last-child) {
	margin: 0px 0px 25px 0px;
}
@media (max-width: 1170px) {
	.price-block__list {
		font-size: calc(16px + 6 * ((100vw - 320px) / 1600));
	}
}
@media (max-width: 700px) {
	.price-block__list {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.price__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 296px;
	        flex: 0 1 296px;
}
.price__right > *:not(:last-child) {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 700px) {
	.price__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		width: 65%;
	}
}

.price-block__img {
	position: relative;
}
.price-block__img img {
	width: 100%;
}
.price__price {
	position: relative;
	font-weight: 500;
	font-size: 50px;
	line-height: 108%;
	text-transform: uppercase;
	text-align: center;
	color: #cddaec;
	white-space: nowrap;
}
.price__price span {
	font-family: Arial;
}
@media (max-width: 1170px) {
	.price__price {
		font-size: calc(37px + 13 * ((100vw - 320px) / 1600));
	}
}

.simplify .edit__bg {
	position: absolute;
	top: 70%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	min-width: 1200px;
	mix-blend-mode: normal;
}
.simplify .edit__bg img {
	width: 100%;
}
@media (max-width: 1170px) {
	.simplify .edit__bg {
		top: 100%;
	}
}
.simplify .edit__content > * {
	opacity: 1 !important;
}
.simplify .edit__title {
	text-align: center;
	margin: 0px auto 10px auto;
	max-width: 864px;
}
.simplify .edit__row {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.simplify .edit-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	opacity: 1 !important;
}
@media (max-width: 1024px) {
	.simplify .edit-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 50%;
		        flex: 0 0 50%;
	}
}
@media (max-width: 600px) {
	.simplify .edit-item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}
@media (max-width: 600px) {
	.simplify .edit-item__row {
		min-height: 220px;
	}
}

.edit__sub {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 30px;
	line-height: 127%;
	text-align: center;
	color: #fff;
	margin: 0px 0px 70px 0px;
}
@media (max-width: 820px) {
	.edit__sub {
		font-size: 20px;
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 480px) {
	.edit__sub {
		font-size: 15px;
		margin: 0px 0px 29px 0px;
	}
}

.simplify__btn {
	width: 350px;
	margin: 54px 0px 0px 0px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}
@media (max-width: 820px) {
	.simplify__btn {
		margin: 35px 0px 0px 0px;
		width: 278px;
	}
}

.step {
	position: relative;
	margin: 50px 0px 0px 0px;
}

.step__bg {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	width: 100%;
	max-width: 1366px;
	height: 100%;
	overflow: hidden;
}
.step__bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
	border-radius: 25px;
}
@media (max-width: 1366px) {
	.step__bg img {
		border-radius: 0;
	}
}

.step__content {
	position: relative;
	padding: 50px 0px;
}
@media (max-width: 480px) {
	.step__content {
		padding: 40px 0px;
	}
}

.step__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 30px 50px;
}
@media (max-width: 820px) {
	.step__row {
		gap: 30px;
	}
}
@media (max-width: 600px) {
	.step__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}

.step__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 518px;
	        flex: 0 1 518px;
}
.step__img img {
	width: 100%;
}
@media (max-width: 600px) {
	.step__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
		max-width: 320px;
	}
}

.step__right {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 572px;
	        flex: 0 1 572px;
}
.step__right > *:not(:last-child) {
	margin: 0px 0px 40px 0px;
}
@media (max-width: 820px) {
	.step__right > *:not(:last-child) {
		margin: 0px 0px 30px 0px;
	}
}
@media (max-width: 600px) {
	.step__right {
		-webkit-box-flex: 0;
		    -ms-flex: 0;
		        flex: 0;
	}
}

.step__title {
	font-size: 63px;
}
@media (max-width: 1024px) {
	.step__title {
		font-size: 50px;
	}
}
@media (max-width: 820px) {
	.step__title {
		font-size: 40px;
	}
}
@media (max-width: 820px) {
	.step__title {
		font-size: 30px;
	}
}

.step__sub {
	font-weight: 400;
	font-size: 30px;
	line-height: 120%;
	color: #fff;
	max-width: 430px;
}
@media (max-width: 1024px) {
	.step__sub {
		font-size: 22px;
	}
}
@media (max-width: 480px) {
	.step__sub {
		font-size: 17px;
	}
}

.step__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px;
}
@media (max-width: 600px) {
	.step__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

.step__tel p {
	font-weight: 300;
	font-size: 18px;
	line-height: 127%;
	color: #fff;
	margin-left: 35px;
}
@media (max-width: 820px) {
	.step__tel p {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	.step__tel p {
		margin: 0 auto;
		text-align: center;
	}
}
.step__tel a {
	position: relative;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 25px;
	line-height: 108%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	white-space: nowrap;
}
.step__tel a::before {
	content: "";
	width: 21px;
	height: 21px;
	background: url("../img/icons/tel.svg") no-repeat;
	background-size: contain;
	margin: 0px 12px 0px 0px;
}
@media (max-width: 480px) {
	.step__tel a::before {
		width: 18px;
		height: 18px;
		margin: 0px 8px 0px 0px;
	}
}
@media (max-width: 820px) {
	.step__tel a {
		font-size: 20px;
	}
}
.step__tel > *:not(:last-child) {
	margin-bottom: 5px;
}

.step__btn {
	width: 280px;
	height: 63px;
}