@font-face 
{
    font-family: Proxima Nova Light;
    src: url(fonts/ProximaNovaLight.otf);
}

@font-face 
{
    font-family: Proxima Nova Light Italic;
    src: url(fonts/ProximaNovaLightItalic.otf);
}

@font-face 
{
    font-family: Proxima Nova Regular;
    src: url(fonts/ProximaNovaRegular.otf);
}

@font-face 
{
    font-family: Proxima Nova Bold;
    src: url(fonts/ProximaNovaBold.otf);
}

*
{
    margin: 0px;
    padding: 0px;
}

html {
-ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

.wrap
{
    position: relative;
	max-width: 1280px;
    overflow: hidden;
    margin: auto auto;
	padding-left: 15px;
	padding-right: 15px;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

/* header */

.concession {
    margin: 30px 0;
}

.header
{
    background: #ffffff;
}

.header .wrap
{
    padding: 20px 0 20px 0;
    text-align: center;
}

.header .logo
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.header .logo img
{
    display: block;
}

.header .navigation
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 0 25px;
	position: relative;
}

.header .navigation li
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 20px;
}


.header .navigation li.flags {
	position: absolute;
	right: 0;
	top: -25px;
}


.header .navigation a
{
    font-family: Open Sans;
	font-size: 14px;
    line-height: 14px;
	text-transform: uppercase;
	color: #818285;
    text-decoration: none;
    outline: none;
}


.header .navigation li.flags a {
	display: inline-block;
	margin-left: 10px;
}

.header .navigation li.flags a:hover {
	opacity: 0.9;
}


.header .header-info
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.header .header-info p
{
    font-family: Open Sans;
	font-size: 12px;
    line-height: 12px;
	color: #818285;
    margin: 0 0 7px 0;
}

.header .header-info p span
{
    font-family: Open Sans;
    font-weight: bold;
	font-size: 18px;
    line-height: 18px;
	color: #000;
    margin: 0 0 0 10px;
}

.header .header-info .link-popup-pres
{
    width: 251px;
	height: 34px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #8dc63f;
	-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Open Sans;
	font-size: 14px;
    line-height: 14px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,.2);
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 9px 0 0 0;
}

/* poster-top */

.poster-top
{
    background: url(../img/bg-bottom-poster-top.png) center bottom no-repeat, url(../img/bg-poster-top.jpg) center no-repeat;
    height: 495px;
}

.poster-top .wrap
{
    text-align: center;
}

.poster-top .title
{
    font-family: Proxima Nova Bold;
	font-size: 48px;
    line-height: 48px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin: 0;
}

.poster-top .subtitle
{
    font-family: Proxima Nova Bold;
	font-size: 101px;
    line-height: 101px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin: 0 0 70px 0;
}

.poster-top .text-bottom
{
    font-family: Proxima Nova Bold;
	font-size: 30px;
    line-height: 30px;
	text-transform: uppercase;
	color: #323232;
    background: url(../img/bg-subtitle-poster-top.png) center no-repeat;
    padding: 10px 0 10px 0;
}

/* new-opportunity */

.new-opportunity
{
    background: #ffffff;
}

.new-opportunity .wrap
{
    padding: 30px 0 0 0;
}

.new-opportunity .flag
{
    overflow: hidden;
    position: relative;
float: left;
    margin: 40px 35px 0 0;
}

.new-opportunity .flag img
{
     display: block;
}

.new-opportunity .text-block
{
    position: relative;
    margin-left: 470px;
    max-width: 695px;
    overflow: hidden;
}

.new-opportunity .title
{
	font-family: Proxima Nova Bold;
	font-size: 36px;
	line-height: 48px;
	text-transform: uppercase;
	color: #030d11;
	margin: 20px 0 30px 0;
}

.new-opportunity .text
{
    font-family: Proxima Nova Light;
	font-size: 18px;
	color: #030d11;
    margin: 0 0 15px 0;
}

.new-opportunity .text span
{
    font-family: Proxima Nova Bold;
}

.new-opportunity .text span.red
{
    color: #cf142b;
}

.new-opportunity .line
{
    position: relative;
    overflow: hidden;
    clear: both;
    width: 206px;
	height: 3px;
    background: #818285;
    margin: 25px 0 30px 0;
}

.new-opportunity .text-bottom
{
    font-family: Proxima Nova Light;
	font-size: 18px;
    color: #030d11;
    padding: 0 0 0 95px;
    background: url(../img/icon-flag.jpg) center left no-repeat;
    box-sizing: border-box;
}

.new-opportunity .link-popup-doc
{
    font-family: Proxima Nova Bold;
	color: #7eb732;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #7eb732;
}

