@charset "UTF-8";
:before,:after,html *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-moz-osx-font-smoothing: grayscale; /*(For Firefox)*/-webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/}
.clearfix:after,
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
.clearfix:after{content: '';}
input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;vertical-align: top;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{outline: none;border-radius: 0}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;margin: 0;}
input[type=number] {-moz-appearance:textfield !important;}
input::placeholder{ 
	color: #cacdc8;
	opacity:1;
}
textarea::placeholder{ 
	color: #cacdc8;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
body{
        background: #fff;
        color: #434343;
	font-size: 14px;
	font-family: 'Libre Franklin';
	font-weight:  400;
	position: static;
	overflow-y:auto
}
.wrapper{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
.rowflex{
	display: flex;
	flex-wrap: wrap;
}
.form-basic input[type="number"],
.form-basic input[type="text"],
.form-basic input[type="tel"],
.form-basic input[type="email"],
.form-basic input[type="password"],
.form-basic textarea{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	display: block;
	width: 100%;
	background: #fff;
	color: #9D9D9D;
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 400;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #D9D9D9;
	box-shadow: 0px 4px 12px rgba(9, 55, 99, 0.06);
	border-radius: 2px;
}
.form-basic textarea{
	min-height: 150px;
	padding: 15px;
	resize: vertical;
	line-height: 140%;
}
.form-basic form > * {
	display: block;
	margin-top: 27px;
}
.form-basic form > *:first-child{
	margin: 0;
}
.form-basic .pass-field{
	position: relative;
}
.form-basic .pass-field input{
	padding-right: 65px;
}
.form-basic .pass-field b{
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/eye-pass.png);
	border: 1px solid #D9D9D9;
	border-radius: 0 2px 2px 0;
}
.form-basic .pass-field b.merem{
	background-image: url(../img/icon/eye-pass2.png);
}
.form-basic .fgroup > label{
	display: block;
	margin-bottom: 10px;
	color: #555555;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: 600;
}
.form-basic .fgroup > label sup{
	line-height: 100%;
	position: relative;
	top: 0;
	color: #ef0000;
}
.accord-item {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 2px 12px rgba(23, 82, 130, 0.12);
	border-radius: 2px;
	padding: 30px 25px;
}
.accord-item .acc-head{
	cursor: pointer;
	position: relative;
	padding-right: 20px;
}
.accord-item .acc-head:before{
	position: absolute;
	width: 18px;
	height: 11px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/arrow-down-orange.svg);
	right: 0;
	top: 3px;
	display: block;
	content: '';
}
.accord-item.expanded .acc-head:before{
	transform: rotate(180deg);
}
.accord-item .acc-head h3{
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat';
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.accord-item .acc-body{
	display: none;
	padding: 24px 75px 0 0;
}
.accord-item.active .acc-body{
	display: block;
}
.checky input{
	display: none;
}
.checky span{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-user-select: none; /* Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+/Edge */
	user-select: none; /* Standard */
}
.checky span:before{
	display: inline-block;
	vertical-align: middle;
	background: none;
	width: 14px;
	height: 14px;
	border: 1px solid #093763;
	border-radius: 2px ;
	content: '';
	margin-right: 8px;
	position: relative;
	top: -1px;
	left: 0;
	background: #093763;
	box-shadow:inset  0 0 0 10px #fff;
}
.checky input:checked + span:before{
	box-shadow:inset  0 0 0 3px #fff;
}
.checky span a{
	color: #eb5757;
}
.checky span a:hover{
	text-decoration: underline;
}
.format-text{
	line-height: 170%;
	font-size: 14px;
	font-family: 'Montserrat';
}
.format-text > *{
	margin-top: 25px;
}
.format-text > *:first-child{
	margin-top: 0;
}
.format-text > h1 + *,
.format-text > h2 + *,
.format-text > h3 + *,
.format-text > h4 + *,
.format-text > h5 + *,
.format-text > h6 + *{
	margin-top: 15px;	
}
.format-text b,
.format-text strong{
	font-weight: 600;
}
.format-text em,
.format-text i:not(.fa){
	font-style: italic;
}
.format-text h1,
.format-text h2,
.format-text h3,
.format-text h4,
.format-text h5,
.format-text h6{
	color: #093763;
	font-weight: 700;
	line-height: 140%;
	font-family: 'Libre Franklin';
}
.format-text h1{
	font-size: 32px;
}
.format-text h2{
	font-size: 28px;
}
.format-text h3{
	font-size: 24px;
}
.format-text h4{
	font-size: 20px;
}
.format-text h5{
	font-size: 16px;
}
.format-text h6{
	font-size: 14px;
}
.format-text a:not(.button){
	color: #2f80ed;
	text-decoration: underline;
}
.format-text a:not(.button):hover{
	text-decoration: underline;
}
.format-text ul{
	list-style: disc;
	padding-left: 40px;
}
.format-text ul li,
.format-text ol li{
	padding-bottom: 10px;
}
.format-text ol{
	list-style: decimal;
}
.format-text ol{
	padding-left: 20px;
}
.format-text sup{
	color: #d90000;
	position: relative;
	top: 0;
	line-height: 100%;
}
.format-text blockquote{
	font-size: 19px;
	line-height: 200%;
}
.centered{
	text-align: center;
}
.rightned{
	text-align: right;
}
.leftned{
	text-align: left;
}
.button{
	/* Remove First */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 2px;
	display: inline-block;
	color: #fff;
	background: #EB8023;
	font-family: 'Libre Franklin';
	font-weight: 500;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none !important;
	box-shadow: 0px 4px 16px rgba(235, 128, 35, 0.24);
	transition:all 0.2s ease-in;
}
.button.btn-hollow{
	border: 2px solid #EB8023;
	box-sizing: border-box;
	filter: drop-shadow(0px 4px 16px rgba(235, 128, 35, 0.24));
	line-height: 44px;
	background: none;
	color: #EB8023;
}
.button.btn-white{
	background: #fff;
	color: #EB8023;
}
.button.btn-white:hover,
.button.btn-hollow:hover,
.button:hover{
	color: #fff;
	background: #F1A731;
	border-color: #F1A731;
}
.button.medwide{
	padding: 0 37px;
}
.slick-dots{
	display: block;
	z-index: 2;
	width: 100%;
}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.slick-dots li button{
	display: block;
	width: 8px;
	height: 8px;
	cursor: pointer;
	border: none;
	color: rgba(0,0,0,0);
	background: #dfe0de;
	padding: 0;
	border-radius: 4px;
}
.slick-dots li.slick-active button{
	background: #EB8023;
}
.cvr-bg-bf:before,
.cvr-bg-af:after,
.cvr-bg{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.cvr-bg-bf:before,
.cvr-bg-af:after{
	content: '';
	display: inline-block;
        vertical-align: middle;
}

.banner{
	text-align: center;
	color: #fff;
	padding: 57px 0 55px;
}
.banner.banner-dark{
	color: #093763;
}
.banner.smaller-title{
	padding: 75px 0;
}
.banner.no-bg,
.banner.no-bg.smaller-title{
	padding: 40px 0 45px;
}
.banner h1{
	font-size: 56px;
	font-weight: 700;
	line-height: 100%;
}
.banner.medium-title h1{
	font-size: 48px;
}
.banner.smaller-title h1{
	font-size: 40px;
}
.banner .txt{
	line-height: 160%;
	margin-top: 10px;
	letter-spacing: 1.5px;
	font-family: 'Montserrat';
	font-weight: 400;
}
.banner.banner-dark.txt{
	color: #555;
}
.banner.no-bg .h1 + .txt{
	margin-top: 25px;
}
.fancybox-slide--html .fancybox-close-small{
	top: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	background: #F5F5F5;
	border-radius: 50%;
	opacity: 1;
	transition:opacity 0.2s ease-in;
}
.fancybox-slide--html .fancybox-close-small:hover{
	opacity: .7;
}
.pagination{
	text-align: center;
}
.pagination > *{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #7B7B7B;
	font-size: 16px;
	font-weight: 700;
	transition:all 0.2s ease-in;
	line-height: 40px;
	position: relative;
	border-radius: 1px;
}
.pagination > a:not(.cvr-bg-bf ):hover{
	color: #EB8023;
}
.pagination > span{
	color: #fff;
	background: #EB8023;
}
.pagination > a.cvr-bg-bf:not(.inactive){
	background: #EB8023;
}
.pagination > a.cvr-bg-bf:before{
	position: absolute;
	top: 13px;
	left: 16px;
	width: 7px;
	height: 12px;
}
.pagination > a.cvr-bg-bf:not(.inactive):before{
	filter: brightness(0) invert(1);
}
.pagination > a.cvr-bg-bf.ic-arrow-left{
	margin-right: 7px;
}
.pagination > a.cvr-bg-bf.ic-arrow-left:before{
	background-image: url(../img/icon/arrow-left-grey.svg);     
}
.pagination > a.cvr-bg-bf.ic-arrow-right:before{
	background-image: url(../img/icon/arrow-right-grey.svg);     
}
.pagination > a.cvr-bg-bf.ic-arrow-right{
	margin-left: 7px;
}
.fselect{
	position: relative;
	z-index: 9;
}
.fselect span{
	display: block;
	border: 1px solid #EB8023;
	background: #fff;
	box-shadow: 0px 6px 10px rgba(9, 55, 99, 0.08);
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat';
	cursor: pointer;
	padding: 14px 30px 14px 16px;
	border-radius: 2px;
	position: relative;
}
.fselect.orange span{
	background: #EB8023;
	padding: 12px 30px 14px 16px;
	color: #fff;
}
.fselect span:after{
	display: block;
	position: absolute;
	right:15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/icon/arrow-down-black2.svg);
	content: '';
}
.fselect.orange span:after{
	background: none;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #fff transparent transparent transparent;
}
.fselect.orange:hover span:after{
	border-width: 0 5.5px 7px 5.5px;
	border-color: transparent transparent #fff transparent;
}
.fselect ul{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	padding: 16px 20px;
	box-shadow: 0px 6px 10px rgba(9, 55, 99, 0.08);
	border-radius: 2px;
	opacity: 0;
	visibility: hidden;
	transition:all 0.2s ease-in;
}
.fselect.orange ul{
	box-shadow: 0px 6px 10px rgba(9, 55, 99, 0);
	border: 1px solid #EB8023;
}
.fselect:hover ul{
	opacity: 1;
	visibility: visible;
}
.fselect ul li{
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #E0E0E0;
}
.fselect.orange ul li{
	padding: 0;
	border: none;
	margin-top: 13px;
}
.fselect.orange ul li:first-child,
.fselect ul li:first-child{
	margin: 0;
	padding: 0;
	border: none;
}
.fselect ul li a{
	color: #262626;
	font-size: 14px;
	font-weight: 400;
	line-height: 190%;
	transition:color 0.2s ease-in;
}
.fselect ul li a:hover{
	color: #EB8023;
}