@font-face{
	font-family: 'Bodoni';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/Bodoni-MT-Roman.ttf);
}
@font-face{
	font-family: 'Bodoni';
	font-style: normal;
	font-weight: bold;
	src: url(../fonts/Bodoni-MT-Bold.ttf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/BanderaPro.otf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: italic;
	font-weight: normal;
	src: url(../fonts/BanderaPro-Italic.otf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/BanderaPro-Bold.otf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: italic;
	font-weight: 700;
	src: url(../fonts/BanderaPro-BoldItalic.otf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/BanderaProLight.otf);
}
@font-face{
	font-family: 'BanderaPro';
	font-style: normal;
	font-weight: 100;
	src: url(../fonts/BanderaProThin.otf);
}
*{
	padding: 0;
	margin: 0;
	z-index: 10;
}
body{
	color: #111;
	position: relative;
}
/*===============================================================*/
/*====================== GENERAL ================================*/
/*===============================================================*/
h1,h2,h3,h4,h5,h6,p,ul{
	margin: 0;
}
hr{
	width: 100%;
	height: 1px;
	background: url(../img/hr-black.png) center center no-repeat;
	border: none;
}
hr.white{
	background-image: url(../img/hr-white.png);
}
.vapy-title{
	text-align: center;
	overflow: hidden;
	margin-top: 55px;
}
.vapy-title.short{
	margin-top: 0px;
	margin-bottom: 36px;
}
.vapy-title h6{
	font-family: Bodoni;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: #111;
	display: inline-block;
	position: relative;
	letter-spacing: -1px;
}
.vapy-title h6:before,
.vapy-title h6:after{
	content: '';
	width: 100px;
	height: 6px;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	display: block;
	position: absolute;
	background: #111;
}
.vapy-title h6:before{ right: 103%; }
.vapy-title h6:after{ left: 103%; }
.vapy-title.white h6{ color: #fff; }
.vapy-title.white h6:before,.vapy-title.white h6:after{ background: #fff; }

@media screen and (max-width: 768px){
	.vapy-title h6{
		font-size: 28px;
		line-height: 28px;
	}
}
.clr{
	display: block;
	clear: both;
}
/*===============================================================*/
/*======================= HEADER ================================*/
/*===============================================================*/
html{
	overflow-x:hidden;

}
#open_menu{
	margin-top: 5px;
    margin-left: 5px;
    border-radius: 5px;
    position: fixed;
    display: block;
    padding: 3px 10px 9px;
    border: none;
    border: solid 1px #111;
    background: rgba(255,255,255,0.5);
    z-index: 81;
    display: none;
}
#open_menu span{
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #111;
    margin-top: 6px;
}
header{
	position: fixed;
	left: 0;
	top: 0;
	width: 165px;
	background: #111111;
	overflow: hidden;
	height: 100%;
	padding: 10px 0 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 80;
}

header .text_hide{
	display: inline-block;
}
header .side-menu{
	position: relative;
	top:0;
	width: 165px;
	padding: 0 12px 0 16px
}
header .logo-block{
	padding: 0 0 10px 0;
	text-align: center;
}
header .logo-block a{
	text-decoration: none;
}
header .menu-block{
	text-align: left;
	padding: 0 0 20px 0;
}
header .block_hide.full{
	width: 100%;
	padding-bottom: 18px;
}
header .devider{
	width: 100%;
	height: 1px;
	background-color: #fff;
}
header .menu-block ul{
	margin: 0;
	padding: 0;
}
header .menu-block li{
	position: relative;
	display: block;
	padding: 0 0 10px 0;
	list-style: none;
}
header .menu-block li a{
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	color:#fff;
	font-family: 'BanderaPro';
	font-size: 12px;
	font-style: italic;
}
header .menu-block li a:hover{
	text-decoration: underline;
}
header .menu-block li span{
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
}

header .advantages {
    background: url('../img/sprite.png') -60px 0;

}
header .our{
    background: url('../img/sprite.png') -60px -28px;
}
header .prod{
	background: url('../img/sprite.png') -60px -48px;
}
header .client{
    background: url('../img/sprite.png') -60px -72px;
}
header .who{
	background: url('../img/sprite.png') -60px -98px;
	height: 20px !important;
}
header .testimon{
	background: url('../img/sprite.png') -60px -126px;
}
header .menu-block li:last-child{
	padding: 0;
}
header .menu-about{
	padding: 8px 0;
	margin: 0 0 20px 0;
	font-size: 11px;
	border-top:1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	color:#fff;
}
header .menu-mail,
header .menu-call{
	color:#fff;
	margin: 0 0 15px 0;
}
header .menu-mail a,
header .menu-call a,
header .menu-mail span,
header .menu-call span{
	font-family: 'BanderaPro';
	font-style: italic;
	color:#fff;
	text-decoration: none;
	font-size: 10px;
	line-height: 0;
}
header .menu-mail a:hover,
header .menu-call a:hover{
	text-decoration: underline;
}
header .mail-icon{
	width: 21px;
	height: 16px;
	background: url('../img/sprite.png') -57px -287px;
}
header .call-icon{
	width: 21px;
	height: 16px;
	background: url('../img/sprite.png') -58px -312px;
}
header .follow-block{
	padding: 0 0 10px 0;
	text-align: center;
	color: #fff;
}
header .follow-block p{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

header .follow-block ul{
	margin: 0;
	padding: 0;
}
header .follow-block ul li{
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 12px 0 0;
}
header .follow-block ul li:last-child{
	margin: 0;
}
header .follow-block ul li a{
	display: block;
	width: 25px;
	height: 25px;
}
header .follow-block ul li a:hover{
	margin-top: -2px;
}
header .fb{
	background: url('../img/sprite.png') -58px -150px;
}
header .in{
	background: url('../img/sprite.png') -58px -183px;
}
header .tw{
	background: url('../img/sprite.png') -58px -217px;
}
header .pin{
	background: url('../img/sprite.png') -58px -251px;
}
header .clear{
	clear: both;
}
header .get-button{
	display: block;
	padding: 4px 0;
	width: 100%;
	background: #ffffff;
	border:2px solid #959595;
	text-align: center;
	font-family: 'BanderaPro';
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
}
header .get-button:hover{
	border-color: #555;
	background: #eaeaea;
}
@media screen and (min-width:831px){
	header{
		width: 50px;
		overflow-y:hidden;
		transition: width .4s;
	}
	header .text_hide,
	header .block_hide{
		display: inline-block;
		opacity:0;
		transition: opacity .4s;
	}
	header:hover{
		width: 165px;
	}
	header:hover .text_hide,
	header:hover .block_hide{
		opacity:1;
	}
	header .logo-block{
	}
	/*
	header .text_hide,
	header .block_hide{
		display: none;
	}*/
}
@media screen and (max-width:830px){
	header{
		width: 200px;
		left: -200px;
		padding-top: 10px;
		border-right: solid 1px #fff;
		overflow-y:auto;
		transition: left .4s;
	}
	header.showed{
		left: 0;
	}
	#open_menu{
		display: block;
	}
}

/*===============================================================*/
/*====================== BLOCK 1 ================================*/
/*===============================================================*/
#block1{
	/*background: url(../img/block1_bg.jpg) center center no-repeat;
	min-height: 760px;
	-webkit-box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);
	box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);
	padding-top:69px;*/
	background-color: #000;
	background-image: url(../img/block1_bg_14.jpg);

	/*-webkit-box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);
	box-shadow: inset 0px -300px 280px -80px rgba(0,0,0,1);*/
	padding-top: 69px;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 0% 50%;
	position: relative;
}
@media screen and (min-width: 768px) {
	#block1 {
        min-height: 760px;
		background-position: 70% 50%;
	}
}
@media screen and (min-width: 992px) {
	#block1 {
		background-position: 50% 50%;
	}
}
@media screen and (min-width: 1640px) {
	#block1 {
		background-position: 0 50%;
	}
}
#block1:after {
	content: 'photo by Ksenia Kargina';
	position: absolute;
	color: #fff;
	right: 20px;
	bottom: 20px;
	font-family: Bodoni;
	font-size: 18px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
