ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'GilroyRegular', sans-serif;
	height: 100%;
	transition: all ease .5s;
}

button, input {
	outline: none !important
}

p, h1, h2, h3, h4, h5, h6 {
	color: #fff;
}

.wrapper,
.wrapper-form {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: linear-gradient(270deg,#272626,transparent);
	transition: all ease .3s
}

.wrapper-form {
	background: #f8f8f8;
}

.content {
	flex: 1 0 auto;
}

.flex {
	flex: 0 0 auto;
}

.wrapper {
	background-image: url(../img/bg5.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
	background-size: cover;
}

.wrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100vh;
	background: linear-gradient(270deg,#272626,transparent);
}

.test-start {
	position: absolute;
	right: 0;
	width: 41.66667%;
	padding: 1rem 2rem;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	border-left: 1px solid hsla(0,0%,100%,.16);
	transition: all ease .5s;
}

.test-start-form {
	transition: all ease .5s;
}

.header-title {
	position: absolute;
	top: 0;
	font-size: 14px;
	color: #fff;
	padding: 1rem 0;
	font-family: 'GilroyMedium'
}

.header-title img {
	max-width: 57px;
	max-height: 57px;
	margin-right: 1.5rem;
}

.number-start {
	position: absolute;
	bottom: 0;
	padding-bottom: .75rem;
}

.number-start a {
	color: #fff;
	font-size: 18px;
}

.d {
	width: 100%;
	background: #f7f7f7;
	transition: all ease 1.5s;
}

.d .test-start-form {
	opacity: 0;
	transition: all ease 1s;	
}

.test-start-form h2 {
	position: relative;
	color: #fff;
	margin-bottom: 1rem;
	font-family: 'GilroyBold';
	font-size: 30px;
}
/*
.test-start-form h2:before {
	content: '';
	width: 38px;
	height: 3px;
	position: absolute;
	top: -1rem;
	left: 0;
	background: #fff;
}*/

.test-start-form p {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 18px;
	font-family: 'GilroyMedium'
}

.start {
	display: inline-block;
	border-radius: 4px;
	background: #ffd200;
	color: #000 !important;
	box-shadow: 0 1px 4px 0 rgb(255 210 0 / 20%);
	white-space: normal;
	padding: 8px 25px;
	font-family: 'GilroyMedium';
	min-height: 55px;
	line-height: 2;
	font-size: 20px;
	margin-top: 1rem;
}

.swiper-container {
	width: 	100%;
	height: 100%;
	transition: all ease .5s;
}

:root {
	--swiper-theme-color: rgb(255 210 0 / 50%)
}

.swiper-slide {
	font-size: 18px;
	background: #273d32;
}

.swiper-pagination-progressbar {
	background: #dbdbdb;
}

.swiper-slide h5 {
	font-size: 28px;
}

	/* Center slide text vertically */
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	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;*/
}

.page-wrapper {
  width: 100%;
  height: 100%;
  background: url(https://goo.gl/OeVhun) center no-repeat;
  background-size: cover;
}

.blur-it {
  filter: blur(20px);
}

a.btn {
  width: 200px;
  padding: 18px 0;
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  background: #e2525c;
}

.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  left: 0;
  background: #3c5d4d;
  backdrop-filter: blur(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.modal-wrapper.open {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.modal {
  width: 980px;
  height: 570px;
  display: block;
  margin: 50% 0 0 -493px;
  position: relative;
  top: 40%; 
  left: 50%;
  background: #273d32;
  opacity: 0;
  border: 5px solid #365445;
  box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
  transition: all 1s ease;
}

.modal-wrapper.open .modal {
  margin-top: -230px;
  opacity: 1;
}

.head { 
  width: 100%;
  height: 32px;
  padding: 12px 30px;
  overflow: hidden;
  background: #e2525c;
}

.btn-close {
  font-size: 28px;
  display: block;
  float: right;
  color: #fff;
}

.content-test {
  padding: 30px;
  height: 100%;
}

.content-test:before {
	display: none;
	content: '';
	position: absolute;
	bottom: 110px;
	z-index: 99;
	width: calc(100% - 60px);
	height: 1px;
	background: rgba(0,0,0,.1);
}

.content-test-line.content-test:before {
	display: none;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	top: auto;
	bottom: 10px;
}

.swiper-button-next, .swiper-button-prev {
	outline: none !important;
	border: none;
	background: none;
	top: auto;
	width: auto;
	bottom: 0;
	transition: all ease .3s;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 16px;
	color: #fff;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	border-radius: 4px;
	transition: all ease .25s;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
	/*font-family: 'GilroySemiBold';
	content: '';
	background: #ffd200;
	color: #fff;
	box-shadow: 0 3px 10px 0 rgb(255 210 0 / 50%);
	padding: 16px 22px;*/
	content: '\f30b';
	font-family: 'Font Awesome 5 Pro';
	color: #000;
	background: none;
	position: relative;
	left: 10px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
	content: '\f177';
	font-family: 'Font Awesome 5 Pro';
	color: #4a505e !important;
	border: 1px solid #fff !important;
	background: #fff !important;
	padding: 13px !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 0;
	font-family: 'GilroySemiBold';
	content: '';
	background: #ffd200;
	color: #000;
	box-shadow: 0 3px 10px 0 rgb(255 210 0 / 50%);
	padding: 16px 22px;
	border-radius: 4px;
	cursor: default;
}

.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev {
	background: #ffd200;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 125px;
	transition: all ease .4s;
}

button[disabled].swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
button[disabled].swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.step-fields button[disabled] {
	background: #ffd200;
	cursor: default;
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 70%;
	height: 5px;
	background: #466d59;
	transition: all ease .3s;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: linear-gradient(90deg,#cca700,#ffda33)
}

select {
	color: hsla(0,0%,47.8%,.7);
	width: 100%;
	border: 1.2px solid #b5b5b5;
	color: #4a4a4a;
	font-size: 1em;
	outline: none !important;
	border-radius: 4px;
	height: 60px;
	padding: 8px 14px;
}

.counter {
	font-size: 12px;
	color: #fff;
	position: fixed;
	z-index: 99;
	bottom: -13px;
	padding: .5rem 0 2rem 0;
	display: block;
	width: 100%;
	background: #273d32;
}

.counter-num {
	color: #ffd200;
	font-size: 14px;
	font-weight: 700;
}

.select select option:disabled {
	cursor: not-allowed;
	opacity: .5;
}

.swiper-slide h2 {
	margin-bottom: 1.2rem!important;
	font-size: 23px!important;
	color: #fff;
	width: 60%;
	margin: 0 auto;
	line-height: 1;
	text-align: center;
	font-family: 'GilroyMedium'
}

.swiper-slide p {
	font-size: 16px;
	text-align: center;
}

.swiper-slide.swiper-slide-active {
	width: 100% !important;
	height: auto;
}

.final-page__lead-form {
	position: relative;
	padding: 29px 35px 19px;
	border-radius: 3px;
	-webkit-box-shadow: 0 9px 40px 0 rgba(0,0,0,.11);
	box-shadow: 0 9px 40px 0 rgba(0,0,0,.11);
	border: solid 1.2px #365445;
	background-color: #273d32;
	max-width: 500px;
	width: 100%;
	margin: auto;
	margin-top: 1.5rem;
}

.step-fields-item-phone,
.step-fields-item-name {
	position: relative;
}

.step-fields label {
	display: block;
	text-transform: uppercase;
	padding-left: 3px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.2px;
	color: #fff;
	margin-bottom: .5em;
}

.step-fields input[type="text"],
.step-fields input[type="tel"] {
	font-size: 1rem;
	display: block;
	border: 1.2px solid #507c66;
	color: #fff;
	border-radius: 4px;
	height: 60px;
	padding: 4.625px 33.75px 4.625px 54.4px;
	font-size: 15px;
	width: 100%;
	background: none;
	margin-bottom: .75rem;
}

.step-fields .step-fields-item-name:before,
.step-fields .step-fields-item-phone:before {
	font-family: 'Font Awesome 5 Pro';
	color: #b1b5be;
	position: absolute;
	bottom: 15px;
	font-weight: 600;
	left: 20px;
	font-size: 1.25rem;
}

.step-fields .step-fields-item-name-after.step-fields-item-name:after,
.step-fields .step-fields-item-phone-after.step-fields-item-phone:after {
	content: '\f06a';
	font-family: 'Font Awesome 5 Pro';
	color: #ffd200;
	position: absolute;
	bottom: 15px;
	font-weight: 600;
	right: 15px;
	font-size: 1.25rem;
}

.step-fields .step-fields-item-name:before {
	content: '\f007';
}

.step-fields .step-fields-item-phone:before {
	content: '\f879';
}

.step-fields button {
	display: block;
	border: none;
	border-radius: 4px;
	background: #ffd200;
	color: #000 !important;
	box-shadow: 0 1px 4px 0 rgb(255 210 0 / 20%);
	white-space: normal;
	padding: 12px 30px;
	width: 100%;
	font-family: 'GilroyMedium';
	height: 50px;
	line-height: 1;
	margin-top: 1rem
}

.swiper-slide-flex {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: center;
}

.thank {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #273d32;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	z-index: 9;
	transform: translateY(200%);
	transition: all ease .8s;
}

hr {
	border-color: rgba(255,255,255,.5);
}

.thank.thankOpen {
	transform: translateY(0%);
}

.priz input[type='radio'] {
	position: absolute;
	right: 7px;
	top: 7px;
} 

label {
	margin: 0;
}

.swiper-slide-prizBlock1 .media img {
	width: 44px;
	height: 44px;
}

.media-body h5 {
	font-size: 16px;
	width: 80%;
}

.priz-item {
	position: relative;
	width: 48%;
	border: 1px solid rgba(217,216,230,.55);
	border-radius: 4px;
	padding: 1rem;
	line-height: 1;
	margin-bottom: 1rem;
	margin-right: 1rem;
	cursor: pointer;
}

.priz-item label {
	cursor: pointer;
	width: 100%;
	height: 120%;
	display: block;
}

.bonus__wrapper {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    color: #fff;
    font-family: 'GilroyMedium';
    cursor: not-allowed;
    width: 170px;
    padding: 5px 15px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 10% 10px;
    background: linear-gradient(90deg,#d67b7b,#690a0a);
    -webkit-box-shadow: 1.9px 6.7px 7px 0 #ffd20033;
    box-shadow: 1.9px 6.7px 7px 0 #ffd20033;
}

.bonus__wrapper img {
	max-width: 50px;
}

.bonus__wrapper svg {
	position: absolute;
	top: -15px;
	right: -15px;
	padding: 0;
    background: #fff;
    fill: #f56464;
    border: 4px solid #fff;
    border-radius: 50px;
    height: 30px;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
	--active: #fff;
	--active-inner: #ffd200;
	--focus: 2px rgb(255 210 0 / 30%);
	--border: #BBC1E1;
	--border-hover: rgb(255 210 0);
	--background: #fff;
	--disabled: #F6F8FF;
	--disabled-inner: #E1E6F9;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: 51px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0;
	cursor: pointer;
	border: 2px solid #ffd200;
	background: var(--b, var(--background));
	-webkit-transition: background .3s, border-color .3s, box-shadow .2s;
	transition: background .3s, border-color .3s, box-shadow .2s;
  }
  input[type='checkbox']:after,
  input[type='radio']:after {
	content: '';
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	-webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
	transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type='checkbox']:checked,
  input[type='radio']:checked {
	--b: var(--active);
	--bc: var(--active);
	--d-o: .3s;
	--d-t: .6s;
	--d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type='checkbox']:disabled,
  input[type='radio']:disabled {
	--b: var(--disabled);
	cursor: not-allowed;
	opacity: .9;
  }
  input[type='checkbox']:disabled:checked,
  input[type='radio']:disabled:checked {
	--b: var(--disabled-inner);
	--bc: var(--border);
  }
  input[type='checkbox']:disabled + label,
  input[type='radio']:disabled + label {
	cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled),
  input[type='radio']:hover:not(:checked):not(:disabled) {
	--bc: var(--border-hover);
  }
  input[type='checkbox']:focus,
  input[type='radio']:focus {
	box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch),
  input[type='radio']:not(.switch) {
	width: 24px;
	height: 24px;
	background: transparent;
  }
  input[type='checkbox']:not(.switch):after,
  input[type='radio']:not(.switch):after {
	opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked,
  input[type='radio']:not(.switch):checked {
	--o: 1;
  }
  input[type='checkbox'] + label,
  input[type='radio'] + label {
	font-size: 28px;
	color: #fff;
	font-family: 'OswaldLight';
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	margin-left: 25px;
	width: 230px;
	margin-bottom: 46px;
  }

  input[type='checkbox']:not(.switch) {
	border-radius: 7px;
  }
  input[type='checkbox']:not(.switch):after {
	width: 9px;
	height: 16px;
	border: 3px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 6px;
	top: 0px;
	-webkit-transform: rotate(var(--r, 20deg));
			transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
	--r: 43deg;
  }
  input[type='checkbox'].switch {
	width: 38px;
	border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
	left: 2px;
	top: 2px;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background: var(--ab, var(--border));
	-webkit-transform: translateX(var(--x, 0));
			transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
	--ab: var(--active-inner);
	--x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
	opacity: .6;
  }

  input[type='radio'] {
	border-radius: 50%;
  }
  input[type='radio']:after {
	width: 24px;
	height: 24px;
	top: -2px;
	left: -2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	background: #ffd200;
	opacity: 0;
	-webkit-transform: scale(var(--s, 0.7));
			transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
	--s: .7;
  }
}

.swiper-slide {
	overflow: auto;
	padding-bottom: 2rem;
}

.swiper-slide-prizBlock2 .media {
	flex-direction: column;
}

.swiper-slide-prizBlock2 .priz-item label {
	height: 100%;
}

.swiper-slide-prizBlock2 .priz-item {
	padding: 0;
	width: 31%;
}

.swiper-slide-prizBlock2 .media img {
	max-width: 100%;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
.wrapper::-webkit-scrollbar {
    width: .5em;
}
 
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
.swiper-slide::-webkit-scrollbar-track, {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
.swiper-slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  outline: 1px solid slategrey;
}

.swiper-slide h6 {
	font-size: 16px;
	margin-bottom: 0;
	margin-left: 35px;
}

.swiper-slide-prizBlock3 .priz input[type='radio'] {
	right: auto;
	left: 15px;
	top: 25%;
}

.swiper-slide-prizBlock3 .priz-item {
	width: 100%;
	margin-right: 0;
}

.swiper-slide-prizBlock3 .priz {
	width: 49%;
	margin-right: auto;
}

.policai {
	display: flex;
	align-items: center;
}

.policai label {
	color: #fff !important;
	text-transform: none !important;
	margin: 0 !important;
	width: auto !important;
	font-size: 13px !important;
	font-family: 'GilroyLight' !important;
	line-height: 1.55 !important;
}

.policai label a {
	color: #ffd200;
}

.back {
	color: #000;
	position: absolute;
	top: 15px;
	left: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 1px 5px;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	z-index: 1;
	transition: all ease .3s;
}

.back:hover {
	background: #fff;
	color: #000;
}