@font-face {
    font-family: 'Baskerville Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Baskerville Bold'), local('Baskerville-Bold'),
    url(../fonts/baskerville/baskerville-bold.woff) format('woff'),
    url(../fonts/baskerville/baskerville-bold.ttf) format('truetype');
}

* {
    font-family: Arial;
}

body {
    color: #000;
}

.navbar {
    box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, .1);
    background: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-brand {
    padding-top: 7px;
    padding-bottom: 8px;
}

.navbar-light .navbar-nav .nav-link {
    color: #787878;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0;
    margin-left: 8px;
    margin-right: 8px;
    border-bottom: 3px solid #ffffff;
    transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #DC8C00;
}

.navbar-light .navbar-nav .active > .nav-link {
    border-bottom: 3px solid #DC8C00;
}

.dropdown-menu {
    border-radius: 0px;
    border: 1px solid #eee;
}

.dropdown-item {
    color: #787878;
    font-size: 13px;
    font-weight: bold;
}

#logos-mobile {
    display: none;
    margin-left: auto;
    padding-right: 20px;
}

.orange-menu {
    height: 35px;
    background: #DC8C00;
}

.orange-menu-inner {
    color: #6C4500;
    font-weight: bold;
    font-size: 11px;
}

.orange-menu-inner .langselect {
    padding-top: 10px;
    float: right;
}

.orange-menu-inner .langselect a {
    color: #6C4500;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
}

.orange-menu-inner .langselect a:hover, .orange-menu-inner .langselect .active {
    color: #000000;
}

.orange-menu-inner .sociallinks {
    float: right;
    padding-top: 7px;
    margin-left: 20px;
}

.orange-menu-inner .sociallinks a {
    opacity: 0.3;
}

.orange-menu-inner .sociallinks a:hover {
    opacity: 0.6;
}

.slider-head .bx-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.head-container {
    position: relative;
}

.slogan-head {
    position: absolute;
    width: 650px;
    left: 55px;
    bottom: 80px;
}

.slogan-head .slogan-head-big {
    color: #fff;
    font-size: 54px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0 8px;
    font-family: 'Baskerville Bold', 'Times New Roman';
    line-height: 50px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.slogan-head .slogan-head-small {
    color: #fff;
    font-size: 16px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0 8px;
    line-height: 20px;
    width: 550px;
    margin-bottom: 40px;
}

.slogan-head .slogan-head-link a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #DC8C00;
    padding: 15px 20px 15px 20px;
    text-shadow: rgba(0, 0, 0, 0.7) 0 0 4px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.slogan-head .slogan-head-link a:hover {
    background: #AA6C00;
}

.fastdivlink {
    margin-top: 20px;
    padding-top: 30px;
    height: 280px;
    position: relative;
}

.fastdivlink .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: no-repeat center;
    background-size: cover;
}

.fastdivlink .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.fastdivlink .link .shad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease;
}

.fastdivlink .link:hover .shad {
    opacity: 0.5;
}

.fastdivlink .link .textover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fastdivlink .link .textover .mark {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #DC8C00;
    padding: 15px 20px 15px 20px;
    text-shadow: rgba(0, 0, 0, 0.7) 0 0 4px;
    display: inline;
    position: absolute;
    top: 20px;
}

.fastdivlink .link .textover .project {
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
}

.fastdivlink .link .textover .project .name {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Baskerville Bold', 'Times New Roman';
    line-height: 22px;
    letter-spacing: -1px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0 8px;
    margin-bottom: 10px;

}

.fastdivlink .link .textover .project .comment {
    color: #ffffff;
    font-size: 13px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0 8px;
}

.fastdivlink .link .textover .play-arrow {
    position: relative;
    background: url("../images/play.png") center no-repeat;
    background-size: cover;
    width: 97px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
}

