* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html,
body {
	font-family: Toyota Display;
	overflow-x:hidden;
}


.logo {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 99
}

.logo img{max-height:45px;}

.btn.phone {
	position: absolute;
	top: 8px;
	right: 0;
	z-index: 99;
	line-height: 60px;
	text-decoration: none
}

.content {
	max-width: 1580px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

::-webkit-scrollbar {
	width: 0;
}

.title {
	font-style: normal;
	font-weight: bold;
	font-size: 7vw;
	line-height: normal;
	text-align: center;
	background: -webkit-linear-gradient(#fff, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	width: 100%;
}

.sub-title {
	font-style: normal;
	font-weight: bold;
	font-size: 1.4vw;
	line-height: 2;
	color: #FFFFFF;
	width: 100%;
	text-shadow:0 0 15px #000;
}

#page-slider {
	position: relative;
	overflow: hidden;
	height: 100vh
}

#page-slider .swiper-pagination {
	right: 5vw
}

#page-slider .swiper-pagination-bullet {
	display: block;
	width: 12px;
	height: 12px;
	margin: 60px 0;
	position: relative;
	top: 0;
	background: #fff;
	opacity: 1
}

#page-slider .swiper-pagination-bullet-active {
	background: #E50100;
	border: 1px solid #E50100 !important
}

#page-slider .swiper-pagination-bullet:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	top: 25px
}

.scroll {
	position: fixed;
	top: 0;
	left: 0;
}

.section {
	display: flex;
	align-items: center;
	height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
	position: relative;
}

.group.float-right{
	max-width: 520px;
	margin-left: auto;
	text-align:left;
	min-width:35%;
}
.group.width-800 {
	max-width: 800px;
	margin: 0 auto;
}
.group li{font-size:1.146vw;margin-left:20px;}
.group h2{font-size:1.5vw; margin-bottom: 20px;}
.group p{font-size:1.146vw;line-height:1.4;margin-bottom:15px;}

.color-white {
	color: white;
}



.group.float-left .btn{margin-left:0;}
.group.float-right .btn{margin-left:0;}

.group.text-right{text-align: right;}
.group.text-right .btn{margin-left:auto;margin-right:0;}


.text-center{text-align:center;width:100%;}

#section-5{background:#202020;color:#fff;}
.text p{font-size:16px;line-height:1.6;margin-bottom:15px;}

.btn {
	background: none;
	border: 1px solid;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 280px;
	height: 55px;
	border-radius: 50px;
	cursor: pointer;
	margin: 20px auto;
	outline: none;
	font-family:Toyota Display;
}
.btn.loading{
	background-image:url(/static/img/loading.svg) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-size:40% !important;
	text-indent:300%;
	white-space:nowrap;overflow:hidden;
}
.icon {
	background: url(../img/arr-icon.png) no-repeat center / contain;
	width: 20px;
	height: 14px;
}


.bg-red {
	background: #E50000;
	border-color: #E50000;
}

.popup-content {
	background: #fff;
	margin: 0 auto;
	padding: 80px 60px 60px;
	position: relative;
	min-height: 100vh;
	height: 100%;

}

.popup-content h3 {
	font-weight: bold;
	font-size: 44px;
	line-height: 30px;
	text-align: center;
	color: #E50000;
	margin-bottom: 40px;
}

.mfp-container {
	padding: 0
}

.popup-content .btn {
	margin: 40px auto 0;
}

.form-row {
	margin: 0 auto;
	margin-bottom: 25px;
}

.form-container {
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}

label {
	display: block;
	font-size: 24px;
	color: #282830;
	margin-bottom: 10px;
	padding-left: 20px
}

input,
textarea,
select {
	width: 100%;
	display: block;
	border: 1px solid #282830;
	font-family:Toyota Display;
	border-radius: 100px;
	outline: none
}

input,
select {
	height: 70px;
	padding: 0 20px
}

textarea {
	resize: none;
	border-radius: 100px;
	height: 70px;
	padding: 0 20px
}



.select {
	position: relative;
}

.select .icon {
	position: absolute;
	top: calc(50% + 8px);
	right: 20px;
	display: none;
}