.new-opportunity .link-popup-doc:hover
{
    border-bottom: 1px dotted rgba(255,255,255, 0);
}

/* this-malta */

.this-malta
{
    /*background: url(../img/border-malta-this-year.png) center top 77px no-repeat, url(../img/pointer-bottom.png) center top no-repeat, url(../img/bg-malta-this-year.jpg) center bottom no-repeat;*/
	background: url(../img/border-malta-this-year.png) center top 77px no-repeat, url(../img/bg-malta-this-year.jpg) center bottom no-repeat;
    height: 335px;
}

.this-malta .wrap
{
    text-align: center;
}

.this-malta .title
{
    font-family: Proxima Nova Light;
	font-size: 54px;
	color: #eec991;
    margin: 50px 0 15px 0;
}

.this-malta .elem-block
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 20px;
}

.this-malta .text
{
    font-family: Proxima Nova Light;
	font-size: 18px;
	color: #ffffff;
}

.this-malta .subtext
{
    font-family: Proxima Nova Bold;
	font-size: 81px;
	color: #eec991;
}

.this-malta .elem-block:nth-child(4) .text
{
    margin: 0 0 15px 0;
}

.this-malta .elem-block:nth-child(4) .subtext
{
    font-family: Proxima Nova Bold;
	font-size: 40px;
	color: #eec991;
}

/* comfort */

.comfort 
{
    background: url(../img/bg-comfort.png) right top no-repeat #ffffff;
}

.comfort .wrap
{
    text-align: center;
    padding: 50px 0 50px 0;
}

.comfort .title
{
    font-family: Proxima Nova Bold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #030d11;
}

.comfort .subtitle
{
    font-family: Proxima Nova Bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 60px 0;
}

.comfort .list-block
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin: 0 65px 0 65px;
}

.comfort .elem-block
{
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
}

.comfort .elem-block-header
{
    position: relative;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.comfort .icons
{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
}

.comfort .icons img
{
     display: block;
}

.comfort .elem-block-title
{
    display: inline-block;
    vertical-align: top;
    font-family: Proxima Nova Bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #030d11;
}

.comfort .elem-block-body
{
    position: relative;
    overflow: hidden;
}

.comfort .elem-block-body .text
{
    font-family: Proxima Nova Light;
    font-size: 14px;
    line-height: 18px;
    color: #030d11;
}

/* conditions */

.conditions
{
    background: url(../img/pointer-bottom.png) center top no-repeat #f3f3f3;
}

.conditions .wrap
{
    text-align: center;
    padding: 100px 0 80px 0;
}

.conditions .title
{
    font-family: Proxima Nova Bold;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #030d11;
}

.conditions .subtitle
{
    font-family: Proxima Nova Bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 30px 0;
}

.conditions .text
{
    font-family: Proxima Nova Light;
    font-size: 18px;
    line-height: 22px;
    color: #030d11;
    margin: 0 0 50px 0;
}

.conditions .elem-block
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 276px;
	height: 200px;
	background-color: rgba(238,201,145,0);
	border: solid 2px #132d38;
    margin: 0 12px 0 12px;
}

.conditions .container-center
{
    display: table-cell;
    width: 276px;
	height: 200px;
    vertical-align: middle;
}

.conditions .elem-block-title
{
    font-family: Proxima Nova Bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 10px 0;
}

.conditions .elem-block-text
{
    font-family: Proxima Nova Light;
    font-size: 14px;
    line-height: 18px;
    color: #030d11;
    margin: 0 0 15px 0;
}

.conditions .elem-block-text-2
{
    font-family: Proxima Nova Bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #030d11;
}

.conditions .price
{
    font-family: Proxima Nova Bold;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #030d11;
}

/* static-form-1 */

.static-form-1
{
    background: url(../img/bg-static-form-1.jpg) center no-repeat;
    background-size: cover;
    height: auto;
}

.static-form-1 .wrap
{
    padding: 20px 0 0 0;
	position: relative;
	padding-bottom: 60px;
}

.static-form-1 .man
{
    position: absolute;
    right: 0;
	bottom: -3px;
}

.static-form-1 .man img
{
     display: block;
}

.static-form-1 .text-block
{
    position: relative;
    overflow: hidden;
    margin: 0 0 0 70px;
	padding-right: 300px;
}

.static-form-1 .quote
{
    font-family: Proxima Nova Light Italic;
	font-size: 24px;
	color: #fff;
    text-align: right;
    padding: 50px 0 0 0;
    margin: 0 80px 0 0;
}

.static-form-1 .quote-author-mame
{
     text-align: right;
     color: #eec991;
     text-transform: uppercase;
     font-family: Proxima Nova Bold;
     font-size: 18px;
     margin: 40px 80px 10px 0;
}