.color-row-1 {
    margin-left: -5px;
    margin-right: -15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.color-row-2 {
    margin-left: -15px;
    margin-right: -5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sq {
    padding-left: 5px;
    padding-right: 5px;
    width: 33.333%;
}

.sq-color-link {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.sq-color-link a {
    display: block;
    position: absolute;
    top: 180px;
    left: 0px;
    right: 0px;
    height: 250px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
}

.sq-color-link a:hover {
    top: 0px;
}

.sq-color-link a .head {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 17px;
}

.sq-color-link a .txt {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

.clr-0 {
    background: top center no-repeat;
}
.clr-1 {
    background: #77A22F url("../images/clr-1.jpg") top center no-repeat;
}

.clr-2 {
    background: #FFD203 url("../images/clr-2.jpg") top center no-repeat;
}

.clr-3 {
    background: #EA961A url("../images/clr-3.jpg") top center no-repeat;
}

.clr-4 {
    background: #004F30 url("../images/clr-4.jpg") top center no-repeat;
}

.clr-5 {
    background: #00457C url("../images/clr-5.jpg") top center no-repeat;
}

.clr-6 {
    background: #332A87 url("../images/clr-6.jpg") top center no-repeat;
}

.news-direct {
    margin-top: 50px;
    margin-bottom: 20px;
}

.news-direct a {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Baskerville Bold', 'Times New Roman';
    background: #DC8C00;
    padding: 5px 20px 5px 20px;
    text-shadow: rgba(0, 0, 0, 0.7) 0 0 4px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.news-direct a:hover {
    background: #AA6C00;
}

.newsdivlink {
    height: 270px;
    position: relative;
    margin-bottom: 30px;
}

.newsdivlink .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: no-repeat center;
    background-size: cover;
}

.newsdivlink .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.newsdivlink .link .shad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease;
}

.newsdivlink .link:hover .shad {
    opacity: 0.5;
}

.newsdivlink .link .textover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.newsdivlink .link .textover .news .name {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    display: block;
    padding: 5px;
    width: 100%;
    bottom: 0;
    line-height: 15px;
}

.yearlink {
    display: none;
}

.slider-fotovideo {
    margin-bottom: 10px;
}

.slider-fotovideo .bx-wrapper {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-margin-padding {
    padding: 0;
    margin: 0;
}

.slider-fv .row {
    margin: 0px;
}

.foto-first {
    padding-left: 0;
}

.foto-last {
    padding-right: 0;
}

.foto-first .foto, .foto-last .foto {
    height: 270px;
    position: relative;
    border-bottom: 1px solid #fff;
}

.foto-first .foto .bg, .foto-last .foto .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: no-repeat center;
    background-size: cover;
}

.foto-first .foto .link, .foto-last .foto .link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.foto-first .foto .link .shad, .foto-last .foto .link .shad {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #000;
    opacity: 0;
    transition: all 0.5s ease;
}

.foto-first .foto .link:hover .shad, .foto-last .foto .link:hover .shad {
    opacity: 0.5;
}

.foto-first .foto .link .textover, .foto-last .foto .link .textover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.foto-first .foto .link .textover .name, .foto-last .foto .link .textover .name {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    text-shadow: rgba(0, 0, 0, 0.9) 0 0 8px;
    text-align: center;
    width: 100%;
    bottom: 10px;

}

.foto-first .foto .link .textover .play-arrow, .foto-last .foto .link .textover .play-arrow {
    position: relative;
    background: url("../images/play.png") center no-repeat;
    background-size: cover;
    width: 97px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    top: 100px;
}

.footer-gray {
    background: #6A6A6A;
    margin-top: 30px;
}

.bt-menu-row {
    padding-top: 30px;
}

.bt-menu-title {
    line-height: 16px;
}

.bt-menu-title a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}

.bt-menu {
    list-style-type: none;
    padding: 0;
}

.bt-menu li {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding-top: 10px;
}

.bt-menu li a {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
}

.partners {
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

.partner-logo-1 {
    float: left;
    width: 70px;
    height: 100%;
    margin-right: 15px;
}

.partner-logo-2 {
    float: left;
    width: 47px;
    height: 100%;
    margin-right: 15px;
}

.partner-logo-3 {
    float: left;
    width: 54px;
    height: 100%;
    margin-right: 15px;
}

.partner-logo-4 {
    float: left;
    width: 48px;
    height: 100%;
    margin-right: 15px;
}

.partner-name {
    font-size: 12px;
    line-height: 15px;
}

.footer-black {
    background: #3C3C3C;
}

.copyright {
    color: #ffffff;
    font-size: 12px;
    padding-top: 4px;
}

.sociallinks-bottom-mob {
    text-align: center;
    padding-bottom: 5px;
    display: none;
}

.sociallinks-bottom {
    text-align: right;
}

.sociallinks-bottom a {
    opacity: 0.7;
}

.sociallinks-bottom a:hover {
    opacity: 1;
}

/*внутр.страница*/
.content-container {

}

.breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #989898;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumbs a {
    color: #989898;
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 5px;
}

.h1-row {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Baskerville Bold', 'Times New Roman';
    letter-spacing: -1px;
    line-height: 32px;
}

h2 {
    font-size: 30px;
    line-height: 26px;
}

h3, h4 {
    font-size: 28px;
    line-height: 24px;
}

h5, h6 {
    font-size: 26px;
    line-height: 22px;
}

.preview {
    color: #3C3C3C;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.content-page img {
    width: 100%;
    margin-bottom: 20px;
}

.content-page .content-img-title {
    color: #909090;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin-top: -15px;
    margin-bottom: 10px;
}

.content-page ul {
    list-style-image: url("../images/li-bg.jpg");
}

.content-also {
    border-top: 1px solid #6A6A6A;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-also-txt {
    font-weight: bold;
}

.content-also-link a {
    margin-right: 20px;
}

.table {
    font-size: 12px;
    line-height: 13px;
}
.table th{
    text-align: center;
    background: #DC8C00;
}