
@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
	vertical-align:baseline;
	border:0;
	outline:0;
	font-size:100%;
	padding:0;
	margin:0;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

ul, ol {
  display:block;
  position:relative;
  width:100%;
  text-align:left;
  -webkit-padding-start:0;
  padding-inline-start:0;
	-webkit-padding-end:0;
	padding-inline-end:0;
  -webkit-margin-before:0;
  margin-block-start:0;
  -webkit-margin-after:0;
  margin-block-end:0;
  -webkit-margin-start:0;
  margin-inline-start:0;
  -webkit-margin-end:0;
  margin-inline-end:0;
  padding:0;
  margin:0;
}

a {
	display: inline;
  position: relative;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:not([href]) {
  color: inherit;
  cursor: default;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: inherit;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #000000;
	margin: 0;
	padding: 0;
}

input, select {
	vertical-align:middle;
}

button {
	letter-spacing: normal;
	white-space: nowrap;
	text-transform: none;
	cursor: pointer;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

body {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
  word-break: break-word;
	-webkit-tap-highlight-color: transparent;
}

p {
  font: inherit;
}

a {
	-webkit-user-drag: none;
	user-drag: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

img, video {
  max-width: 100%;
  max-height: 100%;
	-webkit-user-drag: none;
	user-drag: none;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	overflow-x: hidden;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-align: left;
	min-height: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(45, 46, 46)), to(rgb(0, 0, 0))) rgb(45, 46, 46);
	background: -o-linear-gradient(rgb(45, 46, 46) 0%, rgb(0, 0, 0) 100%) rgb(45, 46, 46);
	background: linear-gradient(rgb(45, 46, 46) 0%, rgb(0, 0, 0) 100%) rgb(45, 46, 46);
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

.background {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	opacity: 0.87;
	pointer-events: none;
}
.background img {
	overflow-clip-margin: content-box;
  overflow: clip;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
  font-weight: 700;
	text-transform: none;
  color: #fff;
	text-align: center;
	line-height: 140%;
}

h1 {
	font-size: 24px;
}

h2 {
  margin-bottom: 16px;
  font-size: 20px;
}
h3{
	font-size: 20px;
}

h4 {
	font-size: 20px;
}



/* Button */
.form-button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	width: 100%;
	height: auto;
	background-color: rgb(75, 123, 236);
	color: rgb(255, 255, 255);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
	border: none;
	text-decoration: none!important;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding: 14px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}


/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}