.static-form-1 .quote-author-prof
{
     text-align: right;
     color: #b3b9c1;
     text-transform: uppercase;
     font-family: Proxima Nova Light;
     font-size: 18px;
     margin: 0 80px 0 0;
}

.static-form-1 .form-title
{
    font-family: Proxima Nova Bold;
	text-transform: uppercase;
    font-size: 36px;
	color: #fff;
    margin: 60px 0 0 0;
}

.static-form-1 .form-subtitle
{    
    font-family: Proxima Nova Bold;
	text-transform: uppercase;
    font-size: 24px;
	color: #fff;
    margin: 0 0 45px 0;
}

.static-form-1 input[type=text]
{
    width: 281px;
	height: 47px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
    font-family: Arial;
	font-size: 14px;
	color: #818285;
    outline: none;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    border: none;
    margin: 0 3px 10px 0;
}

.static-form-1 textarea {
	width: 100%;
	max-width: 855px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
    font-family: Arial;
	font-size: 14px;
	color: #818285;
    outline: none;
    box-sizing: border-box;
    padding: 10px 20px;
    border: none;
    margin: 0 0 10px 0;
	height: 100px;
}

.static-form-1 .send
{
    width: 362px;
	height: 58px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #8dc63f;
	-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,.2);
    border: none;
    outline: none;
    cursor: pointer;
}

/* comparison */

.comparison
{
    background: url(../img/bg-comparison.jpg) center no-repeat;
    background-size: cover;
}

.comparison .wrap
{
    padding: 50px 0 50px 0;
}

.comparison .title
{
    font-family: Proxima Nova Bold;
	text-transform: uppercase;
    font-size: 36px;
	color: #fff;
    text-align: center;
}

.comparison .subtitle
{
    font-family: Proxima Nova Light;
	text-transform: uppercase;
    font-size: 24px;
	color: #fff;
    text-align: center;
    margin: 0 0 50px 0;
}

.comparison table
{
    margin: auto auto;
}

.comparison thead td
{
    font-family: Proxima Nova Light;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.comparison thead td:nth-child(2)
{
    color: #dcba88;
    font-family: Proxima Nova Bold;
}

.comparison tbody td
{
    font-family: Proxima Nova Bold;
    background: #101f25;
    padding: 20px 25px 20px 25px;
    color: #9e9e9e;
    font-size: 16px;
    border-right: 1px solid #707174;
    border-bottom: 1px solid #707174;
    text-align: center;
}

.comparison tbody tr:first-child td
{
    border-top: 1px solid #707174;
}

.comparison tbody td:nth-child(1)
{
    border-left: 1px solid #707174;
    font-family: Proxima Nova Light;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
    text-align: left;
}

.comparison tbody td:nth-child(2)
{
    color: #0f1d23;
    background: #dcba88;
}

.comparison .text-bottom
{
    font-family: Proxima Nova Light;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #dbba88;
    margin: 50px 0 0 0;
}

/* static-form-2 */

.static-form-2
{
    background: #ffffff;
}

.static-form-2 .wrap
{
    padding: 50px 0 50px 0;
    text-align: center;
}

.static-form-2 .journal
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.static-form-2 .journal img
{
     display: block;
}

.static-form-2 .text-block
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.static-form-2 .form-title
{
    font-family: Proxima Nova Bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 20px 0;
}

.static-form-2 input[type=text]
{
    width: 281px;
	height: 37px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	border: solid 1px #000;
	font-family: Arial;
	font-size: 14px;
	color: #818285;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
    outline: none;
}

.static-form-2 .send
{
    width: 281px;
	height: 58px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #8dc63f;
	-webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	-moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
	box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,.2);
    cursor: pointer;
    outline: none;
    border: none;
}

/* company */

.company
{
    background: #f3f3f3;
}

.company .wrap
{
    padding: 50px 0 80px 0;
    text-align: center;
}

.company .title
{
    font-family: Proxima Nova Bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 50px 0;
}

.company .text-block
{
    position: relative;
    overflow: hidden;
    width: 907px;
    padding: 25px 0 25px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
    margin: 0 auto 60px auto;
}

.company .icon-logo
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 80px 0 80px;
}

.company .icon-logo img
{
     display: block;
}

.company .text
{
    display: inline-block;
    vertical-align: middle;
    font-family: Proxima Nova Light;
    font-size: 16px;
    line-height: 20px;
    color: #030d11;
    text-align: justify;
    width: 520px;
}

.company .link-popup-doc
{
    color: #7eb732;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #7eb732;
}

.company .link-popup-doc:hover
{
    border-bottom: 1px dotted rgba(255,255,255, 0);
}

