/* Intro V3 */

.intro-v3 {
	padding: 80px 0 40px 0;
	background: #091D36 /* Hovsoyan url(../img/iv3_bg1.jpg) center center no-repeat*/;
	background-size: cover;
	position: relative;
}
/* Hovsoyan .intro-v3:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/iv3_bg2.svg) calc(50% + 650px) center no-repeat;
	background-size: 408px auto;
	opacity: 0.25;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}*/
.intro-v3 .wrapper {
	position: relative;
	z-index: 10;
}

.iv3-t1 {
	margin: 0;
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 52px;
	text-align: center;
}
.iv3-t2 {
	margin: 20px 0 0 0;
	color: #FFF;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	text-align: center;
}
.iv3-t2 strong {
	font-weight: 700;
}
.iv3-t2-mobile {
	display: none;
}
.iv3-t3 {
	margin: 20px 0 0 0;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
}
.iv3-t1 .highlight,
.iv3-t2 .highlight,
.iv3-t3 .highlight {
	color: #FC0;
}

.iv3-subheader {
	margin-top: 15px;
	color: #FFF;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
}

.iv3-search {
	margin: 60px 0 0 0;
	position: relative;
}
.iv3-tnav {
	margin-bottom: 30px;
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	z-index: 100;
}
.iv3-tnav ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	text-align: center;
}
.iv3-tnav li {
	flex: 0 1 auto;
	margin: 0;
	padding: 0 10px;
	list-style: none;
}
.iv3-tnav a {
	display: block;
	padding: 12px 20px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 3px solid rgba(255,255,255,0.15);
	position: relative;
}
.iv3-tnav a:hover,
.iv3-tnav a:focus,
.iv3-tnav .has-sub:hover > a,
.iv3-tnav .has-sub:focus-within > a {
	border-color: #FFF;
}
.iv3-tnav a:focus,
.iv3-tnav .has-sub:focus-within > a {
	background-color: rgb(255,255,255,0.25);
}
.iv3-tnav a:focus {
    outline: none;
}
.iv3-tnav a.active,
.iv3-tnav .has-sub.open > a {
	border-color: #EF092F;
}
.iv3-tnav li.iv3-tnav-label {
	padding-bottom: 3px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.025em;
	text-transform: none;
	white-space: nowrap;
}

