ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'RobotoR', sans-serif;
	height: 100%
}

p, h1, h2, h3, h4, h5, h6 {
	color: #000;
}

button[disabled="disabled"] {
	opacity: .65
}

input, textarea, button {
	border: none;
	outline: none !important;
	background: none;
	color: #000;
}

.thank-content {
	display: none;
}

.thank {
	background: rgba(0, 176, 39,0.9);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.thank h2 {
	color: #fff;
	font-size: 30px;
}

.wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFFFFF 15.08%, rgba(255, 255, 255, 0) 36.73%);
	transition: all ease .3s;
}

.wrapper.wrapper_slide:before {
	background: linear-gradient(90deg, #FFFFFF 42%, rgba(255, 255, 255, 0) 82.55%);
}

.wrapper {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top right -10rem;
	transition: all ease .75s;
}

.content {
	flex: 1 0 auto;
}

.flex {
	flex: 0 0 auto;
}

.logo {
	position: relative;
	z-index: 1;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.logoTarget img {
	max-width: 120px;
}

.swiper-button-next,
.swiper-button-prev,
.sendBtn {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	margin: 0;
	font-size: 18px;
	color: #000;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: 'RobotoB';
	line-height: 1;
	text-align: center;
	background: #FFF500;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 55px;
	padding: 18px 40px;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	transition: all ease .3s
}

.swiper-button-next span span {
	font-size: 14px;
	font-family: 'RobotoL';
}

.swiper-button-next:hover,
.sendBtn:hover {
	background: rgba(255,245,0,.75);
	border-color: #FFF500;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	content: none;
}

.home-slider {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home-slider h1 {
	font-size: 36px;
	letter-spacing: -0.02em;
	text-transform: uppercase;	
	font-family: 'RobotoB';
	margin-bottom: 42px;
}

.home-slider h1 span {
	display: block;
}

.home-slider p {
	font-size: 22px;
	font-family: 'RobotoL';
}

.home-slider p span {
	display: block;
}

.home-slider {
	padding: 1rem 0;
}

.home-slider ul {
	position: relative;
	margin-top: 37px;
	margin-bottom: 64px;
	padding-left: 50px;
}

.home-slider ul li {
	position: relative;
	font-size: 18px;
	letter-spacing: 0.06em;
	font-family: 'RobotoB';
	margin-bottom: 24px;
}

.home-slider ul li:before {
	content: '';
	position: absolute;
	left: -50px;
	top: -5px;
	width: 36px;
	height: 36px;
	background-image: url(../img/ico/check.svg);
	background-repeat: no-repeat;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'],
  input[type='radio'] {
	--active: #fff;
	--active-inner: #15741A;
	--focus: 2px rgb(21 116 26 / 30%);
	--border: #BBC1E1;
	--border-hover: rgb(21 116 26 / 1);
	--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 #000;
	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: 30px;
	height: 30px;
  }
  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: 12px;
	height: 23px;
	border: 4px solid var(--active-inner);
	border-top: 0;
	border-left: 0;
	left: 10px;
	top: 2px;
	-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: 30px;
	height: 30px;
	top: -2.2px;
	left: -2.5px;
	box-shadow: var(--focus);
	border-radius: 50%;
	background: #15741A;
	opacity: 0;
	-webkit-transform: scale(var(--s, 0.7));
			transform: scale(var(--s, 0.7));
  }
  input[type='radio']:checked {
	--s: .7;
  }
}

.swiper-wrapper {
	min-height: 100%;
}

.swiper-slide {
	height: auto;
}

.slider-swipe {
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 4rem;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.slider-swipe h5 {
	font-size: 24px;
	letter-spacing: -0.02em;
	font-family: 'RobotoM';
	text-transform: uppercase;
	margin-bottom: 20px;
}

.slider-swipe h6 {
	font-size: 20px;
	line-height: 42px;
	text-transform: uppercase;
	font-family: 'RobotoM';
	margin-bottom: 5px;
}

.yellow {
	color: #FFB800;
}

.lightblue {
	color: #00C2ED;
}

.slider-swipe ul.variation li label {
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-bottom: 23px;
	transition: all ease .3s;
}

.slider-swipe ul.variation li label input[type="radio"] {
	position: absolute;
	top: 25%;
	left: 26px;
}

.slider-swipe ul.variation li label :checked ~ .icon-box {
	background: #B3DEBC;
	box-shadow: none;
	transition: all ease .3s;
}

.slider-swipe ul.variation li label .icon-box {
	background: #fff;
	display: flex;
	border-radius: 11px;
	padding: 20px 26px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: all ease .3s;
}

.slider-swipe ul.variation li label .icon-box span {
	margin-left: 50px
}

.swiper-btn .swiper-button-next,
.sendBtn {
	padding: 18px 40px;
	line-height: 30px;
}

.swiper-btn ul {
	display: flex;
	margin-top: 48px;
	margin-bottom: 36px;
}

.swiper-btn ul li {
	margin-right: 10px;
	height: 5px;
	width: 58px;
	background: #D8D8D8;
	border-radius: 11px;
	transition: all ease .3s;
}

.swiper-btn ul li.active {
	background: #FFF500;
	cursor: pointer;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)
}

.swiper-btn ul li.active:hover {
	background: #ecdf00;
}

.form-end {
	margin: 0 5px;
}

.form-end-input {
	margin-top: 52px;
}

.form-end-input input[name="phone"] {
	width: 450px;
	height: 64px;
	color: #707070;
	letter-spacing: 0.04em;
	margin-bottom: 30px;
	background: #fff;
	padding: 17px;
	font-family: 'RobotoL';
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 66px;
}

.policai {
	display: flex;
	width: 335px;
	margin-top: 40px;
}

.policai input {
	margin-bottom: 0;
}

.policai label {
	font-size: 15px !important;
	color: #000 !important;
	font-family: 'RobotoL' !important;
	line-height: 1.25 !important;
	text-align: left;
	width: auto !important;
	margin-bottom: 0 !important;
	margin-left: 13px !important;
	cursor: pointer;
}

.policai label a {
	color: #eae000;
}

.policai label a:hover {
	border-bottom: 1px solid #eae000;
}

.policai input[type='radio']:after {
	background: #FFF500;
	top: -5px;
	left: -5px;
}

.policai input[type='checkbox'], .policai input[type='radio'] {
	border: 5px solid #9B9B9B;
}