
@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Regular.woff2') format('woff2'),
        url('Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Medium.woff2') format('woff2'),
        url('Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Bold.woff2') format('woff2'),
        url('Satoshi-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace,monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,samp {
	font-family: monospace,monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,input {
	overflow: visible;
}

button,select {
	text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

a {
	text-decoration: none;
	color: inherit;
}

button {
	background-color: transparent;
	color: inherit;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}

figure {
	margin: 0;
}

dd,ol,ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

p {
	margin: 0;
}

cite {
	font-style: normal;
}

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

:root {
	--white: #FFFFFF;
	--black: #171717;
	--red: #171717;
	--red-hover: #000000;
	--gray: #B4B5B7;
}

html {
	-webkit-font-kerning: none;
	font-kerning: none;
}

body {
	position: relative;
	line-height: 1.5;
	font-weight: 400;
	color: var(--black);
    font-family: 'Satoshi';
	font-size: 16px;
	background: var(--white);
	padding-top: 81px;
}

label {
	cursor: pointer;
}

picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	z-index: 3;
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto;
}

.iti {
	font-size: 14px;
}

.fadeInUp {
	opacity: 0;
}

.fadeInUp.active {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		-webkit-transform: translate3d(0,100px,0);
		transform: translate3d(0,100px,0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.iti {
	position: relative;
	display: inline-block;
}

.iti * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.iti__hide {
	display: none;
}

.iti__v-hide {
	visibility: hidden;
}

.iti input.iti__tel-input,.iti input.iti__tel-input[type=tel],.iti input.iti__tel-input[type=text] {
	position: relative;
	z-index: 0;
	margin-top: 0!important;
	margin-bottom: 0!important;
	padding-right: 36px;
	margin-right: 0;
}

.iti__flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.iti__selected-flag {
	z-index: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.iti__arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
	margin-right: 6px;
	margin-left: 0;
}

.iti__arrow--up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.iti__dropdown-content {
	border-radius: 0;
	background-color: #fff;
}

.iti--inline-dropdown .iti__dropdown-content {
	position: absolute;
	z-index: 2;
	margin-top: 3px;
	margin-left: -1px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}

.iti__dropdown-content--dropup {
	bottom: 100%;
	margin-bottom: 3px;
}

.iti__search-input {
	width: 100%;
	border-width: 0;
	border-radius: 0;
	padding: 9px 12px;
}

.iti__search-input+.iti__country-list {
	border-top: 1px solid #ccc;
}

.iti__country-list {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
	max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
	white-space: nowrap;
}

@media (max-width:500px) {
	.iti--flexible-dropdown-width .iti__country-list {
		white-space: normal;
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px;
}

.iti__divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.iti__country {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 8px;
	outline: 0;
}

.iti__dial-code {
	color: #999;
}

.iti__country.iti__highlight {
	background-color: rgba(0,0,0,.05);
}

.iti__country-name,.iti__flag-box {
	margin-right: 8px;
}

[dir=rtl] .iti__country-name,[dir=rtl] .iti__flag-box {
	margin-right: 0;
	margin-left: 8px;
}

.iti--allow-dropdown input.iti__tel-input,.iti--allow-dropdown input.iti__tel-input[type=tel],.iti--allow-dropdown input.iti__tel-input[type=text],.iti--show-selected-dial-code input.iti__tel-input,.iti--show-selected-dial-code input.iti__tel-input[type=tel],.iti--show-selected-dial-code input.iti__tel-input[type=text] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input,[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=tel],[dir=rtl] .iti--show-selected-dial-code input.iti__tel-input[type=text] {
	padding-right: 52px;
	padding-left: 6px;
	margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container,.iti--show-selected-dial-code .iti__flag-container {
	right: auto;
	left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,[dir=rtl] .iti--show-selected-dial-code .iti__flag-container {
	right: 0;
	left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: rgba(0,0,0,.05);
}

.iti--allow-dropdown .iti__flag-container:has(+input[disabled]):hover,.iti--allow-dropdown .iti__flag-container:has(+input[readonly]):hover {
	cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+input[disabled]):hover .iti__selected-flag,.iti--allow-dropdown .iti__flag-container:has(+input[readonly]):hover .iti__selected-flag {
	background-color: transparent;
}

.iti--show-selected-dial-code .iti__selected-flag {
	background-color: rgba(0,0,0,.05);
}

.iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 6px;
}

[dir=rtl] .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	margin-left: 0;
	margin-right: 6px;
}

.iti--container {
	position: fixed;
	top: -1000px;
	left: -1000px;
	z-index: 1060;
	padding: 1px;
}

.iti--container:hover {
	cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
	background-color: rgba(0,0,0,.5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: fixed;
	padding: 30px;
	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;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	position: relative;
}

.iti--fullscreen-popup .iti__country {
	padding: 10px 10px;
	line-height: 1.5em;
}

.iti__flag {
	width: 20px;
}

.iti__flag.iti__be {
	width: 18px;
}

.iti__flag.iti__ch {
	width: 15px;
}

.iti__flag.iti__mc {
	width: 19px;
}

.iti__flag.iti__ne {
	width: 18px;
}

.iti__flag.iti__np {
	width: 13px;
}

.iti__flag.iti__va {
	width: 15px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2x) {
	.iti__flag {
		background-size: 5762px 15px;
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0 0;
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0;
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0;
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0;
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0;
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0;
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0;
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0;
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0;
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0;
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0;
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0;
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0;
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0;
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0;
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0;
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0;
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0;
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0;
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0;
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0;
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0;
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0;
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0;
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0;
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0;
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0;
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0;
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0;
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0;
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0;
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0;
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0;
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0;
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0;
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0;
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0;
}

.iti__flag.iti__bz {
	height: 12px;
	background-position: -812px 0;
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0;
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0;
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0;
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0;
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0;
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0;
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0;
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0;
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0;
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0;
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0;
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0;
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0;
}

.iti__flag.iti__cq {
	height: 12px;
	background-position: -1115px 0;
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1137px 0;
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1159px 0;
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1181px 0;
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1203px 0;
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1225px 0;
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1247px 0;
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1269px 0;
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1291px 0;
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1313px 0;
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1335px 0;
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1357px 0;
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1379px 0;
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1401px 0;
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1423px 0;
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1445px 0;
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1467px 0;
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1489px 0;
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1511px 0;
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1533px 0;
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1555px 0;
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1577px 0;
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1599px 0;
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1621px 0;
}

.iti__flag.iti__ez {
	height: 14px;
	background-position: -1643px 0;
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1665px 0;
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1687px 0;
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1709px 0;
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1731px 0;
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1753px 0;
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1775px 0;
}

.iti__flag.iti__fx {
	height: 14px;
	background-position: -1797px 0;
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1819px 0;
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1841px 0;
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1863px 0;
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1885px 0;
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1907px 0;
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1929px 0;
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1951px 0;
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1973px 0;
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1995px 0;
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -2017px 0;
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -2039px 0;
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -2061px 0;
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2083px 0;
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2105px 0;
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2127px 0;
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2149px 0;
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2171px 0;
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2193px 0;
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2215px 0;
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2237px 0;
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2259px 0;
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2281px 0;
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2303px 0;
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2325px 0;
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2347px 0;
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2369px 0;
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2391px 0;
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2413px 0;
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2435px 0;
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2457px 0;
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2479px 0;
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2501px 0;
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2523px 0;
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2545px 0;
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2567px 0;
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2589px 0;
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2611px 0;
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2633px 0;
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2655px 0;
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2677px 0;
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2699px 0;
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2721px 0;
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2743px 0;
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2765px 0;
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2787px 0;
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2809px 0;
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2831px 0;
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2853px 0;
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2875px 0;
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2897px 0;
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2919px 0;
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2941px 0;
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2963px 0;
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2985px 0;
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -3007px 0;
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -3029px 0;
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -3051px 0;
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3073px 0;
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3095px 0;
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3117px 0;
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3139px 0;
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3161px 0;
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3183px 0;
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3205px 0;
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3226px 0;
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3248px 0;
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3270px 0;
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3292px 0;
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3314px 0;
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3336px 0;
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3358px 0;
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3380px 0;
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3402px 0;
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3424px 0;
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3446px 0;
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3468px 0;
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3490px 0;
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3512px 0;
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3534px 0;
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3556px 0;
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3578px 0;
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3600px 0;
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3622px 0;
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3644px 0;
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3666px 0;
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3688px 0;
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3710px 0;
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3732px 0;
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3752px 0;
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3774px 0;
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3796px 0;
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3818px 0;
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3840px 0;
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3862px 0;
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3877px 0;
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3899px 0;
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3921px 0;
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3943px 0;
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3965px 0;
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3987px 0;
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -4009px 0;
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -4031px 0;
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -4053px 0;
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4075px 0;
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4097px 0;
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4119px 0;
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4141px 0;
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4163px 0;
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4185px 0;
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4207px 0;
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4229px 0;
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4251px 0;
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4273px 0;
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4295px 0;
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4317px 0;
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4339px 0;
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4361px 0;
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4383px 0;
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4405px 0;
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4427px 0;
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4449px 0;
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4471px 0;
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4493px 0;
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4515px 0;
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4537px 0;
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4559px 0;
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4581px 0;
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4603px 0;
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4625px 0;
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4647px 0;
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4669px 0;
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4691px 0;
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4713px 0;
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4735px 0;
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4757px 0;
}

.iti__flag.iti__su {
	height: 10px;
	background-position: -4779px 0;
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4801px 0;
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4823px 0;
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4845px 0;
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4867px 0;
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4889px 0;
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4911px 0;
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4933px 0;
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4955px 0;
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4977px 0;
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4999px 0;
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -5021px 0;
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -5043px 0;
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -5065px 0;
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -5087px 0;
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5109px 0;
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5131px 0;
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5153px 0;
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5175px 0;
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5197px 0;
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5219px 0;
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5241px 0;
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5263px 0;
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5285px 0;
}

.iti__flag.iti__uk {
	height: 10px;
	background-position: -5307px 0;
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5329px 0;
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5351px 0;
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5373px 0;
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5395px 0;
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5417px 0;
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5439px 0;
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5456px 0;
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5478px 0;
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5500px 0;
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5522px 0;
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5544px 0;
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5566px 0;
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5588px 0;
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5610px 0;
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5632px 0;
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5654px 0;
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5676px 0;
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5698px 0;
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5720px 0;
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5742px 0;
}

.iti__flag {
	height: 15px;
	-webkit-box-shadow: 0 0 1px 0 #888;
	box-shadow: 0 0 1px 0 #888;
	background-image: url(../img/flags.png%401);
	background-repeat: no-repeat;
	background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2x) {
	.iti__flag {
		background-image: url(../img/flags%402x.png%401);
	}
}

.iti__globe {
	background-image: url(https://stonetree.ae/img/globe.png);
	background-size: contain;
	background-position: right;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 19px;
}

@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2x) {
	.iti__globe {
		background-image: url(https://stonetree.ae/img/globe@2x.png);
	}
}

.p-form__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-form__inputs {
	gap: 15px;
}

.p-form__inputs :is(input[type=text],input[type=tel]) {
	outline: 0;
	/* border: 1px solid rgba(255, 255, 255, 0.10); */
	border-radius: 0;
	border: none;
	width: 100%;
	padding: 19px 23px 17px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--white);
	font-size: 16px;
}

.p-form__inputs :is(input[type=text],input[type=tel])::-webkit-input-placeholder {
	color: var(--gray);
}

.p-form__inputs :is(input[type=text],input[type=tel]):-moz-placeholder {
	color: var(--gray);
}

.p-form__inputs :is(input[type=text],input[type=tel])::-moz-placeholder {
	color: var(--gray);
}

.p-form__inputs :is(input[type=text],input[type=tel]):-ms-input-placeholder {
	color: var(--gray);
}

.p-form__btn {
	width: 229px;
	height: 57px;
}

.p-form__input {
	width: 100%;
	position: relative;
}

.p-form__input.invalid :is(input,.p-inter-tel__input,.p-select__btn,.p-form__check-square) {
	border-color: var(--red);
}

.p-form__input.valid :is(input[type=text],.p-inter-tel__input,.p-select__btn,.p-form__check-square) {
	border-color: green;
}

.p-form__check {
	gap: 12px;
	margin-top: -4px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-form__check input {
	display: none;
}

.p-form__check input:checked+.p-form__check-square img {
	opacity: 1;
}

.p-form__check-square {
	width: 18px;
	height: 18px;
	border: 1px solid #bcbcbc;
	border-radius: 0;
	background: 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	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;
}

.p-form__check-square img {
	opacity: 0;
}

.p-form__check-title {
	font-size: 14px;
}

.p-form__check a {
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
}

.p-form__error {
	position: absolute;
	color: red;
	background-color: #fff;
	padding: 8px 12px;
	line-height: 1;
	border-radius: 0;
	z-index: 2;
	margin-top: 5px;
	left: 0;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,.2);
	box-shadow: 0 1px 20px 0 rgba(0,0,0,.2);
	top: 100%;
	font-size: 14px;
}

.p-form__error::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -12px;
	left: 15%;
	border: 6px solid transparent;
	border-bottom-color: #fff;
}

.p-form .iti {
	width: 100%;
	color: var(--black);
}

.p-form .iti__dropdown-content,.p-form .iti__search-input {
	color: var(--black);
}

.p-form .iti__selected-flag {
	padding-left: 22px;
}

.p-form .iti--allow-dropdown input.iti__tel-input,.p-form .iti--allow-dropdown input.iti__tel-input[type=tel] {
	padding-left: 65px;
}

.p-form .iti--inline-dropdown .iti__dropdown-content {
	z-index: 3;
}

.p-select {
	position: relative;
	font-size: 16px;
}

.p-select.active .p-select__options {
	display: block;
}

.p-select__svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.p-select__btn {
	gap: 5px;
	border: none;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 0;
	padding: 18px 23px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-select__btn.active .p-select__current {
	color: var(--white);
}

.p-select__options {
	top: 100%;
	width: 100%;
	border-radius: 0;
	background: rgba(17,17,17,.01);
	position: absolute;
	left: 0;
	overflow: hidden;
	background: var(--white);
	color: var(--black);
	z-index: 3;
	overflow: hidden;
	overflow-y: scroll;
	scrollbar-width: thin;
	height: 210px;
	display: none;
}

.p-select__options::-webkit-scrollbar-thumb {
	width: 6px;
	background: #ccc;
	border-radius: 0;
}
.p-select__option {
	padding: 10px 15px;
	border-bottom: 1px solid var(--gray);
	cursor: pointer;
	font-size: 14px;
}

.p-select__option:last-child {
	border-bottom: none;
}

.p-select__current {
	color: var(--gray);
}

.p-btn {
	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;
	border-radius: 0;
	background: var(--red);
	font-weight: 600;
	color: var(--white);
	transition-duration: 0.2s;
	text-transform: uppercase;
	font-size: 14px;
}

.p-btn:hover {
	background: var(--red-hover);
}

.p-btn_transparent {
	background: #FFFFFF;
	color: var(--red);
}

.p-btn_transparent:hover {
	color: var(--white);
	border-color: var(--red-hover);
	background: var(--red-hover);
}

.header {
	padding-top: 20px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 60;
	background: var(--black);
	padding-bottom: 20px;
}

.header.fixed {
	position: fixed;
	top: -71px;
	left: 0;
	right: 0;
	z-index: 80;
	-webkit-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition: background .5s ease,-webkit-transform .5s ease;
	transition: background .5s ease,-webkit-transform .5s ease;
	transition: transform .5s ease,background .5s ease;
	transition: transform .5s ease,background .5s ease,-webkit-transform .5s ease;
}

.header.fixed .header__block {
	border-radius: 0;
}

.header__block,.header__center,.header__lang,.header__langs,.header__list ul,.header__list-show,.header__logo,.header__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu {
	display: none;
}

.header__block {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--white);
	border-radius: 0;
	width: 100%;
}

.header__nav {
	font-size: 14px;
}

.header__nav *{
	text-transform: uppercase !important;
	font-weight: 500;
}

.header__nav a {
	color: var(--gray) !important;
	transition-duration: 0.2s;
}

.header__nav a:hover {
	color: var(--white) !important;
}

.header__list ul {
	gap: 61px;
}

.header__list-add {
	position: relative;
	color: var(--gray);
}

.header__list-add:hover .header__list-show {
	color: var(--white);
}

.header__list-add:hover .header__list-show path {
	fill: var(--white);
}

.header__list-add:hover .header__list-abs {
	display: block;
}

.header__list-show {
	gap: 9px;
}

.header__list-abs {
	padding: 12px 22px 18px;
	border-radius: 0;
	min-width: 233px;
	margin-left: -22px;
	display: none;
	position: absolute;
	background: #131212;
	right: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	overflow: hidden;
}

.header__list-abs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.header__nav {
	gap: 58px;
}

.header__langs {
	padding: 2px 4px;
	gap: 4px;
	border-radius: 0;
	background: var(--white);
	color: var(--black);
	font-size: 16px;
	position: relative;
	z-index: 10;
}

.header__lang {
	width: 29px;
	height: 29px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__lang.active {
	background: var(--black);
	color: var(--white);
	border-radius: 0;
}

@font-face {
	font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal;
}

:root {
	--swiper-theme-color: #007aff;
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block;
}

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

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	-ms-scroll-snap-type: none;
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0,0,0,.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
	border-radius: 0;
	border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset,50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
	z-index: 10;
	cursor: pointer;
	display: -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;
	color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
	display: none!important;
}

.swiper-button-next svg,.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,10px);
	right: auto;
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after,.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,10px);
	left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 10;
	transition-duration: 0.3s;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
	display: none!important;
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom,8px);
	top: var(--swiper-pagination-top,auto);
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
	height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
	display: inline-block;
	border-radius: 0;
	background: var(--gray);
	opacity: 0.4;
	transition-duration: 0.2s;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none!important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity,1);
	background: #FFFFFF
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right,8px);
	left: var(--swiper-pagination-left,auto);
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
	display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color,inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color,var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size,4px);
	left: 0;
	top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size,4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 0;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none!important;
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset,1%);
	bottom: var(--swiper-scrollbar-bottom,4px);
	top: var(--swiper-scrollbar-top,auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size,4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left,auto);
	right: var(--swiper-scrollbar-right,4px);
	top: var(--swiper-scrollbar-sides-offset,1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size,4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));
	border-radius: 0;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.main .container {
	position: relative;
}

