@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto_condensed/RobotoCondensed-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto_condensed/RobotoCondensed-Regular.ttf') format('truetype');
}

@media screen and (min-width: 768px){
	.default-button{
		width: 285px;
	}
}

@media screen and (max-width: 767px) {
	html {
	  font-size: 100% !important;
	  -webkit-text-size-adjust: 100% !important;
	  -ms-text-size-adjust: 100% !important;
	  -moz-text-size-adjust: 100% !important;
	  text-size-adjust: 100% !important;
	}

	* {
		zoom: 1 !important;
	}

	body {
		-webkit-text-size-adjust: none !important;
		-moz-text-size-adjust: none !important;
		-ms-text-size-adjust: none !important;
		text-size-adjust: none !important;
	}



	/* .featherlight-content { width: 300px; margin: 10px !important; padding: 0 !important; } */
}



.featherlight-content { padding: 0 !important; }
.featherlight .featherlight-content {
	margin-left: 15px;
    margin-right: 15px;
}

h1,h2,h3,h4,h5 {
	color: #132760;
	font-family: Roboto Condensed !important;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	font-feature-settings: "ss01";
	/* vendor-prefixes */
	-moz-font-feature-settings: 'ss01=1';
	-ms-font-feature-settings: "ss01";
	-webkit-font-feature-settings: "ss01";
	-o-font-feature-settings: "ss01";
}

h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
	color: #90B53F;
	font-weight: bold;
	font-family: Roboto Condensed !important;
	font-feature-settings: "ss01";
	/* vendor-prefixes */
	-moz-font-feature-settings: 'ss01=1';
	-ms-font-feature-settings: "ss01";
	-webkit-font-feature-settings: "ss01";
	-o-font-feature-settings: "ss01";
}

