@font-face {
	font-family: 'Kelson Sans RU';
	src: url('../fonts/KelsonSans-RegularRU.eot');
	src: url('../fonts/KelsonSans-RegularRU.eot?#iefix') format('embedded-opentype'),
		url('../fonts/KelsonSans-RegularRU.woff2') format('woff2'),
		url('../fonts/KelsonSans-RegularRU.woff') format('woff'),
		url('../fonts/KelsonSans-RegularRU.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Kelson Sans RU';
	src: url('../fonts/KelsonSans-BoldRU.eot');
	src: url('../fonts/KelsonSans-BoldRU.eot?#iefix') format('embedded-opentype'),
		url('../fonts/KelsonSans-BoldRU.woff2') format('woff2'),
		url('../fonts/KelsonSans-BoldRU.woff') format('woff'),
		url('../fonts/KelsonSans-BoldRU.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}


body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Kelson Sans RU', sans-serif;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 89.8%, #000 113.11%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 79.32%, #000 100%), #282828;
	background-color: #282828;
	color: #D8D8D8;
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kelson Sans RU';
	font-weight: 700;
}

h1,
h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #fff;
}

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

p {
	margin-bottom: 1.5rem;
}

.container {
	max-width: 793px;
	padding-left: 20px;
	padding-right: 20px;
}

/* input */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
	width: 100%;
	padding: 12px;
	background: transparent;
	border: 1px solid #FFF;
	border-radius: 4px;
	color: #fff;
	opacity: 1;
	display: block;
}

textarea {
	height: 177px;
}

input:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}


::placeholder {
	color: #fff;
}

/* input */
.vts-border-top {
	border-top: 1px solid #3E3E42;
}

.vts-border-bottom {
	border-bottom: 1px solid #3E3E42;
}

.gradient-stroke {
	position: relative;
}

/* OUTSIDE STROKE */
.gradient-stroke::before {
	content: attr(data-text);
	position: absolute;
	inset: 0;
	z-index: -1;
	color: transparent;
	-webkit-text-stroke: 2px #000;
}

/* GRADIENT TEXT */
.gradient-stroke {
	background: linear-gradient(17deg,
			#75767A -67.78%,
			#797A7E -37.59%,
			#4D4D4F -14.11%,
			#737478 13.84%,
			#FEFEFE 52.97%,
			#8D8E92 75.33%,
			#CBCCCE 123.41%,
			#FFF 164.78%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.gradient-stroke-v2 {
    background: linear-gradient(180deg,
   #75767A -67.78%,
   #797A7E -37.59%,
   #4D4D4F -14.11%,
   #737478 13.84%,
   #FEFEFE 52.97%,
   #8D8E92 75.33%,
   #CBCCCE 123.41%,
   #FFF 164.78%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.mb-p-0 p:last-child {
	margin-bottom: 0
}

/* btn start */
.btn-one {
	position: relative;
	overflow: hidden;
	border-radius: 100px;
	border: 1px solid #FFCD6A;
	padding: 8px 43px;
	color: #FFF;
	font-family: 'Kelson Sans RU', sans-serif;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	z-index: 1;
}

.social-link svg path,
.btn-one::before,
.btn-one,
.btn-one svg path {
	transition: all 0.3s linear;
}

.btn-one:hover svg path {
	fill: #FCAF17;
}

.btn-one::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #FCAF17 0%, #DC9200 100%);
	z-index: -1;
}

.btn-one:hover {
	color: #FCAF17;
}

.btn-one:hover::before {
	opacity: 0;
}

/* btn end */
.title-info {
	color: #fff;
}

/* header section start */
.vts-logo-area {
	padding: 40px 0 32px;
}

/* header section end */


/* banner section start */

.footer-logo-content,
.vts-step-two-area,
.banner-area {
	padding: 32px 0;
}

/*.banner-area .gradient-stroke {
	max-width: 230px;
}*/

.bg-video-info {
	display: block;
	max-width: calc(100% + 40px);
	margin-left: -20px;
}

/* banner section end */

/* vts set section start */
.vts-step-inner-content {
	padding-bottom: 32px;
}

.close-div .gradient-stroke {
	color: #747474;
	background: transparent;
}

.close-div .gradient-stroke::before {
	display: none;
}

.vts-step-title-icon {
	margin-bottom: 10px;
}
#stepOne .vts-step-title-icon {
	display: none
}
#stepOne .close-div .vts-step-title-icon {
	display: block;
}

.close-div .title-info {
	color: #BBB;
}

.vts-step-two-area .vts-step-inner-content {
	padding: 0px 0 10px;
}

/* vts set section end */


/* contact section start */
.contact-info label {
	color: #FFF;
	display: block;
	text-align: left;
	margin-bottom: 7px;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.checkbox-wrapper input {
	display: none;
}
.checkbox-wrapper .wpcf7-list-item {
    margin: 0;
}

/* Label */
.checkbox-wrapper label {
	position: relative;
	cursor: pointer;
	color: #FFF;
	font-size: 14px;
	padding-left: 26px;
	transition: all 0.3s linear;
}
.checkbox-wrapper label a{
	text-decoration: underline;
}
.checkbox-wrapper label:hover a {
	text-decoration: none;
}
.checkbox-wrapper .wpcf7-list-item-label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
}

.checkbox-wrapper .wpcf7-list-item-label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%) scale(0);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FCAF17;
	transition: 0.2s ease;
}

.checkbox-wrapper input:checked+.wpcf7-list-item-label::after {
	transform: translateY(-50%) scale(1);
}

.contact-info {
	margin-bottom: 20px;
}
.vts-contact-form-area {
  padding-top: 12px;
}
span.wpcf7-spinner {
    display: block;
    margin: 20px auto 0;
    background-color: #FCAF17;
}
/* contact section end */

/* thank you section start */
.thank-you-content .vts-step-inner-content {
	padding: 160px 0;
}

/* thank you section end */

/* terms section start */
.terms-sub-title {
	color: #D8D8D8;
}

.terms-content-title-wrapper {
	margin-top: 28px;
}

.terms-content-wrapper {
	padding: 32px 0 70px;
}

.terms-content-wrapper h1,
.terms-content-wrapper h2,
.terms-content-wrapper h3,
.terms-content-wrapper h4,
.terms-content-wrapper h5,
.terms-content-wrapper h6 {
	margin: 18px 0;
}

/* terms section end */


/* footer section start */
.footer-logo img{
	max-width: 62px;
}
.footer-logo-content .social-link {
	margin-top: 24px;
}

.social-link:hover svg path {
	fill: #fff;
}

.other-link-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 32px;
}

.footer-other-content p,
.other-link-wrapper li a {
	color: #9E9E9E;
	font-size: 14px;
	transition: all 0.3s linear;
}

.other-link-wrapper li {
	margin-bottom: 12px;
}

.other-link-wrapper li:last-child {
	margin-bottom: 0;
}

.other-link-wrapper li a {
	text-decoration: underline;
}

.other-link-wrapper li a:hover {
	text-decoration: none;
	color: #fff;
}

.footer-other-content {
	padding: 22px 0 70px;
}

/* footer section end */