.main.fixed {
	padding-top: 81px;
}

.main__block {
	padding: 52px 0 54px;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: var(--black);
}

.main__block-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}

.main__block-bg :is(img,picture) {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.main__item {
	z-index: 5;
	max-width: 660px;
	color: var(--white);
	position: relative;
}

.main__item_1 .main__subtitle {
	max-width: 567px;
}

.main__item_2 .main__subtitle {
	max-width: 477px;
}

.main__item_3 .main__list {
	max-width: 529px;
}

.main__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.31111;
	margin-bottom: 25px;
}

.main__nums {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
}

.main__subtitle {
	margin-bottom: 38px;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 600;
}

.main__list {
	gap: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 18px;
}

.main__list-svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
}

.main__list-item {
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main__list-title {
	font-size: 18px;
	text-transform: capitalize;
}

.main__form {
	width: 550px;
	border-radius: 0;
	padding: 38px 24px 37px 34px;
	color: var(--white);
	z-index: 10;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255,255,255,.10);;
	min-height: 545px;
	position: relative;
	margin-left: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	backdrop-filter: blur(10px);
}

.main__form .p-form__inputs {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.main__form .iti__arrow {
	border-top-color: var(--white);
}

.main__form .iti__search-input {
	color: var(--black)!important;
}

.main__form .iti--show-selected-dial-code.iti--show-flags .iti__selected-dial-code {
	color: var(--white);
}

.main__form .thank {
	--width-img: 74px;
}

.main__form .thank__close {
	display: none;
}

.main__form-item {
	position: relative;
}

.main__form-title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 500;
}

