body, html {
    height: 100%;
    margin: 0;
}

@font-face {
    font-family: Arvo;
    src: url(/pics/fonts/Arvo-Regular.ttf) /* TTF file for CSS3 browsers */
}

@font-face {
    font-family:Ultima;
    src:url(/pics/fonts/2C7E28_0_0.eot);
    src:url(/pics/fonts/2C7E28_0_0.eot?#iefix) format('embedded-opentype'),
        url(/pics/fonts/2C7E28_0_0.woff2) format('woff2'),
        url(/pics/fonts/2C7E28_0_0.woff) format('woff'),
        url(/pics/fonts/2C7E28_0_0.ttf) format('truetype');
    font-weight:400
}

@font-face {
    font-family:Ultima;
    src:url(/pics/fonts/2C7E31_0_0.eot);
    src:url(/pics/fonts/2C7E31_0_0.eot?#iefix) format('embedded-opentype'),
        url(/pics/fonts/2C7E31_0_0.woff2) format('woff2'),
        url(/pics/fonts/2C7E31_0_0.woff) format('woff'),
        url(/pics/fonts/2C7E31_0_0.ttf) format('truetype');
    font-weight:700
}

@font-face {
    font-family:BravoRG;
    src:url(/pics/fonts/bravorg.eot);
    src:url(/pics/fonts/bravorg.eot?#iefix) format('embedded-opentype'),
        url(/pics/fonts/bravorg.woff2) format('woff2'),
        url(/pics/fonts/bravorg.woff) format('woff'),
        url(/pics/fonts/bravorg.ttf) format('truetype');
    font-weight:700
}

@font-face {
    font-family:BebasNueBold;
    src:url(/pics/fonts/bebasneuebold.eot);
    src:url(/pics/fonts/bebasneuebold.eot?#iefix) format('embedded-opentype'),
        url(/pics/fonts/bebasneuebold.woff2) format('woff2'),
        url(/pics/fonts/bebasneuebold.woff) format('woff'),
        url(/pics/fonts/bebasneuebold.ttf) format('truetype');
    font-weight:400
}

@font-face {
    font-family:RobotoCondensedLight;
    src:url(/pics/fonts/roboto_condensed_light.eot);
    src:url(/pics/fonts/roboto_condensed_light.eot?#iefix) format('embedded-opentype'),
        url(/pics/fonts/roboto_condensed_light.woff2) format('woff2'),
        url(/pics/fonts/roboto_condensed_light.woff) format('woff'),
        url(/pics/fonts/roboto_condensed_light.ttf) format('truetype');
    font-weight:400
}

.main_top {
    height: 790px;
    background: url("/pics/index_top_photo.jpg") center center no-repeat ;
    background-size: cover;
}

.main-top-menu {
    margin-top: 34px;
    height: 90px;
    background: white url("/pics/index_top_menu_v_line.png") no-repeat center left;
}

.top-logo {
    padding: 17px 5px 17px 35px;
}

.top-menu-row {
    padding-right: 16px;
}

a.top-menu-link {
    border-top: 4px solid transparent;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    padding: 27px 16px 16px 16px;
    display: inline-block;

    -webkit-transition: all .4s;
    transition: all .4s;
}

a.top-menu-link:hover {
    border-top: 4px solid #D60000;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.top-search {
    border-top: 4px solid #F7C800;
    font-size: 30px;
    color: white;
    background-color: #F7C800;
    padding: 17px 26px 24px 28px;
    display: inline-block;
}

a.top-search-1 {
    border-top: 4px solid transparent;
    font-size: 28px;
    color: black;
    padding: 19px 26px 24px 28px;
    display: inline-block;
}

.main-top-gap {
    min-height: 575px;
}

.main-top-1 {
    text-align: right;
}

.main_line_after_photo {
    height: 19px;
    background: white url("/pics/index_top_line.png") no-repeat center;
}

.lang-select {
    font-size: 13px;
    font-weight: bold;
    padding-top: 12px;
}

.lang-select span {
    color: #DF7A2A;
}

.lang-select a {
    text-decoration: none;
}

.lang-select a:hover {
    color: red;
}

.main-2-sec {
    padding-top: 40px;
    padding-bottom: 70px;
}

.main-2-sec-1 {
    padding-right: 24px;
    padding-bottom: 40px;
}
.main-2-sec-2 {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
}
.main-2-sec-3 {
    padding-left: 24px;
    padding-bottom: 40px;
}


.main-2-sec-1d {
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}
.main-2-sec-1d:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}


.main-2-sec-01 {
    height: 260px;
    background: white url("/pics/main_2_sec_ph_01.jpg") no-repeat center;
    background-size: cover;
}

.main-2-sec-02 {
    height: 260px;
    background: white url("/pics/main_2_sec_ph_02.jpg") no-repeat center;
    background-size: cover;
}

.main-2-sec-03 {
    height: 260px;
    background: white url("/pics/main_2_sec_ph_03_2.jpg") no-repeat center;
    background-size: cover;
}

.main-2-sec-txt {
    min-height: 114px;
    padding: 30px 16px;
    text-align: center;
    background-color: #f9f9f9;
}

.main-2-sec-txt-1 {
    font-size: 20px;
    color: #333;
}

.main-2-sec-txt-1 a {
    text-decoration: none;
}

.main-2-sec-txt-1 a:hover {
    text-decoration: underline;
}

.main-2-sec-txt-2 {
    font-size: 15px;
    font-style: italic;
    color: #aaa;
}

.main-2-sec-butt-1 {
    width: 50%;
    background-color: #ddd;
    font-size: 15px;
    color: #595959;
    padding-bottom: 4px;
}

.main-2-sec-butt-2 {
    width: 50%;
    background-color: #F7C800;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-2-sec-butt-2:hover {
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-2-0 {
    height: 86px;
}

.main_parallax {
    min-height: 780px;
    background: url("/pics/index_big_photo_2.jpg") no-repeat fixed center;
    background-size: cover;

    position: relative;
    text-align: center;
}

.main_parallax_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-3 {
    height: 80px;
}

.main-4 {
    padding-bottom: 70px;
}

.main-4-data {
    width: 144px;
    height: 144px;
    border: 2px solid #F7C800;
    text-align: center;
}

.news-block-row {
    background-color: white;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-block-row:hover {
    background-color: #f3f3f3;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}

.main-news-data-1 {
    font-size: 52px;
    color: #F7C800;
    font-family: Arial, Verdana, sans-serif;
    margin-top: -10px;
}

.main-news-data-2 {
    font-size: 16px;
    font-style: italic;
    color: #F7C800;
    margin-top: -15px;
}

.main-news-dop {
    height: 144px;
    overflow: hidden;!important;
}

.main-news-txt-1 {
    font-size: 19px;
    padding-left: 36px;
    padding-right: 46px;
}

.main-news-txt-1 a {
    text-decoration: none;
}

.main-news-txt-1 a:hover {
    text-decoration: underline;
}

.main-news-txt-2 {
    font-size: 13px;
    font-style: italic;
    color: #777;
    padding-left: 56px;
    padding-right: 46px;
    padding-bottom: 10px;
    background: url("/pics/eye_icon.png") no-repeat left center;
}

.main-news-txt-2 span {
    color: #E6B800;
    font-weight: bold;
}

.main-news-txt-3 {
    font-size: 13px;
    color: #444;
    padding-left: 36px;
    padding-right: 46px;
}

.main-news-ph-01 {
    width: 277px;

}

.main-news-ph-02 {
    width: 277px;
    background: url("/pics/index_news_ph_2.jpg") no-repeat center center;
    background-size: cover;
}

.main-news-ph-03 {
    width: 277px;
    background: url("/pics/index_news_ph_3.jpg") no-repeat center center;
    background-size: cover;
}

a.butt-1 {
    padding: 10px 20px;
    background-color: white;
    border: 1px solid #F7C800;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.butt-1:hover {
    background-color: black;
    border: 1px solid black;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #F7C800;
}

.main-4-0 {
    height: 80px;
}

.main-5 {
    cursor: pointer;
}

.main-5 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s /*ease-in-out*/;
    transition: .3s /*ease-in-out*/;
}

.main-5 img:hover {
    -webkit-transform: rotate(0deg) scale(1.05);
    transform: rotate(0deg) scale(1.05);
}

/* remove nav in owl */
    .owl-theme .owl-dots .owl-dot {
        display: none;
    }
    .owl-dots {
        display: none;
    }
/* --- */

.main-6 {
    min-height: 300px;
    background: #F2F2F2 url("/pics/main_grei_fon.png") repeat-x top center;
    padding-bottom: 70px;
}

.main-6-gap-above {
    height: 70px;
}

.main-6-gap {
    margin-bottom: 70px;
}

.main-6-item-block {
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-6-item-block:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important

}

.main-6-item-1 {
    padding-right: 48px;
    padding-bottom: 35px;
}

.main-6-item-2 {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 35px;
}

.main-6-item-3 {
    padding-left: 48px;
    padding-bottom: 35px;
}

.main-6-item-ph {
    width: 100%;
}

.main-6-item {
    padding: 18px 22px 28px 22px;
}

.main-6-item-data {
    font-size: 13px;
    color: #858585;
}

.main-6-item-title {
    font-size: 18px;
    color: #EBBD00;
    line-height: 25px;
}

.main-6-item-title a {
    text-decoration: none;
}

.main-6-item-title a:hover {
    color: #333;
    text-decoration: underline;
}

.main-6-item-txt {
    font-size: 13px;
    color: #444;
    padding-top: 10px;
}

.main-6-item-tag {
    font-size: 13px;
    font-weight: bold;
    color: #4AA1D5;
    padding-top: 10px;
}

.main-6-item-tag a {
    text-decoration: none;
}

.main-6-item-tag a:hover {
    text-decoration: underline;
}

.main-7-0 {
    padding-top: 70px;
    padding-bottom: 80px;
}

.main-7 {
    text-align: center;
    padding-top: 45px;
    width: 80%;
    margin: auto;
}

a.main-7-link {
    min-width: 130px;
    padding: 10px 24px;
    margin: 10px;
    font-size: 13px;
    border: 1px solid #F7C800;
    text-decoration: none;
    display:inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.main-7-link-all {
    padding: 10px 24px;
    margin: 10px;
    font-size: 13px;
    background-color: #FFFFBF;
    border: 1px solid #F7C800;
    text-decoration: none;
    display:inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.main-7-link:hover, a.main-7-link-all:hover {
    border: 1px solid #000;
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s;
    color: #F7C800;
}

.main-8-0 {
    padding-top: 70px;
}

.main-8-subscribe {
    font-size: 22px;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 45px;
}

.subscribe {
    height: 44px;
    background-color: white;
    border: 0;
    width: 50%;
    margin-right: -5px;
    padding-left: 20px;
}

.subscribe-btn {
    height: 44px;
    width: 153px;
    background-color: #F7C800;
    border: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.main-8-1 {
    margin-bottom: 80px;
}

.main-8-dot-line {
    border-top: 1px dotted #999999;
    margin-bottom: 60px;
}

.main-8-menu-title {
    color: white;
    font-size: 19px;
    margin-bottom: 40px;
}

a.main-8-menu-item {
    display: block;
    text-decoration: none;
    color: #949494;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

a.main-8-menu-item:hover {
    color: white;
}

.main-8-menu-1 {
    padding-right: 30px;
    padding-bottom: 40px;
}

.main-8-menu-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}

.main-8-menu-3 {
    padding-left: 30px;
    padding-bottom: 40px;
}

.main-8-menu-3-row {
    margin-bottom: 16px;
}

.main-8-menu-3-txt {
    padding-left: 50px;
    font-size: 13px;
    color: #aaa;
}

.copyrights-block {
    background-color: #181717;
}

.main-copyrights-1 {
    float: left;
    color: #999;
    font-size: 13px;
}

.main-copyrights-2 {
    float: right;
    color: #999;
    font-size: 13px;
}

a.dlogic {
    font-weight: bold;
    text-decoration: none;
}

a.dlogic:hover {
    color: white;
}

/* -------- inner pg ------------------- */

.inner-news-top-photo {
    height: 400px;
    background: url("/pics/inner_news_top_photo.jpg") center center no-repeat ;
    background-size: cover;
}

.inner-gallery-top-photo {
    height: 400px;
    background: url("/pics/inner_news_top_photo.jpg") center center no-repeat ;
    background-size: cover;
}

.inner-top-fon {
    background: url("/pics/inner_top_fon.png") top center repeat-x ;
}

.inner-brcr {
    font-size: 12px;
    padding-top: 14px;
}

.inner-brcr a {
    text-decoration: none;
}

.inner-brcr a:hover {
    color: #0066FF;
}

.inner-brcr span {
    font-size: 12px;
    color: #ACACAC;
}

.inner-2 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.inner-2-media {
    padding-top: 60px;
    padding-bottom: 70px;
}

.news-list-row {
    margin-bottom: 36px;
}

.news-list-block {
    padding-right: 36px;
}

.news-list-block-1 {
    background-color: white;
    cursor: pointer;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-list-block-1:hover {
    background-color: #f3f3f3;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.inner-news-ph {
    min-width: 230px;
}

.news-list-row-0 {
    font-size: 13px;
    font-style: italic;
    color: #F7C700;
    padding-left: 36px;
}

.news-list-row-1 {
    font-size: 19px;
    padding-left: 36px;
}

.news-list-row-1 a {
    text-decoration: none;
}

.news-list-row-1 a:hover {
    text-decoration: underline;
}

.news-list-row-2 {
    font-size: 13px;
    font-style: italic;
    color: #777;
    padding-left: 56px;
    padding-bottom: 10px;
    background: url("/pics/eye_icon.png") no-repeat left center;
}

.news-list-row-2 span {
    color: #E6B800;
    font-weight: bold;
}

.news-list-row-2-media {
    font-size: 13px;
    font-style: italic;
    color: #777;
    padding-left: 56px;
    padding-bottom: 10px;
    background: url("/pics/eye_icon.png") no-repeat left 3px;
}

.news-list-row-2-media span {
    color: #E6B800;
    font-weight: bold;
}

.news-list-row-3 {
    font-size: 13px;
    color: #444;
    padding-left: 36px;
    padding-bottom: 10px;
}

.inner-news-list-nolink {
    color: white;
    font-size: 14px;
    font-weight: bold;
    min-width: 40px;
    height: 40px;
    background-color: #F7C800;
    display: inline-block;
    padding-top: 8px;
}

a.inner-news-list-link {
    color: white;
    font-size: 14px;
    font-weight: bold;
    min-width: 40px;
    height: 40px;
    background-color: #ddd;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-top: 8px;
}

a.inner-news-list-link:hover {
    background-color: black;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*.inner-2-bottom-gap {
    height: 70px;
}*/

.news-right-title {
    font-size: 18px;
    color: #444;
    font-style: italic;
    text-transform: uppercase;
    font-family: Arial, Verdana, sans-serif;
    padding-left: 30px;
    padding-top: 1px;
    background: white url("/pics/flag_de_90.png") no-repeat left center;
}

.news-right-1 {
    margin-bottom: 45px;
    margin-top: 4px;
}

.news-right-2 {
    margin-top: 15px;
}

.news-right-item-ph {
    height: 200px;
    margin-bottom: 6px;
}

.inner-right-veaw {
    font-size: 13px;
    font-style: italic;
    color: #777;
    text-indent: 20px;
    padding-right: 36px;
    padding-bottom: 22px;
    background: white url("/pics/eye_1.png") no-repeat left top;
}

.inner-right-veaw span {
    color: #E6B800;
    font-weight: bold;
}

.news-right-3 {
    margin-top: 38px;
    margin-bottom: 70px;
}

a.news-right-3-link {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 54px;
    border: 1px solid #444;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a.news-right-3-link:hover {
    background-color: #444;
    color: #F7C800;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-right-tags {
    margin-top: 13px;
}

.news-right-tags a {
    padding: 7px 14px;
    background-color: #F7C800;
    font-size: 13px;
    color: #333;
    display: inline-block;
    margin-bottom: 6px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-right-tags a:hover {
    background-color: #333;
    color: #F7C800;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-item-gap {
    height: 70px;
}

.news-block {
    padding-right: 60px;
}

.news-data {
    font-size: 13px;
    font-style: italic;
    color: #F7C700;
}

.news-title h1 {
    font-size: 25px;
    margin-top: -5px;
    margin-bottom: 2px;
}

.news-author {
    font-size: 13px;
    font-style: italic;
    color: #777;
    text-indent: 20px;
    padding-right: 36px;
    padding-bottom: 32px;
    background: white url("/pics/eye_1.png") no-repeat left top;
}

.news-author span {
    color: #E6B800;
    font-weight: bold;
}

.news-full-text {
    font-size: 13px;
    color: #333;
    line-height: 1.7em;
}

.news-full-text p {
    margin-bottom: 30px;
}

.article-big-fon {
    background: url("/pics/article_fon_0.png") repeat-y center center;
}

.inner-top-fon-2 {
    background: url("/pics/inner_top_fon_2.png") top center repeat-x ;
}

.article-top-grey-fon {
    background: #F2F2F2 url("/pics/inner_top_fon_2grey.png") top right no-repeat ;
}

.article-top-grey-fon-2 {
    background: #F2F2F2 url("/pics/article_fon_1.png") top right repeat-y ;
}

.article-top-grey-fon-3 {
    background: #F2F2F2 url("/pics/article_fon_1.png") top right repeat-y ;
    min-height: 1200px;
    padding-right: 88px;
}

.inner-article-top-photo {
    height: 400px;
    background: url("/pics/inner_article_top_photo.jpg") center bottom no-repeat ;
    background-size: cover;
}

.main-7-item-title {
    font-size: 18px;
    color: #000;
    line-height: 25px;
}

.main-7-item-title a {
    text-decoration: none;
}

.main-7-item-title a:hover {
    text-decoration: underline;
}

.main-7-item-data {
    font-size: 13px;
    color: #F7C800;
}

.article-list-item {
    margin-bottom: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    cursor: pointer;
}

.article-list-item:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)!important
}

.article-left-list {
    padding-right: 30px;
}

.article-right-list {
    padding-left: 40px;
}

.article-list-select-page {
    padding-top: 20px;
    padding-bottom: 70px;
}

.article-bottom-tags {
    margin-top: 13px;
}

.article-bottom-tags a {
    padding: 10px 24px;
    background-color: #F7C800;
    font-size: 13px;
    color: #333;
    display: inline-block;
    margin-bottom: 6px;
    text-decoration: none;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.article-bottom-tags a:hover {
    background-color: #333;
    color: #F7C800;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.inner-info-block {
    min-height: 600px;
}


.inner-service-top-photo {
    height: 400px;
    background: url("/pics/inner_shapka_3.jpg") center bottom no-repeat ;
    background-size: cover;
}

.inner-media-top-photo {
    height: 400px;
    background: url("/pics/inner_shapka_4.jpg") center bottom no-repeat ;
    background-size: cover;
}

.news-list-row-small {
    padding-right: 16px;
}

.media-ph-mobile {
    width: 100px;
}

a.news-media-list {
    text-decoration: underline;
}

a.news-media-list:hover {
    text-decoration: none;
}





/*------------------------- overlay menu ------------------------*/

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /*background-color: rgb(0,0,0);*/
    background-color: rgba(0,0,0, 0.85);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    /*top: 25%;*/
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 24px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/*------------------------- #overlay menu ------------------------*/

/*------------------------- #search ------------------------*/

input.mob-search {
    width: 130px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 13px;
    background: white url(/pics/searchicon.png) no-repeat 12px 12px;
    padding: 12px 20px 12px 42px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input.mob-search:focus {
    width: 100%;
}

.main_top_search_2 {
    height: 26px;
    width: 60%;
    border: 1px dashed blue;
    border-radius: 5px;
    padding: 10px 10px;


    color: black;
    background-color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.search-btn {
    border: 1px solid red;
    padding: 2px;
    width: 120px;
}

.search_row_text {
    font-size: 12px;
    line-height: 20px;
}

.search_result {
    color: #333;
    text-decoration: underline;
}

.search_result:hover {
    color: blue;
    text-decoration: none;
}

/*------------------------- #search ------------------------*/

.gall-1 {
    padding-left: 4px;
    padding-right: 4px;
}

.gall-2 {
    padding-left: 4px;
    padding-right: 4px;
}

.gall-3 {
    padding-left: 4px;
    padding-right: 4px;
}

.gall-1 img, .gall-2 img, .gall-3 img {
    width: 100%;
    margin-bottom: 4px;
    opacity:0.75;
    -webkit-backface-visibility:hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.gall-1 img:hover, .gall-2 img:hover, .gall-3 img:hover {
    /*-webkit-transform: scale(1.02);
    transform: scale(1.02);*/
    opacity:1;
    -webkit-backface-visibility:hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
}















/* ---- for testing ---- */
.visible {
    border: 1px solid #d3d3d3;
    background-color: #eaeaea;
}


@media all and (min-width: 1450px) {

    .main_top {
        height: 900px;
        background: url("/pics/index_top_photo.jpg") center center no-repeat ;
        background-size: cover;
    }

    .main-top-gap {
        min-height: 685px;
    }

    .inner-news-top-photo {
        height: 510px;
        background: url("/pics/inner_news_top_photo.jpg") center center no-repeat ;
        background-size: cover;
    }

    .inner-article-top-photo {
        height: 510px;
        background: url("/pics/inner_article_top_photo.jpg") center bottom no-repeat ;
        background-size: cover;
    }


    .inner-service-top-photo {
        height: 510px;
        background: url("/pics/inner_shapka_3.jpg") center bottom no-repeat ;
        background-size: cover;
    }

    .inner-media-top-photo {
        height: 510px;
        background: url("/pics/inner_shapka_4.jpg") center bottom no-repeat ;
        background-size: cover;
    }

    .inner-gallery-top-photo {
        height: 510px;
        background: url("/pics/inner_news_top_photo.jpg") center center no-repeat ;
        background-size: cover;
    }
}


@media all and (min-width: 1300px) {

    .left-right-flex-pad {
        width: 1280px;
        margin: auto;
    }
}

@media all and (min-width: 993px) and (max-width: 1300px) {
	
}

@media all and  (max-width: 992px) {

    .main-2-sec-1 {
        padding-right: 0;
    }
    .main-2-sec-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .main-2-sec-3 {
        padding-left: 0;
    }

    .main-8-menu-1 {
        padding-right: 0;
    }

    .main-8-menu-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-8-menu-3 {
        padding-left: 0;
    }

    .subscribe-btn {
        width: 50px;
    }

    .main-copyrights {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-copyrights-1 {
        float: none;
        text-align: center;
    }

    .main-copyrights-2 {
        float: none;
        text-align: center;
    }

    .news-block {
        padding-right: 0;
    }

    .main-news-dop {
        /*height: 144px;*/
        height: auto;
    }

    .main-news {
        display: flex;
        flex-direction: column-reverse;
    }

    .main-news-ph-01 {
        width: 100%;
        height: 250px;
    }

    .main-news-ph-02 {
        width: 100%;
        height: 250px;
    }

    .main-news-ph-03 {
        width: 100%;
        height: 250px;
    }

    .main-news-txt-0 {
        font-size: 13px;
        color: #F7C800;
        padding-left: 26px;
        padding-right: 26px;
    }

    .main-news-txt-1, .main-news-txt-3 {
        padding-left: 26px;
        padding-right: 26px;
    }

    .main-news-txt-2 {
        padding-left: 46px;
        padding-right: 26px;
        background: url("/pics/eye_icon.png") no-repeat -12px center;
    }

    .main-6-item-1 {
        padding-right: 0;
    }

    .main-6-item-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .main-6-item-3 {
        padding-left: 0;
    }

    .main-7 {
        text-align: center;
        padding-top: 45px;
        width: 100%;
        margin: auto;
    }

    .news-list-block {
        padding-right: 0;
    }

    .article-big-fon {
        background: #F2F2F2 url("") repeat-y center center;
    }

    .article-top-grey-fon {
        background: transparent url("") top right no-repeat ;
    }

    .article-top-grey-fon-2 {
        background: #F2F2F2 url("") top right repeat-y ;
    }

    .article-top-grey-fon-3 {
        background: #F2F2F2 url("") top right repeat-y ;
        min-height: 0;
        padding-right: 0;
    }

    .article-left-list {
        padding-right: 0;
    }

    .article-right-list {
        padding-left: 0;
    }
}

@media all and  (max-width: 600px) {

    .main_top {
        height: 100vh;
        background: url("/pics/index_top_photo.jpg") center center no-repeat ;
        background-size: cover;
    }

    .inner-news-top-photo {
        height: 40vh;
        background: url("/pics/inner_news_top_photo.jpg") left center no-repeat ;
        background-size: cover;
    }

    .inner-article-top-photo {
        height: 40vh;
        background: url("/pics/inner_article_top_photo.jpg") -40px bottom no-repeat ;
        background-size: cover;
    }


    .inner-service-top-photo {
        height: 40vh;
        background: url("/pics/inner_shapka_3.jpg") center bottom no-repeat ;
        background-size: cover;
    }

    .inner-media-top-photo {
        height: 40vh;
        background: url("/pics/inner_shapka_4.jpg") center bottom no-repeat ;
        background-size: cover;
    }

    .inner-gallery-top-photo {
        height: 40vh;
        background: url("/pics/inner_news_top_photo.jpg") left center no-repeat ;
        background-size: cover;
    }

    .subscribe {
        width: 73%;
    }

    .inner-news-ph {
        min-width: 0;
        height: 200px;
    }

    .inner-news-ph-small {
        height: 250px;
    }

    .gall-1 {
        padding-left: 0;
        padding-right: 0;
    }

    .gall-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .gall-3 {
        padding-left: 0;
        padding-right: 0;
    }

}


/* -------------------------------- details ------------------------------------ */


@media all and (min-width: 768px) and (max-width: 992px) {

}

@media all and (min-width: 480px) and (max-width: 768px) {

}

@media all and (min-width: 600px) and (max-width: 992px) {

}

@media all and (min-width: 480px) and (max-width: 600px) {

}

@media all and (max-width: 480px) {

    .main-top-menu {
        margin-top: 17px;
        height: 70px;
        background: white url("/pics/index_top_menu_v_line_min.png") no-repeat center left;
    }

    .top-logo {
        padding: 17px 5px 17px 35px;
        width: 180px;
    }

    a.top-search-1 {
        border-top: 4px solid transparent;
        font-size: 28px;
        color: black;
        padding: 9px 22px 24px 18px;
        display: inline-block;
    }

    a.top-search {
        font-size: 28px;
        padding: 9px 21px 15px 22px;
        display: inline-block;
    }
}