.company ul
{
    margin: auto auto;
    display: inline-block;
    list-style-image: url(../img/icon-list.png);
    text-align: left;
}

.company li
{
    font-family: Proxima Nova Regular;
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
}

.company .text-bottom
{
    font-family: Proxima Nova Regular;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #030d11;
    margin: 50px 0 0 0;
}

/* contacts */

.contacts
{
    background: url(../img/bg-contacts.jpg) center no-repeat;
    height: 777px;
}

.contacts .wrap
{
    padding: 50px 0 80px 0;
    text-align: center;
}

.contacts .title
{
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin: 0 0 15px 0;
}

.contacts .address
{
    font-family: Proxima Nova Light;
    font-size: 16px;
    color: #fff;
}

.contacts .address a
{
    font-family: Proxima Nova Light;
    font-size: 16px;
    color: #fff;  
}

.contacts .address a:hover
{
    text-decoration: none;
}

.contacts .map
{
    position: relative;
    overflow: hidden;
    margin: 80px auto 80px auto;
    width: 1180px;
    height: 306px;
}

.contacts .map img
{
     display: block;
}

.contacts .text-bottom
{
    font-family: Proxima Nova Light;
	font-size: 30px;
	text-transform: uppercase;
	color: #f3f3f3;
}

.contacts .text-bottom span
{
    font-family: Proxima Nova Bold;
    font-size: 57px;
}

/* static-form-3 */

.static-form-3
{
    background: #ffffff;
    overflow: visible;
    height: 380px;
}

.static-form-3 .wrap
{
    overflow: visible;
}

.static-form-3 .man
{
    position: relative;
    overflow: hidden;
    float: left;
    margin: -90px 50px 0 50px;
}

.static-form-3 .man img
{
     display: block;
}

.static-form-3 .text-block
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 865px;
}

.static-form-3 .form-title
{
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    font-size: 36px;
    color: #030d11;
    margin: 60px 0 0 0;
}

.static-form-3 .form-subtitle
{
    font-family: Proxima Nova Bold;
    text-transform: uppercase;
    font-size: 24px;
    color: #030d11;
    margin: 0 0 45px 0;
}

.static-form-3 input[type=text]
{
    width: 281px;
    height: 47px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    font-family: Arial;
    font-size: 14px;
    color: #818285;
    outline: none;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 0 3px 25px 0;
    border: solid 1px #000;
}

.static-form-3 .send
{
    width: 362px;
    height: 58px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.2);
    border: none;
    outline: none;
    cursor: pointer;
}

/* footer */

.footer
{
    background: #f3f3f3;
}

.footer .wrap
{
    padding: 30px 0 30px 0;
    text-align: center;
}

.footer .logo
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.footer .logo img
{
    display: inline-block;
    vertical-align: middle;
}

.imc-link {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}


.footer p
{
    display: inline-block;
    vertical-align: middle;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 16px;
    color: #818285;
   margin: 0 100px;
}

.footer p span
{
    font-family: Open Sans;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    margin: 0 0 0 10px;
}

.footer p a
{
color: #000;
font-weight: bold;
}

.footer p a:hover
{
	text-decoration: none;
}

.footer .link-popup-pres
{
    display: inline-block;
    vertical-align: middle;
    width: 251px;
    height: 34px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Open Sans;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.2);
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    padding: 9px 0 0 0;
}

form input.error
{
    color: red!important;
}

/* popup-pres */

.mask
{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    z-index: 500;
    display: none;
}

.popup-pres
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -203px;
    margin-left: -352px;
    width: 703px;
    height: 406px;
    background: url(../img/bg-popup-pres.png) center no-repeat;
    box-sizing: border-box;
    padding: 40px 0 0 50px;
    z-index: 1000;
    display: none;
}

.popup-pres .close
{
    position: absolute;
    top: 20px;
    right: 160px;
    width: 17px;
    height: 17px;
    background: url(../img/close.png) center no-repeat;
    z-index: 1;
    cursor: pointer;
}

.popup-pres .form-title
{
    font-family: Proxima Nova Bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 20px 0;
}

.popup-pres input[type=text]
{
    width: 281px;
    height: 37px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #000;
    font-family: Arial;
    font-size: 14px;
    color: #818285;
    display: block;
    clear: both;
    box-sizing: border-box;
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
    outline: none;
}

.popup-pres .send
{
    width: 281px;
    height: 58px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.2);
    cursor: pointer;
    outline: none;
    border: none;
}

/* popup-doc */

.popup-doc
{
    text-align: center;
    overflow: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    z-index: 500;
    display: none;
}