@media screen and (max-width: 767px) {
	/*#block1 {background-color: #F4F4F2;background-image: none;}*/
	#block1:after {display: none;}
}
#block1 .title{
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
#block1 .title h1{
	font-family: Bodoni;
	font-weight: 500;
	color:#fff;
	text-align: center;
	font-size:72px;
	line-height: 62px;
	letter-spacing: -1px;
}
#block1 .title h2{
	display: inline-block;
	font-family: Bodoni;
	font-weight: normal;
	color:#fff;
	position: relative;
	text-align: center;
	font-size:25px;
	line-height: 25px;
}
#block1 .title h2:before,
#block1 .title h2:after{
	content:'';
	position: absolute;
	width: 50px;
	height: 6px;
	width: 142px;
	background: #fff;
	top: 0;
	bottom: 0;
	margin: auto;
}
#block1 .title h2.black:before,
#block1 .title h2.black:after{
	background: #000;
}
#block1 .title h2:before{
	right: 102%;
}
#block1 .title h2:after{
	left: 102%;
}
#block1 .logo{
	text-align: center;
	margin-top: 28px;
}
#block1 .description{
	font-family: Bodoni;
	text-align: center;
	font-size: 25px;
	line-height: 48px;
	color: #fff;
	margin-top: 30px;
}
#block1 .description:before,
#block1 .description:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: url(../img/block1_line_black.png) center center no-repeat;
}
#block1 .list-title {
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
    font-size: 20px;
    font-family: BanderaPro;
    font-weight: 700;
    font-style: italic;
}
#block1 .list{
	margin-top: 65px;
}
#block1 .list ul{
	list-style: none;
	margin-left: 25px;
}
#block1 .list ul li{
	font-family: BanderaPro;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 25px;
	padding-left: 30px;
	position: relative;
}
#block1 .list ul li.devider{
	font-family: BanderaPro;
	font-style: italic;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-top: -16px;
	margin-bottom: 0;
	padding-left: 30px;
	padding-bottom: 12px;
	position: relative;
}
#block1 .list ul li.devider:after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	border-left: solid 1px #fff;
	left: 10px;
	position: absolute;
	top: -3px;
}
#block1 .list ul li:not(.devider):before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border:solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
#block1 .list ul li:not(.devider):after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	border-left: solid 1px #fff;
	left: 10px;
	position: absolute;
	top: 22px;
}

