.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

body {
	min-width: 320px;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.wrapper a {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.main {
	position: relative;
}

.header {
	position: relative;
	padding: 30px 0 26px;
}

.header .logo {
	width: 304px;
	margin: 0 26px 0 0;
}

.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .tell {
	text-align: center;
}

.header .tell .text {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #54595f;
	margin: 0 0 3px;
}

.header .tell .tell-no {
	color: #54595f;
	font-size: 28px;
	line-height: 34px;
	font-weight: 800;
}

.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px 0 -5px;
}

.logo-list li {
	padding: 0 5px;
}

.logo-list img {
	display: block;
	max-width: 100%;
}

.tagline {
	background: #54595f;
	padding: 3px 8px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
}

.tagline .icon {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.tagline .icon img {
	display: block;
}

.visual-area {
	position: relative;
	background: url(../images/image1.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0 0;
}

.visual-box {
	position: relative;
	background: #fff;
	max-width: 865px;
	padding: 30px 25px 15px;
	margin: 0 auto;
}

.visual-box h1 {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	text-align: center;
	border-bottom: 5px solid #fff;
	padding: 0 0 4px;
	color: #fff;
	margin: 0 0 15px 0;
}

.visual-box .wrap {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.visual-box .head {
	background: #072cc2;
	margin: -30px -25px 0;
	display: flex;
	margin-bottom: 50px;
}
.visual-box .head .left {
	background: #ff7f0a;
	padding: 0;
	color: #fff;
}
.visual-box .head .left img {
	max-width: 230px;
}

.visual-box .visual-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -15px 0;
}

.visual-box .visual-list li {
	position: relative;
	padding: 0 15px;
}

.visual-box .visual-list .text-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.visual-box .visual-list .icon-wrap {
	font-size: 23px;
	line-height: 33px;
	width: 36px;
	height: 33px;
	font-weight: 700;
	color: #d10e15;
	background: #fff;
	text-align: center;
	padding: 1px 0 0;
	display: block;
}

.visual-box .visual-list .text {
	font-size: 26px;
	line-height: 1.1;
	font-weight: 700;
	padding: 0 0 0 7px;
	color: #fff;
	display: block;
}

.visual-box .heading {
	font-size: 48px;
	line-height: 58px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 0 -10px 12px;
}
.visual-box .head .right {
	padding: 19px 0 16px 21px;
}
.visual-box .sub-heading {
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	text-align: center;
	display: block;
}

.visual-box .post-code-wrap {
	padding: 32px 0 0;
	position: relative;
}

.visual-box .post-code {
	position: relative;
}

.visual-box .title {
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	font-weight: 700;
	display: block;
	color: #d10e15;
	margin: 0 0 6px;
}

.visual-box .post-field {
	font-size: 34px;
	line-height: 40px;
	width: 100%;
	height: 76px;
	padding: 10px 25px;
	font-weight: 500;
	outline: none;
	box-shadow: none;
	background: #fff;
	border: 4px solid #c6c6c6;
	color: #9E9E9E/*#d8d8d8*/;
	margin: 0 0 30px;
}

.visual-box .post-field:-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

.visual-box .post-field::-moz-placeholder {
	color: #d8d8d8;
	opacity: 1;
}

.visual-box .post-field:-ms-input-placeholder {
	color: #d8d8d8;
}

.visual-box .post-field::-webkit-input-placeholder {
	color: #d8d8d8;
}

.visual-box button {
	font-size: 47px;
	line-height: 50px;
	font-weight: 500;
	background: #2db051;
	border: 1px solid #999;
	color: #fff;
	max-width: 446px;
	width: 100%;
	text-align: center;
	height: 84px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.visual-box button[type="submit"]:hover,
.visual-box button[type="submit"]:focus {
	background: #185f2c;
}

.visual-box .sub-text {
	color: #000;
	font-size: 15px;
	padding: 11px 0 0;
	display: block;
	text-align: center;
}

.counter-bar {
	background: #54595f;
	color: #fff;
	padding: 20px 0;
}

.counter-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.counter-bar .title {
	display: block;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	margin-right: 30px;
}

.countdown {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
	margin: 0;
}

.countdown li {
	margin: 0 5px;
	width: 55px;
	height: 55px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3b3b3b;
}

.countdown .number {
	display: block;
	width: 100%;
	text-align: center;
	color: #d10e15;
	font-size: 31px;
	line-height: 31px;
}

.countdown .text {
	color: #3b3b3b;
	font-size: 11px;
	line-height: 12px;
	display: block;
	width: 100%;
	text-align: center;
}

h2 {
	font-size: 47px;
	line-height: 62px;
	font-weight: 700;
	color: #54595f;
	text-align: center;
}

.steps-area {
	position: relative;
	padding: 50px 0 0;
}

.steps-area h2 {
	margin: 0 0 28px;
}

.steps-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 860px;
	margin: 0 auto 60px;
}

.steps-list li {
	position: relative;
	width: 225px;
}

.steps-list li:nth-child(1) {
	padding-top: 90px;
}

.steps-list li:nth-child(2) {
	padding-top: 45px;
}

.steps-list .step-wrap {
	position: relative;
	text-align: center;
}

.steps-list .number {
	font-size: 117px;
	line-height: 1;
	font-weight: 700;
	position: relative;
	display: block;
	color: #54595f;
	margin: 0 0 20px;
}

.steps-list .number .icon {
	width: 78px;
	height: 7px;
	background: #0729c1;
	border: 1px solid #c9c9c9;
	position: relative;
	display: block;
	margin: 0 auto;
}

.steps-list .text {
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	display: block;
	color: #626262;
}

.offer-text-wrap {
	position: relative;
	text-align: center;
	display: block;
}

.offer-text {
	font-size: 26px;
	line-height: 32px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-weight: 400;
	color: #54595f;
	padding: 25px 0 0;
	margin: 0 0 16px;
}

.offer-text:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border-style: solid;
	border-width: 0 14px 16px;
	border-color: transparent transparent #54595f;
}

.offer-text:hover {
	color: #54595f;
	text-decoration: none;
	opacity: .8;
}

.seens-area {
	position: relative;
	background: #001a8f;
	padding: 25px 0 80px;
	color: #fff;
}

.seens-area .title {
	font-size: 27px;
	line-height: 32px;
	font-weight: 400;
	display: block;
	text-align: center;
	margin: 0 0 47px;
}

.seens-logos-list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -10px;
}

.seens-logos-list li {
	position: relative;
	padding: 0 10px;
	margin: 0 0 20px;
}

.seens-logos-list .logo-wrap {
	position: relative;
	display: block;
}

.seens-logos-list img {
	display: block;
	height: auto;
}

.advantage-area {
	position: relative;
	padding: 105px 0 110px;
}

.advantage-area .home-icon {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: -60px;
	border-radius: 50%;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	margin: 0 0 0 -60px;
	z-index: 3;
}

.advantage-area .home-icon img {
	display: block;
	width: 66px;
}

.advantage-area h2 {
	margin: 0 0 28px;
}

.advantage-list-holder {
	position: relative;
}

.advantage-list {
	position: relative;
	border: 1px solid #707070;
	margin: 0;
}

.advantage-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.advantage-list .advantage-col {
	position: relative;
	width: 33.333%;
	min-height: 96px;
	border-left: 1px solid #707070;
	border-bottom: 1px solid #707070;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.advantage-list .advantage-col:first-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-left: none;
}

.advantage-list .heading {
	font-size: 47px;
	line-height: 52px;
	font-weight: 700;
	color: #000;
	display: block;
}

.advantage-list .text {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
	color: #494949;
	display: block;
	padding: 18px 36px;
}

.advantage-list .status-area {
	position: relative;
}

.advantage-list .status-area.dis-advantage .check-icon {
	opacity: 0;
	visibility: hidden;
}

.advantage-list .status-area.dis-advantage .un-check-icon {
	opacity: 1;
	visibility: visible;
}

.advantage-list .check-icon,
.advantage-list .un-check-icon {
	width: 63px;
	height: 63px;
	background: url(../images/check-icon.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: block;
}

.advantage-list .un-check-icon {
	background: url(../images/close-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	z-index: 3;
}

.about-info-section {
	position: relative;
	background: #f3f3f3;
	padding: 78px 0 60px;
}

.about-info-section .col-12 {
	margin-bottom: 30px;
}

.about-info-section .block-wrap {
	position: relative;
	max-width: 317px;
	min-height: 195px;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

.about-info-section .block-wrap:before {
	background: #001a8f;
	content: "";
	position: absolute;
	left: -10px;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 20px;
	-webkit-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.about-info-section .block {
	padding: 35px 15px 12px;
	background: #fff;
	border-radius: 20px;
	height: 100%;
	position: relative;
}

.about-info-section .title {
	font-size: 65px;
	line-height: 70px;
	font-weight: 700;
	color: #000;
	display: block;
	margin: 0 0 14px;
}

.about-info-section .text {
	font-size: 19px;
	line-height: 27px;
	display: block;
	color: #494949;
}

.text-section {
	position: relative;
	padding: 55px 0 90px;
}

.text-section h2 {
	margin: 0;
}

.text-section .row-holder {
	position: relative;
	padding: 80px 0 0;
}

.text-section .col-12 {
	margin-bottom: 30px;
}

.text-section .text-block {
	font-size: 17px;
	line-height: 22px;
	position: relative;
	text-align: center;
	max-width: 288px;
	margin: 0 auto;
	color: #494949;
}

.text-section .image {
	position: relative;
	min-height: 114px;
	margin: 0 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.text-section .image img {
	display: block;
}

.text-section .title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	display: block;
	color: #54595f;
	margin: 0 0 13px;
}

.text-section p {
	margin: 0 0 24px;
}

.text-section p:last-child {
	margin-bottom: 0;
}

.customer-area {
	position: relative;
	background: #001a8f;
	padding: 45px 0 50px;
	color: #fff;
}

.customer-area h2 {
	color: #fff;
	margin: 0 0 30px;
}

.customer-area .video-holder {
	position: relative;
	border: 4px solid #fff;
}

.customer-area .video-holder a {
	cursor: pointer;
	display: block;
}

.customer-area .video-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.customer-area iframe {
	border: none;
}

.detail-area {
	position: relative;
	padding: 65px 0 30px;
}

.detail-area h2 {
	max-width: 1130px;
	margin: 0 auto 24px;
}

.detail-area h2 span {
	color: #01afb5;
}

.detail-area h2 .text {
	color: #001a8f;
}

.detail-area .row {
	padding: 35px 0 0;
}

.detail-area .block {
	font-size: 17px;
	line-height: 22px;
	position: relative;
	text-align: center;
	color: #494949;
}

.detail-area .image-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 125px;
	margin: 0 0 13px;
}

.detail-area .image-holder img {
	display: block;
	height: auto;
}

.detail-area .description {
	position: relative;
	max-width: 274px;
	margin: 0 auto;
}

.detail-area .description h3 {
	font-size: 32px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3b3b3b;
	margin: 0 0 13px;
}

.detail-area .description p {
	margin: 0;
}

.offer-area {
	position: relative;
	margin: 0 0 100px;
}

.offer-area:before {
	background: #f3f3f3;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 88px;
	bottom: 88px;
}

.offer-area .container {
	position: relative;
}

.offer-area .offer-holder {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offer-area .text-block {
	position: relative;
	padding: 0 75px 0 0;
}

.offer-area .text-block .text {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;
	color: #585d62;
	display: block;
	margin: 0 0 40px;
}

.offer-area .text-block .text:last-child {
	margin-bottom: 0;
}

.offer-form {
	position: relative;
	width: 468px;
	border-radius: 20px;
	background: #001a8d;
	overflow: hidden;
}

.offer-form .fields-area {
	padding: 38px 0 0;
	position: relative;
	color: #fff;
	max-width: 348px;
	margin: 0 auto;
}

.offer-form .fields-area h3 {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 12px;
}

.offer-form .form-group {
	position: relative;
	margin: 0 0 12px;
}

.offer-form .form-control {
	font-size: 21px;
	line-height: 26px;
	border: 2px solid #e1e1e1;
	color: #8f8f8f;
	padding: 10px 18px;
	height: 54px;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: #fff;
}

.offer-form .form-control:-moz-placeholder {
	color: #8f8f8f;
	opacity: 1;
}

.offer-form .form-control::-moz-placeholder {
	color: #8f8f8f;
	opacity: 1;
}

.offer-form .form-control:-ms-input-placeholder {
	color: #8f8f8f;
}

.offer-form .form-control::-webkit-input-placeholder {
	color: #8f8f8f;
}

.submit-area {
	position: relative;
	background: #ffe400;
	border-radius: 0 0 20px 20px;
	padding: 17px 0 24px;
}

.submit-area .btn-wrap {
	position: relative;
	max-width: 360px;
	text-align: center;
	margin: 0 auto;
}

.submit-area button[type="submit"] {
	font-size: 37px;
	line-height: 1.1;
	width: 100%;
	height: 86px;
	font-weight: 700;
	border: none;
	outline: none;
	border-radius: 5px;
	background: #d10e15;
	color: #fff;
	text-align: center;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border: none;
}

.submit-area button[type="submit"]:hover {
	background: #71080b;
}

.submit-area .note {
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-size: 10px;
	margin: 18px 0 0;
}

.submit-area .note:before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 0 0;
	background: url(../images/lock.png) no-repeat;
	background-size: cover;
	width: 9px;
	height: 12px;
}

.slick-slider {
	position: relative;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	outline: none;
	float: left;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.agent-slider .slick-disabled {
	display: none !important;
}

.agent-slider .slick-next {
	position: absolute;
	width: 446px;
	height: 84px;
	border: none;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -2px;
	font-size: 0;
	opacity: 0;
	cursor: pointer;
	background: none;
}

.agent-slider .slick-prev {
	position: absolute;
	left: -15px;
	bottom: -100px;
	z-index: 99;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	color: #000;
}

.agent-slider .slick-prev:before {
	position: absolute;
	left: -13px;
	top: 7px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	width: 8px;
	height: 8px;
	content: "";
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.progress-bar-holder {
	max-width: 521px;
	height: 18px;
	background: #e9ecef;
	border-radius: 5px;
	margin: 0 auto 30px;
	position: relative;
	overflow: hidden;
}

.progress-bar-holder .bar-value {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background: #7ed321;
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.slick-current .progress-bar-holder .bar-value {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.progress-bar-holder .text {
	position: absolute;
	left: 50%;
	top: 1.5px;
	font-size: 10px;
	line-height: 16px;
	color: #58605e;
	font-weight: 500;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.agent-slider p {
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	margin: 0 0 18px;
}

.agent-slider label {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-align: left;
	color: #494949;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 25px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.fancybox-button--close {
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
}

.fancybox-button--close svg {
	display: none;
}

@media (min-width: 576px) {
	.advantage-list li:last-child .advantage-col {
		border-bottom: none;
	}
}

@media (min-width: 768px) {
	.offer-area .text-block {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
}

@media (min-width: 1024px) {
	.fancybox-toolbar {
		left: 50%;
		right: auto;
		width: 982px;
		margin: 0 0 0 -491px;
	}

	.fancybox-slide {
		width: 982px;
		left: 50%;
		margin: 0 0 0 -491px;
		padding: 44px 0;
	}

	.fancybox-button--close {
		float: right;
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 1249px) {
	.container {
		max-width: 100%;
	}

	.header .logo {
		width: 254px;
		margin: 0 15px 0 0;
	}

	.header .tell .text {
		font-size: 17px;
	}

	.header .tell .tell-no {
		font-size: 26px;
	}

	h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.seens-logos-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.advantage-list .advantage-col {
		min-height: 80px;
	}

	.advantage-list .heading {
		font-size: 40px;
		line-height: 44px;
	}

	.advantage-list .text {
		font-size: 18px;
		line-height: 24px;
		padding: 15px 20px;
	}

	.advantage-list .check-icon,
	.advantage-list .un-check-icon {
		width: 50px;
		height: 50px;
	}

	.about-info-section .block-wrap:before {
		left: -5px;
	}

	.text-section {
		padding: 55px 0 60px;
	}

	.text-section .row-holder {
		padding: 50px 0 0;
	}

	.offer-area {
		margin: 0 0 70px;
	}

	.offer-area .text-block {
		padding: 0 50px 0 0;
	}

	.offer-area .text-block .text {
		font-size: 34px;
		line-height: 42px;
		margin: 0 0 25px;
	}
}

@media (max-width: 1023px) {
	.header .logo {
		width: 250px;
	}

	.logo-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 20px 0 0;
		width: 100%;
	}

	.visual-box .post-field {
		font-size: 28px;
		line-height: 34px;
		height: 64px;
	}

	.visual-box button[type="submit"] {
		font-size: 38px;
		line-height: 44px;
		height: 66px;
	}

	.counter-bar .container {
		display: block;
	}

	.counter-bar .title {
		text-align: center;
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 10px;
	}

	.countdown {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	h2 {
		font-size: 34px;
		line-height: 42px;
	}

	.steps-area {
		padding: 35px 0 0;
	}

	.seens-area .title {
		margin: 0 0 25px;
	}

	.advantage-area {
		padding: 80px 0 60px;
	}

	.advantage-list .heading {
		font-size: 32px;
		line-height: 36px;
	}

	.advantage-list .text {
		font-size: 16px;
		line-height: 22px;
		padding: 15px;
	}

	.advantage-list .check-icon,
	.advantage-list .un-check-icon {
		width: 40px;
		height: 40px;
	}

	.about-info-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.about-info-section .col-12 {
		margin-bottom: 45px;
	}

	.text-section .row-holder {
		padding: 40px 0 0;
	}

	.text-section .row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.detail-area .col-12 {
		margin-bottom: 30px;
	}

	.offer-area {
		margin: 0 0 50px;
	}

	.offer-area .text-block {
		padding: 0 25px 0 0;
	}

	.offer-area .text-block .text {
		font-size: 26px;
		line-height: 34px;
		margin: 0 0 20px;
	}

	.offer-form {
		width: 350px;
	}

	.offer-form .fields-area {
		max-width: 300px;
		padding: 22px 0 0;
	}

	.offer-form .fields-area h3 {
		font-size: 28px;
		line-height: 34px;
	}

	.submit-area .btn-wrap {
		max-width: 300px;
	}

	.submit-area button[type="submit"] {
		height: 60px;
		font-size: 28px;
	}

	.agent-slider .slick-next {
		height: 66px;
	}
}

@media (max-width: 767px) {
	.header {
		padding: 18px 0;
	}

	.header .logo {
		margin: 0 auto 12px;
		width: 220px;
	}

	.header .container {
		display: block;
	}

	.visual-area {
		padding: 15px 0 0;
	}

	.visual-box {
		padding: 15px 15px 30px;
	}

	.visual-box h1 {
		font-size: 26px;
	}

	.visual-box .visual-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 10px;
	}

	.visual-box .visual-list li {
		margin: 0 0 10px;
	}

	.visual-box .heading {
		font-size: 37px;
		line-height: 40px;
		margin: 0 0 10px;
	}

	.visual-box .sub-heading {
		font-size: 16px;
		line-height: 26px;
	}

	.visual-box .post-code-wrap {
		padding: 20px 0 0;
	}

	.visual-box .title {
		font-size: 18px;
		line-height: 24px;
	}

	.visual-box .post-field {
		font-size: 22px;
		line-height: 30px;
		border-width: 2px;
		height: 54px;
		padding: 10px 15px;
	}

	.visual-box button[type="submit"] {
		font-size: 24px;
		line-height: 34px;
		max-width: 100%;
		height: 50px;
	}

	.visual-box .sub-text {
		font-size: 12px;
		padding: 7px 0 0;
	}

	h2 {
		font-size: 26px;
		line-height: 32px;
	}

	.steps-area {
		padding: 25px 0 0;
	}

	.steps-area h2 {
		margin: 0 0 18px;
	}

	.steps-list {
		margin: 0 auto 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.steps-list li {
		width: 100%;
		margin: 0 0 20px;
	}

	.steps-list li:last-child {
		margin-bottom: 0;
	}

	.steps-list li:nth-child(1) {
		padding-top: 0;
	}

	.steps-list li:nth-child(2) {
		padding-top: 0;
	}

	.steps-list .number {
		font-size: 84px;
	}

	.offer-text {
		font-size: 18px;
		line-height: 24px;
	}

	.seens-area {
		padding: 25px 0 50px;
	}

	.seens-area .title {
		font-size: 22px;
		margin: 0 0 18px;
	}

	.advantage-area {
		padding: 45px 0 30px;
	}

	.advantage-area .home-icon {
		width: 72px;
		height: 72px;
		margin: 0 0 0 -36px;
		top: -36px;
	}

	.advantage-area .home-icon img {
		width: 48px;
	}

	.advantage-list .advantage-col {
		min-height: 60px;
	}

	.advantage-list .heading {
		font-size: 24px;
		line-height: 30px;
	}

	.advantage-list .text {
		font-size: 14px;
		line-height: 20px;
		padding: 12px 10px;
	}

	.about-info-section {
		padding: 50px 0 30px;
	}

	.text-section {
		padding: 30px 0;
	}

	.text-section .row-holder {
		padding: 30px 0 0;
	}

	.text-section .text-block {
		max-width: 100%;
	}

	.text-section .image {
		min-height: inherit;
	}

	.customer-area {
		padding: 30px 0;
	}

	.customer-area h2 {
		margin: 0 0 20px;
	}

	.customer-area .video-holder {
		border-width: 2px;
	}

	.detail-area {
		padding: 30px 0 20px;
	}

	.detail-area h2 {
		margin-bottom: 16px;
	}

	.detail-area .row {
		padding: 15px 0 0;
	}

	.detail-area .image-holder {
		min-height: inherit;
		margin: 0 0 18px;
	}

	.offer-area {
		padding: 30px 0;
		margin: 0 0 30px;
	}

	.offer-area:before {
		top: 0;
		bottom: 0;
	}

	.offer-area .offer-holder {
		display: block;
	}

	.offer-area .text-block {
		padding: 0 0 25px;
		text-align: center;
	}

	.offer-area .text-block .text {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 16px;
	}

	.offer-form {
		width: 100%;
	}

	.offer-form .fields-area {
		padding: 20px 20px 10px;
		max-width: 100%;
	}

	.submit-area {
		padding: 17px 20px 20px;
	}

	.submit-area .btn-wrap {
		max-width: 100%;
	}

	.submit-area .note {
		margin: 14px 0 0;
	}

	.agent-slider .slick-next {
		width: 100%;
		height: 50px;
	}

	.agent-slider .slick-prev {
		left: 15px;
		bottom: -100px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-width: 575px) {
	.visual-box .post-field {
		font-size: 16px;
	}

	.advantage-list .check-icon,
	.advantage-list .un-check-icon {
		width: 30px;
		height: 30px;
	}

	.advantage-list .heading {
		font-size: 16px;
	}

	.advantage-list .advantage-col {
		width: 30%;
	}

	.advantage-list .advantage-col:first-child {
		width: 50%;
	}

	.advantage-list .advantage-col:nth-child(2) {
		width: 20%;
	}

	.advantage-list {
		border-bottom: none;
	}
}

@media (max-width: 374px) {
	.logo-list li {
		width: 25%;
	}

	.visual-box .post-field {
		padding: 10px;
	}

	.advantage-list .heading {
		font-size: 15px;
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.errorText {
	color: red;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: bold;
	display: none;
	margin: -27px 0 0;
	position: absolute;
}
.error input {
	border-color: red !important;
	color: red !important;
}
.error .errorText {
	display: block;
}
.visual-box .head .left p {
	display: none;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
	padding-top: 20px;
}
@media screen and (max-width: 480px)  {
    .visual-box .visual-list .text{
        font-size: 14px;
        padding: 0 0 0 7px;
    }
    .visual-box .visual-list .icon-wrap{
        font-size: 14px;
        width: 18px;
        line-height: 20px;
        height: 19px;
    }
    .visual-box .visual-list li{
        padding: 0 3px;
    }
}
@media screen and (min-width: 400px)  {
.mobile-break-h1 { display: none; }
}
@media screen and (min-width: 600px)  {
.mobile-break { display: none; }
}

@media (max-width: 880px) {
	.visual-box h1 {
		font-size: 23px;
	}
	.visual-box .visual-list .text {
		font-size: 20px;
	}
	.visual-box .visual-list .icon-wrap {
	    font-size: 20px;
	    line-height: 30px;
	    width: 33px;
	    height: 30px;
	}
}
@media (max-width: 767px) {
	.visual-box .head {
		display: flex;
		flex-wrap: wrap;
	}
	.visual-box .head .left,
	.visual-box .head .right {
		width: 100%;
	}
	.visual-box .head .left img {
		display: none;
	}
	.visual-box .head .left p {
		display: block;
	}
}