* {	
	outline: none;
	}
	
::selection {background: #6e93b5; color: #fff;}

article, aside, details, div, figcaption, figure, footer, header, hgroup, nav, section {display: block;}

body, img, p, h1, h2, h3, h4, h5, h6, ul, ol, li, form, blockquote, dl, dt, dd, button, input {
	margin: 0;
	padding: 0;

	}

a, a:hover, a:active, a:visited {text-decoration: none; outline: none !important;}

.clear {
    display: block;
	clear:both;
	float: none !important;
}


a {		
	color: #084FA2;
}

a:hover {
    text-decoration: underline;
}

html, body {
    height: 100%;
}

body {
	font-family: Arial;
	font-size:62.5%; /*1em is 10px */
	margin-right: 0 !important;
	}

.center {
	max-width: 1200px;
	margin: 0 auto;
}

#wrap {
    min-height: 100%;
}

#main {
    padding-bottom: 395px; /* must be equal to footer's height */
}

footer {
    height: 395px;
    margin-top: -395px;
    display: block;
    position: relative;
    background: #6e93b5;
}

body:before {   /* old(real) Opera browser fix */
    content: "";
    float: left;
    height: 100%;
    margin-top: -32767px;
    width: 0;
}


.fancybox-lock {
	overflow: visible;
}
	
.fancybox-overlay {
	overflow: hidden !important;
}

img {
	max-height: 100%;
	max-width: 100%;
}

ul { list-style-type: none;}


h1 {font-size:28px;}
h2 {font-size:26px;}
h3 {font-size:24px;}
h4 {font-size:21px;}
h5 {font-size:19px;}
h6 {font-size:17px;}

/* ------------------------------------ GENERAL ------------------------------------- */

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {  border: none !important;}
.no-right {   border-right: none !important;}
.no-left {    border-left: none !important;}
.no-bottom {    border-bottom: none !important;}
.no-top {    border-top: none !important;}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.hidden {
    display: none;
}

.tabulation {
	display: inline-block;
	width: 10px;
}

.uppercase {
    text-transform: uppercase !important;
}

.yellow {
	color: #F5CD0E !important;
	border-color: #F5CD0E !important;
}

.white {
	color: #fff !important;
	border-color: #fff !important;
	background: #fff !important;
}

.red {
    color: #084FA2;
}

/* ERROR SUCCESS */
.error, .success, .warning, .note {
	position: relative;
	width: auto;
	margin: 20px 0px;
	padding: 10px 15px;
	font: normal 14px/18px "Raleway", Arial, sans-serif;
    color: #000;
    border:1px solid transparent;
}