#block1 .list ul li.black:before{
	border:solid 1px #000;
}
#block1 .list ul li.black:after{
	border-left: solid 1px #000;
}
#block1 .list ul li.info{
	font-weight: bold;
	font-style: italic;
	padding-left: 88px;
	padding-right: 30px;
	text-align: left;
	padding-top: 30px;
}
#block1 .list ul li.info:before{
	border: none;
	width: 60px;
	height: 1px;
	border-radius: 0;
	border-top: solid 1px #fff;
	left: 10px;
	top:41px;
}
#block1 .list ul li.info.black:before{
	border-top: solid 1px #000;
}
#block1 .list ul li.info:after{
	height: 50px;
	top: -8px;
}
#block1 .list ul li.info span{
	position: relative;
}
#block1 .list ul li.info span:before{
	content: '';
	display: block;
	width: 432px;
	margin-left: -17px;
	margin-top: -5px;
	height: 33px;
	border:solid 1px #fff;
	position: absolute;
}
#block1 .list ul li.info.black span:before{
	border:solid 1px #000;
}
#block1 .arrow{
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto 20px;
	background: url(../img/block1_arrow_black.png) center center no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 768px){
	#block1 .description{
		line-height:32px;
	}
	#block1 .description:before{ margin-bottom: 3px;}
	#block1 .description:after{ margin-top: 3px;}
	#block1 .list ul{
		margin: 0;
	}
	#block1 .list ul li{
		font-size: 16px;
	}
	#block1 .list ul li.info{
		padding-left: 10px;
		padding-right: 0px;
		text-align: left;
		border: solid 1px #fff!important;
		display: inline-block;
		padding-top: 0;
	}
	#block1 .list ul li.info:after{
	display: none;
	}
	#block1 .list ul li.info:before{
		display: none;
	}
	#block1 .list ul li.info span{
		font-size: 14px;
		display: inline-block;
		padding: 2px 12px 2px 0;
	}
	#block1 .list ul li.info span:before{
		/*width: 290px;
		max-width: 104%;
		margin-left: -10px;
		margin-top: -4px;
		height: auto;
		min-height: 32px;*/
		display: none;
	}
}
@media screen and (max-width: 550px){
	#block1 .title h1{
		font-size: 42px;
		line-height: 32px;
	}
	#block1 .title h2{
		font-size: 18px;
	}
	#block1 .title h2:before,
	#block1 .title h2:after{
		height: 3px;
		width: 65px;
	}
	#block1 .logo img{
		height: 130px;
	}
}
/*===============================================================*/
/*====================== BLOCK 2 ================================*/
/*===============================================================*/
#block2{
	background: #fff url(../img/block2_bg.jpg) bottom center no-repeat;
}
#block2 blockquote{
	max-width: 98%;
	min-height: 90px;
	display: table;
	padding: 0 26px;
	margin: 51px auto 0;
	position: relative;
	border: none;
}
#block2 blockquote:before,
#block2 blockquote:after{
	content: '';
	display: block;
	position: absolute;
	width: 24px;
	height: 100%;
	background: url(../img/block2_quote.png)no-repeat;
	background-size: 200% 100%;
	top: 0;
}
#block2 blockquote:before{
	background-position: left;
	left: 0;
}
#block2 blockquote:after{
	background-position: right;
	right: 0;
}
#block2 blockquote p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: BanderaPro;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
	#block2 blockquote p{
		font-size: 15px;
		line-height: 18px;
		padding-bottom: 0px;
	}
}
#block2 .title2{
	margin-top: 40px;
}
#block2 .title2 h2{
	text-align: center;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
}
#block2 .title2 hr{
	margin: 10px 0;
}
#block2 .title2 h3{
	text-align: center;
	font-family: BanderaPro;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
}
#block2 .list-row{
	text-align: center;
	margin-top: 40px;
	max-width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#block2 .list-row .col{
	/*width: 200px;*/
    width: 218px;
	vertical-align: top;
	display: inline-block;
	margin: 0 10px 30px;
    overflow: hidden;
}
#block2 .list-row .inner-wrapper {
    width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-color: transparent;
    transition: background-color 0.3s;
    position: relative;
	height: 100%;
}
#block2 .col-wrapper + .col-wrapper {
	margin-top: auto;
}
#block2 .list-row .inner-wrapper .info-read {
    transition: color 0.3s;
    display: inline-block;
	margin-top: 20px;
	padding-right: 36px;
	position: relative;
    cursor: pointer;
    color: #337ab7;
    transition: color 0.3s;
}
#block2 .list-row .inner-wrapper .info-read:hover {
    text-decoration: underline;
    color: #23527c;
}
#block2 .list-row .inner-wrapper .info-read:before {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url('../img/pdf-icon.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	display: block;
}
/*#block2 .list-row .inner-wrapper .info-read:before {
    content: 'READ MORE';
    width: 100%;
    height: 100%;
    background: url(../img/block4_zoom.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-family: BanderaPro;
    font-size: 18px;
    line-height: 16px;
    font-style: italic;
    color: #fff;
    text-decoration: none;
    padding-top: 174px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s;
    cursor: pointer;
    z-index: 2;
    transform: translateY(100%);
    pointer-events: none;
}
#block2 .list-row .inner-wrapper:hover .info-read {
    background-color: rgba(0,0,0,0.7);
}
#block2 .list-row .inner-wrapper:hover .info-read:before {
    opacity: 1;
    transform: translateY(0);
}*/

#block2 .list-row .col .photo{
	width: 102px;
	height: 102px;
	background:#111;
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 14px;
}
#block2 .list-row .col .photo:before{
	content: '';
	width: 90px;
	height: 90px;
	border:solid 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#block2 .list-row .col .photo img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
#block2 .list-row .col .title{
	text-align: center;
	font-family: BanderaPro;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	line-height: 20px;
	min-height: 40px;
	display: table;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#block2 .list-row .col .title p{
	display: table-cell;
	vertical-align: middle;
}
#block2 .list-row .col .title:after{
	content: '';
	position: absolute;
	display: block;
	margin: 0 auto 0;
	width: 22px;
	height: 1px;
	background: #464646;
	left: 0;
	right: 0;
	bottom: -7px;
}
#block2 .list-row .col ul{
	list-style: none;
	margin-top: 24px;
}
#block2 .list-row .col ul li{
	text-align: center;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
}
#block2 .list-row .col ul li + li{
	margin-top: 6px;
}
#block2 .list-row .col ul li:before{
	content: '• ';
}
#block2 .info{
	width: 860px;
	max-width: 98%;
	border:solid 1px #111;
	margin: 35px auto 0;
}
#block2 .info .title{
	background: #111;
	display: table;
	width: 100%;
	min-height: 55px;
}
#block2 .info .title p{
	display: table-cell;
	vertical-align: middle;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	padding-left: 55px;
    padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#block2 .info .title p:before{
	content: '!';
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border:solid 1px #fff;
	float: left;
	margin-right: 20px;
	position: absolute;
	top: 0;
	bottom: 2px;
	margin: auto;
	left: 15px;
}
@media screen and (min-width: 668px) {
    #block2 .info .title{
        text-align: center;
    }
    #block2 .info .title p{
        display: inline-block;
        padding-left: 60px;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 20px;
        text-align: center;
    }
    #block2 .info .title p:before{
        left: 0;
    }
}
#block2 .info .content p{
	text-align: center;
	font-family: BanderaPro;
	font-weight: normal;
	font-style: italic;
	padding: 14px 10px;
	font-size:18px;
	line-height: 22px;
}
#block2 .arrow{
	width: 20px;
	height: 20px;
	display: block;
	margin: 15px auto 25px;
	background: url(../img/block2_arrow.png) center center no-repeat;
	background-size: 100%;
}
@media screen and (max-width: 991px){
	#block2 .list-row{
		width: 600px;
		margin: 20px auto 0;
	}
}
/*===============================================================*/
/*====================== BLOCK 3 ================================*/
/*===============================================================*/
#block3{
	/*background: #202020 url(../img/block3_bg.jpg) center center;*/
    background: #111;
	padding-bottom: 60px;
}
#block3 .description{
	text-align: center;
	font-family: BanderaPro;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}