.popup-doc .popup-doc-content
{
    position: relative;
    overflow: hiddne;
    margin-top: 50px;
    margin-bottom: 50px;
    display: inline-block;
}

.popup-doc img
{
    display: block;
}

.popup-doc .close
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 37px;
    height: 37px;
    background: url(../img/close.png) center no-repeat;
    z-index: 1;
    cursor: pointer;
}

/* popup-pres-thanks */

.popup-pres-thanks 
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -157px;
    margin-left: -291px;
    width: 583px;
    height: 315px;
    background: url(../img/bg-popup-pres-thanks.png) center no-repeat;
    box-sizing: border-box;
    padding: 40px 0 0 40px;
    z-index: 1000;
    display: none;
}

.popup-pres-thanks-content {
    position: relative;
    float: left;
    text-align: center;
    overflow: hidden;
}

.popup-pres-thanks .close
{
    position: absolute;
    top: 20px;
    right: 95px;
    width: 17px;
    height: 17px;
    background: url(../img/close.png) center no-repeat;
    z-index: 1;
    cursor: pointer;
}

.popup-pres-thanks .title
{
    font-family: Proxima Nova Bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 30px 0;
}

.popup-pres-thanks .text
{
    font-family: Proxima Nova Regular;
    font-size: 18px;
    margin: 0 0 35px 0;
}

.popup-pres-thanks-close
{
    width: 219px;
	height: 58px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.2);
    cursor: pointer;
    outline: none;
    border: none;
}

/* popup-thanks */

.popup-thanks
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -163px;
    margin-left: -226px;
    width: 452px;
	height: 326px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-sizing: border-box;
    text-align: center;
    padding: 30px;
    z-index: 1000;
    display: none;
}

.popup-thanks .close
{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 17px;
    height: 17px;
    background: url(../img/close.png) center no-repeat;
    z-index: 1;
    cursor: pointer;
}


.popup-thanks .title
{
    font-family: Proxima Nova Bold;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #030d11;
    margin: 0 0 30px 0;
}

.popup-thanks .text
{
    font-family: Proxima Nova Regular;
    font-size: 18px;
    margin: 0 0 25px 0;
}

.popup-thanks .subtext
{
    font-family: Proxima Nova Regular;
    font-size: 14px;
    color: #8e9091;
    margin: 0 0 35px 0;
}

.popup-thanks button
{
    width: 219px;
	height: 58px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #8dc63f;
    -webkit-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    -moz-box-shadow: inset 0 -2px rgba(0,0,0,.26);
    box-shadow: inset 0 -2px rgba(0,0,0,.26);
    font-family: Proxima Nova Bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px rgba(0,0,0,.2);
    cursor: pointer;
    outline: none;
    border: none;
}

strong {
	font-family: 'Proxima Nova Bold', sans-serif;
	font-weight: normal;
}

.pink-band {
	font: normal 30px 'Proxima Nova Bold', sans-serif;
	
	color: white;
	background: #fb7360;
	margin: 0 0 15px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 54px;
    height: 54px;
}

@media screen and (max-width: 1366px) { 
	.pink-band {font-size: 1.9vw;}
}

.pink-band:before {
	content: '';
	position: absolute;
	width: 127px;
	height: 80px;
	top: 0;
	left: -127px;
	background: url(../img/band-left.png) no-repeat left top;
}

.pink-band:after {
	content: '';
	position: absolute;
	width: 127px;
	height: 80px;
	top: 0;
	right: -127px;
	background: url(../img/band-right.png) no-repeat right top;
}

.pink-band-wrap {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 127px;
}

.invest-scheme {
	text-align: center;
}

.invest-scheme p {
	font: normal 18px 'Proxima Nova Light', sans-serif;
	margin: 0 auto;
	max-width: 715px;
}

.invest-photo {
	background: url(../img/family-bg.jpg) no-repeat center bottom;
	padding-bottom: 400px;
}

.scheme-container {
	margin: 35px auto 80px auto;
	max-width: 776px;
}

.investor {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}

.family-members {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
	margin-left: -6px;
	padding-bottom: 55px;
	background: url(../img/under.png) no-repeat center bottom;
}

.family-column {
	float: left;
	width: 33.33%;
}

h4 {
	font: normal 18px 'Proxima Nova Bold', sans-serif;
	margin-top: 12px;
	text-transform: uppercase;
}

#toggle-button {display: none;}

.mobile-only {
	display: none;
}

.mobile-br {
	display: none;
}

.mobile-table {display: none;}

.mobile-flags {
	display: none;
}