.iv3-tnav .d-hide {
	display: none;
}
.iv3-tnav .more:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-left: 12px;
	background: url(../img/arw_header_white.svg) center center no-repeat;
	background-size: 100% auto;
	transition: all 0.2s ease;
}
.iv3-tnav .has-sub.open > .more:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.iv3-tnav .has-sub {
	position: relative;
}
.iv3-tnav .has-sub ul {
	display: none;
	opacity: 0;
	visibility: hidden;
	min-width: 100%;
	height: inherit;
	padding: 20px;
	background: #0364A9;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	right: 10px;
	z-index: 100;
}
.iv3-tnav .has-sub.open ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
.iv3-tnav .has-sub ul li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.iv3-form {
	margin: 0 auto;
}
.iv3-form.short {
	max-width: 800px;
}
.iv3-form .row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -5px;
}
.iv3-form .col {
	flex: 0 1 100%;
	padding: 0 5px;
	position: relative;
	z-index: 1;
}
.iv3-form .col.state {
	flex: 0 0 11%;
}
.iv3-form .col.btn {
	max-width: 236px;
}
.iv3-form .col.adr-house {
	flex: 0 0 11%;
}
.iv3-form .col.adr-street {
	flex: 1 1 auto;
}
.iv3-form .col.adr-appartment {
	flex: 0 0 11%;
}
.iv3-form .col.adr-city {
	flex: 0 0 18%;
}
.iv3-form .col.adr-state {
	flex: 0 0 11%;
}
.iv3-form .form-error  {
	display: block;
	margin: 0;
	padding: 2px 6px;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	background: #EF092F;
	position: absolute;
	top: 100%;
	left: 5px;
	white-space: nowrap;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
}
.iv3-form .form-control.input-error {
	box-shadow: inset 0 -5px 0 0 #EF092F;
}
.iv3-form .form-control {
	height: 60px;
	padding: 0 16px;
	font-size: 18px;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.iv3-form .form-control[type=tel] {
	font-size: 24px;
}
.iv3-form .form-control[type=tel].normal-size {
	font-size: 18px;
}
.iv3-form .form-control.required {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.iv3-form select.form-control {
	padding: 0 30px 0 16px;
}
:i-block-chrome,.iv3-form select.form-control {
	text-indent: 12px;
}
.iv3-form .form-btn {
	padding: 18px 10px;
	font-size: 24px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.iv3-form .form-btn:after {
	display: inline-block;
	content: "";
	width: 17px;
	height: 17px;
	margin-left: 12px;
	background: url(../img/btn_arw.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

.iv3-search-footer {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 10px;
}

.iv3-start {
	padding-left: 40px;
	color: #FC0;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	white-space: nowrap;
}
.iv3-start:before {
	display: block;
	content: "";
	width: 30px;
	height: 16px;
	background: url(../img/iv2_start.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
}

.iv3-seal {
	width: 100%;
	max-width: 236px;
	height: 52px;
	background: url(../img/seal_norton_secured_white.png) center center no-repeat;
	background-size: 96px auto;
}

.iv3-feat {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.iv3-feat-list {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 5px 0;
	background: rgb(8,34,61);
	background: -moz-linear-gradient(90deg, rgba(8,34,61,0) 0%, rgba(3,100,169,0.5) 50%, rgba(8,34,61,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(8,34,61,0) 0%, rgba(3,100,169,0.5) 50%, rgba(8,34,61,0) 100%);
	background: linear-gradient(90deg, rgba(8,34,61,0) 0%, rgba(3,100,169,0.5) 50%, rgba(8,34,61,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08223d",endColorstr="#08223d",GradientType=1);
}
.iv3-feat-list li {
	margin: 0 5px;
	padding: 5px;
	list-style-type: none;
}
.iv3-feat-list img {
	display: block;
	max-height: 28px;
	margin: 0 auto;
	opacity: 0.75;
}
.iv3-feat-list .ttl {
	flex: 0 0 auto;
	max-width: inherit;
	margin-left: 0;
	padding: 7px 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	background: #EF092F;
	position: relative;
	border-radius: 50% / 10%;
}
.iv3-feat-list .ttl:before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% / 50%;
}
.iv3-feat-list .ttl span {
	position: relative;
	z-index: 2;
}

.iv3-news {
	max-width: 560px;
	margin: 40px auto;
	padding-left: 50px;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	letter-spacing: 0.025em;
	position: relative;
}
.iv3-news:before {
	display: block;
	content: "";
	width: 39px;
	height: 33px;
	background: #0364A9 url(../img/iv2_news.svg) center center no-repeat;
	background-size: 29px auto;
	border-radius: 3px;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}
.iv3-news .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}
.iv3-news ul {
	margin: 0;
}
.iv3-news li {
	margin: 0;
	list-style: none;
}
.iv3-news a {
	display: inline-block;
	max-width: 400px;
	color: #FFF;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iv3-news a:hover,
.iv3-news a:focus,
.iv3-news a:active {
	color: rgba(255,255,255,0.6);
}
.iv3-news .date {
	display: inline-block;
	color: rgba(255,255,255,0.6);
	vertical-align: top;
}
.iv3-news .date:before {
	display: inline-block;
	content: "/";
	margin: 0 10px 0 8px;
}



/* Secondary Searchbox */

.intro-v3.scnd {
	padding: 40px 0;
}
.intro-v3.scnd:before {
	display: none;
}
.intro-v3.scnd .iv3-t1 {
	font-size: 36px;
	line-height: 42px;
}
.intro-v3.scnd .iv3-search {
	max-width: 1000px;
	margin: 30px auto 0 auto;
}
.intro-v3.scnd .iv3-tnav {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 18px;
}
.intro-v3.scnd .iv3-tnav a {
	padding: 8px 16px;
}
.intro-v3.scnd .iv3-tnav .more:after {
	width: 10px;
	height: 10px;
	margin-left: 8px;
}
.intro-v3.scnd .iv3-form .form-control {
	height: 48px;
}
.intro-v3.scnd .iv3-form .form-btn {
	padding: 15px;
	font-size: 18px;
	line-height: 18px;
}
.intro-v3.scnd .iv3-form .form-btn:after {
	width: 14px;
	height: 14px;
}
.intro-v3.scnd .iv3-start {
	padding-left: 30px;
	font-size: 14px;
	line-height: 16px;
}
.intro-v3.scnd .iv3-start:before {
	width: 22px;
	height: 12px;
	top: calc(50% - 6px);
}
.intro-v3.scnd .iv3-seal {
	max-width: 192px;
	height: 40px;
	background-size: 72px auto;
}
.intro-v3.scnd .iv3-news {
	margin-top: 10px;
}

/* Added by Onik */
div.hide-loading {
    display: none;
}

.iv3-news {
    visibility:hidden;
    opacity:0;
    transition: opacity 1s;
}
.iv3-news.slick-initialized{
    visibility:visible;
    opacity:1;
}
.iv3-news li.news-item {
    display:none ;
}
.iv3-news li.news-item:first-child {
    display:block; visibility:hidden;
}
.iv3-news.slick-initialized li.news-item {
    display:block;visibility:visible!important;
}
/* End Added by Onik */


@media only screen and (max-width: 1024px) {
	.intro-v3 {
		padding: 60px 0 30px 0;
	}
	.intro-v3:before {
		display: none;
	}
	.iv3-t1 {
		font-size: 40px;
		line-height: 44px;
	}
	.iv3-t2 {
		font-size: 20px;
		line-height: 24px;
	}
	.iv3-t3 {
		margin-top: 30px;
		font-size: 20px;
		line-height: 24px;
	}
	.iv3-search {
		margin: 30px 0 0 0;
	}
	.iv3-tnav {
		font-size: 15px;
		line-height: 18px;
	}
	.iv3-tnav li.iv3-tnav-label {
		display: none;
	}
	.iv3-tnav .d-hide {
		display: block;
	}
	.iv3-tnav .m-hide {
		display: none;
	}
	.iv3-form,
	.iv3-form.short {
		max-width: 360px;
		margin: 0 auto;
		padding-top: 30px;
		position: relative;
	}
	.iv3-form .row {
		flex-direction: column;
		margin: 0;
	}
	.iv3-form .col {
		margin-bottom: 15px;
		padding: 0; 
	}
	.iv3-form .col.btn {
		max-width: inherit;
	}
	.iv3-form .form-control {
		height: 50px;
	}
	.iv3-search-footer {
		margin-top: 0;
	}
	.iv3-start {
		font-size: 14px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.iv3-start:before {
		background-image: url(../img/iv2_start2.svg);
	}
	.iv3-seal {
		max-width: inherit;
	}
	.iv3-feat,
	.iv3-news {
		margin-top: 30px;
	}

	.intro-v3.scnd .iv3-form {
		padding-top: 0;
	}
	.intro-v3.scnd .iv3-search-footer {
		display: none;
	}
	.intro-v3.scnd .iv3-form .form-btn {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 767px) {
	.intro-v3,
	.intro-v3.scnd {
		padding: 25px 0;
	}
	.iv3-t1 {
		font-size: 28px;
		line-height: 34px;
	}
	.iv3-subheader {
		margin-top: 10px;
		font-size: 18px;
		line-height: 24px;
	}
	.intro-v3.scnd .iv3-t1 {
		padding: 0 10px;
		font-size: 28px;
		line-height: 34px;
	}
	.iv3-t2 {
		margin-top: 15px;
		font-size: 16px;
		line-height: 24px;
	}
	.iv3-t2-desktop {
		display: none;
	}
	.iv3-t2-mobile {
		display: block;
	}
	.iv3-t3 {
		margin-top: 30px;
		font-size: 14px;
		line-height: 18px;
	}
	.iv3-search {
		margin: 15px 0 0 0;
	}
	.intro-v3.scnd .iv3-search {
		margin-top: 20px;
	}
	.iv3-tnav,
	.intro-v3.scnd .iv3-tnav {
		margin-bottom: 20px;
		font-size: 12px;
		line-height: 14px;
	}
	.iv3-tnav ul {
		margin: 0 -5px;
	}
	.iv3-tnav li {
		flex: 1 1 auto;
		padding: 0 5px;
	}
	.iv3-tnav li.iv3-tnav-label {
		display: none;
	}
	.iv3-tnav a,
	.intro-v3.scnd .iv3-tnav a {
		padding: 7px 0;
	}
	.iv3-tnav .more:after,
	.intro-v3.scnd .iv3-tnav .more:after {
		width: 8px;
		height: 8px;
		margin-left: 6px;
	}
	.iv3-tnav .has-sub ul {
		padding: 15px;
	}
	.iv3-tnav .has-sub ul a {
		padding: 10px;
		border-bottom-width: 2px;
	}
	.iv3-form .col {
		margin-bottom: 10px;
		padding: 0; 
	}
	.iv3-form .form-error {
		display: inline-block;
		position: relative;
		top: inherit;
		left: inherit;
		vertical-align: top;
	}
	.iv3-form .form-control.input-error {
		box-shadow: inset 0 -3px 0 0 #EF092F;
	}
	.iv3-start {
		font-size: 14px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.iv3-start:before {
		background-image: url(../img/iv2_start2.svg);
	}
	.iv3-seal {
		max-width: inherit;
	}
	.iv3-feat,
	.iv3-news {
		margin: 30px auto;
	}
	.iv3-feat-list .ttl {
		margin-right: 10px;
		padding: 5px 3px;
		font-size: 8px;
		line-height: 10px;
	}
	.iv3-feat-list li {
		margin: 0;
		padding: 5px;
	}
	.iv3-feat-list .m-hide {
		display: none;
	}
	.iv3-feat-list img {
		max-height: 24px;
	}
	.iv3-news {
		max-width: 290px;
		font-size: 13px;
		line-height: 14px;
	}
	.iv3-news a {
		max-width: 240px;
	}
	.iv3-news .date {
		display: block;
	}
	.iv3-news .date:before {
		display: none;
	}
}

@media only screen and (max-width: 413px) {
	.iv3-t2 {
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 374px) {
	.iv3-t2 {
		font-size: 15px;
		line-height: 20px;
	}
}



/* Content */

.hp-section {
	padding: 60px 0;
	font-size: 18px;
	line-height: 30px;
}
.hp-section.bg1 {
	background-color: #EBF7FF;
}
.hp-section.bg2 {
	background-color: #f7f8f9;
}

.m1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.m2 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.hp-t1 {
	margin: 60px 0;
	font-size: 48px;
	font-weight: 800;
	line-height: 54px;
	text-align: center;
}
.hp-t12 {
	margin: 60px 0;
	font-size: 40px;
	font-weight: 800;
	line-height: 46px;
	text-align: center;
}
.hp-t2 {
	margin: 60px 0;
	font-size: 36px;
	font-weight: 800;
	line-height: 42px;
	text-align: center;
}
.hp-t3 {
	margin: 30px 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}

.hp-btn {
	text-align: center;
}
.hp-btn a.btn {
	display: block;
	max-width: 260px;
	margin: 0 auto;
	padding: 15px;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.hp-btn a.btn.arw:after {
	width: 17px;
	height: 17px;
	margin-left: 16px;
}

.hp-hiw {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.hh-inf {
	flex: 1 1 auto;
}
.hh-img {
	flex: 0 1 100%;
	max-width: 580px;
}
.hh-img img {
	display: block;
	margin: 0 auto;
}
.hh-row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 40px 0;
}
.hh-row .icn {
	flex: 0 0 72px;
	max-width: 72px;
	margin-right: 30px;
}
.hh-row .icn img {
	display: block;
	margin: 0 auto;
}
.hh-row .ttl {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
}
.hh-row .txt {
	margin: 5px 0 0 0;
}

.hp-wwm .hw-row {
	margin: -10px 0;
}
.hw-row {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	background: url(../img/hp_wwm_bg.svg) center center no-repeat;
	background-size: 384px auto;
}
.hw-col {
	flex: 0 1 50%;
	width: 50%;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0;
}
.hw-col.col-01,
.hw-col.col-02,
.hw-col.col-03 {
	justify-content: flex-end;
}
.hw-col.col-01 {
	padding-right: 170px;
	order: 1;
}
.hw-col.col-02 {
	padding-right: 200px;
	order: 3;
}
.hw-col.col-03 {
	padding-right: 170px;
	order: 5;
}
.hw-col.col-04 {
	padding-left: 170px;
	order: 2;
}
.hw-col.col-05 {
	padding-left: 200px;
	order: 4;
}
.hw-col.col-06 {
	padding-left: 170px;
	order: 6;
}
.hw-col .icn {
	flex: 0 0 80px;
	height: 80px;
	margin: 0 20px 0 0;
	background: #07C;
	border-radius: 50%;
}
.hw-col .icn img {
	display: block;
	margin: 0 auto;
}
.hw-col.col-01 .icn,
.hw-col.col-02 .icn,
.hw-col.col-03 .icn {
	margin: 0 0 0 20px;
	order: 1;
}
.hw-col .ttl {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}

.hp-bft .hb-row {
	margin: -20px;
}
.hb-row {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.hb-col {
	flex: 0 1 33.333%;
	width: 33.333%;
	padding: 20px;
}
.hb-col .icn {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,249,255,1) 50%, rgba(202,233,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,249,255,1) 50%, rgba(202,233,255,1) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(241,249,255,1) 50%, rgba(202,233,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cae9ff",GradientType=1);
	border-radius: 50%;
}
.hb-col .icn img {
	display: block;
	margin: 0 auto;
}
.hb-col .ttl {
	margin: 0;
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	text-align: center;
}
.hb-col .txt {
	margin: 5px 0 0 0;
	text-align: center;
}

.hp-bdb .hd-row {
	margin: -5px;
}
.hd-row {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}
.hd-col {
	flex: 0 1 16.666%;
	width: 16.666%;
	padding: 5px;
}
.hd-col .cnt {
	height: 100%;
	padding: 20px;
	background: #FFF;
	border: 1px solid #CED2D7;
	border-radius: 20px;
}
.hd-col .img {
	max-width: 128px;
	margin: 0 auto;
}
.hd-col .img img {
	display: block;
	margin: 0 auto;
}
.hd-col .inf {
	margin-top: 10px;
}
.hd-col .val {
	color: #091D36;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
	text-align: center;
}
.hd-col .val strong {
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
}
.hd-col .dat {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

a.hp-more {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-decoration: none;
	vertical-align: top;
}
a.hp-more:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: url(../img/arw_more.svg) center center no-repeat;
	background-size: 10px auto;
	vertical-align: top;
}

.t-img-rgt,
.t-img-lft {
	display: block;
	max-width: 480px;
	margin: 9px 0 30px 0;
	border-radius: 10px;
}
.t-img-rgt.small,
.t-img-lft.small {
	max-width: 340px;
}
.t-img-rgt {
	float: right;
	margin-left: 60px;
}
.t-img-lft {
	float: left;
	margin-right: 60px;
}
.t-img-rgt.last,
.t-img-lft.last {
	margin-bottom: 0;
}

.t-list {
	margin-left: 30px;
}
.t-list li {
	padding-left: 20px;
	list-style: none;
	position: relative;
}
.t-list li:before {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background: #0077CC;
	border-radius: 50%;
	position: absolute;
	top: 11px;
	left: 0;
}

.t-icns-list {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	border: 2px solid rgba(9,29,54,0.2);
	overflow: hidden;
}
.t-icns-list .hp-t3 {
	padding: 30px 30px 0 30px;
}
.t-icns-list strong {
	color: #091D36;
}
.t-icns-list > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	margin: -1px 0 0 -1px;
}
.t-icns-list > ul > li {
	flex: 0 1 100%;
	margin: 0;
	padding: 30px;
	list-style: none;
	border-top: 1px solid rgba(9,29,54,0.1);
	border-left: 1px solid rgba(9,29,54,0.1);
}
.t-icns-list.two-cols > ul,
.t-icns-list.three-cols > ul,
.t-icns-list.four-cols > ul,
.t-icns-list.five-cols > ul {
	flex-wrap: wrap;
}
.t-icns-list.two-cols > ul > li {
	flex: 0 1 50%;
	max-width: 50% ;
}
.t-icns-list.three-cols > ul > li {
	flex: 0 1 33.333%;
	max-width: 33.333%;
}
.t-icns-list.four-cols > ul > li {
	flex: 0 1 25%;
	max-width: 25%;
}
.t-icns-list.five-cols > ul > li {
	flex: 0 1 20%;
	max-width: 20%;
}
.t-icns-list .icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 15px auto;
	background: #0364A9;
	border-radius: 50%;
}
.t-icns-list .icn img {
	display: block;
}
.t-icns-list > ul > li .t-list {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
.t-icns-list .t-list li:before {
	width: 6px;
	height: 6px;
	top: 9px;
}

.t-icns-list2 ul {
	margin: 0;
}
.t-icns-list2 li,
.t-icns-list2 .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0;
	list-style: none;
}
.t-icns-list2 .icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	margin-right: 20px;
	background: #0364A9;
	border-radius: 50%;
}
.t-icns-list2 .row {
	margin: 40px 0 0 0;
}
.t-icns-list2 .row .icn {
	margin-right: 30px;
	align-self: flex-start;
}
.t-icns-list2 .row h3 {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 30px;
}
.t-icns-list2 .row p {
	margin: 10px 0 0 0;
}

.t-icns-list3 ul {
	margin: 0;
}
.t-icns-list3 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 20px 0;
	list-style: none;
}
.t-icns-list3 .icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	margin-right: 20px;
}

.htm-list {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin-right: -30px;
	margin-left: -30px;
}
.htm-list .col {
	flex: 0 1 100%;
	padding: 0 30px;
}
.htm-list img {
	display: block;
	margin: 0 auto;
}

.t-faqs .row {
	border-radius: 5px;
}
.t-faqs .row:nth-of-type(odd) {
	background: #EBF7FF;
}
.hp-section.bg1 .t-faqs .row:nth-of-type(odd) {
	background: #FFF;
}
.t-faqs .ttl {
	margin: 0;
	padding: 25px 50px 25px 80px;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.t-faqs .ttl:hover,
.t-faqs .ttl:focus,
.t-faqs .ttl:active,
.t-faqs .ttl.ui-state-active {
	color: #0077CC;
	outline: none;
}
.t-faqs .ttl:before {
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	background: #0364A9 url(../img/topical/faq_icn.svg) center center no-repeat;
	background-size: 16px auto;
	position: absolute;
	top: calc(50% - 15px);
	left: 25px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.t-faqs .ttl:hover:before,
.t-faqs .ttl:focus:before,
.t-faqs .ttl:active:before,
.t-faqs .ttl.ui-state-active:before {
	background-color: #0077CC;
}
.t-faqs .ttl:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: url(../img/arw_header_black.svg) center center no-repeat;
	background-size: 10px auto;
	opacity: 0.5;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.t-faqs .ttl.ui-state-active:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.t-faqs .cnt {
	padding: 0 30px 25px 80px;
	font-size: 16px;
	line-height: 26px;
}
.t-faqs .t-list li:before {
	width: 6px;
	height: 6px;
	top: 10px;
}



@media only screen and (max-width: 1024px) {
	.hp-section {
		padding: 40px 0;
		font-size: 16px;
		line-height: 26px;
	}
	.m1 {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.m2 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.hp-t1 {
		margin: 40px 0;
		font-size: 36px;
		line-height: 42px;
	}
	.hp-t12 {
		margin: 40px 0;
		font-size: 30px;
		line-height: 36px;
	}
	.hp-t2 {
		margin: 40px 0;
		font-size: 30px;
		line-height: 36px;
	}
	.hp-t3 {
		margin: 20px 0;
		font-size: 20px;
		line-height: 26px;
	}
	.hh-row .ttl {
		font-size: 20px;
		line-height: 26px;
	}
	.hb-col .ttl {
		font-size: 20px;
		line-height: 26px;
	}
	.hd-col {
		flex: 0 1 20%;
		width: 20%;
	}
	.t-img-rgt,
	.t-img-lft {
		max-width: 360px;
		margin: 6px 0 20px 0;
	}
	.t-img-rgt.small,
	.t-img-lft.small {
		max-width: 280px;
	}
	.t-img-rgt {
		margin-left: 40px;
	}
	.t-img-lft {
		margin-right: 40px;
	}
	.t-list {
		margin-left: 20px;
	}
	.t-list li:before {
		top: 9px;
	}
	.t-icns-list {
		font-size: 14px;
		line-height: 20px;
	}
	.t-icns-list .hp-t3 {
		padding: 20px 20px 0 20px;
	}
	.t-icns-list > ul > li {
		padding: 20px;
	}
	.t-icns-list .icn,
	.t-icns-list2 .icn {
		flex: 0 0 64px;
		width: 64px;
		height: 64px;
	}
	.t-icns-list .t-list li:before {
		top: 7px;
	}
	.t-faqs .ttl {
		padding: 20px 50px 20px 70px;
		font-size: 18px;
	}
	.t-faqs .ttl:before {
		left: 20px;
	}
	.t-faqs .cnt {
		padding: 0 30px 25px 70px;
	}
}

@media only screen and (max-width: 1023px) {
	.hp-hiw {
		flex-direction: column;
		align-items: stretch;
	}
	.hh-inf {
		flex: 0 1 auto;
	}
	.hh-img {
		max-width: inherit;
		margin-top: 30px;
	}
	.hh-row {
		margin: 30px 0;
	}
	.hb-col {
		flex: 0 1 50%;
		width: 50%;
	}
	.hd-col {
		flex: 0 1 25%;
		width: 25%;
	}
	.t-img-rgt,
	.t-img-lft {
		max-width: 320px;
	}
	.t-img-rgt {
		margin-left: 30px;
	}
	.t-img-lft {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.hp-section {
		padding: 30px 0;
	}
	.m1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.m2 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.hp-t1,
	.hp-t12 {
		margin: 30px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.hp-t2 {
		margin: 30px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.hp-t3 {
		margin: 20px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.hp-btn a.btn {
		max-width: 280px;
		padding: 15px;
		font-size: 18px;
		line-height: 20px;
	}
	.hp-btn a.btn.arw:after {
		width: 13px;
		height: 13px;
	}
	.hh-row {
		margin: 15px 0;
	}
	.hh-row .icn {
		flex: 0 0 64px;
		max-width: 64px;
		margin-right: 15px;
	}
	.hh-row .ttl {
		font-size: 18px;
		line-height: 24px;
	}
	.hh-img {
		max-width: 260px;
		margin-right: auto;
		margin-left: auto;
	}
	.hw-row {
		background-size: 160px auto;
	}
	.hp-wwm .hw-row {
		margin: -5px 0;
	}
	.hw-col {
		padding: 5px 0;
	}
	.hw-col.col-01 .icn,
	.hw-col.col-02 .icn,
	.hw-col.col-03 .icn {
		margin-left: 10px;
	}
	.hw-col.col-01 {
		padding-right: 75px;
		order: 1;
	}
	.hw-col.col-02 {
		padding-right: 90px;
		order: 3;
	}
	.hw-col.col-03 {
		padding-right: 75px;
		order: 5;
	}
	.hw-col.col-04 {
		padding-left: 75px;
		order: 2;
	}
	.hw-col.col-05 {
		padding-left: 90px;
		order: 4;
	}
	.hw-col.col-06 {
		padding-left: 75px;
		order: 6;
	}
	.hw-col .icn {
		flex: 0 0 30px;
		height: 30px;
		margin: 0 10px 0 0;
	}
	.hw-col .ttl {
		font-size: 11px;
		line-height: 14px;
	}
	.hb-row {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.hp-bft .hb-row {
		margin: -10px 0;
	}
	.hb-col {
		flex: 0 1 auto;
		width: 100%;
		padding: 10px 0;
	}
	.hb-col .icn {
		width: 80px;
		height: 80px;
	}
	.hb-col .ttl {
		font-size: 18px;
		line-height: 24px;
	}
	.hb-col .txt {
		margin-top: 5px;
	}
	.hp-bdb .hd-row {
		margin: -2px;
	}
	.hd-col {
		flex: 0 1 50%;
		width: 50%;
		padding: 2px;
	}
	.hd-col .cnt {
		padding: 15px;
		border-radius: 10px;
	}
	.hd-col .inf {
		margin-top: 5px;
	}
	.hd-col .val {
		font-size: 15px;
		line-height: 18px;
	}
	.hd-col .val strong {
		font-size: 20px;
		line-height: 24px;
	}
	.hd-col .dat {
		font-size: 13px;
		line-height: 16px;
	}
	.t-img-rgt,
	.t-img-lft,
	.t-img-rgt.small,
	.t-img-lft.small {
		float: none;
		max-width: 100%;
		margin: 0 auto 20px auto;
	}
	.t-icns-list {
		font-size: 14px;
		line-height: 20px;
	}
	.t-icns-list.two-cols > ul > li,
	.t-icns-list.three-cols > ul > li,
	.t-icns-list.four-cols > ul > li,
	.t-icns-list.five-cols > ul > li {
		flex: 0 1 100%;
		max-width: inherit;
	}
	.t-icns-list .icn,
	.t-icns-list2 .icn {
		flex: 0 0 48px;
		width: 48px;
		height: 48px;
		align-self: flex-start;
	}
	.t-icns-list .icn img,
	.t-icns-list2 .icn img {
		width: 24px;
	}
	.t-icns-list2 .row {
		margin-top: 30px;
	}
	.t-icns-list2 .row .icn {
		margin-right: 20px;
	}
	.t-icns-list2 .row h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.t-faqs .ttl {
		padding: 15px 35px 15px 20px;
		font-size: 16px;
		line-height: 22px;
	}
	.t-faqs .ttl:before {
		display: none;
	}
	.t-faqs .ttl:after {
		right: 15px;
	}
	.t-faqs .cnt {
		padding: 0 20px 20px 20px;
	}
	.htm-list {
		flex-direction: column;
		margin-right: 0;
		margin-left: 0;
	}
	.htm-list .col {
		flex: 0 1 auto;
		margin-top: 30px;
		padding: 0;
	}
	.htm-list .col:first-child {
		margin-top: 0;
	}
}



/* Intro V4 */

.intro-v4 {
	background: #091D36 url(../img/iv3_bg1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.iv4-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.iv4-inf {
	flex: 1 1 auto;
}

.iv4-ill {
	align-self: flex-end;
	flex: 0 0 480px;
	width: 480px;
	margin: 0 0 0 60px;
}

.iv4-ill img {
	display: block;
	margin: 0 auto;
}

.iv4-highlight {
	display: inline-block;
	color: #FC0;
	vertical-align: top;
}

.iv4-ttl {
	margin: 35px 0;
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 58px;
}

.iv4-txt {
	margin: 35px 0;
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.iv4-txt .for-mobile {
	display: none;
}

.iv4-txt .iv4-highlight {
	display: block;
	margin-top: 15px;
}

.iv4-cta {
	margin: 50px 0;
}

.iv4-cta a.btn {
	padding: 20px 45px;
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
}

.iv4-cta a.btn.arw:after {
	width: 17px;
	height: 17px;
	margin-left: 16px;
}

.iv4-news {
	width: 100%;
	padding: 18px 0;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	letter-spacing: 0.025em;
	position: absolute;
	bottom: 0;
	left: 0;
}

.iv4-news:before {
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,119,204);
	background: -moz-linear-gradient(90deg, rgba(0,119,204,0.25) 0%, rgba(9,29,54,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,119,204,0.25) 0%, rgba(9,29,54,0) 100%);
	background: linear-gradient(90deg, rgba(0,119,204,0.25) 0%, rgba(9,29,54,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0077cc",endColorstr="#091d36",GradientType=1);
}

.iv4-news ul {
	max-width: 600px;
	margin: 0;
	padding-left: 60px;
	position: relative;
	z-index: 1;
}

.iv4-news ul:before {
	display: block;
	content: "";
	width: 44px;
	height: 32px;
	background: url(../img/iv4_news.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 16px);
	left: 0;
}

.iv4-news li {
	margin: 0;
	list-style: none;
}

.iv4-news .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
}

.iv4-news a {
	display: inline-block;
	max-width: 400px;
	color: #FFF;
	text-decoration: underline;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.iv4-news a:hover,
.iv4-news a:focus,
.iv4-news a:active {
	color: rgba(255,255,255,0.6);
}

.iv4-news .date {
	display: inline-block;
	color: rgba(255,255,255,0.6);
	vertical-align: top;
}

.iv4-news .date:before {
	display: inline-block;
	content: "/";
	margin: 0 10px 0 8px;
}

.iv4-feat {
	padding: 15px 0;
	background: rgb(9,29,54);
	background: -moz-linear-gradient(0deg, rgba(9,29,54,0.03) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(9,29,54,0.03) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(9,29,54,0.03) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#091d36",endColorstr="#ffffff",GradientType=1);
}
.iv4-feat-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 5px 0;
}
.iv4-feat-list li {
	margin: 0 5px;
	padding: 5px;
	list-style-type: none;
}
.iv4-feat-list img {
	display: block;
	max-height: 36px;
	margin: 0 auto;
	opacity: 0.4;
}
.iv4-feat-list .ttl {
	flex: 0 0 auto;
	max-width: inherit;
	margin-left: 0;
	padding: 7px 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase;
	background: #EF092F;
	position: relative;
	border-radius: 50% / 10%;
}
.iv4-feat-list .ttl:before {
	content: '';
	position: absolute;
	top: 10%;
	bottom: 10%;
	right: -5%;
	left: -5%;
	background: inherit;
	border-radius: 5% / 50%;
}
.iv4-feat-list .ttl span {
	position: relative;
	z-index: 2;
}

.hp-hiw2-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
body .hp-hiw2-row {
	margin: -20px;
}
.hp-hiw2-col {
	flex: 0 1 100%;
	width: 100%;
	padding: 20px;
}
.hp-hiw2 .icn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background: rgb(235,247,255);
	background: -moz-linear-gradient(0deg, rgba(235,247,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(235,247,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(235,247,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebf7ff",endColorstr="#ffffff",GradientType=1);
	border-radius: 50%;
}
.hp-hiw2 .icn img {
	display: block;
	margin: auto;
}
.hp-hiw2 .ttl {
	margin: 0;
	font-size: 28px;
	font-weight: 800;
	line-height: 34px;
	text-align: center;
}
.hp-hiw2 .txt {
	margin: 10px 0 0 0;
	text-align: center;
}

.id-scan-lbox-inn {
	width: 100%;
	max-width: 800px;
	position: relative;
}
body .id-scan-lbox-inn {
	margin: auto;
}
.id-scan-lbox-inn {
	padding: 40px;
	border-radius: 10px;
	background: rgb(242,243,245);
	background: -moz-linear-gradient(0deg, rgba(242,243,245,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(242,243,245,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(242,243,245,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f3f5",endColorstr="#ffffff",GradientType=1);
}
.isl-head {
}
.isl-body {
	margin-top: 30px;
}
.isl-ttl {
	color: #091d36;
	font-size: 36px;
	font-weight: 800;
	line-height: calc(1em + 6px);
	text-align: center;
}
.isl-txt {
	margin-top: 10px;
	color: #091d36;
	font-size: 18px;
	font-weight: 700;
	line-height: calc(1em + 6px);
	text-align: center;
}
.isl-start {
	padding-left: 40px;
	color: #EF092F;
	font-size: 18px;
	font-style: italic;
	font-weight: 800;
	line-height: calc(1em + 6px);
	letter-spacing: 0.01em;
	position: relative;
	white-space: nowrap;
}
body .isl-start {
	margin-bottom: -10px;
}
.isl-start:before {
	display: block;
	content: "";
	width: 30px;
	height: 16px;
	background: url(../img/iv4_start.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
}
.isl-form {
	max-width: 600px;
	margin: 0 auto;
}
.isl-form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -12px;
}
.isl-form .col {
	flex: 0 1 100%;
	padding: 12px;
	position: relative;
}
.isl-form .col.dw-60 {
	flex: 0 1 60%;
	width: 60%;
}
.isl-form .col.dw-40 {
	flex: 0 1 40%;
	width: 40%;
}
.isl-form .form-input {
	position: relative;
}
.isl-form .form-control {
	height: 64px;
	padding-left: 48px;
	border: 2px solid #94a9c2;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(9,29,54,0.1);
}
.isl-form .not-valid .form-control {
	background-color: #FFE0E5;
	border-color: #EF092F;
}
.isl-form .form-control:hover,
.isl-form .form-control:focus,
.isl-form .form-control:active {
	background-color: #FFF;
	border-color: #07C;
	box-shadow: 0 0 10px 0 rgba(0,119,204,0.25);
}
.isl-form .input-icn {
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 8px);
	left: 18px;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.isl-form .input-name-icn {
	background-image: url(../img/input_name.svg);
}
.isl-form .not-valid .input-name-icn {
	background-image: url(../img/input_name_error.svg);
}
.isl-form .form-control:hover.input-name ~ .input-name-icn,
.isl-form .form-control:focus.input-name ~ .input-name-icn,
.isl-form .form-control:active.input-name ~ .input-name-icn {
	background-image: url(../img/input_name_active.svg);
}
.isl-form .input-city-icn {
	background-image: url(../img/input_city.svg);
}
.isl-form .not-valid .input-city-icn {
	background-image: url(../img/input_city_error.svg);
}
.isl-form .form-control:hover.input-city ~ .input-city-icn,
.isl-form .form-control:focus.input-city ~ .input-city-icn,
.isl-form .form-control:active.input-city ~ .input-city-icn {
	background-image: url(../img/input_city_active.svg);
}
.isl-form .input-state-icn {
	background-image: url(../img/input_state.svg);
}
.isl-form .not-valid .input-state-icn {
	background-image: url(../img/input_state_error.svg);
}
.isl-form .form-control:hover.input-state ~ .input-state-icn,
.isl-form .form-control:focus.input-state ~ .input-state-icn,
.isl-form .form-control:active.input-state ~ .input-state-icn {
	background-image: url(../img/input_state_active.svg);
}
.isl-form .input-email-icn {
	background-image: url(../img/input_email.svg);
}
.isl-form .not-valid .input-email-icn {
	background-image: url(../img/input_email_error.svg);
}
.isl-form .form-control:hover.input-email ~ .input-email-icn,
.isl-form .form-control:focus.input-email ~ .input-email-icn,
.isl-form .form-control:active.input-email ~ .input-email-icn {
	background-image: url(../img/input_email_active.svg);
}
.isl-form .input-phone-icn {
	background-image: url(../img/input_phone.svg);
}
.isl-form .not-valid .input-phone-icn {
	background-image: url(../img/input_phone_error.svg);
}
.isl-form .form-control:hover.input-phone ~ .input-phone-icn,
.isl-form .form-control:focus.input-phone ~ .input-phone-icn,
.isl-form .form-control:active.input-phone ~ .input-phone-icn {
	background-image: url(../img/input_phone_active.svg);
}
.isl-form .form-error {
	display: none;
	margin: 0;
	padding: 2px 6px;
	color: #091d36;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	background: #FFF;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px 0 rgb(9,29,54,0.5);
	box-shadow: 0 1px 3px 0 rgb(9,29,54,0.5);
}
.isl-form .not-valid .form-error {
	display: block;
}
.isl-form .form-btn {
	display: block;
	max-width: 280px;
	margin: auto;
	padding: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	border-radius: 100px;
}
.isl-form .form-input.not-valid:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/form_notvalid.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -6px;
    right: -6px;
}
.isl-form .form-btn.arw:after {
	width: 17px;
	height: 17px;
	margin-left: 16px;
}

.isl-form .form-check-radio {
	padding: 0 0 0 38px;
	color: #526072;
	font-size: 14px;
	line-height: calc(1em + 6px);
}
.isl-form .form-check-radio .paragraph {
	display: block;
	margin-bottom: 10px;
}
.isl-form .form-check-radio .paragraph:last-child {
	margin-bottom: 0;
}
.isl-form .form-check-radio .checkbox {
	width: 24px;
	height: 24px;
	border: 2px solid #94a9c2;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(9,29,54,0.1);
	top: 0;
}
.isl-form .form-check-radio.fc-error .checkbox {
	background-color: #FFE0E5;
	border-color: #EF092F;
}
.isl-form .form-check-radio:hover .checkbox,
.isl-form .form-check-radio:focus .checkbox,
.isl-form .form-check-radio:active .checkbox,
.isl-form .form-check-radio input:hover ~ .checkbox,
.isl-form .form-check-radio input:focus ~ .checkbox,
.isl-form .form-check-radio input:active ~ .checkbox,
.isl-form .form-check-radio input:checked ~ .checkbox {
	background-color: #FFF;
	border-color: #07C;
	box-shadow: 0 0 10px 0 rgba(0,119,204,0.25);
}
.isl-form .form-check-radio input {
	width: 24px;
	height: 24px;
	top: 0;
}

.isl-seal {
	display: block;
	margin: auto;
}

.fc-error-msg {
	display: none;
	padding: 15px 20px 15px 56px;
	color: #091d36;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgb(9,29,54,0.5);
	position: absolute;
	bottom: calc(100% + 14px);
	left: -16px;
}
.fc-error .fc-error-msg {
	display: block;
}
.fc-error-msg:before {
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: url(../img/icn_alert.svg) center center no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: calc(50% - 12px);
	left: 16px;
}
.fc-error-msg:after {
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: #FFF;
	position: absolute;
	bottom: -6px;
	left: 22px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.isl-required-notice {
	margin-bottom: 10px;
	font-size: 14px;
	font-style: italic;
	line-height: calc(1em + 4px);
	letter-spacing: 0.025em;
	text-align: center;
}



@media only screen and (max-width: 1439px) {
	.iv4-ill {
		margin: 0 -30px 0 30px;
	}
	.iv4-ttl {
		font-size: 48px;
		line-height: 58px;
	}
}

@media only screen and (max-width: 1079px) {
	.iv4-ill {
		flex: 0 0 400px;
		width: 400px;
	}
	.iv4-ttl {
		margin: 20px 0;
		font-size: 36px;
		line-height: 46px;
	}
	.iv4-txt {
		margin: 20px 0;
		font-size: 18px;
		line-height: 26px;
	}
	.iv4-cta {
		margin: 30px 0;
	}
	.iv4-cta a.btn {
		padding: 20px 40px;
		font-size: 18px;
	}
	.iv4-cta a.btn.arw:after {
		width: 13px;
		height: 13px;
		margin-left: 16px;
	}
	/* Hovsoyan */
	.intro-v4 {
		background: #091D36;
	}
	/* End Hovsoyan */
}

@media only screen and (max-width: 1023px) {
	.iv4-cont {
		flex-direction: column;
	}
	.iv4-inf {
		padding: 40px 0 0 0;
	}
	.iv4-ttl,
	.iv4-txt,
	.iv4-cta {
		text-align: center;
	}
	.iv4-ttl {
		font-size: 30px;
		line-height: 36px;
	}
	.iv4-ill {
		flex: 0 1 auto;
		margin: 0 auto;
	}
	.iv4-news {
		position: relative;
		bottom: inherit;
		left: inherit;
	}
	.iv4-news:before {
		width: 100%;
		background: rgb(34,101,171);
		background: -moz-linear-gradient(0deg, rgba(34,101,171,0) 0%, rgba(0,119,204,0.5) 100%);
		background: -webkit-linear-gradient(0deg, rgba(34,101,171,0) 0%, rgba(0,119,204,0.5) 100%);
		background: linear-gradient(0deg, rgba(34,101,171,0) 0%, rgba(0,119,204,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2265ab",endColorstr="#0077cc",GradientType=1);
	}
	.iv4-feat-list li.m-hide {
		display: none;
	}
	.iv4-feat-list img {
		max-height: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.iv4-inf {
		padding: 30px 0 10px 0;
	}
	.iv4-ttl {
		font-size: 28px;
		line-height: 34px;
	}
	.iv4-txt {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
	}
	.iv4-txt .for-mobile {
		display: inline;
	}
	.iv4-txt .iv4-highlight {
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
	}
	.iv4-ill {
		width: 300px;
	}
	.iv4-cta {
		margin: 25px auto;
	}
	.iv4-news {
		padding: 10px 0;
		font-size: 13px;
		line-height: 16px;
	}
	.iv4-news ul {
		max-width: 300px;
		margin: 0 auto;
	}
	.iv4-news a {
		max-width: 240px;
	}
	.iv4-news .date {
		display: block;
	}
	.hp-hiw2-row {
		flex-direction: column;
	}
	body .hp-hiw2-row {
		margin: -15px 0;
	}
	.hp-hiw2-col {
		padding: 15px 0;
	}
	.hp-hiw2 .icn {
		width: 120px;
		height: 120px;
	}
	.hp-hiw2 .icn img {
		width: 64px;
	}
	.hp-hiw2 .ttl {
		font-size: 20px;
		line-height: 26px;
	}

	.id-scan-lbox-inn {
		padding: 30px;
	}
	.isl-body {
		margin-top: 20px;
	}
	.isl-ttl {
		font-size: 24px;
	}
	.isl-txt {
		font-size: 14px;
	}
	.isl-start {
		font-size: 16px;
	}
	.isl-form .row {
		flex-direction: column;
	}
	.isl-form .col.mw-100 {
		flex: 0 1 100%;
		width: 100%;
	}
	.isl-form .form-control {
		height: 56px;
	}
	.isl-form .form-btn {
		max-width: 240px;
		padding: 19px;
		font-size: 18px;
	}
	.isl-form .form-btn.arw:after {
		width: 13px;
		height: 13px;
	}
	.fc-error-msg {
		font-size: 12px;
		line-height: 16px;
	}
	.isl-required-notice {
		margin-bottom: 5px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 374px) {
	.iv4-txt {
		font-size: 15px;
	}
	.iv4-txt br {
		display: none;
	}
	.iv4-txt .for-mobile {
		display: inline;
	}
}