#block3 .description.short{
	margin-bottom: 22px;
}
#block3 .description .devide{
	margin-top: 10px;
}
#block3 .vapy-title h6 {
	line-height: 44px;
}
#block3 .title2 h2{
	text-align: center;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
}
#block3 .title2 h2 .normal{
	font-weight: 400;
}
#block3 .image img{
	width: 100%;
	height: auto;
}
#block3 .list{

}
#block3 .list ul{
	display: block;
	margin-top: 50px;
	list-style: none;
}
#block3 .list ul li{
	color: #fff;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 20px;
	position: relative;
	padding-left: 32px;
}
#block3 .list ul li:before{
	content: '';
	display: block;
	position: absolute;
	left: -4px;
	top:-5px;
	width: 25px;
	height: 25px;
	border:solid 1px #fff;
	border-radius: 50%;
	background: url(../img/block3_sprite.png) top no-repeat;
	background-size: 100%;
}
#block3 .list ul li:nth-child(2):before{background-position: 0 12.5%;}
#block3 .list ul li:nth-child(3):before{background: url(../img/block3-icon-03.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(4):before{background: url(../img/block3-icon-04.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(5):before{background: url(../img/block3-icon-05.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(6):before{background: url(../img/block3-icon-06.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(7):before{background: url(../img/block3-icon-07.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(8):before{background-position: 0 25%;}
#block3 .list ul li:nth-child(9):before{background-position: 0 100%;}
#block3 .list ul li:nth-child(10):before{background-position: 0 62.5%;}
#block3 .list ul li:nth-child(11):before{background: url(../img/block3-icon-11.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(12):before{background: url(../img/block3-icon-12.png) center no-repeat; background-size: 15px 15px;}
#block3 .list ul li:nth-child(13):before{background-position: 0 87.5%;}

#block3 h3{
	font-family:Bodoni;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
#block3 h4{
	font-family: BanderPro;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
#block3 .list2{
	text-align: center;
	max-width: 100%;
}
#block3 .list2 .col{
	width: 200px;
	display: inline-block;
	vertical-align: top;
	font-family: BanderaPro;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color:#fff;
	text-align: left;
	margin: 30px 5px 10px;
}
#block3 .list2 .col .dec{
	float: left;
	font-size: 72px;
	line-height: 68px;
	padding-right: 10px;
}
#block3 .list2 .col .text{
	overflow: hidden;
}
#block3 h5{
	font-family:Bodoni;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.logo-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top: 24px;
}
.logo-list__item {
	max-width: 25%;
	width: 25%;
	display: inline-block;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logo-list__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
	width: 100%;
}
.logo-list__title {
	position: absolute;
	display: inline-block;
	max-width: -webkit-calc(100% - 32px);
	max-width: calc(100% - 32px);
	width: 100%;
	left: 50%;
	top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
}
.logo-list__logo {
	margin-top: auto;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	background-color: transparent;
	transition: background-color 0.3s;
}
.logo-list__image {
	max-width: 150px;
	width: 100%;
	object-fit: contain;
	object-position: 50% 50%;
	height: auto;
	display: block;
	margin: 0 auto;
	transition: opacity 0.3s, visibility 0.3s;
}
.logo-list__wrapper:hover .logo-list__logo {
	background-color: #fff;
}
.logo-list__wrapper:hover .logo-list__image {
	opacity: 0;
	visibility: hidden;
}
.logo-list__wrapper:hover .logo-list__title {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.logo-list__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
	width: 100%;
	text-align: center;
	color: #000;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-decoration: underline;
	transition: color 0.3s;
}
.logo-list__link:hover {
	text-decoration: none;
	color: #737373;
}
.logo-list__text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	width: 100%;
	text-align: center;
	color: #000;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	transition: color 0.3s;
}
#block3 .logo-list__logo ul{
	margin-left: 10px;
	padding-top: 10px;
	list-style: none;
}
#block3 .logo-list__logo ul li{
	font-size: 14px;
	line-height: 24px;
}
#block3 .logo-list__logo ul li a{
	color:inherit;
}
#block3 .logo-list__logo ul li:before{
	content: '⇾ ';
}
@media screen and (max-width: 991px){
	#block3 .list ul{
		margin-top: 0;
	}
	#block3 .list2{
		width: 600px;
		margin: 0 auto;
	}
	#block3 h5{
		font-size: 24px;
		line-height: 30px;
	}
}
@media screen and (max-width: 768px){
	.logo-list__item {
		max-width: 33.33333%;
		width: 33.33333%;
		padding: 10px;
	}
}
@media screen and (max-width: 568px){
	.logo-list__item {
		max-width: 50%;
		width: 50%;
		padding: 10px;
	}
}
@media screen and (max-width: 440px){
	.logo-list__item {
		max-width: 100%;
		width: 100%;
		padding: 10px;
	}
}
/*===============================================================*/
/*====================== BLOCK 4 ================================*/
/*===============================================================*/
#block4{
	background: #fff;
	padding-bottom: 20px;
}
#block4 .description{
	text-align: center;
	font-family: BanderaPro;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}
#block4 .list{
	text-align: center;
	max-width: 100%;
}
#block4 .list .item{
	display: inline-block;
	vertical-align: top;
	margin: 0 27px 33px;
	position: relative;
}
#block4 .list .item:after{
	content: 'VIEW MORE';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7) url(../img/block4_zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-family: BanderaPro;
	font-size: 18px;
	line-height: 16px;
	font-style: italic;
	color:#fff;
	text-decoration: none;
	padding-top: 200px;
	opacity: 0;
	transition:opacity 0.3s ease;
	cursor: pointer;
}
#block4 .list .item:hover:after{
	opacity: 1;
}
@media screen and (max-width: 360px){
	#block4 .list a.item{
		margin-left: auto;
		margin-right: auto;
	}

}