@media screen and (max-width: 1309px) { 
	.conditions .elem-block {
		margin-bottom: 20px;
	}
	.static-form-1 {
		height: auto;
	}
	.static-form-3 .text-block {
		float: none;
		margin-left: 300px;
		width: auto;
	 }
	 
	 .justify-aligned {
		text-align: justify !important;
	 }
	 
	 .justify-aligned:after {
		content: '';
		display: inline-block;
		vertical-align: top;
		width: 100%;
	 }
	 
	 .footer p {
		margin: 0;
		text-align: center;
	}
	.footer .link-popup-pres {
		text-align: center;
	}
	.footer .wrap {
		padding: 30px 15px;
	}
}

@media screen and (max-width: 1099px) { 
	.new-opportunity .flag {
		float: none;
		display: inline-block;
		vertical-align: bottom;
		margin: 0;
		padding-right: 20px;
		box-sizing: border-box;
		width: 30%;
	}
	
	img {
		max-width: 100%;
	}
	
	.map img {
		max-width: none;
	}
	
	.new-opportunity .text-block {
		display: inline-block;
		width: 68%;
		vertical-align: bottom;
		padding-bottom: 30px;
		margin: 0;
	}
	
	.comfort .list-block {
		padding: 0 15px 0 15px;
		width: 46%;
		margin: 0;
	}
	
	.static-form-1 .text-block {
		margin: 0;
	}
	
	.static-form-1 .wrap {
		padding: 20px 15px 40px 15px;
	}
	
	.comparison thead td {
		padding: 5px;
	}
	
	.comparison tbody td {
		padding: 20px 5px;
	}
	
	.static-form-3 {
		height: auto;
		padding-bottom: 20px;
	}
	
	.static-form-3 .man {
		margin-top: 120px;
	}
	
	.static-form-1 input[type=text] {
		width: 100%;
	}

}

@media screen and (max-width: 999px) { 
	.header .navigation {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.this-malta {
		height: auto;
		/*background-size: auto 90%, auto auto, cover;*/
		background-size: auto 90%, cover;
	}
	.this-malta .elem-block {
		margin: 0;
		padding: 0 20px;
		width: 48%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 899px) { 
	.mobile-table {display: table;}
	.desktop-table {display: none;}
	.mobile-table tr:nth-child(3) {
		position: relative;
	}
	.mobile-table tr:nth-child(3)::after {
		display: block;
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		background: url('../img/del2.png') no-repeat center / 100% 100%;
		left: 0;
		top: 0;
	}
	.poster-top .text-bottom {
		font-size: 25px;
		background-size: 100% 100%;
	}
	
	.poster-top .title {
		font-size: 38px;
	}
	
	.comparison table {
		width: 96%;
	}
	.bt td:first-child .bt-content{
		width: 100%;
		text-align: center;
	}
	
	.comparison tbody td {
		text-align: left;
	}
	
	.bt td:first-child:before {
		display: none;
	}
	
	.company .wrap {
		padding: 50px 15px 80px 15px;
	}

	.company .text-block {
		width: auto;
	}
	
	.company .text-bottom br {
		display: none;
	}
	
}

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

	.header .navigation li {
		margin: 10px;
	}
	
	.poster-top .title {
		margin-top: 30px;
	}
	
	.poster-top .subtitle {
		margin-bottom: 30px;
	}
	.new-opportunity .flag {
		display: none;
	}
	.new-opportunity .text-block {
		display: block;
		width: auto;
	}
	.new-opportunity .wrap {
		padding: 30px 15px 0 15px;
	}
	
	.this-malta .elem-block:nth-child(4) .subtext {
		 font-size: 30px;
	}
	
	.comfort .list-block {
		width: auto;
		display: block;
	}
	
	.comfort .list-block {
		padding: 0 15px 0 15px;
		width: auto;
		display: block;
	}
	
	.static-form-1 .man {
		width: 30%;
	}
	
	.contacts .text-bottom {
		font-size: 25px;
	}
	
	.static-form-3 .man {
		display: none;
	}
	
	.static-form-3 .text-block {
		margin-left: 0;
	}
	
	.footer .link-popup-pres {
		margin-top: 20px;
	}
	
	.static-form-2 form {
		text-align: center;
	}
	
	.company .title {
		font-size: 22px;
	}
	
	.static-form-2 input[type=text] {
		width: 100%;
		box-sizing: border-box;
	}
	
	.company ul {
		margin-left: 20px;
	}
	
	.static-form-3 .form-title {
		font-size: 30px;
	}
	
	#toggle-button {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 30px;
		vertical-align: middle;
	}
	#toggle-button span {
		position: absolute;
		width: 30px;
		left: 0px;
		top: 14px;
		height: 2px;
		background: black;
	}
	
	#toggle-button span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: -7px;
		background: black;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	
	#toggle-button span:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		bottom: -7px;
		background: black;
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
	
	#toggle-button.toggled span {
		background: transparent;
	}
	
	#toggle-button.toggled span:before {
		-webkit-transform: rotate(45deg) translateY(-5px);
		transform: rotate(45deg) translateY(-5px);
	}
	
	#toggle-button.toggled span:after {
		-webkit-transform: rotate(-45deg) translateY(5px);
		transform: rotate(-45deg) translateY(5px);
	}
	
	.header .navigation {
		display: none;
		position: absolute;
		right: 0;
		margin-right: 15px;
		top: 50px;
		z-index: 100;
		background: white;
		box-shadow: 0 2px 5px rgba(0,0,0,0.3);
		min-width: 60%;
	}
	.header .navigation li {
		display: block;
		margin: 0;
	}
	
	.header .navigation a {
		display: block;
		padding: 10px 20px;
	}
	
	.mobile-flags {
		display: inline-block;
		vertical-align: middle;
	}
	
	.mobile-flags a {
		display: inline-block;
	}
	
	.mobile-flags a img {
		width: 24px;
	}
	
	.mobile-flags a:first-child {
		margin-right: 10px;
	}
	
	.container.header, .container.header .wrap {
		overflow: visible;
		font-size: 0;
	}
	
	.header .navigation li.flags {
		display: none;
	}

	.header .header-info .link-popup-pres {
		text-align: center;
	}
	
	.static-form-1 .text-block {
		padding-right: 0;
	}
	
	.static-form-1 .man {
		display: none;
	}
	
	.header .wrap {
		text-align: justify;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header .wrap:after {
		content: '';
		display: inline-block;
		height: 0;
		width: 100%;
		vertical-align: top;
		line-height: 0;
	}
	
	.static-form-3 input[type=text] {
		width: 100%;
		max-width: 362px;
		display: block;
	}

}