.close {
	position: absolute;
	right: -60px;
	top: -60px;
	width: 32px;
	height: 32px;
	background: none;
	border: none;
	cursor: pointer;
	outline: none
}

.close:active {
	opacity: .75
}

.close:before,
.close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 6px;
	background-color: #e50000;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

.footer {
	position: relative;
	padding: 40px 0;
	background: #000;
	z-index: 9;
	width: 100%;
}

.footer .content {
	top: 0;
	max-width: 420px;
	display: flex;
	color: #fff;
	align-items: center;
}

.contacts {
	margin-left: 60px
}

.contacts p {
	font-size: 14px;
	line-height: 36px;
}

.footer.abs {
	position: absolute;
	top: 0
}

.header.content {
	top: 0;
}
.group.text-left{text-align: left;}
.group.text-left .title{
	font-size: 2.6vw;
	background:none;
	-webkit-background-clip: inherit;
	-webkit-text-fill-color: inherit;
	line-height: normal;
	margin-bottom: 20px;
	text-align: left;
}
.group.text-left{background:rgba(0,0,0,0.65);padding:2.4vw;color:#fff;max-width:38vw;border-radius:10px;transition:0.55s;transition-timing-function:cubic-bezier(0.18, 0.89, 0.24, 1.07);}
.group.text-left .btn {
	margin: 20px 0 0;
}



@media screen and (max-width:1580px) {
	.title {
		text-align: center;
		width: 100%;
		white-space: nowrap
	}
	.content {
		padding: 0 4vw;
	}
	.logo {
		left: 4vw;
	}
	.logo img {
		max-height:45px;
	}


	.btn {
		font-size: 16px;
		height: 60px;
		line-height: 55px;
		max-width: 14rem;
		text-decoration: none
	}

	.btn.phone {
		font-size: 16px;
		right: 4vw;
	}

	#page-slider .swiper-pagination {
		right: 4vw
	}

	.popup-content {
		padding: 60px 0
	}

}

@media screen and (max-width:768px) {
	.content {
		top: 0
	}

	.logo {
		left: 20px;
	}

	.logo img {
		max-height:30px;
	}

	.btn.phone {
		font-size: 12px;
		line-height: 40px;
		width: 160px;
		height: 40px;
		right: 20px;
		top: 5px;
		max-width: 20rem;
	}

	.title {
		font-size: 46px;
		line-height: 56px;
		/*color: #fff;
		-webkit-text-fill-color: #fff;*/

	}

	.sub-title{font-weight: bold;font-size: 18px;line-height:1.4;}
	.sub-title li{font-size: 18px;line-height:1.4;}
	.group p{font-size:18px;}


	.group .btn {
		margin: 20px auto
	}

	.section {
		padding: 0 !important;
		margin: 0 !important;
		min-height: 100vh;
		display: flex;
		align-items: center;
		text-align: center
	}



	#section-4 .content {
		top: -10vh
	}


	
	#section-5 .text{margin:50px -10px 0;}
	#section-5 .text p{font-size:12px;margin-bottom:0;}


	.group.text-left{padding: 40px 20px; text-shadow:0 0 5px #000;max-width: 100vw;}	
	.group.text-left .title{font-size: 24px;text-align:center;}
	.group.text-left .sub-title{text-align:center; margin-bottom: 20px;}
	.group.text-left .btn {margin: 20px auto 0;}


	.footer.section {
		text-align: center;
		color: #fff;
		padding: 4rem 0;

	}

	.footer .content {
		flex-direction: column;
	}

	.footer .logo {
		margin-bottom: 20px;
		display: block;
	}

	.contacts {
		margin: 0
	}

	.contacts p {
		font-size: 14px;
		line-height: 36px;
	}

	.popup-content {
		padding: 75px 20px 40px;
	}

	.popup-content h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 25px;
	}

	textarea {
		min-height: 120px;
	}

	.close {

		right: 0;
	}

	.close:before,
	.close:after {
		width: 4px;
		height: 24px;
	}

	#page-slider .swiper-pagination {
		display: none
	}
}