/*===============================================================*/
/*====================== BLOCK 5 ================================*/
/*===============================================================*/
#block5{
	background: #111111;
	padding-bottom: 30px;
}
#block5 .description{
	text-align: center;
	font-family: BanderaPro;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 40px;
}
#block5 .bordered {
	padding: 16px 22px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	margin-top: 8px;
}
#block5 h2{
	font-family: Bodoni;
	font-weight: bold;
	font-size:24px;
	width: 443px;
	text-align: center;
	margin: 0 auto 0;
	color: #fff;
	background: 442px;
	min-height: 62px;
	background: url(../img/block5_border.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 15px 5px 20px;
	text-align: center;
	margin-bottom: 23px;
	max-width: 100%;
}
#block5 .countries .tabs{
	text-align: center;
	margin-bottom: 30px;
	max-width: 100%;
}
#block5 .countries .tabs a{
	display: inline-block;
	vertical-align: top;
	width: 165px;
	height: 31px;
	margin: 0 15px 15px;
	border:solid 1px #ffffff;
	background: #e1e1e1;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 14px;
	color:#000;
	line-height: 29px;
	text-decoration: none;
}
#block5 .countries .tabs a:before{
	content: '';
	display: inline-block;
	height: 31px;
	width: 38px;
	background: url(../img/block5_sprite1.png) top center;
	background-size: 100%;
	vertical-align: top;
	margin-right: 7px;
	opacity: 0.5;
}
#block5 .countries .tabs a:nth-child(2):before{ background-position: 0 33.3%;}
#block5 .countries .tabs a:nth-child(3):before{ background-position: 0 66.6%;}
#block5 .countries .tabs a:nth-child(4):before{ background-position: 0 100%;}
#block5 .countries .tabs a.open{
	background: #fff;
	border-color: #e1e1e1;
}
#block5 .countries .tabs a.open:before{	opacity: 1; }
#block5 .countries .region{

}
#block5 .countries .region >div:not(:first-child){
	display: none;
}
#block5 .countries .region .col{
	width: 32%;
	margin: 0 0.3%;
	display: inline-block;
	vertical-align: top;
}
#block5 .countries .region .col .item{

}
#block5 .countries .region .col .item .flag{
	float:left;
	width: 45px;
}
#block5 .countries .region .col .item .flag .img{
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
}
#block5 .countries .region .col .item .info{
	overflow: hidden;
	color: #fff;
	font-family: BandaraPro;
	font-weight: normal;
	font-style: italic;
}
#block5 .countries .region .col .item .info h3{
	padding-top:9px;
	font-size: 14px;
}
#block5 .countries .region .col .item .info ul{
	padding-top: 10px;
	list-style: none;
}
#block5 .countries .region .col .item .info ul li{
	font-size: 12px;
}
#block5 .countries .region .col .item .info ul li a{
	color:inherit;
}
#block5 .countries .region .col .item .info ul li:before{
	content: '• ';
}
#block5 blockquote{
	max-width: 98%;
	min-height: 52px;
	display: table;
	padding: 0 26px;
	margin: 51px auto 0;
	position: relative;
	border: none;
}
#block5 blockquote:before,
#block5 blockquote:after{
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 100%;
	background: url(../img/block5_quote.png)no-repeat;
	background-size: 200% 100%;
	top: 0;
}
#block5 blockquote:before{
	background-position: left;
	left: 0;
}
#block5 blockquote:after{
	background-position: right;
	right: 0;
}
#block5 blockquote p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-family: BanderaPro;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	color:#fff;
}
@media screen and (max-width: 991px){
	#block5 .countries .tabs{
		width: 500px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 991px){
	#block5 .countries .region{
		width: 370px;
		margin: 0 auto;
		max-width: 100%;
	}
	#block5 .countries .region .col{
		width:100%;
	}
	#block5 .countries .region .col .item .info{
		overflow: visible;
		margin-bottom: 20px;
	}
	#block5 .countries .region .col .item .info ul{
		margin-left: 0px;
		margin-top: 10px;
	}

}
/*===============================================================*/
/*====================== BLOCK 6 ================================*/
/*===============================================================*/
#block6{
	/*background: #111;*/
	background: #f3f3f3;
	padding-bottom: 40px;
}
#block6 .vapy-title{
	margin-bottom: 30px;
}
#block6 .photo img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	max-width: 500px;
}
#block6 .text{
	font-family: BanderaPro;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.06em;
	color:#111;
}
@media (min-width: 1200px) {
	#block6  .col-lg-6 {
		width: 50%;
	}
	#block6  .col-lg-offset-2 {
		margin-left: 13.666667%;
	}
}
@media screen and (max-width: 768px) {
	#block6 .text{
		font-size: 14px;
		line-height: 22px;
		letter-spacing: 0.02em;
	}
}

#block6 .text.white{
    color:#fff;
}