.main {
	padding: 220px 0px 0px 0px;
	/* position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; */
}
.main::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/img2.webp);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.main::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  backdrop-filter: blur(7px);
   -webkit-backdrop-filter: blur(7px);
  position: absolute;
  left: 0;
  top: 0;
}
.section {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 16px;
}
.prime {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.prime__title{
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 24px;
	font-weight: 400;
}
.prime__text {
	margin-bottom: 16px;
}
.prime__desc {
	font-size: 12px;
	margin-bottom: 16px;
}
.prime__subtitle {
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 12px;
	border-bottom: 2px solid rgb(164, 156, 156);
	margin: 0;
}

.socials {
	text-align: center;
}
.socials__title {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.socials__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 10px;
}
.socials__list li{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.socials__item {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 10px;
	text-decoration: none;
	min-height: 56px;
	text-align: center;
	font-size: 11px;
	font-weight: 400;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #fff;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.socials__item:hover {
	-webkit-transform: translateY(-2px);
	    -ms-transform: translateY(-2px);
	        transform: translateY(-2px);
}
.socials__item img {
	margin-bottom: 3px;
	max-width: 22px;
}
.socials__item--telegram {
	background: -webkit-gradient(linear,left top, left bottom,from(#00aefa),to(#0983c5));
	background: -o-linear-gradient(top,#00aefa,#0983c5);
	background: linear-gradient(180deg,#00aefa,#0983c5);
}
.socials__item--viber {
	background: -webkit-gradient(linear,left top, left bottom,from(#8760fd),to(#4c389d));
	background: -o-linear-gradient(top,#8760fd,#4c389d);
	background: linear-gradient(180deg,#8760fd,#4c389d);

}
.socials__item--whatsap {
	background: -webkit-gradient(linear,left top, left bottom,from(#60fd7c),to(#07b825));
	background: -o-linear-gradient(top,#60fd7c,#07b825);
	background: linear-gradient(180deg,#60fd7c,#07b825);
}


.form__title {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.form__title strong {
	text-decoration: underline;
}

.form-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.form-label {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 6px 6px;
	color: #fff;
	text-align: left;
}

.form-field{
	margin-bottom: 16px;
}
.form-input {
	background-color: rgba(185, 183, 183, 0.58);
	color: rgb(255, 255, 255);
	border: none;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	height: 42px;
	line-height: 24px;
	width: 100%;
	padding: 11px 16px;
	color: #fff;
	-webkit-transition: border-color .3s ease, background-color .3s ease;
	-o-transition: border-color .3s ease, background-color .3s ease;
	transition: border-color .3s ease, background-color .3s ease;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	display: block;
}
textarea.form-input {
	height: 70px;
	resize: none;
}
.form-input:hover, .form-input:focus {
	background-color: rgba(185, 183, 183, 0.7);
}
.form-error {
	color: rgb(255, 255, 255);
	padding: 2px 8px;
	background-color: rgba(185, 183, 183, 0.58);
	display: inline-block;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	margin: 6px 0 0 0;
	font-size: 14px;
	font-weight: 500;
}

.owl-carousel .item {
	height: 100%;
}
.owl-carousel .item img{
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);

}
.owl-carousel .owl-item {
	height: auto;
}
.owl-carousel .owl-stage{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.owl-carousel .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background-color: #ffffffff;
	border: 1px solid #333;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	opacity: 0.6;
	margin: 0 4px;
}
.owl-carousel .owl-dots .owl-dot.active {
	opacity: 1;
}
.owl-carousel .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 15px;
}
.steps__title {
	font-size: 20px;
	text-decoration: underline;
	font-weight: 400;
	text-align: center;
	margin-bottom: 16px;
}

.steps__list {
	padding: 0;
	list-style: none;
	margin: 0;
}
.steps__list li {
	padding: 16px 16px 16px 56px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #000;
	position: relative;
}
.steps__list li + li {
	margin-top: 8px;
}
.steps__list-title{
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
}
.steps__list-text {
	margin: 0;
	color: #000;
}

.steps__list-num{
	width: 24px;
	height: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: absolute;
	top: 16px;
	left: 16px;
}
.steps-carousel {
	margin-top: 20px;
}
.steps-carousel .item img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.about {
	text-align: center;
}
.about > * + * {
	margin-top: 16px;
}
.about__title {
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-decoration: underline;
	margin: 0 0 16px 0;
}
.about ul {
	padding-left: 20px;
	text-align: center;
}

.faq__title {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin: 0 0 16px 0;
	text-align: center;
	text-decoration: underline;
}


.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

.faq {
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
}
.faq__title {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 16px auto;

}
.faq__list {
	background: rgba(215, 215, 215, 0.14);
	list-style: none;
	padding: 10px 0;
	margin: 0;
}
.faq__item {
	padding: 0;
	width: 100%;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

.faq__item + .faq__item {
	margin-top: 17px;
}

.faq-item__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	font-style: italic;
	padding: 0px 28px 0px 0px;
	text-transform: none;
	text-align: left;
	cursor: pointer;
	margin: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	position: relative;
}
.faq-item__title::after, .faq-item__title::before {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	top: 8.5px;
	height: 2px;
	width: 16px;
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.faq-item__title::after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.faq__item.active .faq-item__title::after{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	opacity: 0;
}
.faq-item__desc p {
	margin: 0px;
}
.faq-item__desc p + p {
	margin-top: 1rem;
}
.faq-item__desc .wrap {
	padding: 10px 28px 0 0;
}



@media screen and (max-width: 600px){
	.faq__list {
		padding-left: 16px;
		padding-right: 16px;
	}
	.faq__title{
		padding-left: 16px;
		padding-right: 16px;
	}
  .main::before, .main::after {
    display: none;
  }
  .background img {
    object-fit: cover;
  }
}