.errorMessage{display:none;text-align:center;color:red;}


/* TLC */
#tlc .section {
	height: auto;
}
#tlc .btn {
	color: #000;
	border-color: #000;
	max-width: 280px;
	text-transform: uppercase;
	font-weight: normal;
}
#tlc .logo {
	filter: invert(1);
}
#tlc-banner {
	width: 100%;
	min-height: 780px;
	background: url(/static/img/bg/scrn1.jpg) no-repeat center / cover;
}
#tlc .banner-title {
	font-weight: bold;
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#tlc .banner-subTitle {
	font-size: 32px;
	text-transform: uppercase;
	max-width: 360px;
	margin-bottom: 24px;
}
#tlc .discount {
	font-weight: bold;
	font-size: 28px;
}
#tlc .discount *{
	display: inline-block;
}
#tlc .discount strong {
	width: 100%;
}
#tlc .discount mark {
	color: #fff;
	background: #E50000;
	padding: .15em .3em;
}

#tlc-banner-2 {
	background: #282830;
	color: #fff;
	padding: 120px 0 0;
}

#tlc-banner-2 .container-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
#tlc-banner-2 .container-flex .col:first-child {
	width: 400px;
}
#tlc-banner-2 .container-flex .col:last-child {
	width: calc(100% - 500px)
}
#tlc-banner-2 .contact p:not(:last-child) {
	margin-bottom: 20px;
}
#tlc #tlc-banner-2 .banner-title {
	font-size: 30px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.6;
}
#tlc #tlc-banner-2 .banner-title strong {
	text-transform: uppercase;
}
#tlc-banner-2 img {
	width: 100%;
}

#tlc-banner-2 .notice {
	font-size: 16px;
	padding: 40px;
	position: relative;
	margin-top: 70px;
	width: 100%;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
}
#tlc-banner-2 .notice::before {
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	right: 0;
	width: 3000px;
	height: 1px;
	display: block;
	background: rgba(255, 255, 255, .45);
}
#tlc-banner-2 .contact {
	margin-bottom: 50px;
	font-size: 20px;
}
#tlc .btn.btn-red {
	background: #D40605;
	color: #fff;
	border: none; 
	margin: 0;
	text-decoration: none;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}
#request {
	padding: 200px 0 140px;
}
#request  .container-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
}
#request  .container-flex .col:first-child {
	width: 400px;
}
#request  .container-flex .col:last-child {
	flex: 1;
}
#request #form {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#request .form-row {
	width: 46%;
	margin-bottom: 60px;
}
.form-title {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
.subTitle {
	font-size: 30px;
	text-transform: uppercase;
}
#disclaimer {
	background: #282830;
	color: #fff;
	padding: 120px 0 90px;
}
#disclaimer .group {
	max-width: 1000px;
	margin: 0 auto;
}