.error {	background: #f3c0c5;border-color: #A20808; color:#A20808;}
.success {	background: #d3fbe6;border-color: #00a550; color:#00a550;}
.note { 	background: #fbfbd3;border-color: #b8b604; color:#827b00;}
.warning {	background: #fbfbd3;border-color: #b8b604; color:#827b00;}

.error ul, .success ul {
	list-style-type: disc;
	list-style-position: inside;
}

.error a:hover, .success a:hover, .field-error a { text-decoration: underline; }

.close {
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 2em;
	color: #000000;
}

.error404 {
    width: 100%;
    font-size: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 10% 0 15%;
    text-transform: uppercase;
}

.error404 div {
    font: normal 240px/240px 'Arial';
    color: #818285;
}

.error404 p {
    color: #000000;
    font: normal 30px/42px Arial,'Georgia','Playfair Display';
}

.error404 a {
    font: normal 17px/42px 'PT Sans';
    color: #2e3192;
}

input[type="checkbox"],input[type="radio"], .tf-checkbox, .tf-radio {
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    width: 24px;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px;
}
.tf-checkbox.tf-checked, .tf-radio.tf-checked,
input[type="checkbox"]:checked,input[type="radio"]:checked {
    background: url(../i/_spriteVF.png) -12px -494px no-repeat;
}

i.red.right {
    font-size: 12px;
    font-style: italic;
}

#content {padding-bottom: 40px;}
/* article */
article, p, article p, article ul, article ol {
    color: #35393f;
    font: normal 14px/22px Arial,Tahoma;
}

article ul, article ol {
    list-style-position: inside;
}

article ul, article ol, article p {
    margin: 10px 0;
}
article ul {
    list-style-type: square;
}

article a:hover {
    text-decoration: underline;
}


article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: Arial,Tahoma;
    font-weight: normal;
    margin: 15px 0 15px;
    color: #084f91;
    padding-top: 60px;
}

article > *:first-child {
    padding-top:0;
}

article a {
    color: #084f91;
}

article .privacy-policy h3 {
    padding-top: 40px;
    margin: 0px;
}

article .privacy-policy h1 {
    padding-top: 0px;
    margin: 0px;
    color:#FF3333;
    text-align: center;
}

article .privacy-policy ul li, article .privacy-policy ol li {
    padding-left: 20px;
}

.inner-page {
    background: white;
    margin: 15px 0 30px;
    padding: 15px 30px 50px;   
}

/*  END GENERAL */



/* ------------------------------------ HEADER ------------------------------------- */


header {
	position: fixed;
	top:0;
	width: 100%;
	z-index: 999;
	background-color: #e4e6e5;
    height: 80px;
    background: #fff;
    background: rgba(255, 255, 255, 0.88);
}

.fx,header,.logo,.logo img, nav {
    -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;
    
}

header.shrink {
    height: 39px;
    border-bottom: 1px solid #83a7c8;
}

header.shrink .logo img {
    width: 174px;
    max-width: 104px;
    max-height: 26px;
}

header.shrink .logo {
    width: 26px;
    height: 26px;
    overflow: hidden;
    margin-top: 6px;
}

header.shrink nav {
    margin-top: 2px;
    margin-left: 20px;
}
header.shrink .lang {
    margin-top: 0;
}
header.shrink .lang a {
    margin:13px 0;
}

header.shrink nav.menu>ul>li>a{
    padding-bottom: 2px;
}

.logo {
    width: 174px;
    float: left;
    margin-top: 18px;
}

header:hover {
    background: white;
}

#menu, li .respmenu, .respmenu+label, nav > label {
    display: none;
}

nav {
    float: left;
    margin-top: 25px;
    margin-left: 40px;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a {
    display: inline-block;
    font:bold 14px/35px 'PT Sans';
    color: #084f91;
    text-transform: uppercase;
    padding: 0 15px 20px 12px;
    position: relative;
}

.visible600 ul li a.active {
    color: #ccc !important;
    pointer-events: none;
}

._vn nav ul li a {
    padding: 4px 10px;
    font-size: 13px;
}

._vn nav {
    margin-top: 22px;
}

nav ul li.active a,
nav ul li a.active,
nav ul li a:hover,
.lang a.active,
.lang a:hover {
    color: #3692e8;
    text-decoration: none;
}

nav > ul > li > a:before {
    content: "/";
    position: relative;
    left: -8px;
    top:0;
}

.menu ul ul {
    display: none;
    background: #ffffff;
    position: absolute;
    width: 260px;
    top:100%;
    left: 0;
    padding: 14px 0;
    z-index: 999;
    border-top: 1px solid #9cb9d3;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}
.menu ul ul:before,
.menu ul ul:after {
    content: "";
    display: inline-block;
    vertical-align: top;
    border: 5px solid transparent;
    border-top:0;
    border-bottom-color: #9cb9d3;
    position: absolute;
    top:-5px;
    left:15px;
}
.menu ul ul:after{
    border-bottom-color:white;
    top:-3px;
}
.menu ul ul li { float: none; }
.menu ul ul li a {
    color: #084f91;
    display: block;
    text-transform: none;
    font: normal 14px/18px 'PT Sans';
    padding: 4px 27px;
    height: auto;
     -webkit-transition: all 0.1s linear;
     -moz-transition: 	 all 0.1s linear;
     -o-transition: 	 all 0.1s linear;
     transition: 		 all 0.1s linear;
    cursor: pointer;
}

.menu ul ul li:hover > a,
.menu ul ul li > a:hover,
.menu ul ul li.active a {
    background: 0;
    color: #3692e8;
}
.menu ul li:hover > ul {
    display: block;
}
nav .hassub {
    cursor: context-menu;
}
.hassub + ul {
    pointer-events: auto;    
}

.compareprograms,.compareprograms:after {
    display: block;
    height: 50px;
    min-width: 160px;
    padding: 0 20px;
    font: normal 17px/50px 'PT Sans';
    text-transform: uppercase;
    color: #fff;
    background: #084f91;
    position: fixed;
    top:69%;
    right: 0;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
        -o-transform:rotate(90deg);
        transform:rotate(90deg);
      -webkit-animation: enter .71s ease-out forwards;
      -moz-animation:    enter .71s ease-out forwards;
      -o-animation:      enter .71s ease-out forwards;
      animation:         enter .71s ease-out forwards;
 -webkit-transition: all .2s linear;
 -moz-transition: 	 all .2s linear;
 -o-transition: 	 all .2s linear;
 transition: 		 all .2s linear;
    text-align: center;
}

@-webkit-keyframes enter {
    0%{right: -50px;opacity: 0;}
    100%{right: 0px;opacity: 1;}
}
@-moz-keyframes enter {
    0%{right: -50px;opacity: 0;}
    100%{right: 0px;opacity: 1;}
}
@keyframes enter {
    0%{right: -50px;opacity: 0;}
    100%{right: 0px;opacity: 1;}
}
.compareprograms:after {
    content: attr(data-text);
    position: absolute;
    top:0;
    height: 0;
    z-index: 2;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    color: #084f91;
    background: #fff;  
    overflow: hidden;
    border-bottom: 1px solid   #084f91;
}
.compareprograms:hover:after {
    height: 50px;
}
.compareprograms:hover {
    text-decoration: none;
}

.lang {
    float: right;
    margin-top: 15px;
    background: #fff;
    background: 0;
 -webkit-transition: all 0.2s linear;
 -moz-transition: 	 all 0.2s linear;
 -o-transition: 	 all 0.2s linear;
 transition: 		 all 0.2s linear;
    
}

/*
._ru .lang {    background: rgba(255, 255, 255, 0.88); margin-top: 0;}
_vn .lang {    background: rgba(255, 255, 255, 0.88);}
*/

._ar,._ar * {
    direction: rtl;
}
._ar .frow  {
    direction: ltr;
}
._ar .overflow-wrap > div {direction: ltr;}
._ar .tabnav .subtitle,
._ar .tabnav .pagetitle {
    padding-right: 30px;
    padding-left: 0;
}
._ar .index-services strong {
    margin-left: 0;
    margin-right: 20px;
}

._ar .icon {
    margin-right: 0;
    margin-left: 25px;
}
._ar .threewrap {
    text-align: center;
}

._ru .index-atp .btn {
    margin-top: 3px;
}
._ru .index-atp p {
    font-size: 13px;
}

._ru .index-services strong {font-size: 15px;}

.lang a {
    font: normal 12px/12px 'PT Sans';
    color: #084f91;
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 20px 0;
    display: inline-block;
    vertical-align: top;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
.lang {width: 150px; text-align: center;}
.lang a:nth-child(4) {
    border-left-width: 0;
}
.lang a {
    margin: 8px 0;
    text-align: center;
    font-size: 11px;
}
.shrink .lang a:nth-child(4) {
    border-left-width: 1px;;
}
.shrink .lang a,
.shrink .lang {
    width: auto;
    min-width: 0;
}


._ru .totalscore {
    width: 80px !important;
}

._ru .totalscore {
    width: 80px !important;
    x: 235px !important;
}

._ru .totalscore + text {
    x: 250px !important;
    margin-right: -10px;
}
._tr nav ul li a {
    font-size: 13px;
    
}
._ru nav ul li a {
    font-size: 12px;
    padding: 0 5px 20px;    
}

.lang a+a {
    border-left: 1px solid #084f91;
}

._ar .lang a+a {
    border-left: 0;
    border-right: 1px solid #084f91;
}

._ar .lang a:nth-child(4) {
    border-right: 0;
}

.atp {
    background: #eaeaea url(../i/strings.jpg) left top no-repeat;
    overflow: hidden;
}

.index-atp {
    background: white;
    margin: 32px 0 26px;
}

.index-atp p {
    text-align: center;
    max-width: 550px;
    float: right;
    padding-right: 25px;
    padding-top: 35px;    
    font: normal 14px/22px 'PT Sans';
    color: #35393f;
}

.index-atp .btn {
    margin-top: 40px;
}

.btn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font: bold 14px/38px 'PT Sans';
    text-transform: uppercase;
    border: 1px solid #084f91;
}

.btn:hover,.applyNow a {
    text-decoration: none;
}

.bbtn {
    color: #084f91;
    box-shadow: 5px 4px 0 0 #084f91;
}

.bbtn:hover {
    color: #fff;
    background: #489AE7;   
}

.bbtn:focus {
    color: #fff;
    background: #489AE7;   
    position: relative;
    top:4px;
    right: -5px;
    box-shadow: none !important;
}

.btn-next {
    width: auto;
    padding: 0 20px;
    margin-top: 30px;
}
.btn-next:hover {
    background: #084f91;
    color: #fff;
}

/* end header */

/* ------------------------------------ FOOTER ------------------------------------- */

footer {
    padding-top:1px;
    background: url(../i/footer-dots.png) center bottom no-repeat #6e93b5;
}
.applyNow {
    height: 150px;
    background: #fff;
    margin-top: -75px;
    position: relative;
    text-align: center;
}

.applyNow a,.applyNow a:after {
    position: relative;
    top: 46px;
    display: block;
    max-width: 548px;
    width: 100%;
    margin: 0 auto;
    height: 58px;
    font: bold 20px/58px 'PT Sans';
    text-transform: uppercase;
    color: #084f91;
    border: 1px solid #084f91;
}

.applyNow a:after {
    content: attr(data-text);
    position: absolute;
    top:auto;
    height: 0;
    overflow: hidden;
    color: #fff;
    border: 0;
    bottom: 0;
    background: #084f91;
 -webkit-transition: all 0.15s linear;
 -moz-transition: 	 all 0.15s linear;
 -o-transition: 	 all 0.15s linear;
 transition: 		 all 0.15s linear;
}

.applyNow a:hover:after {
   height: 58px;
}


.applyNow .to-top {
    background-image: none;
}

.footer-center {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 0;
}

.fmenuTitle {
    font: normal 15px/18px 'PT Sans';
    color: white;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.fmenu {
    display: inline-block;
    vertical-align: top;   
    padding-right: 20px; 
}

.fmenu a, .fmenu address {
    display: block;
    color: #e5e5e5;
    font: normal 13px/24px 'PT Sans';
}
.fmenu a:hover {
    color: #fff;
}

.fmenu1 {
    margin-left: 30px;
    min-width: 14%;
}
.fmenu2 {min-width: 19%;}
.fmenu3 {min-width: 16%;}
.fmenu4 {min-width: 15%;}

.fmenu hr {
    height: 1px;
    border: 0;
    background: #e5e5e5;
    background: rgba(255, 255, 255, 0.24);
}

.to-top {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../i/_spriteVF.png) center -231px no-repeat #fff;
    cursor: pointer;
}

.to-top:hover {
    background-color: #094E90;
    background-position: center -193px;
}

.social {font-size: 0;}
.social a {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background-image: url(../i/_social.png);
    background-repeat: no-repeat;    
}
.social a:hover {background-color: #e5e5e5;}
.yt {background-position: 5px 5px;}
.in {background-position: -23px 5px;}
.s  {background-position: -50px 5px;}
.b  {background-position: -78px 7px;}
.yt:hover {background-position: 5px -18px;}
.in:hover {background-position: -23px -18px;}
.s:hover {background-position: -50px -18px;}
.b:hover {background-position: -76px -16px;}

.copyleft {
    text-align: center;
    padding: 24px 0;
    color:#fff;
    font: normal 12px/20px 'PT Sans';
    border-top: 1px solid #e5e5e5;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}

a.link_to_policy    {
    color:white; 
    text-decoration: underline;
}
/* end footer */


/* ------------------------------------ INDEX ------------------------------------- */
#slider {
    position: relative;
    text-align: center;
}
.slide {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
.owl-item {
}

.owl-controls {
    background: #084f91;
    width: 100%;height: 49px;
    padding-top: 1px;
}

.owl-pagination {
    text-align: center;
    margin-top: 22px;
    font-size: 0;
}
.owl-page {
    width: 24px;
    height: 6px;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.owl-page.active {
    background: #557eb2;
}

.h2 {
    font: bold 50px/52px 'PT Sans';
    color: white;
}

.subtext {
    font: normal 17px/20px 'PT Sans';
    font-style: italic;
    color: white;
}

#slider hr {
    height: 1px;
    background: #f4f2f0;
    border: 0;
    width: 260px;
    margin: 12px auto;
}
.shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 300px;
    background: url(../i/overlay.png) repeat-x center bottom;
}
.positioning {
    bottom: 50px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
#slider > .positioning {
    bottom: 125px;
}




.index-services {
    background: white;
    padding: 70px 0px;
}

.threewrap {
    font-size: 0;
}

.threewrap a:hover {
    text-decoration: none;
}

.three {
    width: 30.8%;
    display: inline-block;
    vertical-align: top;
    font: normal 14px/22px 'PT Sans';
    color: #35393f;
}
._vn .index-services strong {
    font-size: 15px;
}
.three + .three {
    margin-left:3.8%;
}

.icon {
    border: 1px solid #084f91;
    width: 89px;
    height: 89px;
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);    
}

.icon>span, .icon i {
    display: block;
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;

    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: 81px;
    width: 81px;
    background-color: #084f91;
}

.icon i {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);    
    background-image:url(../i/_spriteVF.png);
    background-repeat: no-repeat;
    background-color:transparent;
}

.icon1 i {background-position: 18px 24px;}
.icon2 i {background-position: 18px -44px;}
.icon3 i {background-position: 18px -118px;}

a:hover .icon >span{
    width: 89px;
    height: 89px;
    
}

.index-services strong {
    font: bold 20px/22px 'PT Sans';
    text-transform: uppercase;
    color: #35393f;
    color: #084F91;
    margin-left: 20px
}

.text {
    clear: both;
    display: block;
    margin-top: 40px;
    font: normal 14px/24px 'PT Sans';
    color: #35393f;
}


.index-about {
    background: url(../i/strings2.jpg) center top no-repeat #eaeaea;
    padding-top:35px;
    padding-bottom: 110px;
}

.index-about hr {
    width: 110px;
    margin: 0 auto;
    height: 0;
    border: 0;
    border-bottom: 1px solid #084f91;
}
.index-about h2 {
    text-align: center;
    padding: 32px 0 23px;
    text-transform: uppercase;
    color: #084f91;
}

.index-about a {
    display: block;
        margin-bottom: 35px;
}
.index-about a:hover {
    text-decoration: none;
}
.index-about a:hover img {
    opacity: 0.6;
}

.column {
    max-width: 580px;
    width: 100%;
    float: left;
}

.column+.column {
    float: right;
}

.column p, .column .article {
    color: #35393f;
    font: normal 14px/22px 'PT Sans';
}
.article {
    padding: 0 25px;
}
.article ul li {list-style-image: url(../i/bullet.png);list-style-position: inside; float: left;width: 48%;padding-right: 2%;font-size: 13px;line-height: 25px;}
/* end index */

/* ----------------------- text page ------------------ */

.page-wrap {
    background: url(../i/strings2_original.png) center 260px #eaeaea;
}

.page-top {
    background-image:url(../i/pagetop.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-size: cover;
}

.page-top:after {
    content: "";
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    bottom: 39px;
    background: url(../i/overlay.png);
    display: block;
    
}

.pagetitle, .subtitle {
    font: bold 40px/42px 'PT Sans';
    color: white;
    padding: 5px 0;
    position: relative;
    z-index: 2;
}
.pagetitle {    padding-top: 140px;}
.single.pagetitle {    padding-top: 160px;}

.subtitle {
    font: normal 30px/35px 'PT Sans';
}

.breadcrumbs {
    background: #084f91;
    overflow: hidden;
    font-size: 0;
}

.breadcrumbs > .center > * {
    font: normal 13px/39px 'PT Sans';
    display: inline-block;
    vertical-align: top;
    color: white;
    background: #356ea3;
    padding: 0 15px;    
    margin-right: 1px;
}

.breadcrumbs > .center > span,
.breadcrumbs > .center > *:last-child {
    background: #cedce9;
    color: #084f91;
}

.page-top > .center {
    height: 288px;
}

.page {
    padding: 1px 0;

}
.page-inner {
    padding: 40px 30px;
    margin: 30px 0 110px;
    background: white;
}



.frow {
    font-size: 0;
    margin-top: 20px;
}

.frow._bottom {
    margin-top: 20px;
}

.ffield {
    display: inline-block;
    vertical-align: top;
    max-width: 47.7%;    
    width: 100%;
}
.ffield +.ffield {
    margin-left: 4.6%;
}

.result-wrap {
    margin-top: 40px;
}

.input, input[type="text"],input[type="email"],input[type="password"],input[type="data"], textarea, select,.tf-select {
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 0px 20px;
    width: 100%;
    box-shadow: 0;
    display: inline-block;
    font: normal 14px/48px Arial;
    color: #52555a;
    height: 50px;
    background-color: #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="data"]:focus, textarea:focus {
    border-color:#084f91;
}

.g-recaptcha {
    display: inline-block;
    vertical-align: middle;
}

.label i,label i {
    color: red;
    font-style:normal;
}

label,.label {
    margin-bottom: 16px;
    font:normal 14px/24px 'PT Sans';
    color:#4d5454;
    display: block;
}

textarea {
    resize:none;
    line-height: 18px;
    padding-top: 10px;
    height: 180px;
}


form .fbtn {
    width: 300px;
    color:white;
    margin-top: 9px;
    border:0;
    text-transform:uppercase;
    background: #084f91;
    padding: 11px 0;
    font-size: 17px;
}


.notice {
    font: normal 13px/16px 'PT Sans';
    color: #4d5454;
    padding: 20px 20px;
    display: inline-block;
    /*max-width:230px;*/
    vertical-align: middle;   
    margin-left: 5px; 
}

.inquiry .notice {
    max-width: 330px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    background: url(../i/_spriteVF.png) 99% -276px no-repeat #eaeaea;
}


.tf-select {
    padding: 0;
}
.tf-selected {
    padding: 0 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
}
.tf-selected span {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tf-select,.tf-selected {
    width: 100% !important;    
    position: relative;
    cursor: pointer;
}
.tf-select .tf-button {
    position: absolute;
    right: 10px;
    top:8px;
    cursor: pointer;
}
.tf-select .tf-button span {
    display: block;
    height: 20px;
    width: 20px;
    background: url(../i/_spriteVF.png) center -292px no-repeat;
    margin-top: 8px;
}
.tf-opened.tf-select .tf-button span {
    background-position: center -322px;
}
.tf-select .tf-menu {
    max-height: 340px;
    width: 100%;
    background: #fff;
    border: 1px solid  #eaeaea;
    border-top:0;
    line-height: 37px;
    
}
.tf-select .tf-menu{ left: -1px; }
.tf-select .tf-menu > * {
    padding: 10px;
    line-height: 16px;
}
.tf-select .tf-menu > *.tf-hover {
    color: #084f91;
    background: #fafafa;
}

.applyNow-inner h3 {
    font: bold 30px/35px 'PT Sans';
    color: #084f91;
    padding: 15px 0 10px;
}

.applyNow-inner {
    max-width: 680px;
    margin: 0 auto;
}

form {
    max-width: 810px;
    margin: 0 auto;
}
table td {
    padding: 5px 10px;
}
table tr:nth-child(odd) {
    background: #eaeaea;
}

.map-wrap img {
    max-width: 10000px;
    max-height: 10000px;
}

.map-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: top;    
}
.map-wrap address {
    background: white;
    padding: 40px 70px;    
    min-width: 190px;
    font: normal 15px/30px 'PT Sans';
    color: #35393f;
    top:60px;
    left: 50px;
    position: absolute;
}

.map-wrap strong {
    display: block;
}

.map-wrap > div {
    height: 370px;
}

.maptab1 {
    background: url(../i/tab_sofia.jpg) center top no-repeat;
}
.maptab2 {
    background: url(../i/tab_hanoi.jpg) center top no-repeat;    
}
.maptab3 {
    background: url(../i/tab_3.jpg) center top no-repeat;    
}

.tabnav {
    font-size: 0;
}

.tabnav a:hover {
    text-decoration: none;
}

.tabnav a {
    width: 33.33%;
    width: 50%;
    height: 160px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-size: cover;
    -webkit-filter: saturate(0);
    -moz-filter: saturate(0);
    filter: saturate(0);
}

.tabnav .subtitle {
    padding-left: 30px;
}
.tabnav .pagetitle {
    display: block;
    padding-left: 30px;
    padding-top: 40px;
}

.towmaps {
    margin-bottom: 40px;
}

.tabnav a i {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: white;
    background: rgba(255, 255, 255, 0.8);
     -webkit-transition: all 0.2s linear;
     -moz-transition: 	 all 0.2s linear;
     -o-transition: 	 all 0.2s linear;
     transition: 		 all 0.2s linear;
    
}
.tabnav a span {
    position: relative;
    color: #35393f;
}
.tabnav a.active span {
    color: #fff;
}

.tabnav a.active {
    -webkit-filter: saturate(1);
    -moz-filter: saturate(1);
    filter: saturate(1);
    
}
.tabnav a.active i {
    background: #084f91;
    background: rgba(9, 80, 145, 0.8);
}

.tabnav a:hover span {color: white;}
.tabnav a:hover i {
    background: #084f91;
    background: rgba(9, 80, 145, 0.8);
    color: white;
}

.tabnav a.active:hover{
    cursor: default;
}

.overflow-wrap {
    overflow: hidden;
    height: 370px;
}

.overflow-wrap > div {
    position: relative;
    right: 0%;
    white-space: nowrap;
     -webkit-transition: all 0.4s linear;
     -moz-transition: 	 all 0.4s linear;
     -o-transition: 	 all 0.4s linear;
     transition: 		 all 0.4s linear;
    
}

.overflow-wrap.slide1 > div {
    right: 0%;
}
.overflow-wrap.slide2 > div {
    right: 100%;
}
.overflow-wrap.slide3 > div {
    right: 200%;
}

._q {
    font: bold 17px/20px 'PT Sans';
    color:#084f91;
    padding:20px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    cursor: pointer;
    margin-top:3px;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
}
._q:hover, ._q.opened{
    border-bottom-color:#084f91 ;
}
._q.opened{    
    color: #35393f;
}
._q.opened + ._a {
    background: #EAEAEA;
}
._a {
    font: normal 14px/24px 'PT Sans';
    padding: 10px;
    color:#35393f;
    display: none;
    overflow: hidden;
}

.compareprograms-table tr:nth-child(odd){
    background: 0;
}

.compareprograms-table {
    border-collapse: separate;
}

table td, table td > div {
    font: normal 14px/20px 'PT Sans';
    color: #52555a;
    padding: 1px 10px;
    margin: 4px 0;
    vertical-align: middle;
}

table td strong {
    font-weight: bold;
    font-size: 16px;
    display: block;
}

table tr td,th.text-center { border: 4px solid white;border-width: 4px 5px;}
.sep {
    margin-top: 12px;
}

table .tf-select {
    text-align: left;
}

.compareprograms-table .tf-select {
    background: #cedce9;
    border-color:#cedce9;
}
th.th {
    width: 215px;
}
th.text-center {
    width: 320px;
    max-width: 320px;
}

.cp {
    vertical-align: middle;
    padding: 0 5px;
    min-width: 280px;
}

table table {width: 100%;margin-top: 10px;}
table table td { padding: 0;}
table td.cp {
    text-align: center;
    background: #eaebeb;
}
table td.cp.c2 {
    background: #d7d7d9;
}

table table td.cp {
    text-align: center;
}

table td > div {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.emptyrow td+td {
    background: 0 !important;
    color: red;
}
.emptyrow td+td div {
    color: red;
}
.legend {
    margin-top: 50px;
    font: normal 12px/22px 'PT Sans';
    color: #52555a;
}

.table tr:hover td {
    background: #EAEAEA;
}

.show780,
.visible600 {display: none;}

.withspacer {
    padding-top: 60px;
}

.totalscore {
    fill: #EAEBEB;
}
#graphc2 .totalscore {
    fill: #D7D7D9;;
}

#graphc1, 
#graphc2,
#graphc3{
    padding: 0 !important;    
}
#graphc1 .sep, 
#graphc2 .sep,
#graphc3 .sep{
    display: none;
    padding: 0 !important;
}

.hiderows {cursor: pointer;}
.hiderows:hover td {
    color: #084F91;
    color: #356EA3;
}
.hiderows td.c1:before {
    background: url(../i/_spriteVF.png) center -292px no-repeat !important;
    content: "";
    display: block;
    height: 19px;
    margin-bottom: -10px;    
}
.hiderows.shown td.c1:before { background-position: center -322px !important;}
.c-o-l,.c-d-b,.taxs {display: none;}

.constrain {
    height: 300px;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.constrain img {
    max-width: 10000px;
    max-height: 10000px;
}

.benefits {
    list-style-type: square;
}
.benefits li:nth-child(even) {
    background: #fff;
}
.benefits li {
    padding: 5px 10px;
    background: #fff;
    display: list-item;
    background: #cedce9;
    color: #5c5c5c;
}

.tf-select select { position: fixed;}

/* ----------------------- BIIP page ------------------ */
.investment_container{
    margin-left: 20px;

}
.page-inner article h4.investment_name {
    padding-top: 20px;
    font-size: 18px;
    margin-bottom: 0px;
}
.investment-scale_type {
    color: #084f91;
    font-weight: bold;
    text-decoration: underline;
}

.investment_scale {
    margin-left: 10px;
    margin-right: 10px;
}
.investment_type {
    font-style: italic; 
    opacity: 0.7; 
    font-size: 14px; 
    margin-left: 10px;
}

/* vvvvvvvvvvvvvv < MEDIA QUERIES > vvvvvvvvvv */



@media screen and (max-width:1200px) {
        * {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
    .column,.index-atp p,.index-atp > img {
        max-width: 49%;
    }
    .center {
        padding: 0 15px;
    }
    .three { text-align: center;}
    .three .icon {
        display: block;
        margin: 0 auto 30px;
    }
    .h2 {
        padding: 0 20px;
    }
    nav > ul > li > a:before {
        display: none;
    }
    nav ul li a {
        padding: 0 10px 20px;
    }
    nav {
        margin-left: 20px;
    }
    .lang {
        position: absolute;
        top:18px;
        right: 0;
        margin: 0;
    }
    .lang a {
        margin: 2px 0;
        padding: 3px 5px;
    }
    .shrink .lang {
        top:-4px;
    }
    .page-wrap .center {
        overflow: auto;
    }
}

@media screen and (max-width:1180px) { 
    .lang {
        top: 81px;
        right: 0;
        padding: 5px 0px;   
        background: rgba(255, 255, 255, 0.88);
    }
    .shrink .lang {
        background: 0;
    }
}
@media screen and (max-width:1080px) { 
    .column,.index-atp p,.index-atp > img {
        width: auto;
        max-width: 100%;
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 0px;
    }
    .column {
        margin-bottom: 20px;
    }
    .column .article ul li {
        text-align: left;
    }
    .slide {
        height: 400px;
    }
    .index-atp {
        padding: 20px 10px;
    }
    .index-atp p {
        margin-top: 20px;
    }
    .applyNow a{
        width: 90%;
    }
    .compareprograms-table {
        background: white;
    }
    td+td+td+td,
    th+th+th+th {
        display: none;
    }
    ._ru nav ul li a {
        font-size: 12px;
    }
}


@media screen and (max-width:1024px) { 
  /* fall of Main Menu */
    nav ul li a {
        display: block;
        line-height: 40px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        padding: 0 20px;
    }

    #menu+label, #label-menu {
        float: left;
        font: normal 37px/20px 'PT Sans';
        color: #414343;
        cursor: pointer;
        height: 40px;
        width: 30px;
        position: relative;
    }
     #menu+label {
        margin-top: 0;
        display: block;
        width:50px;
        margin: 0;
        float:none;
        vertical-align: middle;
    }
    #menu+label div:after,
    #menu+label div, #label-menu div {
        position: absolute;
        left: 10px;
        top: 9px;
        width: 30px;
        height: 4px;
        background: #414343;
        box-shadow: 0 18px 0 0 #084f91, 0 9px 0 0 #084f91;
       -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }
    #menu+label div:after {
        content: "";
        z-index: 2;
        width: 0;
        top: 0;     
        left: 0;   
        background: #084f91;
        box-shadow: 0 18px 0 0 #6E93B5, 0 9px 0 0 #6E93B5;
         -webkit-transition: all 0.2s linear;
         -moz-transition: 	 all 0.2s linear;
         -o-transition: 	 all 0.2s linear;
         transition: 		 all 0.2s linear;
        
       
    }
    #menu:checked + label div:after,
    #menu+label:hover div:after {
        width: 30px;
    }
    nav.menu {
        -webkit-perspective: 500px;
        -moz-perspective: 500px;
        perspective: 500px;
        margin-top: 20px
    }
    nav.menu ul {
        position: relative;
        left:0;
        top:100%;
        width: 100%;
        opacity: 0;
        -webkit-transform-origin: left top;
        -moz-transform-origin: center top;
        transform-origin: left top;
        -webkit-transform: translateX(-10%) rotateY(90deg);
        -moz-transform: translateX(-10%) rotateY(90deg);
        -o-transform: translateX(-10%) rotateY(90deg);
        transform: translateX(-10%) rotateY(90deg);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        height: 0px;
        display: block;
        vertical-align: top;                
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
        clear: both;
    }
    #menu:checked ~ ul, .respmenu:checked ~ ul {
        -webkit-transform: translateX(0%) rotateY(0deg);
        -moz-transform: translateX(0%)  rotateY(0deg);
        -o-transform: translateX(0%) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);
        height: auto;
        border-bottom: 1px solid #6E93B5;
        opacity: 1;
    }
    #menu:checked ~ .compareprograms {
        display: block;
    }
    nav.menu ul li {
        display: block;
        float: none;
        background: #F7F7F7;
    }
    nav.menu ul li:hover {
        background: white;
    }    
    .menu ul li a {
        display: block;
        padding: 0 15px !important;
        height: 35px;
        line-height: 35px;
        font-size: 14px !important;
    }
    header.shrink nav {
        margin-top: 0;
    }
    footer {
        height: auto;
    } 
    .menu ul .respmenu {
        position: absolute;
        left: -9999px;
        opacity: 0;
    }
    .menu ul .respmenu + label {
        position: absolute;
        top:0;
        left: 0;
        right: 0;
        height: 35px;
        width: 100%;
        display: block;        z-index: 2;
        opacity: 0;
        cursor: context-menu;
        margin-bottom: 0;
        
    }
    .menu ul ul {
        height: 0;
        padding: 0;
        
    }
    ul .respmenu:checked ~ ul {
        padding: 14px 0;
    }
    .compareprograms {
        position: relative;
        top:auto;
        display: none;
            -webkit-transform:none;
            -moz-transform:none;
            -o-transform:none;
            transform:none;
                background: #6E93B5;
    }
    .compareprograms:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        border-color:#6E93B5;
        color:#6E93B5;
    }  
    .lang {
        margin: 15px 0;
        top:0;
        background: 0;
    }  
       .page-top {
        background-position: right top;
    }
    #wrap {    background: #EAEAEA;}
        .map-wrap address {
        padding: 20px;
    }
}
@media screen and (max-width:860px) { 
 
}