p, span { color: #132760; font-family: Roboto; font-style: normal; font-weight: normal; line-height: 24px; }
p.p1 { font-size: 18px; }
p.p2 { font-size: 16px; }
p.p3 { font-size: 14px; }
p.p4 { line-height: 16px; font-size: 12px; }
p > span, p > a { color: #132760; }

.sub_footer > .custom > p { color: #FFFFFF; }
.default-container-block { margin: 0 auto; background: #FFFFFF; }

.default-header {
	font-family: Roboto Condensed !important;
	font-style: normal;
	font-weight: bold;
	color: #132760;
	font-feature-settings: "ss01";
	/* vendor-prefixes */
	-moz-font-feature-settings: 'ss01=1';
	-ms-font-feature-settings: "ss01";
	-webkit-font-feature-settings: "ss01";
	-o-font-feature-settings: "ss01";
}

.default-header > span { color: #90B53F; font-weight: bold; }

.default-text-block {
	font-family: Roboto !important;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #132760;
	margin: 32px 0px;
}

.default-text-block > span { color: #90B53F; }

.default-button {
	display: inline-block;
	text-align: center;
	padding: 5px 20px;
	margin: 0px 10px;
	width: 285px;
	min-height: 49px;
	height: auto;
	font-family: Roboto Condensed !important;
	font-style: normal;
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
}

.default-action-button { font-weight: bold; color: #FFFFFF; background: #90B53F; }
.default-action-button:before { background: #FFFFFF; }
.default-action-button:focus { color: #FFFFFF; text-decoration: none; border: 2px solid #5B7C13; box-sizing: border-box; outline: none; }
.default-action-button:hover { background: #7CA621; color: #FFFFFF; text-decoration: none; transition: 0.3s; }
button.mdl-button:is(.default-action-button):disabled { background: #B7CA8E; color: #FFFFFF; cursor: default; }

.default-info-button { color: #061236; background: #FFFFFF; border: 1px solid #132760; box-sizing: border-box; }
.default-info-button:before { background: #061236; }
.default-info-button:focus { color: #061236; border-width: 2px; text-decoration: none; }
.default-info-button:hover { color: #061236; background: #F9F9F9; transition: 0.3s; }
button.mdl-button:is(.default-info-button):disabled { color: #999999; background: #F9F9F9; border-color: #9C9C9C; cursor: default; }

.blue-button { font-weight: bold; color: #FFFFFF; background: #132760; }
.blue-button:focus { color: #FFFFFF; text-decoration: none; border: 2px solid #69769A;  }
.blue-button:hover { color: #FFFFFF; background: #0C1C4A; transition: 0.3s; }
.blue-button:is(.default-disabled) { color: #FFFFFF; background: #69769A; cursor: default; }
button.mdl-button:is(.blue-button):disabled { color: #FFFFFF; background: #69769A; cursor: default; }

.jconfirm-content > div { color: #132760; }

.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-default {
	background: #132760 !important;
	border: 1px solid #132760 !important;
	border-radius: 0 !important;
	color: #FFFFFF !important;
}

.jconfirm .jconfirm-box .jconfirm-buttons > button.btn-default:nth-child(2) {
	background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F6 100%)  !important;
	border: 1px solid #132760  !important;
	border-radius: 0 !important;
	color: #132760 !important;
}

.featherlight-content > iframe { display: block !important; }



@media screen and (min-width: 320px) {
	.default-container-block { width: 320px; padding: 0 15px; }
	.default-big-header { font-size: 32px; }
	.default-text-block { padding: 0; }
	.main-page-h1 { font-size: 54px; line-height: 72px; font-weight: 700; }
	h4 { font-size: 12px; line-height: 24px; }
	h3 { font-size: 14px; line-height: 24px; }
	h2 { font-size: 18px; line-height: 24px; }
}

@media screen and (min-width: 768px) {
	.default-container-block { width: 768px; padding: 0 30px; }
	.default-big-header { font-size: 96px; }
	.default-text-block { padding: 0 15px; }
	.main-page-h1 { line-height: 104px; font-size: 76px; }
	h2 { line-height: 56px; font-size: 42px; }
	h3 { line-height: 40px; font-size: 30px; }
	h4 { line-height: 36px; font-size: 24px; }
}

@media screen and (min-width: 1024px) {
	.default-container-block { width: 1024px; padding: 0 50px; }
	.default-big-header { font-size: 120px; }
	h2 { line-height: 72px; font-size: 54px; }
	h3 { line-height: 56px; font-size: 42px; }
	h4 { line-height: 40px; font-size: 30px; }
}

@media screen and (min-width: 1440px) {
	.default-container-block { width: 1440px; }
}

@media screen and (min-width: 1650px) {
	.default-container-block { width: 1650px; }
}

@media screen and (min-width: 1860px) {
	.default-container-block { width: 1760px; }
	#all_wrapper { overflow-y: hidden !important; }
}

.mdl-textfield__label:after { bottom: 13px; }
.mdl-textfield__input { border-bottom: 1px solid #949494; color: #061236; }
.mdl-textfield__label { color: #666666; }
.mdl-textfield__error, .validate-error { color: #F44336; letter-spacing: 0.4px; }
.mdl-textfield:is(.is-focused) > .mdl-textfield__label { color: #132760; }
div.mdl-textfield:is(.input-parent-error):is(.is-focused) > .mdl-textfield__label { color: #F44336; }
.mdl-textfield:is(.is-invalid) > .mdl-textfield__label { color: #F44336; }
.mdl-textfield:is(.is-focused) > .mdl-textfield__label:after { background-color: #132760; }
.mdl-textfield:is(.is-dirty) > .mdl-textfield__label:after { left: 0; visibility: visible; width: 100%; background-color: #132760; }
.mdl-textfield:is(.is-dirty):is(.is-invalid) > .mdl-textfield__label:after { left: 0; visibility: visible; width: 100%; background-color: #F44336; }
div.mdl-textfield:is(.input-parent-error) > .mdl-textfield__input { border-color: #F44336; }
div.mdl-textfield:is(.input-parent-error):is(.is-focused) > .mdl-textfield__label:after { left: 0; visibility: visible; width: 100%; background-color: #F44336; }
div.mdl-textfield:is(.input-parent-error) > .mdl-textfield__label:after { left: 0; visibility: visible; width: 100%; background-color: #F44336; }
div.mdl-textfield:is(.input-parent-error) > .mdl-textfield__label { color: #F44336; }
.input-error { border-color: #F44336; }
.label-error { color: #F44336; }
.disbled-field { color: #666666; font-weight: bold; font-size: 20px; line-height: 24px; }

.mdl-ripple {  opacity: 0.001; }






/* modal */
#sbox-btn-close {
    position: absolute;
    width: 10px;
    height: 10px;
    right: 15px;
    top: 15px;
    background: url(m-icons/w-close.png) no-repeat center;
    border: none;
}
div#sbox-content {
    height: auto;
}

#sbox-window {
    border-radius: 0px;
    height: auto!important;
    z-index: 2147483645 !important;
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}



@media screen and (max-width: 1524px){

#sbox-window {   

	/*top: 10%!important;*/
}

}


@media screen and (max-width: 1024px){

.n-card {
	/*margin-left:10%;*/
	/*margin-right:10%;*/
}
.n-card-n .m-title-1 {
    font-size: 25px !important;  
}

}




@media screen and (max-width: 767px) {
#sbox-window {   
    width: calc(100% - 20px)!important;
	/*top: 15px!important;*/
}

}


/* end modal  */

/* card */
.bundle-3-image { position:relative;}
.card-limit { display:none; opacity:0;    position: absolute;
    width: 100%;
    padding-top: 16%;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    z-index: 10;
    text-align: center;}
.bundle-3-access-2:hover { cursor:pointer;}	
.access-hover .card-limit { display:block; opacity:1; 
-webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.access-hover .bundle-3-image::after {
    background-color: rgba(19,39,96,0.7);
	 -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.eu_style.access-hover .bundle-3-image::after {
    
    background-color: rgba(19,39,96,0.3);
	 -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
	
	
	
/* end card */

table.st-4.compact-version td input {
    border:1px solid #ccc; padding-left:5px; padding-right:5px;
}

.form-field {position:relative;}
.remove_field { position:absolute; width:60px; height:20px; background-color:red; color:#fff; right:0px; top:0px; text-align:center; opacity:0.3;}
.remove_field:hover { opacity:1; cursor:pointer;}
.add_field_button {    position: relative;
    top: -30px;
    width: 65px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #90B53F;
    color: #fff;
    text-align: center;opacity:0.9;}
.add_field_button:hover { opacity:1; cursor:pointer;}