.checkbox, .radio {
  display: inline-flex;
  align-items: center;
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
	width:auto;
}
.form-checkbox + label {
  display: inline-flex;
  user-select: none;
  cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
}
.form-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
	background-color: #C4C4C4;
	border-radius: 5px;
}
.form-checkbox:not(:disabled):active + label::before {
  /* background-color: #000;
  border-color: #000; */
}
.form-checkbox:checked + label::before {
  border-color: #000;
  background-color: #000;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNjc5IDQuNjg2bC0uOTUzLjkzLS40NzYuNDY1TDQuNzc0IDEwLjVsOC44MS04LjYwNUwxMi4xNTMuNWwtNy4zOCA3LjIxLTMuMDk1LTMuMDI0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.form-checkbox:disabled + label::before {
  background-color: #fff;
}
#tlc #form input,
#tlc #form select {
	font-size: 20px;
}
#tlc #form .btn {
	max-width: 100%;
	border: none;
	color: #fff;
	height: 70px;
}
.img-icon {
	position: absolute;
}
.img-icon.leaf-1 {
	left: 2.4vw;
	margin-top: -6rem;
	display:none;
}
.img-icon.leaf-2 {
	right: 33vw;
	top: 1rem;
}
.img-icon.leaf-3 {
	left: 12vw;
	bottom: -2rem;
}
.img-icon.leaf-4 {
	left: 45vw;
	bottom: -1.5rem;
}
#tlc-banner {
	z-index: 3;
}
#request {
	z-index: 2;
}
#disclaimer, #tlc-banner-2 {
	z-index: 1;
}
@media screen and (max-width:768px) {
	html,
	#tlc {
		overflow-x: hidden;
	}
	#tlc .content {
		align-items: flex-start;
	}
	#tlc-banner {
		width: 100%;
		background: url(/static/img/bg/scrn1_640px.jpg) no-repeat left / cover;
		min-height: 540px;
	}
	#tlc .banner-subTitle {
		margin-bottom: 5px;
	}
	#tlc-banner .content {
		top: -100px;
	}
	#tlc .banner-title {
		font-size: 18px;
		margin-bottom: 5px;

	}
	#tlc .banner-title br {
		display: none;
	}
	#tlc .banner-subTitle {
		font-size: 16px;
	}
	#tlc .discount {
		font-size: 16px;
		color: #D40605;
	}
	#tlc .discount strong{
		width: auto;
	}
	#tlc .discount mark {
		padding: 0;
		font-weight: bold;
		background: none; 
		color: #D40605;
	}
	#tlc #tlc-banner-2 .banner-title {
		font-size: 16px;
		line-height: normal;
	}
	#tlc #tlc-banner-2 .banner-title strong {
		font-size: 18px;
		display: inline-block;
		margin-bottom: 15px;
	}
	#tlc-banner-2 .content {
		padding-top: 50px;
		padding-bottom: 0;
	}
	#tlc #tlc-banner-2 .banner-title span {
		display: block;
		width: 100%;
	}
	#request .container-flex .col:first-child,
	#request .container-flex .col:last-child,
	#tlc-banner-2 .container-flex .col:first-child,
	#tlc-banner-2 .container-flex .col:last-child {
		width: 100%;
	}
	#tlc-banner-2 .contact {
		font-size: 16px;
		margin-bottom: 30px;
	}
	#tlc-banner-2 img {
		margin-bottom: 30px;
	}
	#tlc .btn.btn-red {
		height: 55px;
	}
	#tlc-banner-2 .notice {
		font-size: 14px;
		margin-top: 40px;
		padding: 30px 20px;
	}
	#tlc-banner-2 {
		min-height: auto;
	}
	#tlc-banner-2 .content {
		position: relative;
		overflow: hidden;
	}
	#request, #disclaimer {
		min-height: auto;
	}

	#request .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.form-title {
		font-size: 24px;
	}
	.form-title br {
		display: none;
	}
	.subTitle {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#request .form-row {
		width: 100%;
	}
	#request label {
		text-align: left;
		font-size: 16px;
	}
	#request .form-checkbox + label {
		font-size: 14px;
	}
	#tlc #form input, #tlc #form select {
		font-size: 16px;
		height: 55px;
	}
	#request .form-row {
		margin-bottom: 30px;
	}
	#disclaimer .content {
		padding-top: 50px;
		padding-bottom: 35px;
		
	}
	#disclaimer .group p {
		font-size: 14px;
	}

	#tlc .logo {
		top: 35px;
	}
	#tlc .logo img {
		max-height: 25px;
	}
	#tlc .header .content {
		align-items: center;
	}
	#tlc-banner-2 .contact p:not(:last-child) {
		margin-bottom: 15px;
	}
	#tlc #tlc-banner-2 .banner-title {
		margin-bottom: 15px;
	}
	#tlc #form .btn {
		height: 55px;
	}
	.img-icon {
		zoom: .6;
	}
	.img-icon.leaf-1 {
		left: 1rem;
	}
	.img-icon.leaf-2 {
		right: 1rem;
		top: 13rem;
	}
	.img-icon.leaf-3 {
		left: 5rem;
	}
	.img-icon.leaf-4 {
		left: 50%;
		bottom: 0;
	}
}

@media screen and (max-width:320px){
	#tlc .btn {
		width: 140px;
	}
	.img-icon.leaf-1 {
		left: -1rem;
	}
}