.main__form .p-btn {
	font-weight: 600;
}

.main__swiper {
	padding: 52px 0 55px;
	position: relative;
}

.main__swiper>.container {
	z-index: auto;
}

.main__swiper_2 {
	display: none;
}

.main__swiper .swiper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.main__swiper-pagination {
	left: 0;
	bottom: 0;
	gap: 7px;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	color: var(--white);
}

.main__swiper-pagination_2 {
	display: none;
}

.main__swiper-pagination .swiper-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 558px;
	position: relative;
	inset: auto;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--gap: 3px;
	--swiper-pagination-color: var(--red);
	--swiper-pagination-bullet-inactive-color: var(--white);
}

.main__swiper-pagination .swiper-pagination-bullets {
	top: auto;
	gap: var(--gap);
}

.main__swiper-pagination .swiper-pagination-bullet {
	height: 3px;
	width: calc(100% / var(--count) - var(--gap)/ var(--count));
	margin: 0!important;
	border-radius: 0;
}

.thank {
	--width-img: 84px;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	text-align: center;
	height: 100%;
	position: relative;
}

.thank__close {
	cursor: pointer;
	top: 23px;
	right: 24px;
	position: absolute;
}

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

.thank__img img {
	width: var(--width-img);
}

.thank__title {
	margin-top: 8px;
	font-size: 36px;
	line-height: 1.31111;
}