#block6 .link{
	width: 25px;
	height: 25px;
	display: block;
	margin-top: 8px;
    position: relative;
}
#block6 .link.white{
    color: #fff;
}
#block6 .link:hover{
	top: -2px;
}
#block6 .link img{
	width: 100%;
	height: 100%;
	display: block;
}
/*===============================================================*/
/*====================== BLOCK 7 ================================*/
/*===============================================================*/
#block7{
	background: url(../img/block7_bg.jpg) center center no-repeat;
	background-size: auto 100%;
	min-height: 435px;
	padding-bottom: 30px;
}
#block7 .description{
	text-align: center;
	font-family: BanderaPro;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 40px;
}
#block7 .slider{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding-top: 20px;
}
#block7 .slider .slide{
	color:#fff;
	outline: none;
}
#block7 .slider .slide h3{
	font-family: BanderaPro;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	text-align: center;
}
#block7 .slider .slide p{
	font-family: BanderaPro;
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
}
#block7 .slider .slick-arrow{
	border: none;
	color: transparent;
	overflow: hidden;
	width: 37px;
	height: 37px;
	background: url(../img/block7_arrows.png) left no-repeat;
	background-size: 200%;
	position: absolute;
	top:0;
	bottom: 0;
	margin: auto;
	outline: none;
	z-index: 20;
}
#block7 .slider .slick-arrow.slick-disabled{
	opacity: 0.3;
}
#block7 .slider .slick-list{

}
#block7 .slider .slick-prev{
	left: 24px;
}
#block7 .slider .slick-next{
	right: 24px;
	background-position: right;
}
#block7 .slider .slick-dots{
	text-align: center;
	padding:18px 0 24px;
}
#block7 .slider .slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
#block7 .slider .slick-dots li button{
	overflow: hidden;
	color: transparent;
	background: transparent;
	height: 12px;
	width: 12px;
	border:solid 1px #fff;
	border-radius: 50%;
}
#block7 .slider .slick-dots li.slick-active button{
	background: #fff;
}
@media screen and (max-width: 768px){
	#block7 .slider .slick-arrow{
		top: auto;
		bottom: 20px;
	}
}
/*===============================================================*/
/*====================== BLOCK 8 ================================*/
/*===============================================================*/
#block8{
	background: #fff;
	padding-bottom: 60px;
	padding-top: 60px;
	overflow: hidden;
}
#block8.short{
    padding-bottom: 20px;
}
#block8 .title{
	font-family: Bodoni;
	font-weight: bold;
	font-size: 32px;
	line-height: 36px;
	color: #111;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 95%;
}
#block8 .description{
    text-align: center;
    font-family: BanderaPro;
    font-size: 14px;
	line-height: 18px;
	color: #000;
	font-style: italic;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0.02em;
}
#block8 .undertitle{
	color: #111;
	width: 580px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	max-width: 95%;
	font-family: BanderaPro;
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
}
.video-links {
	display: block;
	padding-top: 14px;
}
.video-links__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	list-style: none;
}
.video-links__item {
	max-width: 50%;
	width: 50%;
	padding: 0 15px 30px 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
    display: none;
}
.video-links__item.show {
    display: inline-block;
}
#block8 .button-wrapper {
    display: block;
    padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#block8 .show-more {
    padding: 10px 24px;
    background-color: #000;
    color: #fff;
    font-family: Bodoni;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    transition: color 0.3s, background-color 0.3s;
    cursor: pointer;
    display: inline-block;
}
#block8 .show-more:hover {
    background-color: #373737;
    color: #fff;
}
.video-links__screen {
    max-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: 50% 50%;
}
.video-links__title-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid #000;
    text-align: left;
    transition: border-color 0.3s;
}
.video-links__title-wrapper:before {
    content:'';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
    background-image: url('../img/play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: block;
    transition: filter 0.3s;
}
.video-links__title {
    display: inline-block;
    padding: 8px 18px;
    background-color: #000;
    color: #fff;
    transition: color 0.3s, background-color 0.3s;
}
.video-links__wrapper {
	width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
	display: inline-block;
    cursor: pointer;
}
.video-links__wrapper:hover .video-links__title-wrapper {
    border-color: #fff;
}
/*.video-links__wrapper:hover .video-links__title-wrapper:before {
    filter: invert(1);
}*/
.video-links__wrapper:hover .video-links__title {
    background-color: #fff;
    color: #000;
}
.video-links__link {
	cursor: pointer;
	text-align: center;
	color: #000;
	font-family: Bodoni;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-decoration: underline;
	transition: color 0.3s;
}
.video-links__link:hover {
	color: #737373;
	text-decoration: none;
}
#block8 .title:before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	top: -10px;
	left: 0;
	background: url(../img/hr-black.png) center center;
	background-size: 100% 100%;
}
#block8 .title:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	background: url(../img/hr-black.png) center center;
	background-size: 100% 100%;
}
#block8 .counter-title{
	font-family: BanderaPro;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
	color: #111;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: normal;
}
#block8 .counter{
	display: block;
	width: 110px;
	height: 110px;
	background: #111;
	position: relative;
	margin: 0 auto;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 48px;
	line-height: 110px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
#block8 .counter:before,
#block8 .counter:after{
	content: '';
	width: 140px;
	height: 1px;
	position: absolute;
	background: #111;
	top:0;
	bottom: 0;
	margin: auto;
}
#block8 .counter:before{
	right: 108%;
}
#block8 .counter:after{
	left: 108%;
}
#block8 .texts{
	font-family: BanderaPro;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
}
#block8 .texts .left,
#block8 .texts .right,
#block8 .texts .center{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	position: relative;
}
#block8 .texts .center{
	z-index: 0;
}
#block8 .texts .left{
	text-align: right;
	width: 340px;
}
#block8 .texts .right{
	text-align: left;
	width: 340px;
}
#block8 .texts .center{
	font-size: 24px;
	padding-top: 95px;
	padding-bottom: 95px;
}
#block8 .texts .top{
	margin-bottom: 40px;
	position: relative;
}
#block8 .texts .bottom {
	position: relative;
	margin-top: 40px;
}
#block8 .texts h5{
	font-size: 18px;
	cursor: pointer;
}
#block8 .texts p{
	font-style: 14px;
}
#block8 .texts .left .top:after{
	content: '';
	display: block;
	width: 18px;
	height: 19px;
	left: 102%;
	top: 7px;
	position: absolute;
	border:solid 1px #000;
	border-bottom: none;
	border-left: none;
	border-top-right-radius: 9px;
}
#block8 .texts .right .top:after{
	content: '';
	display: block;
	width: 18px;
	height: 19px;
	right: 102%;
	top: 7px;
	position: absolute;
	border:solid 1px #000;
	border-bottom: none;
	border-right: none;
	border-top-left-radius: 9px;
}
#block8 .texts .right .bottom:after{
	content: '';
	display: block;
	width: 18px;
	height: 19px;
	right: 102%;
	top: -8px;
	position: absolute;
	border:solid 1px #000;
	border-top: none;
	border-right: none;
	border-bottom-left-radius: 9px;
}
#block8 .texts .left .bottom:after{
	content: '';
	display: block;
	width: 18px;
	height: 19px;
	left: 102%;
	top: -8px;
	position: absolute;
	border:solid 1px #000;
	border-top: none;
	border-left: none;
	border-bottom-right-radius: 9px;
}
@media screen and (max-width: 991px){
    .video-links__title-wrapper:before {
        width: 40px;
        height: 40px;
    }
	#block8 .texts .left,
	#block8 .texts .right,
	#block8 .texts .center{
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	#block8 .texts .center{
		font-weight: bold;
	}
	#block8 .texts .left .top:after,
	#block8 .texts .right .top:after,
	#block8 .texts .left .bottom:after,
	#block8 .texts .right .bottom:after{
		display: none;
	}

}
@media screen and (max-width: 768px){
	#block8 .title{
		font-size: 28px;
		line-height: 30px;
	}
}
@media screen and (max-width: 720px){
    .video-links__title-wrapper:before {
        width: 60px;
        height: 60px;
    }
    .video-links__item {
        padding: 0 0 12px 0;
    }
    .video-links__item {
        max-width: 600px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 360px){
	#block8 .texts .left,
	#block8 .texts .right{
		width: 100%;
	}
}
/*===============================================================*/
/*====================== BLOCK 9 ================================*/
/*===============================================================*/
#block9{
	background: #111;
	padding: 50px 0 50px;
	color: #fff;
	font-family: BanderaPro;
	font-style: italic;
	font-weight: normal;
}
#block9 .left{
	text-align: right;
}
#block9 .right{
	text-align: left;
}
#block9 h2{
	text-align: center;
	font-size:  24px;
	margin-bottom: 15px;
}
#block9 h3{
	font-size:18px;
	margin-bottom: 15px;
}
#block9 p{
	font-size: 14px;
}
@media screen and (max-width: 768px){
	#block9 h2{
		margin-bottom: 30px;
	}

	#block9 .left,
	#block9 .right{
		text-align: center;
		margin-bottom: 30px;
	}
	#block9 br{
		display: none;
	}
}
/*===============================================================*/
/*====================== BLOCK 10 ===============================*/
/*===============================================================*/
#block10,
#popup2{
	background: white center center no-repeat;
	background-size: auto 100%;
	min-height: 365px;
	padding: 40px 0 30px;
}
#block10 h2,
#popup2 h2{
	font-family: Bodoni;
	font-weight: bold;
	font-size: 30px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 30px;
}
#block10 .small-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    padding-top: 12px;
	text-align: center;
    display: block;
}
#block10 .field,
#popup2 .field{
	margin-bottom: 10px;
}
#popup2 .field .label.arrow,
#block10 .field .label.arrow{
	white-space: normal;
}
#block10 .field:after,
#popup2 .field:after{
	content: '';
	display: block;
	clear: both;
}
#block10 .field .label,
#popup2 .field .label{
	width: 50%;
	float: left;
	min-height: 10px;
	font-family: BanderaPro;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	color: #111;
	position: relative;
}

