@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/proxima_nova_bold-webfont.eot');
    src: url('fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
    url('fonts/proxima_nova_bold-webfont.woff') format('woff'),
    url('fonts/proxima_nova_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url('fonts/proxima_nova_semibold-webfont.eot');
    src: url('fonts/proxima_nova_semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/proxima_nova_semibold-webfont.woff2') format('woff2'),
    url('fonts/proxima_nova_semibold-webfont.woff') format('woff'),
    url('fonts/proxima_nova_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sans_caption';
    src: url('fonts/ptsanscaption-webfont.eot');
    src: url('fonts/ptsanscaption-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ptsanscaption-webfont.woff2') format('woff2'),
    url('fonts/ptsanscaption-webfont.woff') format('woff'),
    url('fonts/ptsanscaption-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: #09090c;
    font: 14px 'ProximaNova-Semibold', sans-serif;
}
a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
a:hover,a.invert{
    color:#e61d2b;
}
.float_right, .microtags a {
    font-family: 'ProximaNova-Bold', sans-serif;
}
.microtags {
    font-size: 18px;
    color: #a89c9a;
    width: 60%;
}
.microtags span {
    display: block;
}
.microtags a {
    color: #a89c9a
}
.microtags a:hover, .microtags a.active{
    color:#ffffff;
}
.center .media {
    overflow: visible;
}
.center .media .projects {
    /*height: 410px;*/
    position: relative;
    background-color: #09090c;
}
.center .media .projects .projectBlock {
    padding-top: 40px;
    height: 370px;
    /*background-size: 100% auto;*/
    background-position: top center;
    width: 100%;
    /*min-width: 1100px;*/
    /*position: absolute;*/
    /*top: 0;*/
}
.center .media .projects .projectBlock .logoEzh img {
    width: 110px;
}
.center .media .projects .projectBlock .logo {
    display: inline-block;
    margin: 220px -170px 0 0;
}
.center .media .projects .projectBlock .logo img {
    max-width: 100%;
}
.center .media .projects .projectBlock.right .txt {
    margin-right: -180px;
}
@media (max-width: 1599px) {
    .center .media .projects .projectBlock .logo {
        margin-right: 12px;
    }
    .center .media .projects .projectBlock.right .txt{
        margin-right: 0;
    }
}
@media (max-width: 1100px) {
    .center .media .projects .projectBlock {
        left: 50%;
        margin-left: -490px;
    }
}

h1 {
    font: 60px 'ProximaNova-Bold', sans-serif;
}
.centred {
    /*text-align: center;*/
}

.center .foto_video .block1 .item2 {
    background-color: #09090c;
}
.center .foto_video .block1 .item2 .Img span.doc-title {
    position: absolute;
    top: 10px;
    left: 20px;
    display: inline-block;
    padding: 1px 10px 3px 10px;
    background-color: #ef4027;
    color: #ffffff;
    z-index: 2;
}
.center .foto_video .block1 .item2 .Img .count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85, 85, 85, 0.6);
    display: none;
}
.center .foto_video .block1 .item2 .Img a:hover .count{
    display: block;
}
.center .foto_video .block1 .item2 .Img .count:before {
    content: '';
    display: inline-block;
    width: 5%;
    height: 100%;
    vertical-align: middle;
}
.center .foto_video .block1 .item2 .Img .count span {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    width: 90%;
}
.center .foto_video .block1 .item2 .Img .count strong {
    font-size: 48px;
    display: block;
}

.center .foto_video .block1 .item2 .Img a:after {
    content: '';
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0 0 40px 10px #09090c;
    -moz-box-shadow: inset 0 0 40px 10px #09090c;
    box-shadow: inset 0 0 40px 10px #09090c;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.center .foto_video .block1 .item2 .Img:hover a:after {
    opacity: 0;
}


#galery .item a:after {
    content: '';
    width: 100%;
    height: 101%;
    padding-bottom: 1px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: inset 0 0 40px 10px #09090c;
    -moz-box-shadow: inset 0 0 40px 10px #09090c;
    box-shadow: inset 0 0 40px 10px #09090c;

    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
#galery .item a:hover:after {
    opacity: 0;
}