.thank__subtitle {
	margin: 0 auto;
	font-size: 22px;
	text-wrap: balance;
}

.cards {
	padding-top: 52px;
	padding-bottom: 48px;
}

.cards .swiper-button,.cards__arrows,.cards__bottom,.cards__item-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cards__item,.cards__item-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cards__item {
	height: 308px;
	overflow: hidden;
	border-radius: 0;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cards__item_white {
	color: var(--white);
}

.cards__item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cards__item-bg img,.cards__item-bg picture {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.cards__item-block {
	padding: 26px 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 100%;
	width: 100%;
}

.cards__item-title {
	max-width: 249px;
	font-size: 30px;
	font-weight: 600;
	text-wrap: balance;
	line-height: 1.31111;
	text-transform: uppercase;
}

.cards__item-btn {
	width: 199px;
	height: 48px;
	-webkit-backdrop-filter: blur(4.3497266769px);
	backdrop-filter: blur(4.3497266769px);
	background: rgba(0,0,0,.06);
	border-radius: 0;
	border: 1px solid #fff;
	color: var(--white);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition-duration: 0.2s;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
}

.cards__item-btn:hover {
	background: #f7f7f7;
	color: var(--black);
}

.cards__bottom {
	margin-top: 20px;
	position: relative;
}

.cards .swiper-scrollbar {
	--swiper-scrollbar-top: 20px;
	--swiper-scrollbar-sides-offset: 0px;
	width: 1167px;
	height: 3px;
	background: #d9d9d9;
	
}

.cards .swiper-scrollbar-drag {
	background: #828282;
	
	cursor: pointer;
}

.cards .swiper-button,.cards .swiper-pagination,.cards .swiper-scrollbar {
	position: relative;
	inset: auto;
}

.cards .swiper-wrapper.active {
	gap: 15px;
}

.cards .swiper-pagination {
	width: auto;
	margin-left: 15px;
	font-size: 16px;
	font-family: Inter,sans-serif;
}

.cards .swiper-pagination-total {
	color: #bfbfbf;
}

.cards .swiper-slide {
	width: 322px;
}

.cards .swiper-button {
	width: 56px;
	height: 56px;
	background: #f7f7f7;
	margin-top: 0;
	border-radius: 0px
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cards .swiper-button::after,.cards .swiper-button::before {
	display: none;
}

.cards__nums-end {
	color: #bfbfbf;
}

.cards__arrows {
	gap: 6px;
	margin-left: auto;
}

.cards__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	color: #000;
}

.cards__list-item {
	padding: 0 60px;
	text-align: center;
	position: relative;
	position: relative;
	position: relative;
	position: relative;
}

.cards__list-item:nth-child(2) {
	-webkit-animation-delay: 50ms;
	animation-delay: 50ms;
}

.cards__list-item:nth-child(3) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.cards__list-item:nth-child(4) {
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}

.cards__list-item:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.cards__list-item:after {
	content: "";
	position: absolute;
	bottom: 8px;
	right: 0;
	width: 1px;
	height: 105px;
	background: var(--gray);
}

.cards__list-item:first-of-type {
	padding-left: 47px;
}

.cards__list-item:last-of-type {
	padding-right: 48px;
}

.cards__list-item:last-of-type:after {
	display: none;
}

.cards__list-num {
	font-weight: 600;
	font-size: 60px;
}

.cards__list-text {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.services {
	padding: 50px 0;
}

.services__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

.services__item {
	--width-img: 660px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	gap: 15px;
}

.services__item_reversed {
	--width-img: 703px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.services__item-left,.services__item-right {
	border-radius: 0;
}

.services__item-left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: var(--width-img);
	overflow: hidden;
}

.services__item-left :is(img,picture) {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.services__item-right {
	width: calc(100% - 15px - var(--width-img));
	background: #f7f7f7;
	padding: 25px 25px 25px 35px;
	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;
}

.services__item-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1.31111;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.services__item-text {
	margin-bottom: 36px;
	font-weight: 600;
	text-transform: capitalize;
}

.services__item-btns {
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 11px;
}

.services__item-btn {
	width: 229px;
	height: 57px;
}

.services__item-btn_2 {
	width: 276px;
	height: 57px;
}

.services__item_2 .services__item-block {
	max-width: 482px;
}

.services__item_4 .services__item-text {
	max-width: 437px;
}

.services__item_5 .services__item-text {
	max-width: 555px;
}

.services__item_6 .services__item-text {
	max-width: 440px;
}

.services__item_7 .services__item-text {
	max-width: 502px;
}

.services__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.services__list-li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.services__list-icon {
	-ms-flex-negative: 0;
	flex-shrink: 0;
    padding-top: 4px;
}

.services__list-text {
	font-weight: 500;
	text-transform: capitalize;
}

.contacts {
	padding-bottom: 110px;
}

.contacts__block,.contacts__socials-block,.contacts__socials-item,.contacts__up,.contacts__up-svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contacts__block {
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	gap: 69px;
}

.contacts__right {
	width: 904px;
}

.contacts__left {
	width: calc(100% - 904px - 69px);
}

.contacts__iframe {
	height: 100%;
	border: 1.3px solid var(--white);
	border-radius: 0;
	width: 100%;
}

.contacts__up {
	gap: 19px;
	margin-bottom: 33px;
}

.contacts__up-svg {
	width: 53px;
	height: 53px;
	border: 1px solid var(--white);
	border-radius: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.contacts__up-title {
	font-size: 30px;
}

.contacts__title {
	font-size: 35px;
	margin-bottom: 15px;
	font-weight: 600;
}

.contacts__address {
	font-style: normal;
	margin-bottom: 54px;
}

.contacts__address-text {
	font-size: 20px;
	max-width: 285px;
}

.contacts__socials-block {
	gap: 13px 12px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts__socials-item {
	width: 44px;
	height: 44px;
	background: var(--white);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0;
}

.modal {
	inset: 0;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: .3s;
	transition: .3s;
	background: rgba(0,0,0,.8);
	--width-content: 709px;
}

.modal_center {
	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;
}

.modal.active {
	opacity: 1;
	visibility: visible;
	z-index: 105;
}

.modal__close,.modal__show {
	cursor: pointer;
}

.modal__close {
	position: absolute;
	top: 36px;
	right: 36px;
}

.modal__content {
	cursor: default;
	max-width: var(--width-content);
	background: var(--white);
	margin: 0 auto;
	border-radius: 0;
	padding: 50px 60px 60px;
}

.modal__form-subtitle,.modal__form-title {
	text-align: center;
}

.modal__form-title {
	font-size: 45px;
	line-height: 1.31;
	margin-bottom: 15px;
}

.modal__form-subtitle {
	font-size: 20px;
	margin-bottom: 35px;
}

.modal__form .p-form__input :is(input,.p-inter-tel__input) {
	border: 1px solid var(--black);
	padding: 23px 35px;
	color: var(--black);
	width: 100%;
}

.modal__form .p-form__inputs {
	gap: 20px;
}

.modal__form .p-form__check {
	margin-top: 2px;
	margin-bottom: 20px;
}

.modal__form .p-form__check input:checked~.p-form__check-square {
	border-color: var(--red);
}

.modal__form .p-form__check-title {
	font-size: 16px;
}

.modal__form .p-form__btn {
	width: 100%;
	font-size: 20px;
}

.modal_with-thank__content {
	display: none;
}

.modal_with-thank__content .thank {
	border-radius: 0;
	background: var(--white);
	padding: 62px 95px 85px;
	max-width: 694px;
}

.modal_with-thank__content .thank__title {
	margin-top: 0;
	font-size: 45px;
}

.modal__menu {
	background: rgba(0,0,0,.66);
}

.modal__menu .modal__content {
	margin-left: auto;
	margin-right: 0;
	max-width: 65.95vw;
	background: var(--black);
	color: var(--white);
	border-radius: 0;
	padding: 92px 37px 46px 32px;
	min-height: 100vh;
	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: 100px;
}

.modal__menu-list {
	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;
}

.footer {
	padding-top: 50px;
	padding-bottom: 52px;
	background: var(--black);
	color: var(--white);
}

.footer__block,.footer__links,.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__link,.footer__nav-link {
	font-family: Inter,sans-serif;
}

.footer__block {
	gap: 132px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__left {
	width: 266px;
}

.footer__right {
	width: 904px;
}

.footer__right .footer__links {
	display: none;
}

.footer__logo {
	margin-bottom: 30px;
}

.footer__links {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer__link {
	width: 100%;
	font-size: 14px;
	color: var(--gray);
	font-weight: 600;
	font-family: 'Satoshi',sans-serif;
	text-transform: uppercase;
}

.footer__nav-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 44px 93px;
	font-size: 16px;
	width: 904px;
}

.footer__nav-li {
	line-height: 1.33333;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Satoshi',sans-serif;
	text-transform: uppercase;
}

.footer__nav-li_1 {
	width: 143px;
}

.footer__nav-li_2 {
	width: 145px;
}

.footer__nav-li_3 {
	width: 152px;
}

.footer__nav-li_4 {
	width: 185px;
}

@media screen and (max-width:1380px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header.fixed .header__block {
		border-radius: 0;
	}

	.header .container {
		padding-left: 0;
		padding-right: 0;
	}

	.header__block {
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 0;
	}

	.header__list ul {
		gap: 3.1770833333vw;
	}

	.header__nav {
		gap: 3.0208333333vw;
	}

	.footer__block {
		padding: 30px 38px 68px;
	}

	.footer__right {
		width: 45.083333vw;
	}

	.footer__nav-list {
		width: 100%;
	}

	.footer__nav-li {
		width: calc(50% - 46.5px);
	}
}

@media screen and (max-width:1140px) {
	.header {
		padding-top: 17px;
	}

	.header.fixed {
		top: -71px;
	}

	.header__block {
		position: relative;
	}

	.header__nav {
		display: none;
	}

	.header__menu {
		display: block;
	}

	.header__center {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.header__logo {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}

	.header__right {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.footer {
		padding-bottom: 0;
	}

	.footer__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 36px;
	}

	.footer__left,.footer__right {
		width: 100%;
	}

	.footer__links {
		display: none;
	}

	.footer__right .footer__links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 18px;
		margin-top: 30px;
		padding-top: 25px;
		border-top: .5px solid #686868;
	}
}

@media screen and (max-width:768px) {
	body {
		font-size: 16px;
	}

	.header__block {
		padding: 0 20px;
	}

	.header__langs {
		padding: 1px 3px;
		gap: 4px;
	}

	.header__lang {
		font-size: 14px;
		width: 27px;
		height: 27px;
	}

	.header__lang.active {
		padding: 4px;
	}

	.header__logo img {
		width: 133px;
	}

	.header__menu {
		-webkit-transform: translateY(1px);
		-ms-transform: translateY(1px);
		transform: translateY(1px);
	}

	.p-form__inputs {
		gap: 10px;
	}

	.p-form__input :is(input[type=text],input[type=tel]) {
		padding: 14px 19px;
	}

	.p-form__check {
		margin-top: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.p-form__check-square {
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		transform: translateY(3px);
		width: 25px;
		height: 25px;
    border-radius: 0;
	}

  .p-form__check-square img {
    width: 12px;
  }

	.p-form__check-title {
		font-size: 14px;
	}

	.p-inter-tel__input {
		padding: 14px 19px;
	}

	.p-inter-tel__input input[type=tel] {
		padding: 0;
	}

	.p-select__btn {
		padding: 14px 19px;
	}

	.p-btn {
		height: 44px;
		border-radius: 0;
		font-size: 14px;
	}

	.footer__logo {
		margin-bottom: 0;
	}

	.footer__logo img {
		width: 220px;
	}

	.footer__nav-list {
		gap: 25px 61px;
	}

	.footer__nav-li {
		width: calc(50% - 30.5px);
	}

	.footer__link {
		font-size: 14px;
		text-underline-offset: 2px;
	}

	.modal_center {
		display: block;
		padding-left: 20px;
		padding-right: 20px;
	}

	.modal_with-thank .thank {
		max-width: 381px;
		border-radius: 0;
		margin-left: auto;
		margin-right: auto;
		margin-top: 137px;
		padding: 39px 64px 44px;
		--width-img: 59px;
	}

	.modal_with-thank .thank__title {
		font-size: 25px;
	}

	.modal_with-thank .modal__close {
		top: 27px;
		right: 19px;
	}

	.modal_with-thank .modal__close img {
		width: 19px;
	}

	.modal_with-thank .modal__content {
		padding: 25px 18px 30px;
		border-radius: 0;
		max-width: 380px;
		width: 100%;
		margin-top: 137px;
	}

	.modal__form-title {
		font-size: 25px;
		max-width: 318px;
	}

	.modal__form-subtitle {
		font-size: 16px;
	}

	.modal__form-subtitle,.modal__form-title {
		margin-right: auto;
		margin-left: auto;
	}

	.modal__form .p-inter-tel__input-prefix {
		font-size: 14px;
	}

	.modal__form .p-form__input :is(input,.p-inter-tel__input) {
		padding: 16px 22px;
		font-size: 14px;
	}

	.modal__form .p-form__check {
		margin-bottom: 10px;
	}

	.modal__form .p-form__check-title {
		font-size: 11px;
		max-width: 279px;
	}

	.modal__form .p-form__inputs {
		gap: 10px;
	}

	.modal__form .p-form__btn {
		font-size: 12px;
	}
}

@media screen and (max-width:420px) {
	.modal__menu .modal__content {
		max-width: 277px;
	}

	.modal_with-thank__content .thank {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width:390px) {
	.footer__nav-list {
		-webkit-column-gap: 35px;
		-moz-column-gap: 35px;
		column-gap: 35px;
	}

	.footer__nav-li {
		width: calc(50% - 17.5px);
		font-size: 14px;
	}

	.modal__form-title {
		font-size: 22px;
	}

	.modal__form-subtitle {
		font-size: 14px;
	}

	.modal__form .p-form__input :is(.p-inter-tel__input) {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

@media screen and (max-width:1380px) {
	.contacts__block,.footer__block,.main,.main__block,.main__block-bg {
		border-radius: 0;
	}

	:is(.main,.cards,.contacts,.footer) .container {
		padding-left: 0;
		padding-right: 0;
	}

	.cards__bottom,.cards__swiper .swiper,.main__block {
		padding-left: 20px;
		padding-right: 20px;
	}

	.main {
		padding-top: 0;
	}

	.main__swiper {
		padding-left: 20px;
		padding-right: 20px;
	}


	.main__swiper-pagination {
		left: 20px;
	}

	.main__swiper-pagination .swiper-pagination {
		width: 42.0625vw;
	}

	.cards__arrows {
		margin-left: 20px;
	}

	.cards__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 27px 0;
	}

	.cards__list-item:nth-child(3)::after {
		opacity: 0;
	}

	.services__item {
		--width-img: 50%;
	}

	.services__item_reversed {
		--width-img: 48.6%;
	}

	.contacts {
		padding-bottom: 30px;
	}

	.contacts__right {
		width: 47.0833333333vw;
	}

	.contacts__left {
		width: calc(100% - 47.0833333333vw - 82px);
		padding: 32px 38px 30px;
	}
}

@media screen and (max-width:1200px) {
  .main__form {
    width: 477px;
  }
}

@media screen and (max-width:1140px) {
	body {
		padding-top: 70px;
	}

	.main.fixed {
		padding-top: 71px;
	}

	.main__block {
		height: 100%;
    padding-bottom: 70px;
	}

	.main__swiper {
		padding: 0;
	}

	.main__swiper_1 {
		display: none;
	}

	.main__swiper_2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main__swiper .swiper {
		position: relative;
		top: auto;
		left: auto;
	}

	.main__swiper .swiper-slide {
		height: auto;
	}

	.main__swiper-pagination {
		width: calc(100% - 40px);
		gap: 9px;
		margin-bottom: 20px;
		bottom: 490px;
	}

	.main__swiper-pagination_1 {
		display: none;
	}

	.main__swiper-pagination_2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main__swiper-pagination .swiper-pagination {
		width: calc(100% - 43px - 9px);
	}

	.main__nums {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 43px;
	}

	.main__form {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		min-height: auto;
		background: #111;
		margin-top: -15px;
	}

	.cards__list {
		max-width: 378px;
		margin-left: auto;
		margin-right: auto;
	}

	.cards__list-item {
		padding-left: 22px;
		padding-right: 22px;
	}

	.cards__list-item:after {
		height: 66px;
	}

	.cards__list-item:first-of-type {
		padding-left: 0;
	}

	.cards__list-item:last-of-type {
		padding-right: 0;
	}

	.cards__list-item_1 {
		width: 131px;
	}

	.cards__list-item_2 {
		width: 141px;
	}

	.cards__list-item_3 {
		width: 106px;
		padding-right: 0;
	}

	.cards__list-item_4 {
		width: 176px;
		padding-left: 0;
	}

	.cards__list-item_5 {
		width: 112px;
	}

	.cards__list-num {
		font-size: 35px;
	}

	.cards__list-text {
		font-size: 14px;
	}

	.services__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		--width-img: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.services__item-left {
		aspect-ratio: 380/318;
		height: auto;
	}@	supports not (aspect-ratio:1) {
		.services__item-left{height: 75.71vw;
	}
}

.services__item-right {
	width: 100%;
}

.contacts__block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.contacts__right {
	width: 100%;
}

.contacts__iframe {
	height: 228px;
	border-radius: 0;
}}

@media screen and (max-width:768px) {
	body,html {
		overflow-x: hidden;
	}

	body {
		padding-top: 66px;
	}

	.main.fixed {
		padding-top: 67px;
	}

	.main__block {
		padding-top: 25px;
		padding-bottom: 75px;
	}

	.main__title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.main__subtitle {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.main__list {
		gap: 12px;
	}

	.main__list-item {
		gap: 9px;
	}

	.main__list-svg {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main__list-svg svg {
		width: 14px;
		height: 14px;
	}

	.main__list-title {
		font-size: 16px;
	}

	.main__nums {
		font-size: 13px;
	}

	.main__form {
		margin-left: -1px;
		margin-right: -1px;
		width: calc(100% + 2px);
		padding: 25px 20px;
		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;
	}

	.main__form-title {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.main__form .p-btn {
		width: 100%;
	}

	.main__form .thank {
		gap: 12px;
	}

	.main__item_1 .main__subtitle,.main__item_1 .main__title,.main__item_3 .main__subtitle,.main__item_3 .main__title {
		max-width: 319px;
	}

	.main__item_1 .main__list-item:nth-child(3),.main__item_3 .main__list-item:nth-child(3) {
		max-width: 276px;
	}

	.main__item_2 .main__list-item,.main__item_3 .main__list-item {
		max-width: 322px;
	}

	.main__list {
		max-width: 370px;
	}

	.main__swiper-pagination_2 {
		bottom: 400px;
	}

	.thank__title {
		font-size: 25px;
	}

	.thank__subtitle {
		font-size: 16px;
		max-width: 258px;
	}

	.thank__close {
		top: 17px;
		right: 20px;
	}

	.thank__close img {
		width: 13px;
	}

	.cards {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.cards__item {
		border-radius: 0;
		height: 162px;
		opacity: 1;
	}

	.cards__item.active {
		-webkit-animation: none;
		animation: none;
	}

	.cards__item-block {
		padding: 14px 13px;
	}

	.cards__item-title {
		font-size: 16px;
		max-width: 116px;
	}

	.cards__item-btn {
		width: 118px;
		height: 30px;
		border-radius: 0;
		font-size: 12px;
	}

	.cards__list {
		padding-top: 35px;
	}

	.cards .swiper-wrapper.active {
		gap: 5px;
	}

	.cards .swiper-slide {
		width: 169px;
	}

	.cards .swiper-pagination {
		font-size: 13px;
		margin-left: 5px;
	}

	.cards__arrows {
		display: none;
	}

	.services {
		padding-top: 49px;
		padding-bottom: 25px;
	}

	.services__item {
		gap: 0;
	}

	.services__item-right {
		border-radius: 0;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
	}

	.services__item-left {
		border-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		height: 59.52vw;
		aspect-ratio: 380/250;
	}

	.services__item-right {
		padding: 25px 18px;
	}

	.services__item-title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.services__item-text {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.services__item-btns {
		margin-top: 25px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.services__item-btn {
		width: 100%;
		height: 46px;
		border-radius: 0;
	}

	.services__item_1 .services__list-li:nth-child(1) .services__list-text {
		max-width: 263px;
	}

	.services__item_1 .services__list-li:nth-child(3) .services__list-text {
		max-width: 263px;
	}

	.services__item_1 .services__list-li:nth-child(5) .services__list-text {
		max-width: 265px;
	}

	.services__item_1 .services__list-li:nth-child(4) .services__list-text {
		max-width: 226px;
	}

	.services__item_2 .services__list-li:nth-child(1) .services__list-text {
		max-width: 282px;
	}

	.services__item_3 .services__list-li:nth-child(1) .services__list-text {
		max-width: 246px;
	}

	.services__item_3 .services__list-li:nth-child(2) .services__list-text {
		max-width: 246px;
	}

	.services__item_3 .services__list-li:nth-child(3) .services__list-text {
		max-width: 246px;
	}

	.services__item_4 .services__list-li:nth-child(1) .services__list-text {
		max-width: 246px;
	}

	.services__item_4 .services__list-li:nth-child(2) .services__list-text {
		max-width: 246px;
	}

	.services__item_4 .services__list-li:nth-child(3) .services__list-text {
		max-width: 246px;
	}

	.services__item_4 .services__list-li:nth-child(4) .services__list-text {
		max-width: 246px;
	}

	.services__block {
		gap: 25px;
	}

	.services__list {
		gap: 16px;
	}

	.services__list-icon {
		-webkit-transform: translateY(4px);
		-ms-transform: translateY(4px);
		transform: translateY(4px);
	}

	.services__list-icon img {
		width: 14px;
	}

	.services__list-li {
		gap: 9px;
	}

	.contacts {
		padding-bottom: 0;
	}

  .contacts__title {
    font-size: 25px;
  }

	.contacts__left {
		width: 100%;
		padding-bottom: 50px;
	}

	.contacts__right {
		width: 100%;
	}

	.contacts__up {
		gap: 14px;
		margin-bottom: 30px;
	}

	.contacts__up-title {
		font-size: 20px;
	}

	.contacts__up-svg {
		width: 39px;
		height: 39px;
	}

	.contacts__up-svg img {
		width: 15px;
	}

	.contacts__address {
		margin-bottom: 30px;
	}

	.contacts__address-title {
		margin-bottom: 10px;
		font-size: 25px;
	}

	.contacts__address-text {
		font-size: 16px;
		max-width: 225px;
	}

	.contacts__block {
		gap: 0;
	}

	.contacts__socials-block {
		gap: 7px;
	}

	.contacts__socials-item {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:570px) {
	.main__swiper-pagination_2 {
		bottom: 400px;
	}
}

@media screen and (max-width:536px) {
	.main__swiper-pagination_2 {
		bottom: 430px;
	}
}

@media screen and (max-width:414px) {
	.main__swiper-pagination_2 {
		bottom: 450px;
	}
}

@media screen and (max-width:390px) {
	.cards__list-item {
		width: 157px;
	}

	.cards__list-item:nth-child(2) {
		padding-right: 0;
	}

	.cards__list-item:nth-child(2)::after {
		opacity: 0;
	}

	.cards__list-item:nth-child(3) {
		padding-right: 20px;
	}

	.cards__list-item:nth-child(3)::after {
		opacity: 1;
	}

	.cards__list-item:nth-child(4) {
		padding-right: 0;
		padding-left: 20px;
	}

	.cards__list-item:nth-child(4)::after {
		opacity: 0;
	}
}

@media screen and (max-width:390px) {
	.main__swiper-pagination_2 {
		bottom: 480px;
	}
}


.lds-ellipsis,
.lds-ellipsis div {
  box-sizing: border-box;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 0;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.copyright{
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
	color: var(--gray);
	font-weight: 500px;
	line-height: 1.8;
}