@media screen and (max-width: 991px) {
	#block10 .field .label,
	#popup2 .field .label{
		font-size: 15px;
	}
}

#block10 .field .label.arrow,
#popup2 .field .label.arrow{
	padding-right: 67px;
	text-align: right;
	padding-top: 10px;
}
#block10 .field .label.arrow:after,
#popup2 .field .label.arrow:after{
	content: '';
	width: 43px;
	height: 7px;
	background: url(../img/block10_arrow.png) center right no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	bottom:0;
	margin: auto;
}
#block10 .field .input,
#popup2 .field .input{
	width: 50%;
	float: left;
	min-height: 10px;
}
#block10 .field .input input,
#popup2 .field .input input{
	width: 100%;
	height: 37px;
	border:solid 2px #000;
	background: transparent;
	text-indent: 10px;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 14px;
	color: #787878;
}
#block10 .field .input input.error,
#popup2 .field .input input.error{
	border-color: red;
	background: rgba(255,100,100,0.2);
}
#block10 .field .input input[type=submit],
#popup2 .field .input input[type=submit]{
	width: 250px;
	margin: 0 auto;
	display: block;
	text-align: center;
	height: 36px;
	color: #fff;
	border: solid 2px #898989;
	background: #111;
}
@media screen and (min-width: 769px){
	/*#popup2 .field,*/
	#block10 .field {
		padding-left: 60px;
	}
	#popup2 .field .label {
		width: 62%;
	}
	#popup2 .field .input,
	#block10 .field .input {
		max-width: 32%;
	}
	#block10 .field .input input[type=submit],
	#popup2 .field .input input[type=submit] {
		width: 100%;
	}
}
@media screen and (max-width: 768px){
	#block10 h2,
	#popup2 h2{
		font-size: 24px;
		line-height: 28px;
	}
	#block10 .small-text {
		font-size: 18px;
		line-height: 22px;
	}
	#block10 form,
	#popup2 form{
		width: 300px;
		margin: 0 auto;
		float: none;
	}
	#block10 .field .label,
	#popup2 .field .label,
	#block10 .field .input,
	#popup2 .field .input{
		float: none;
		width: 100%;
	}
	#block10 .field .label,
	#popup2 .field .label{
		display: block;
	}
	#block10 .field .label.arrow,
	#popup2 .field .label.arrow{
		padding: 0;
		text-align: center;
	}
	#block10 .field .label.arrow:after,
	#popup2 .field .label.arrow:after{
		display: none;
	}
	#block10 .field .label.center,
	#popup2 .field .label.center{
		padding-top: 9px;
	}
	#block10 .field .input:empty,
	#popup2 .field .input:empty{
		display: none;
	}
	#block10 .field .input input[type=submit],
	#popup2 .field .input input[type=submit]{
		width: 100%;
	}
}
/*===============================================================*/
/*======================== FOOTER ===============================*/
/*===============================================================*/
footer{
	background: #111;
	min-height: 70px;
	padding-bottom: 20px;
}
footer .logo{
	float: left;
	padding-top: 12px;
	padding-right: 10px;
}
footer .logo img{
	max-width: 100%;
	height: auto!important;
}
footer .copy{
	float: left;
	font-family: BanderaPro;
	font-style: italic;
	color: #fff;
	font-size: 14px;
	padding-top: 25px;
}
footer .copy .small{
	font-size: 11px;
}
footer .developer{
	float: right;
	text-align: right;
	font-family: BanderaPro;
	font-style: italic;
	color: #21dbd4;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 25px;
}
@media screen and (max-width: 540px){
	footer .logo,
	footer .copy,
	footer .developer{
		float: none;
		text-align: center;
		padding-top: 10px;
	}
}
/*==============================================================*/
/*========================= POPUP ==============================*/
/*==============================================================*/
#popup_container{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
#popup_container .fade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: #000;
	opacity: 0.8;
}
#popup_container .popup{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 30px;
	/*background: #fff;*/
	z-index: 101;
}
#popup_container .close{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 15px;
	right: 15px;
	background: url(../img/popup-close.png) top center no-repeat;
	opacity: 0.8;
	cursor: pointer;
}
#popup_container .close:hover{
	opacity: 1;
}
@media screen and (max-width: 767px){
	#popup_container .close{
		right:0;
	}
}
/*===== POPUP 1 ========*/
#popup1{
	display: none;
	width: 693px;
	min-height: 186px;
	font-family: BanderaPro;
	font-style: italic;
	font-size: 18px;
	text-align: center;
	background: #111;
	color:#fff;
	padding:25px 10px;
	border: solid 1px #fff;
	max-width: 96%;
}

#popup2{
	width: 810px;
	padding-top: 70px;
	max-width: 95%;
	display: none;
}
#popup2 form{
	padding: 0 45px;
}
#popup2 .close{
		background-position: bottom;
		right: 15px;
	}
@media screen and (max-width: 767px){
	#popup2 form{
		padding: 0 5px;
	}
}

.link-to-video {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.link-to-video .link-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	text-align: center;
}
.link-to-video .video-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	padding: 13px 40px;
	background-color: #000;
}