@media screen and (max-width:767px) {
    .article ul li {
        width: 100%;
        
    }
    .fmenu.fmenu4,
    .fmenu.fmenu3,
    .fmenu.fmenu2 {
        display: none;
    }
    #main {
        padding-bottom: 0px;
    }
    footer {
        margin-top: 0;
    }
    .logo {
        width: 174px;
        height: 42px;
        background: url(../i/logo.png) no-repeat left top;
        background-size:contain;
    }    
    .logo img {
        display: none;
    }
    .shrink .logo {
        background-size: 102px auto;
    }
    .pagetitle {
        padding-top: 125px;
    }    
    .breadcrumbs {height: 39px;}
    .breadcrumbs .center *{
        display: none;
    }
    .page-compare {
        overflow: auto;
    }
    .show780 {
        display: block;
    }    
    .ffield {
        display: block;
        margin-left: 0 !important;
        margin-bottom: 20px;
        width: auto;
        max-width: 1000px;
    }
    form .fbtn {
        float: none;
        width: 100%;
    }
}

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

@media screen and (max-width:680px) {
   .map-wrap address {
    left: 10px;
    }
}

@media screen and (max-width:600px) {
    .center > .lang.right {
        display: none;
    }
    header.shrink nav {
        margin-left: 0;
    }
    nav {
        margin-left: 0;
        float: none;
    }
    #menu+label {
        float: right;
        margin-bottom: 20px;
    }
    .shrink #menu+label {
        margin-bottom: 0;
        height: 38px;
    }
	nav.menu ul {
    	min-width: 320px;
    	top:0;
	}
	.menu ul li a {
    	padding: 0 10px;
    	font-size: 14px;
	}
	.logo {
    	position: absolute;left: 20px;
    	top:0;
    	z-index: 3;
	}
	header > .center {
    	padding: 0;
	}
	.h2,.pagetitle {
    	font-size: 8vw;
	}.subtitle {font-size: 5vw;}
	.h2,.pagetitle, .subtitle {
    	line-height: 1.2;
	}
	#slider > .positioning {
    	bottom: 150px;
	}
	.index-services .threewrap {
    	position: relative;
        width: 320px;
        margin: 0 auto;
	}
	.index-services .center {
    	padding: 0;
	}
	.index-services .three + .three {
        margin-left: 0;
        width: 156px;
    }
    .index-services .three:first-child {
        position: absolute;
        top: -165px;
        left: 107px;        
    }.tabnav a {
        display: block;
        width: auto;
        height: auto;
        padding-bottom: 40px;
    }
    .notice {
        display: block;
        padding: 15px 0 5px;
    }
    .g-recaptcha {display: block;}
    .g-recaptcha>div>div {
        margin: 0 auto;
    }
    .index-services {
        min-height: 500px;
    }
    .index-services .threewrap {
        top:160px;
    }
}

