* {
	outline: none;
}

body,
html {
	background: #fff;
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	color: rgba(51, 51, 51, 0.8);
	line-height: 1.5;
	font-size: 16px;
	font-weight: 400;
}

body.active {
	overflow: hidden
}



.sec0 {
	position: relative;
}

.ar-1 {
	aspect-ratio: 1/1
}

.cp {
	cursor: pointer;
}

.w-100p {
	width: 100%;
}

.h-100p {
	height: 100%;
}

.fz-0 {
	font-size: 0.875rem;
}

.fz-1 {
	font-size: 1rem;
}

.fz-2 {
	font-size: 1.125rem;
}

.fz-3 {
	font-size: 1.5rem;
}

.fz-4 {
	font-size: 2rem;
}

.fz-5 {
	font-size: 3rem;
}

.fz-6 {
	font-size: 4rem;
}

.fw-4 {
	font-weight: 400;
}

.fw-7 {
	font-weight: 700;
}

.fw-8 {
	font-weight: 800;
}

.fw-9 {
	font-weight: 900;
}

.lh-1 {
	line-height: 1;
}

.lh-12 {
	line-height: 1.2;
}

.lh-15 {
	line-height: 1.5;
}

.hover {
	transition: 0.5s
}

.c-orange {
	color: #FF6416
}


.c-white {
	color: #fff;
}


.c-light {
	color: rgba(255, 255, 255, 0.8)
}

.c-black {
	color: #333
}

.c-dark {
	color: rgba(51, 51, 51, 0.8)
}



.c-grey {
	color: #F0F0F0
}

.c-white.hover:hover,
.c-light.hover:hover,
.c-dark.hover:hover,
.c-grey.hover:hover {
	color: #FF6416
}

.bg-orange {
	background-color: #FF6416
}

.bg-white {
	background-color: #fff;
}

.bg-black {
	background-color: #333
}


.bg-grey {
	background-color: #F0F0F0
}

.bdrs-0 {
	border-radius: 0.5rem;
}

.bdrs-50 {
	border-radius: 50%;
}

.poa {
	position: absolute;
}

.por {
	position: relative;
}

.tac {
	text-align: center;
}

.tdu {
	text-decoration: underline;
}

.ttu {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.whatsapp-icon {
	width: 2rem;
	height: 2rem;
	background: url(../images/whatsapp.png) 50% / contain no-repeat;
}

.telegram-icon {
	width: 2rem;
	height: 2rem;
	background: url(../images/telegram.png) 50% / contain no-repeat;
}

.phone-icon {
	width: 2.2rem;
	height: 2.2rem;
	background: url(../images/phone.png) 50% / contain no-repeat;
}

.plus-icon {
	width: 1em;
	height: 1em;
	background: url(../images/plus-icon.svg) 50%/ contain no-repeat;

}

.info-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	background: url(../images/info-icon.svg) 50%/ contain no-repeat;

}


.finish-icon {
	top: 0.5rem;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background: url(../images/flag-icon.svg) 50%/ contain no-repeat;

}


.tel-icon {
	top: 0.25rem;
	position: relative;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/phone-icon.svg) 50%/ contain no-repeat;
}

.email-icon {
	top: 0.25rem;
	position: relative;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/email-icon.svg) 50%/ contain no-repeat;
}

.address-icon {
	top: 0.25rem;
	position: relative;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/location-icon.svg) 50%/ contain no-repeat;
}

.time-icon {
	top: 0.25rem;
	position: relative;
	margin-right: 0.5rem;
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: url(../images/location-icon.svg) 50%/ contain no-repeat;
}

.circle-icon {
	z-index: 1;
	position: relative;
	top: 0.5rem;
	width: 1rem;
	height: 1rem;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	border: 0.3rem solid #FF6416;
}

.border {
	border: 1px solid rgba(255, 255, 255, 0.3)
}


.border1 {
	border: 1px solid rgba(0, 0, 0, 0.3)
}

.bt {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.btn {
	cursor: pointer;
	background: #FF6416;
	user-select: none;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	transition: background 0.5s;
	font-size: 1rem;
	line-height: 1;
}

.btn:hover {
	background: #e65105
}

.btn:active {
	transform: scale(0.95)
}

.btn:after {

	margin-left: 1rem;
	display: inline-block;
	position: relative;
	content: "";
	width: 1.5em;
	height: 1.5em;
	background: url(../images/btn-con.svg)
}


.hr {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}


.layers img:not(:first-child) {
	margin-top: -6.3rem;
}

.layers img {
	position: relative;
	width: 70%;


}

.layers img:hover {
	transform: translate(-5%);
}

.layers img:nth-child(1) {
	z-index: 5;

}

.layers img:nth-child(2) {
	z-index: 4;

}

.layers img:nth-child(3) {
	z-index: 3;

}

.layers img:nth-child(4) {
	z-index: 2;

}

.layers img:nth-child(5) {
	z-index: 1;

}

.layer-tab.active {
	color: #FF6416;
	border: 1px solid #FF6416
}

.sec3 {
	background:

		linear-gradient(90deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0)),
		linear-gradient(150deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5)),
		url(../images/bg2.jpg) 50% / cover no-repeat
}

.steps:after {
	position: absolute;
	left: 0.5rem;
	margin-left: -1px;
	content: "";
	border-left: 2px solid #FF6416;
	top: 1rem;
	bottom: 1rem;
}


.z-1 {
	z-index: 1;
}

.form {
	max-width: 480px;
	width: 100%;
}

i.toggler {
	position: relative;
	top: 0.5em;
	width: 1rem;
	height: 1rem;
	position: relative;
	flex-shrink: 0;

}

i.toggler:after,
i.toggler:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	border-radius: 2px;
	background: #FF6416;
	transition: 0.5s
}

i.toggler:before {
	transform: rotate(90deg)
}

i.toggler.active:before {
	transform: rotate(0deg)
}

.oh {
	overflow: hidden;
}

.l-0 {
	left: 0;
}

.t-0 {
	top: 0;
}

.b-0{
    bottom: 0;
}

@media(max-width: 476px) {
	.logomob {
		width: 190px!important;
		height: auto!important;
	}
}

@media(min-width: 476px) {
	.glecr {
		width: 80%!important;
	}
	.boksiki {
		width: 62%!important;
	}
	.telef {
		display: none!important;
	}
}