.video-icon {
	padding: 9px 20px 10px;
	border: 1px solid #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-webkit-align-self: stretch;
	-moz-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	min-width: 87px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.video-icon img{
	min-width: 45px;
	max-width: 100%;
}
.link-to-video a .icon {
	margin-right: 22px;
}

.link-to-video a.video-link img {
	max-width: 36px;
}

html.lt-ie10 .link-to-video .video-link {
	display: inline-block;
}

html.lt-ie10 .link-to-video .video-link img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
}

html.lt-ie10 .link-to-video .video-link span {
	padding: 11px 22px 14px;
}

a.link-to {
	color: #fff;
}
a.link-to:visited {
	color: #fff;
}
a.link-to:hover {
color: #00BFEC;
}
.layer-wrapper {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 23px;
	right: -13px;
	background-color: #fff;
	max-width: 280px;
	box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
}
.layer-wrapper {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 23px;
	max-width: 280px;
	min-width: 280px;
	box-shadow: 0px 2px 9px rgba(0,0,0,0.25);
	z-index: 31!important;
}
.left .layer-wrapper {
	right: -13px;
	left: auto;

}
.right .layer-wrapper {
	left: -13px;
	right: auto;
}
.layer-wrapper.open {
	visibility: visible;
	opacity: 1;
}

.layer-wrapper .layer-text {
	position: relative;
	padding: 15px;
	background-color: #fff;
	width: 100%;
	height: 100%;
}
.layer-wrapper .layer-text .close-cross {
	content: '';
	position: absolute;
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 6px;
	background-image: url("../img/close-cross.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.left .layer-wrapper .layer-text .close-cross {
	right: 5px;
	left: auto;
}
.right .layer-wrapper .layer-text .close-cross {
	left: 5px;
	right: auto;

}

#block8 {
	overflow: visible;
}
#block8 > * {
	z-index: 0;
}
#block8 .texts h5 {
	position:relative;
	z-index: 0!important;
	display: inline-block;
}
#block8 .texts h5:hover {
	color: #00BFEC;
}
#block8 .texts .rel {
	position:relative;
	z-index: 0!important;
}
#block8 .texts .rel.z-index {
	z-index: 1!important;
}

@media screen and (max-width: 1199px) {
	#block8 .texts .right ,
	#block8 .texts .left {
		width: auto;
		max-width: 340px;
	}
}
@media screen and (max-width: 991px) {
	.video-links__link {
		font-size: 18px;
	}
	.left .layer-wrapper {
		right: 50%;
		margin-right: -140px;
		left: auto;

	}
	.right .layer-wrapper {
		left: 50%;
		margin-left: -140px;
		right: auto;
	}
	.right .layer-wrapper .layer-text .close-cross {
		right: 5px;
		left: auto;
	}
	#block8 .texts .center {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	#block8 .undertitle {
		font-size: 20px;
		line-height: 26px;
	}
}
@media screen and (max-width: 568px) {
	#block8 .undertitle {
		font-size: 18px;
		line-height: 24px;
	}
	.video-links__item {
		max-width: 100%;
	}
	.video-links__link {
		font-size: 16px;
		line-height: 20px;
	}
}

.black {
	color: #000!important;
}
.bird {
	margin-right: 10px;
	display: inline-block;
	min-width: 11px;
	color: #fff!important;
	text-shadow: none!important;
	box-shadow: none!important;
}
.bird.right {
	margin-right: 0px;
	margin-left: 10px;
	display: inline-block;
	min-width: 11px;
	margin-bottom: 0px!important;
}

.no-wrap {
	white-space: nowrap;
}
.link-special {
	color: #337ab7;
	text-decoration: underline;
	transition: color 0.3s;
}
.link-special:visited,
.link-special:focus,
.link-special:active {
	color: #23527c;
	text-decoration: underline;
}
.link-special:hover {
	color: #23527c;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mobile-white {
    color: #fff!important;
  }
  #block1 .list ul li.mobile-white:before {
    border: solid 1px #fff!important;
  }
  #block1 .list ul li.mobile-white:after {
    border-left: solid 1px #fff!important;
  }
  #block1 .title h2.mobile-white:before, #block1 .title h2.mobile-white:after {
    background: #fff!important;
  }
  #block1 .list ul li.info.mobile-white span:before {
    border: solid 1px #fff!important;
  }
}
.modal.image-modal,
.modal.video-modal {
	text-align: center;
	padding-right: 0 !important;
}
.modal.image-modal:before,
.modal.video-modal:before {
	content: '';
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
}
.modal.image-modal .modal-dialog {
    max-width: 700px;
    text-align: left;
    margin: 10px auto;
    display: inline-block;
    vertical-align: middle;
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
    left: -1px;
}
.modal.video-modal .modal-dialog {
	max-width: 900px;
	text-align: left;
	margin: 10px auto;
	display: inline-block;
	vertical-align: middle;
	width: -webkit-calc(100% - 18px);
	width: calc(100% - 18px);
    left: -1px;
}
.modal.image-modal .modal-header,
.modal.video-modal .modal-header {
	padding: 18px 35px 15px 20px;
}
.modal.image-modal .modal-body,
.modal.video-modal .modal-body {
	 padding: 0;
 }
.modal.image-modal .image-item {
    max-width: 100%;
    height: auto;
}
.modal.image-modal .close,
.modal.video-modal .close {
	position: absolute;
	top: 18px;
	right: 13px;
	float: none;
	opacity: 0.4;
	margin-top: 0;
	transition: opacity 0.3s;
    z-index: 20;
}
.modal.image-modal .close:hover,
.modal.video-modal .close:hover {
	opacity: 0.8;
}
.modal.image-modal .modal-title,
.modal.video-modal .modal-title {
	font-family: Bodoni;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #000;
}
.video-wrapper {
	position: relative;
	padding-bottom: 50.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media screen and (max-width: 568px) {
	.modal.video-modal .modal-title,
	.modal.image-modal .modal-title {
		font-size: 16px;
		line-height: 16px;
	}
	.modal.image-modal .close,
	.modal.video-modal .close {
		top: 13px;
	}
}
@media screen and (max-width: 440px) {
    .video-links__title-wrapper:before {
        width: 40px;
        height: 40px;
        margin-top: 18px;
    }
    .video-links__link {
        font-size: 14px;
    }
}
html.modal-show {
    overflow: hidden;
}
body.modal-open {
    padding-right: 0;
}