@media screen and (max-width:480px) {
    .footer-center .center > .right {
        float: none;
    }
    .footer-center .to-top {
        width: 100%;
        height: 35px;
        margin: 15px 0;
        background-position: center -239px;
    }
    .footer-center .to-top:hover {        background-position: center -201px;
    }
    .page-inner {
        padding: 20px 15px;
        margin-bottom: 50px;
    }
    #map1, #map2 {
        display: none;
    }
    .map-wrap address {
        padding: 10px;
        position: relative;
        top:0;
        left: 0;
    }
    .overflow-wrap {
        height: auto;
    }
}


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

@media screen and (max-height:460px) {
    .menu ul li a {
        height: 28px;
        line-height: 28px;
    }
}

@media screen and (max-height:380px) {
    .menu ul li a {
        height: 25px;
        line-height: 25px;
    }
    ul .respmenu:checked ~ ul {
        padding: 4px 0;
    }
    header, header.shrink {
        height: auto;
        position: relative;
    }
    .logo,
    .menu {
        margin-top: 0;
    }
}

@media screen and (max-width:390px) {
    .index-services .threewrap {
        width: 314px;
    }

}

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

}


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

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {
	
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /*ipads*/

}

@media media screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
    
}
@media screen and (min-width:0\0) { 
    /* Enter ~~~IE 9 10 11CSS here */
}