@media screen and (max-width: 699px) { 
	.popup-pres {
		top: 10%;
		left: 0;
		margin-top: 0;
		margin-left: 2.5%;
		width: 95%;
		padding: 20px;
		background: white url(../img/bg-popup-pres.png) center no-repeat;
	}
	.popup-pres input[type=text] {
		width: 100%;
	}
	.popup-pres .send {
		width: 100%;
	}
	.popup-pres .form-title {
		font-size: 20px;
		line-height: 1.3;
	}
	.popup-pres .close {
		right: 10px;
	}
	.quote br {
		display: none;
	}
	
	.comfort .elem-block-body .text br {
		display: none;
	}
	
	.header .header-info p {
		display: none;
	}
	
	.footer .link-popup-pres {
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
}

@media screen and (max-width: 639px) { 
	.new-opportunity .title {
		font-size: 25px;
	}
	.this-malta .title {
		font-size: 30px;
	}
	.this-malta .elem-block:nth-child(4) .subtext {
		font-size: 20px;
	}
	.static-form-1 .man {
		display: none;
	}
	.static-form-1 .quote {
		margin: 0;
	}
	.static-form-1 .quote-author-mame, .static-form-1 .quote-author-prof {
		margin-right: 0;
	}
	.static-form-1 .form-title {
		font-size: 21px;
	}
	.static-form-1 input[type=text] {
		width: 100%;
	}
	.static-form-1 .send {
		width: 100%;
	}
	.comparison .title {
		font-size: 28px;
	}
	.static-form-2 .send {
    width: 100%;
	}
	.company .text {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.contacts .text-bottom span {
		font-size: 47px;
	}
	.static-form-3 input[type=text] {
		width: 100%;
	}
	.static-form-3 .send {
		width: 100%;
	}
	.static-form-2 .wrap {
		padding: 50px 15px;
	}
	a[href^=tel] {
		color: inherit;
	}
	
	.contacts .map {
		border-bottom: solid 2px #4D6A79;
		box-shadow: 0 20px 0 white;
		border-top: solid 20px white;
		margin: 60px auto 60px auto;
	}
	.comparison tbody td {
		font-size: 9px;
	}
	.comparison tbody td:nth-child(1) {
		font-size: 9px;
	}
	.comparison tbody td:nth-child(2) {
		color: #9e9e9e;
		background: #101F25;
	}
	.mobile-table tr:nth-child(2) td {
		color: #0f1d23;
		background: #dcba88;
	}
	
	.contacts {
		background: #2E4E5D url(../img/bg-contacts.jpg) center bottom -80px no-repeat;
		background-size: 1200px auto;
	 }
	 
	 .pink-band-wrap {
		padding: 0;
	}
	
	.pink-band {
	   margin: 0 -15px 15px -15px;
		line-height: 1.1;
		height: auto;
		padding: 15px;
		font-size: 20px;
	}
	
	.family-column {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	.investor {
		width: 40%;
	}
	
	.family-members {
		padding-bottom: 0;
		padding-left: 25px;
		width: 60%;
		background: url(../img/left.png) no-repeat left center;
		box-sizing: border-box;
	}
	
	.scheme-container {
		margin: 35px auto;
	}
	
	.invest-photo {
		padding-bottom: 0;
		background-size: 300% auto;
	}
	
	.invest-photo:after {
		content: '';
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 65%;
	}
		
	.header .header-info {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	
	.conditions .elem-block {
		width: 49%;
		height: auto;
		box-sizing: border-box;
		margin: 0 0 5px 0;
	}

}

@media screen and (max-width: 479px) { 
	.poster-top .title {
		font-size: 15px;
		margin-top: 20px;
		line-height: 1.1;
	}
	.poster-top .subtitle {
		font-size: 60px;
		margin-bottom: 0;
		line-height: 1.3;
	}
	.mobile-only {
		display: block;
	}
	.poster-top .text-bottom {
		font-size: 16px;
		background: none;
		color: white;
		
	}
	.new-opportunity .title {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.comfort .elem-block-title {
		font-size: 16px;
		width: calc( 100% - 60px);
	}
	
	.company .title {
		font-size: 16px;
		line-height: 1.2;
	}
	.contacts .text-bottom {
		font-size: 16px;
	}
	.contacts .text-bottom span {
		font-size: 30px;
	}
	.static-form-3 .form-title {
		font-size: 20px;
	}
	.justify-aligned {
		text-align: center!important;
	}
	
	.this-malta .subtext {
		font-size: 61px;
	}
	.this-malta .elem-block:nth-child(4) .subtext {
		font-size: 15px;
	}
	.this-malta .elem-block {
		 vertical-align: top;
	}
	
	.poster-top {
		height: auto;
		padding-bottom: 50px;
	}
	
	.static-form-1 .quote {
		font-size: 18px;
		padding-top: 10px;
	}
	.static-form-1 .quote-author-mame, .static-form-1 .quote-author-prof {
		 margin-top: 10px;
	}
	.static-form-1 .form-title {
		font-size: 17px;
		margin-top: 30px;
	}
	.static-form-1 .form-subtitle {
		font-size: 19px;
		margin: 0 0 30px 0;
	}
	
	.conditions .elem-block-title {
		font-size: 17px;
		line-height: 1;
	}
	
	.header .header-info p {
		display: none;
	}
	
	.poster-top {
		background: url(../img/bg-bottom-poster-top.png) center bottom no-repeat, url(../img/bg-top-mobile.jpg) center no-repeat;
		background-size: auto auto, cover;
		padding: 50px 0 90px 0;
	}
	
	.this-malta {
		background-position: center top 77px, left 60% bottom;
		/*background-position: center top 77px, center top, left 60% bottom;*/
	}
	
	.this-malta .elem-block {
		margin-bottom: 10px;
	}

}

.scrolloff {
   pointer-events: none;
}


.bt .cell-inner {
  margin: 0;
  border: none; }

.bt .cellspacing-right {
  padding-right: 0; }

.bt .cellspacing-bottom td {
  padding-bottom: 0; }

.bt td:last-child {
  margin-bottom: 20px; }

.bt td {
  border-bottom: solid 1px #cccccc !important; }

table.bt thead,
table.bt tbody th {
  display: none; }

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top; }

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) " ";
  width: 50%;
  display: inline-block;
  color: #97816e;
  vertical-align: bottom; }

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: middle;
  display: inline-block;
  width: 50%; }

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*privacy_policy*/
.policy {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.policy_wrap {
    padding: 40px 0 130px;
}
.policy_h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #72706f;
    border-left: solid 7px #84c225;
    padding-left: 20px;
    margin-bottom: 40px;
}
.policy_cont p {
    margin: 15px auto;
    color: #575656;
    font: inherit;
}
.policy_cont li {
    color: #575656;
}
.policy_cont h3 {
    font-size: 25px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #575656;
}
.policy_cont a {
    color: #669a15;
}
@media screen and (max-width: 800px) { 
.policy_wrap {
    padding: 40px 0 0;
}
} 
.desktop-table thead td:nth-child(3) {
    position: relative;
}
.desktop-table thead td:nth-child(3)::before {
    content: '';
    display: block;
    position: absolute;
    width: 160px;
    height: 310px;
    background: url('../img/del.png') no-repeat center / 100% 100%;
    left: 0;
    top: 0;
}
.footer_b {
    padding-top: 0 !important;
}
.footer_b_p {
    margin: 0 !important;
}
