.my-wrap {
	text-align: left;
}
body{
	background: linear-gradient(0deg, #000322 0%, #000322 100%), #02123A;
}
.t-one {
	position: relative;
	min-height: 960px;
	height: 100vh;
	align-items: stretch;
  	display: flex;
}
.t-one-content{
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.t-one-title {
	color: #F5F7F8;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0px 0px 20px 0px;
}
.t-one-title p{
	margin: 0;
	display: flex;
	justify-content: center;
}
.t-one-title span{
	display: inline-flex;
	align-items: center;
	margin-left: 20px;
}
.t-one-title span svg{
	margin-right: 10px;
}
.violet {
	color: #81F0F4;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; 
	letter-spacing: -0.022px;
}
.t-one-text {
	color: #E7EBED;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	max-width: 860px;
	margin-bottom: 20px;
}
.btn-1{
	padding: 18.5px 20px;
	display: inline-block;
	border-radius: 4px;
	/* background: linear-gradient( to top, #4BC5EF 100%, #81F0F4 0%);
	box-shadow: 0px 1px 4px 0px #97F7FF inset, 0px 4px 64px 0px rgba(42, 90, 107, 0.32), 0px 4px 32px 0px rgba(98, 3, 255, 0.40); */
	border-radius: 4px;
	background: url('../image/Button.png');
	background-size: cover;
	box-shadow: 0px 1px 4px 0px #97F7FF inset, 0px 4px 64px 0px rgba(42, 90, 107, 0.32), 0px 4px 32px 0px rgba(98, 3, 255, 0.40);
	color: #02123A;
	text-align: center;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
	transition: all 0.3s linear;
}
.t-one-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.t-one-img video{
	height: 100%;
    object-fit: cover;
	width: 100%;
}
.t-one-img img{
	width: 100%;
	height: 100%;
}
.mobile-img {
	display: none;
}
.t-two {
}
.t-two-wrap {
	position: relative;
	padding-bottom: 60px;
	min-height: 730px;
	/* overflow-y: scroll;
  scrollbar-width: none; */
}
.t-two-wrap::-webkit-scrollbar {
    /* display: none; */
	/* opacity: 0; */
}
.t-two-dots.fix{
	opacity: 0;
	transition: all 0.3s linear;
}
.t-two-dots {
	display: flex;
	justify-content: center;
	position: sticky;
	top: 56px;
	top: 67px;
	top: 70px;
	z-index: 3;
	margin-top: 0;
	/* margin-bottom: -34px; */
	margin-bottom: -21px;
	/* margin-bottom: -45px; */
	transition: all 0.3s linear;
}
.t-two-dots ul{
	display: flex;
	height: 40px;
	padding: 0;
	margin: 0;
	border-radius: 80px;
	background: url('../image/t-two-dots1-1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots ul.tab1{
	background: url('../image/t-two-dots1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots ul.tab2{
	background: url('../image/t-two-dots2.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots ul.tab3{
	background: url('../image/t-two-dots3.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots ul.tab4{
	background: url('../image/t-two-dots4.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots ul.tab5{
	background: url('../image/t-two-dots5-1.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.t-two-dots li{
	position: relative;
	/* background: #000322; */
	padding: 8px 20px;
	height: 100%;
	list-style: none;
	/* border-top: 1px solid rgba(129, 240, 244, 0.40);
	border-bottom: 1px solid rgba(129, 240, 244, 0.40); */
	/* box-shadow: 0px 1px 1px 0px rgba(129, 240, 244, 0.40) inset; */
	z-index: 2;
}
.t-two-dots li:first-child{
	padding-left: 9px;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	/* border-left: 1px solid rgba(129, 240, 244, 0.40); */
}
.t-two-dots li:last-child{
	padding-right: 9px;
	border-top-right-radius: 44px;
	border-bottom-right-radius: 44px;
	/* border-right: 1px solid rgba(129, 240, 244, 0.40); */
}
.t-two-dots li::before{
	content: '';
	display: block;
	min-width: 16px;
	height: 16px;
	border-radius: 80px;
	border: 1px solid #262B64;
	background: rgba(0, 3, 34, 0.24);
	box-shadow: 0px 0px 2px 0px rgba(129, 240, 244, 0.64) inset, 0px 0px 15px 0px rgba(129, 240, 244, 0.24) inset;
	backdrop-filter: blur(20px);
	position: absolute;
	top: 11px;
}
/* .t-two-dots li:nth-child(4)::after,
.t-two-dots li:nth-child(3)::after,
.t-two-dots li:nth-child(2)::after{
	content: '';
	display: block;
	height: 100%;
	width: 10px;
	background: rgba(0, 3, 34, 0.24);
	position: absolute;
	left: -6px;
	left: 0;
	top: 0;
	z-index: 3;
} */
.t-two-dots li svg{
	opacity: 0;
}
.t-two-dots li.active{
	z-index: 1;
}
.t-two-dots li.active:before{
	opacity: 0;
}
.t-two-dots li.active svg {
	opacity: 1;
}
.t-two-dots li.active:nth-child(1){
	/* border: 1px solid rgba(110, 189, 83, 0.64); */
	/* border-right: none; */
	/* box-shadow: 0px 0px 10px 0px rgba(110, 189, 83, 0.64), 0px 0px 5px 0px rgba(110, 189, 83, 0.84); */
}
.t-two-dots li.active:nth-child(2){
	/* border-top: 1px solid rgba(255, 211, 64, 0.84);
	border-bottom: 1px solid rgba(255, 211, 64, 0.84); */
	/* box-shadow: 0px 0px 2px 0px rgba(255, 211, 64, 0.64) , 0px 0px 15px 0px rgba(255, 211, 64, 0.84); */
}
.t-two-dots li.active:nth-child(3){
	/* box-shadow: 0px 0px 2px 0px rgba(255, 153, 116, 0.64) , 0px 0px 15px 0px rgba(255, 153, 116, 0.84); */
}
.t-two-dots li.active:nth-child(4){
	/* box-shadow: 0px 0px 2px 0px rgba(168, 134, 251, 0.64) , 0px 0px 15px 0px rgba(168, 134, 251, 0.84); */
}
.t-two-dots li.active:nth-child(5){
	/* box-shadow: 0px 0px 15px 0px rgba(129, 240, 244, 0.64),
     0px 0px 20px 0px rgba(129, 240, 244, 0.84); */
	 /* box-shadow: 0px 0px 10px 0px rgba(129, 240, 244, 0.64), 0px 0px 5px 0px rgba(129, 240, 244, 0.84); */
}
.t-two-dots li.active::before{
	opacity: 0;
}
.t-two-box {
	position: sticky;
	margin-bottom: 80px;
	top: 0;
	width: 100%;
	min-height: 720px;
	border-radius: 80px;
	transform-origin: 50% 25%;
	display: flex;
	transition: all 0.6s linear;
}
/* .t-two-wrap.active .t-two-box{
	position: absolute;
} */
.tob1 {
	top: 91px;
}
.t-two-flex {
	display: flex;
	position: relative;
	border-radius: 80px;
	box-shadow: 0px 1px 1px 0px rgba(129, 240, 244, 0.40) inset;
	/* border: 1px solid rgba(129, 240, 244, 0.40); */
	padding: 60px 80px;
	background: #000322; 
	width: 100%;
}
.tob4 .t-two-flex,
.tob2 .t-two-flex{
	flex-direction: row-reverse;
}
.tob4 .t-two-img,
.tob2 .t-two-img{
	right: unset;
	left: 1px;
}
.t-two-content {
	max-width: 498px;
	width: 55%;
	position: relative;
	z-index: 2;
}
.t-two-title {
	color: #F5F7F8;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	letter-spacing: -0.006px;
	margin-bottom: 20px;
}
.t-two-text {
	color: #D7DEE1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: -0.01px;
	margin-bottom: 36px;
}
.t-two-info {
	margin-bottom: 20px;
	padding: 24px;
	border-radius: 16px; 
	position: relative;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; 
	letter-spacing: -0.01px;
}
.t-two-info > svg{
	position: absolute;
	top: -6px;
	left: -2px;
}
.tob1 .t-two-info {
	color: #91DB77;
	background: rgba(67, 160, 71, 0.08);
	box-shadow: 0px 0px 2px 0px rgba(110, 189, 83, 0.80) inset, 0px 0px 15px 0px rgba(110, 189, 83, 0.24) inset;
}
.tob2 .t-two-info {
	color: #FFD340;
	background: rgba(255, 181, 0, 0.08);
	box-shadow: 0px 0px 2px 0px rgba(255, 199, 0, 0.80) inset, 0px 0px 15px 0px rgba(255, 199, 0, 0.24) inset;
}
.tob3 .t-two-info {
	color: #FF9974;
	background: rgba(255, 62, 0, 0.08);
	box-shadow: 0px 0px 2px 0px #FF6E37 inset, 0px 0px 15px 0px rgba(255, 110, 55, 0.40) inset;
}
.tob4 .t-two-info {
	color: #A886FB;
	background: rgba(96, 30, 243, 0.08);
	box-shadow: 0px 0px 2px 0px #8455F8 inset, 0px 0px 15px 0px rgba(132, 85, 248, 0.40) inset;
}
.tob5 .t-two-info {
	color: #81F0F4;
	background: rgba(0, 169, 255, 0.08);
	box-shadow: 0px 0px 2px 0px rgba(129, 240, 244, 0.64) inset, 0px 0px 15px 0px rgba(129, 240, 244, 0.24) inset;
}
.t-two-sup {
	border-left: 1px solid rgba(255, 255, 255, 0.24);
	padding-left: 24px;
	color: #D7DEE1;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: -0.01px;
	margin-bottom: 12px;
}
.t-two-list {
	display: flex;
	align-items: center;
	margin-bottom: 36px;
}
.t-two-card {
	margin-right: 16px;
}
.t-two-img {
	position: absolute;
	top: 50px;
	right: 1px;
	width: 55%;
	max-width: 660px;
}
.t-two-video {
	position: relative;
	border-radius: 60px;
  	overflow: hidden;
}
.t-two-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.t-two-video img{
	width: 100%;
  	height: 100%;
}
.tob2 {
	top: 107px;
	z-index: 2;
}
.tob3 {
	top: 123px;
	z-index: 2;
}
.tob4 {
	top: 140px;
	z-index: 2;
}
.tob5 {
	top: 157px;
	z-index: 2;
	background: #000322;
	border-radius: 80px;
}
.t-three{
	overflow: hidden;
	padding: 100px 0 40px;
	position: relative;
}
.t-three-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.t-three-bg img{
	width: 100%;
	height: 100%;
}
.t-three-title{
	color: #F5F7F8;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 42px;
}
.t-three-slider{
	padding-bottom: 70px;
	position: relative;
	z-index: 2;
}
.container-slider {
	max-width: 1280px;
	margin: 0px auto 0;
	padding: 0 42px;
}
.t-three-slider .slick-list {
	overflow: unset;
	margin: 0 -12px;
}
.t-three-slider .slider__item {
	padding: 0px 12px 0;
	min-height: 100%;
	height: unset;
}
.t-three-card {
	padding: 64px 36px 32px 36px; 
	border-radius: 16px;
	background: rgba(179, 184, 196, 0.08);
	box-shadow: 0px 1px 1px 0px rgba(129, 240, 244, 0.40) inset;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
.t-three-card__title {
	color: #E7EBED;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.06px;
}
.t-three-card-subtext {
	color: #A0B0B8;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.032px;
	margin-top: 20px;
}
.slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.t-three-slider .slick-track {
	align-items: unset;
}
.slider {
	position: relative;
	padding: 0px;
}
@media (max-width: 767px) {
	.slider {
		padding: 0px 40px;
	}
}
.t-three-slider .slick-arrow {
	position: absolute;
	bottom: 0%;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}
.t-three-slider .slick-arrow.slick-prev {
	left: calc(50% - 40px);
	background: url("../img/sl-arrow_l.svg") 0 0 / 100% no-repeat;
}
.t-three-slider .slick-arrow.slick-next {
	right: calc(50% - 40px);
	background: url("../img/sl-arrow_r.svg") 0 0 / 100% no-repeat;
}
.t-three-slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}
/* form start  */
.t-form{
	padding-bottom: 100px;
}
.t-form select.page-form-input.form-input,
.t-form .page-form-input{ 
	background-color: rgba(0, 3, 34, 0.32);
  	border: 1px solid transparent;
}
.t-form select.form-input{
	background-image: url("../image/arrow-select.svg");
	background-position: right 20px center;
	background-color: #fff;
	background-repeat: no-repeat;
}
.t-form .page-form-box .box-inner-wrap{
	background: url('../image/t-form.png');
	background-size: cover;
	overflow: hidden;
	box-shadow: 0px 0px 2px 0px rgba(129, 240, 244, 0.64) inset, 0px 0px 15px 0px rgba(129, 240, 244, 0.24) inset; 
	/* border-radius: 0; */
}
.t-form .page-form-box .form-wrap{
	border-radius: 36px;
  	background: rgba(255, 255, 255, 0.16);
}
.t-form input[type=checkbox]{
	background: transparent;
	background-color: transparent;
}
.i-form {
	padding-top: 120px;
}
.i-form .btn {
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	color: var(--Darkblue-100, #02123A);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 114.286% */
	letter-spacing: 0.4px;
	height: 44px;
	border-radius: 4px;
	background: url('../image/form-btn.png');
	background-size: cover;
	background-repeat: no-repeat;
	border: none;
	box-shadow: 0px 4px 64px 0px rgba(42, 90, 107, 0.32), 0px 4px 32px 0px rgba(98, 3, 255, 0.40), 0px 1px 4px 0px #97F7FF inset;
}
.wpcf7-list-item-label {
	color: #70848d;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.frm-select a {
	text-decoration: underline;
}
.frm-select {
	overflow: visible;
}
.frm-select input:checked~label:after {
	opacity: 1;
}
.frm-select label {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	min-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 7px;
	margin: -8px 0 0 -8px;
}
.frm-select label:before {
	border: 1px solid #00a9ff;
	border-radius: 4px;
}
.frm-select label:after {
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") center no-repeat;
	background-size: 8px auto;
	opacity: 0;
}
.frm-select a {color: inherit;}
.frm-select a:hover {color: var(--clr-att);}
.page-form-input {
	display: block;
	width: 100%;
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
	border-radius: 16px;
	padding: 0 10px 0 19px;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	letter-spacing: -0.01px;
	height: 56px;
	font-family: Inter, sans-serif;
}
.page-form-input[placeholder]::-webkit-input-placeholder {
	color: #A0B0B8;
	opacity: 1;
}
.page-form-input[placeholder]:-moz-placeholder {
	color: #A0B0B8;
	opacity: 1;
}
.page-form-input[placeholder]::-moz-placeholder {
	color: #A0B0B8;
	opacity: 1;
}
.page-form-input[placeholder]:-ms-input-placeholder {
	color: #A0B0B8;
	opacity: 1;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input.form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input:required:invalid {color: #A0B0B8;}
select.page-form-input.form-input:required:invalid {color: #A0B0B8;}
select.form-input {
	display: block;
	width: 100%;
	padding-right: 30px;
	background-image: url("https://potok.io/wp-content/themes/orenpro/library/img/icons/arrow-select.svg");
	background-position: right 20px center;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	line-height: 1em;
	text-indent: 0.01px;
	text-overflow: "";
	outline: none;
}
.page-form-box select.page-form-input.form-input {color: #A0B0B8;}
.page-form-box .box-inner-wrap {
	display: flex;
	background: #00a9ff;
	border-radius: 36px;
	padding: 62px 100px 62px 100px;
}
.page-form-box .info-inner-wrap {
	width: 51%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 40px 30px 0px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.01px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-form-box .form-inner-wrap {
	width: 49%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-form-box .form-wrap {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
}
.page-form-box .frm-row {
	display: block;
	margin: 0;
}
.page-form-box .frm-field {
	margin: 0 0 24px 0;
	padding: 0;
}
.page-form-box .frm-select {margin-bottom: 12px;}
.page-form-box .frm-select:last-child {margin-bottom: 0;}
.page-form-box .field-info {color: #70848d;}
.page-form-box .field-button {margin-bottom: 0;}
.page-form-box .field-button .btn {width: 100%;}
.page-form-box .title-inner-wrap {
	margin-bottom: 40px;
	padding-top: 110px;
}
.page-form-box .title-inner-wrap p {max-width: 18.8em;}
.page-form-box .page-main-title {margin-bottom: 24px;}
.page-form-box .form-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0 0 24px 0;
}
.page-form-box .info-wrap {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	letter-spacing: 0.2px;
	color: #d7dee1;
	position: relative;
	padding: 0 0 0 30px;
	max-width: 28.75em;
}
.page-form-box .info-wrap:before {
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/info.svg") center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.wpcf7-list-item {margin: 0;}
/* .wpcf7-list-item-label {
	margin-left: 10px;
	margin-top: -2px;
} */
.t-form .frm-select label::before, 
.t-form .frm-select label::after {
	content: "";
	display: block;
}

.t-form .frm-select input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.t-form .frm-select label {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	min-height: 20px;
}
.t-form input.page-form-input::placeholder,
.t-form input.page-form-input:-ms-input-placeholder,
.t-form input.page-form-input:-moz-placeholder,
.t-form input.page-form-input::-moz-placeholder,
.t-form input.page-form-input::-webkit-input-placeholder{
	color: #A0B0B8; 
	opacity: 1;
}
.page-form-box .wpcf7-list-item-label::before, 
.page-form-box .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
}
.page-form-box .frm-select label {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	font-weight: 300;
}
.page-form-box .wpcf7-list-item-label::after {
	border: none;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") 50% no-repeat;
	background-size: 100% auto;
	opacity: 0;
}
.page-form-box .frm-select input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.page-form-box.page-form-input.wpcf7-not-valid {
	border: 1px solid #EF323F !important;
}
/* form end  */
::selection {background: none;}
#slider{
	padding-top: 53px;
	padding-bottom: 80px;
}
#slider .slide img{
	width: 100%;
}
.slick-dots{
	display: flex;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-radius: 8px;
	background: rgba(245, 247, 248, 0.15);
	width: max-content;
}
.slick-slider-dots{
	width: 100%;
	display: flex;
	justify-content: center;
	/* position: absolute;
	left: 50%;
	top: 0px; */
}
.slick-dots li{
	position: relative;
	display: inline-block;
	/* text-indent: -9999px; */
	white-space: nowrap; 
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.slick-dots li button{
	display: block;
	width: 100%;
	border: 0;
	text-align: center;
	/* outline: none; */
	position: relative;
	color: #47585B;
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.5px;
	border-radius: 4px;
	padding: 12px 16px; 
	background: #FFF;
	cursor: pointer;
}
.slick-dots li.slick-active button{
	color: #fff;
	background: #8455F8;
}
#slider .slick-arrow {
	position: absolute;
	bottom: 0;
	border: none;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
#slider .slick-arrow.slick-prev {
	left: calc(50% - 44px);
	background: url("../img/sl-arrow_l.svg") 0 0 / 100% no-repeat;
}
#slider .slick-arrow.slick-next {
	right: calc(50% - 44px);
	background: url("../img/sl-arrow_r.svg") 0 0 / 100% no-repeat;
}
#slider .slick-arrow.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
	cursor: default;
}
/* .page_footer.footer_0823 .display_580 {
	display: none !important;
}
.page_footer.footer_0823 .footer_top .container_big.policies_2 {
	display: flex;
	flex-direction: column;
}
.page_footer.footer_0823 .copy_29077.dopinfo_home {
	font-size: 12px;
	line-height: 17px;
	color: #A0B0B8;
}
.page_footer.footer_0823 .copy_29077 {
	padding-top: 26px;
}
.page_footer.footer_0823 .copy_29077.copy_adress {
	padding-bottom: 20px;
	max-width: 610px;
}
.page_footer.footer_0823 .copy_privacy.privacy_29077 > a {
	color: #47585B;
}
.page_footer.footer_0823 .footer_bottom .block ul li {
	margin-bottom: 9px;
}
.page_footer.footer_0823 .footer_bottom .block .caption {
	font-weight: 400;
	line-height: 28px;
}
#nav_menu-6 #menu-item-1357 a {
	color: #0B1218;
}
.page_footer.footer_0823 #nav_menu-6 #menu-item-1357 a {
	font-weight: 400;
	line-height: 28px;
}
.footer__soc {
	padding-top: 20px;
} */
.tooltip-container {
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-block;
	max-width: 20px;
}
.tooltip {
	opacity: 0;
	z-index: 99;
	color: #bbb;
	width: 190px;
	display: block;
	font-size: 11px;
	padding: 5px 10px;
	border-radius: 3px;
	text-align: center;
	text-shadow: 1px 1px 2px #111;
	background: rgba(51, 51, 51, 0.9);
	border: 1px solid rgba(34, 34, 34, 0.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	position: absolute;
	right: 83px;
	bottom: 88px;
}
.tooltip:before,
.tooltip:after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(51, 51, 51, 0.9);
	position: absolute;
	bottom: -10px;
	left: 43%;
}
.tooltip-container:hover .tooltip,
a:hover .tooltip {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.laptop{
	display: none;
}
.btn-1:hover{
	box-shadow: 0px 1px 24px 0px #FFF inset, 0px 4px 32px 0px rgba(98, 3, 255, 0.80);
	transition: all 0.3s linear;
}
@media (max-width: 1449px){
	.t-one{
		min-height: 920px;
	}
	.t-two-flex{
		padding: 60px;
	}
	.t-two-title{
		font-size: 24px;
	}
	.t-two-info,
	.t-two-text{
		font-size: 14px;
	}
	.t-two-info{
		padding: 16px 24px;
		max-width: 438px;
	}
	.t-two-content {
		max-width: 438px;
	}
	.t-two-card svg{
		width: 100%;
	}
}
@media (max-width: 1449px) {
	.wpcf7-spinner {display: none;}
	.frm-field.field-button {margin-bottom: 0;}
	.page-form-box .box-inner-wrap {padding: 62px 48px 62px 48px;}
	.page-form-box .form-title {font-size: 52px;}
}
@media (max-width: 1380px) {
	
}
@media (max-width: 1199px) {
	.page-form-box .form-title {font-size: 48px;}
}
@media (max-width: 1170px) {
	.t-two-dots{
		display: none;
	}
	.t-two-wrap{
		min-height: unset;
	}
	.t-form .page-form-box .box-inner-wrap{
		border-radius: 36px; 
	}
	.t-three{
		padding-bottom: 28px;
	}
	.t-three-card {
		padding: 64px 24px 24px 24px;
	}
	.t-three-card__title{
		font-size: 26px;
	}
	.t-three-title{
		font-size: 32px;
	}
	.tob5{
		margin-bottom: 0;
	}
	.t-two-video img{
		display: none;
	}
	.t-two-video img.laptop{
		display: block;
	}
	.t-two-list{
		justify-content: center;
	}
	.t-two-sup{
		border: none;
		padding: 0;
	}
	.t-two-info{
		margin-left: auto;
		margin-right: auto;
		max-width: unset;
		padding-right: 40px;
		width: unset;
	}
	.t-two-content{
		max-width: unset;
		width: 100%;
		text-align: center;
	}
	.t-two-img{
		position: unset;
		max-width: unset;
		order: -1;
		width: 100%;
		margin-bottom: -70px;
	}
	.tob4 .t-two-flex, 
	.tob2 .t-two-flex,
	.t-two-flex{
		flex-direction: column;
		padding: 6px 50px 50px;
		background: transparent;
	}
	.t-two-dots{
		position: unset;
	}
	.t-two-box{
		position: unset;
		min-height: unset;
	}
	.violet,
	.t-one-title{
		font-size: 48px;
		font-weight: 600; 
	}
	.t-one {
		min-height: 720px;
	}
	.i-form {padding-top: 72px;}
	.page-form-box .box-inner-wrap {
		padding: 36px 60px 120px;
		flex-direction: column;
	}
	.page-form-box .form-inner-wrap {width: 100%;}
	.page-form-box .info-wrap {
		position: absolute;
		bottom: 36px;
		left: 80px;
	}
	.page-form-box .title-inner-wrap p {
		margin: 0 auto;
		max-width: 20.8em;
		text-align: center;
	}
	.page-form-box .form-title {text-align: center;margin-bottom: 12px;}
	.page-form-box .title-inner-wrap {padding-top: 0;}
	.page-form-box .info-inner-wrap {
		width: 100%;
		padding: 0;
	}
	.t-two-video img{
		object-fit: cover;
	}
	.t-two-video{
		min-height: 658px;
	}
}
@media (max-width: 790px) {
}
@media (max-width: 767px) {
	.t-two-video{
		min-height: 329.25px;
	}
	.t-three-card {
		padding: 56px 16px 16px 16px;
	}
	.t-three-card__title,
	.t-three-title {
		font-size: 24px;
	}
	.t-two-img{
		margin-bottom: -20px;
	}
	.t-two-btn{
		display: flex;
		justify-content: center;
	}
	.btn-1{
		margin-left: auto;
		margin-right: auto;
	}
	.t-two-sup{
		padding-left: 0;
		text-align: center;
		border: none;
	}
	.t-two-info{
		width: 100%;
	}
	.t-two-content{
		text-align: left;
	}
	.t-two-title {
		font-size: 20px;
	  }
	.tob4 .t-two-flex, .tob2 .t-two-flex, .t-two-flex {
		padding: 6px 24px 24px;
	}
	.t-two-flex{
		border-radius: 32px;
	}
	.t-two-dots li{
		padding: 8px 10px;
	}
	.t-two .container{
		padding: 0;
	}
	.t-one-title span{
		margin-left: 10px;
	}
	.t-one-title span svg{
		max-width: 30px;
		margin-right: 5px;
		height: max-content;
	}
	.t-one-text{
		font-size: 14px;
	}
	.violet, .t-one-title {
		font-size: 32px;
	}
	.t-one {
		min-height: 620px;
	  }
	.i-form .container {padding: 0;}
	.page-form-box .form-title {
		font-weight: 600;
		font-size: 32px;
	}
	.i-form {padding-top: 64px;}
	.page-form-box .box-inner-wrap {padding: 36px 15px 120px;}
	.page-form-box .info-wrap {
		left: 10px;
		width: 92%;
	}
	.page-form-box .form-wrap {padding: 36px 16px 20px;}
	.page-form-input[placeholder]::placeholder,
	.page-form-input {font-size: 16px;}
}
@media (max-width: 420px) {
	
}
@media (max-width: 390px) {
	
}

@media (max-width: 1100px) {
	.tooltip::before,
	.tooltip::after {
		left: 83%;
	}

	.tooltip {
		right: 0;
		bottom: 88px;
		transform: translateX(calc(-100% + 30px)) !important;
	}
}