.center .foto_video .block1 .txt {
    padding-left: 0;
    padding-right: 0;
}
.center .foto_video .block1 .txt h2 {
    font: 14px 'ProximaNova-Bold', sans-serif !important;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
.center .foto_video .block1 .txt h2 a {
    text-decoration: none;
}
.center .foto_video .block1 .txt p {
    font: 12px 'ProximaNova-Bold', sans-serif !important;
    margin: 0;
    color: #a89c9a;
}

.center .foto_video .block1.column4 .item2 {
    width: 368px;
    margin-left: 4px;
    margin-right: 4px;
}

.center {
    position: relative;
}

.container,
.foto_video {
    padding: 0 15px;
    max-width: 1520px;
    margin: 0 auto;
}
.bank_list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}
.bank_list:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #323234;
}
.bank_list li {
    display: inline-block;
    vertical-align: top;
    width: 368px;
}
.bank_list li a {
    color: #848486;
    text-decoration: none;
    white-space: pre;
    display: inline-block;
    padding-top: 1em;
    position: relative;
    border-top: 1px solid #323234;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.bank_list li a:hover,
.bank_list li.active a {
    color: #ffffff;
    border-top: 1px solid #ffffff;
}
.bank_list li span {
    font-size: 18px;
}

#before_title {
    float: right;
    color: #848486;
    padding-top: 18px;
    margin-left: 20px;
}
#before_title a {
    color: #848486;
}
#before_title a:hover {
    color: #ffffff;
    text-decoration: none;
}
.free_filter {
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    border-radius: 15px;
}
.free_filter:hover {
    background-color: #ffffff;
    color: #09090c;
}
#languages {
    list-style: none;
    position: absolute;
    right: 15px;
    top: 370px;
    bottom:auto;
    z-index: 10;
}
#languages li {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
#help_button {
    top: 378px;
    z-index: 15;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    bottom: auto;
}
#policy_button:hover,#help_button:hover {
    color:#e61d2b;
}
#policy_button {
    top: 428px;
    z-index: 15;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    bottom: auto;
}
.center .media .footer {
    background-color: #09090c;
}
body>footer{
    background-color: #121218;
}
.partners a{
    /*float:right;*/
    margin-top:-1px;
    margin-bottom:15px;
}

#cookie-notice {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 8px 36px 8px 8px;
    line-height: 30px;
    background-color: #fff5ba;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    letter-spacing: normal;
    text-shadow: none;
    z-index: 1000;
}

#cookie-notice span {
    display: inline-block;
    margin-left: 2px;
    margin-right: 12px;
    color: #000;
    line-height: 34px;
}

#cookie-notice p {
    margin: 0;
}

#cookie-notice span a {
    color: #00a8ff;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

#cookie-notice .cookie-notice__close {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: 50% 50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQzQyNjRDMUFBREUxMUU0OEY5RUEyM0RCNjQ3ODAwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQzQyNjRDMkFBREUxMUU0OEY5RUEyM0RCNjQ3ODAwOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJDNDI2NEJGQUFERTExRTQ4RjlFQTIzREI2NDc4MDA4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJDNDI2NEMwQUFERTExRTQ4RjlFQTIzREI2NDc4MDA4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Li4sxAAAAPRJREFUeNq01ksKg0AMBuAseoU+tD7mOj1ToQdpT9NFN0Vaepgi4qLNSASRRGacJPDvNB/GUQIAkGFemA8mB/3y/d+YBrMFgn6UFlMoYjWmm/S/z0FNdI75PICad8ooh3U03qGcIhrcSwON7pGCrr5Xmv/SjfvU6cSiN433L6Elc+1Z64SHohvMBXPF7FI/4EpAKzAsDvU5WaM9g5o9qRNAk/E6YaQmqBMOTW+BctiXvjPp9NYW2FilFhqCqaExWDK6BhurEFBngUWjGlgwmitiU7Rl0CO3JqZiS6hfuIetWBuT0CfQ+t1QMoOf/oGgYdX/CzAAq3fxOGbU0rgAAAAASUVORK5CYII=);
    background-size: 14px;
    border-bottom: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -28px;
}

#cookie-notice .cookie-notice__btn {
    display: inline-block;
    background: #00a8ff;
    border: 1px solid #10a3f0;
    color: #fff;
    cursor: pointer;
    margin-right: 11px;
    padding: 5px 17px;
    position: relative;
    line-height: 1.5;
    text-shadow: 0 -1px 0 rgba(3,3,3,.3);
    text-transform: uppercase;
    vertical-align: top;
    font-size: 15px;
    border-radius: 3px;
    -webkit-box-shadow: 0, 1px, 1px, rgba(3, 3, 3, .15);
    box-shadow: 0, 1px, 1px, rgba(3, 3, 3, .15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#cookie-notice button {
    border: none;
    background: none;
}
footer .partners{
    margin: 0 -25px -15px 0;
}
footer .partners img{
    margin:0 10px 10px 0;
}

