/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

body {
    /*background-image: url(/templates/exportofby_1.0/images/fon-cube.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 2000px 100%;*/
    /*background-color: transparent;*/
    /*background-position: center;*/
}

@import url('https://fonts.googleapis.com/css?family=Cuprum:400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic');
/*/////////////////////////////////////1.Banners///////////////////////////////////////////*/
.fullwidth-bg {
    position: relative;
    height: 720px;
    width: 100%;
    overflow: hidden;
    z-index: -100;
}

.fullwidth-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.pop-up-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.pop-up-content {
    position: absolute;
    left: calc(50% - 500px);
    width: 1000px;
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: white;
    z-index: 999999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.pop-up-active {
    top: 50%;
}

.pop-up-text {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 20px;
}

.pop-up-text h2 {
    font-size: 1.5rem;
    margin-top: 0;
}

.pop-up-image {
    width: 50%;
    display: inline-block;
    float: right;
    position: relative;
}
.pop-up-image img {
    float: left;
}

.pop-up-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: white;
    -webkit-box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px;
    cursor: pointer;
    z-index: 300;
}
a.button.button-red.pop-up-button {
    color: #0b3468;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
}

.pop-up-close .pop-up-line {
    width: 100%;
    height: 2px;
    background: black;
    position: relative;
}
.pop-up-close .pop-up-line:first-child {
    margin-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: 7px;
}
.pop-up-close .pop-up-line:last-child {
    margin-bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: 5px;
}
.video-layer{
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.video-layer h1 {
    text-align:center;
    color:#fff;
    font-size: 70px;
    margin-top:17%;
}
video.fullscreen-bg__video {
    min-height: 720px;
    background-image: url(/templates/borisovgovby_1.0/images/slide.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.mejs-container{
    background: transparent !important;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .fullwidth-bg {
        min-height: 720px;
        background-image: url(/templates/borisovgovby_1.0/images/slide.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    video.fullscreen-bg__video{
        display: none;
    }
}
.banners-wrapper {
    background-color: #ffffff;
    height: 100px;
}
ul.services-list.menu>li.deeper>a {
    display: none;
}
ul.services-list.menu>li.deeper:before {
    display: none;
}
.banners-wrapper a:hover {
    text-decoration: none;
    color: #495149;
}
section.part15 {
    /*background: #fff7d9;*/
}
.banners-wrapper:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.slick-vertical .slick-slide {
    height: 85px !important;
    width: 100% !important;
    border: 1px solid #000000 !important;

}
span.contact-info-inner strong {
    display: block;
    padding-bottom: 5px;
}
.banners-left-item {
    height: auto !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.banners--single {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banners--single h3 {
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    border: 3px solid #7aa95c;
    color: #495149;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%;
    height: 82%;
}

.banners-one .banners--single h3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2% 3% 2% 35%;
}

.banners-two .banners--single h3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 6% 5% 5%;
}

.banners-tree .banners--single h3 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2% 48% 1% 8%;
    text-align: right;
}

.banners-one .banners--single {
    background-position-x: left !important;
}

.banners-two .banners--single {
    background-position-x: center !important;
}

.banners-tree .banners--single {
    background-position-x: right !important;
}

.contact-info-wrapper > .row {
    margin: 0;
}

.contact-info-wrapper > .row > .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;

}

header.header-flex-wrapper > .row {
    margin: 0;
}

#cssmenu {
    background: #6897d3;
    -webkit-box-shadow: 0 3px 3px rgba(9,51,108,0.6);
    box-shadow: 0 3px 3px rgba(9,51,108,0.6);
}
.header_verh {
    /*margin-bottom: 25px;*/
}

.hiddenbl {
    opacity: 0;
}

.visiblebl {
    opacity: 1;
}

.back-to-top-arrow:before {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 13px;
    height: 13px;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

header {
    z-index: 10000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

section.part8 .row {
    margin: 0;
}

section.part8 .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
}

section.part6 .row {
    margin: 0;
}

section.part6 .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
}

section.part7 .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
}

section.part7 .row {
    margin: 0;
}

section.part15 .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
}

section.part15 .row {
    margin: 0;
}

header.sticky #cssmenu {
    position: fixed;
    min-height: 50px;
    border-top: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

header.sticky #cssmenu ul:first-child {
    margin: 0 auto;
}

header.sticky .header_verh {
    padding-bottom: 56px;
}

header.sticky .logo-img {
    width: 50%;
}

header.sticky .logo-title a {
    font-size: 18px;
}

header.sticky .header-info {
    padding: 0;
}

@media screen and (min-width: 767px) and (max-width: 991px) {
    header.sticky .header-menu,
    header.sticky .header-search {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    header.sticky .header-info {
        display: none;
    }
}

ul.nav.nav-tabs {
    border: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}
.tab-content.tab-contentnews.double-main_news .newsmain-item {
    display: none;
}
.tab-content.tab-contentnews.double-main_news .newsmain-item:nth-child(6), .tab-content.tab-contentnews.double-main_news .newsmain-item:nth-child(7) {
    display: block;
}
.tab-content.tab-contentnews.double-main_news {}

.tab-content.tab-contentnews.double-main_news .newsmain-img {
    width: 40%;
    float: left;
    padding-right: 10px;
}

.tab-content.tab-contentnews.double-main_news .newsmain-txt {
    width: 60%;
    float: right;
}

.tab-content.tab-contentnews.double-main_news {
    margin-top: 30px;
    display: block;
}

.newsmain-wrapper.col-xs-12.col-sm-12.col-md-12.col-lg-12 {
    margin-top: 20px;
}
.tab-content.tab-contentnews.double-main_news a.newsmain-more {
    display: inline;
}
p.newsmain-description a.newsmain-more {
    color: #f47021;
    font-weight: 400;
    font-size: 15px;
}
.tab-content.tab-contentnews.double-main_news .newsmain-img img {
    min-height: 130px;
    background-position: center !important;
}
.part2-item.tovari-wrapper .newscontainer-itemIntroText.itemIntroText {
    display: none;
}
.tab-content.tab-contentnews.double-main_news .newsmain-title a {
    font-size: 19px;
    line-height: 20px;
}
.moduletable_menu-main.menu-none {
    margin-top: 0;
    background-color: #4684d3;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.cssmenu-tablet {
    display: none;
}

form.form-search {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    margin: 0 auto;
}

input.searchbutton {
    border-left: 1px solid #001f43;
}

input#search {
    padding-left: 10px;
    color: rgba(0, 31, 67, 0.45);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    width: 89%;
    height: 30px;
    border: 1px solid #076df2;
}

input.searchbutton {
    width: 30px;
    border: 1px solid #076df2;
    background-color: #cccad7;
    color: #ffffff;
    text-transform: uppercase;
}

.services {
    /*background: #fff7d9;*/
}
/*.bottom-banner_wrapper a.moduleItemCategory.read_more {*/
/*font-size: 14px;*/
/*position: absolute;*/
/*right: 5px;*/
/*bottom: 5px;*/
/*padding: 0;*/
/*text-decoration: underline;*/
/*text-transform: lowercase;*/
/*}*/
#editMe.design_2, img.powrMark__logo-block, span.powrMark__text, .ndfHFb-c4YZDc-i5oIFb.ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
    display: none !important;
}
.bottom_bann .bottom-banner_wrapper a.moduleItemCategory.read_more {
    font-size: 22px;
    position: relative;
    right: 5px;
    bottom: 5px;
    padding: 0;
    text-decoration: none;
    text-transform: inherit;
    color: #05539f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 46px;
    border-bottom: 1.5px solid #05539f;
    font-weight: 500;
}
.bottom_bann .bottom-banner_wrapper {
    background: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: auto;
    border: 2px solid transparent;
    margin-bottom: 15px;
}
.services-title {
    color: #00012d;
    display: block;
    text-align: center;
    padding: 0;
    font-size: 30px;
    line-height: 18px;
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 30px;
}
section.part7 .centered-block {
    margin: 0 auto;
    float: none;
}
.services-title h2 {
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    width: 490px;
    height: 50px;
    left: calc(50% - 245px);
    top: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.part6 .internet-title {
    display: none;
}

.internet-title {
    color: #495149;
    display: block;
    text-align: center;
    padding: 0 15px 15px 15px;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    background-image: url(/templates/vileykagovby_1.0/images/ornament3.png);
    background-size: 100% 25px;
    background-position-y: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 25px;
}

.internet-title h2 {
    position: absolute;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    width: 490px;
    height: 50px;
    left: calc(50% - 245px);
    top: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ecf4de;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.part8 .services.internet {
    background: -o-linear-gradient(top, #e2e9c0, #ecf4de);
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e9c0), to(#ecf4de));
    background: linear-gradient(to bottom, #e2e9c0, #ecf4de);
}

.part8 .services-title {

}

section.part6 .services.internet {
    margin-top: 46px;
}

.services-list {
    list-style: none;
    padding: 0;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    list-style-type: decimal;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 1420px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
section.part8 .services-list {
    list-style: none;
    padding: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: decimal;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
}
.logo3 {
    margin-top: 6%;
    max-width: 28%;
}
.lider img {
    max-width: 150px;
    /* margin-left: 10%; */
    margin: 0 auto;
    display: block;
    width: 106%;
}
section.part7 {
    /*background: #ffffff;*/
}

.services-list li {
    width: 100%;
    list-style-type: none;
    position: relative;
    padding: 13px 0 13px 35px;
}

.services-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 6.5px);
    width: 13px;
    height: 13px;
    background-image: url(/templates/exportofby_1.0/images/gal.png);
    display: block;
    background-size: 100% 100%;
}

.services-list li a {
    color: #0b3468;
    font-size: 20px;
    line-height: 20px;
    font-family: 'PT Sans', sans-serif;
}
div#owl-mainbanners {
    margin: 2% 0;
}
.header-flex {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    padding: 0 !important;
}

.logo {
    margin-top: 20px;
    width: 120px;
    min-width: 108px;
}

.logo-img {
    text-align: center;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    display: block;
    width: 90%;
}
h1.logo-title {
    line-height: 16px;
    text-align: center;
}
.logo-img a {
    width: 100%;
}
h1.logo-title-pre, h1.logo-title-pre a {
    font-weight: bold;
    color: #0b3468;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
}
div#owl-demoIR2 {
    margin-top: 60px;
    /* padding-top: 40px !important; */
}
div#owl-demoIR2 {
    /* border-top: 2px solid; */
    -webkit-box-shadow: 0px -7px 0px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px -7px 0px 0px rgba(221, 221, 221, 1);
}
h1.logo-title2, h1.logo-title2 a {
    color: #f36f21;
    font-size: 32px;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin: 0;
}
.logo2 {
    margin-top: 5%;
}
span.contact-info-inner img {
    opacity: 0.8;
}
span.contact-info-inner>span:nth-child(1) p {
    padding-left: 25px;
    white-space: nowrap;
}
span.contact-info-inner>span:nth-child(1) img {
    display: block;
    float: left;
}
.logo2 img {
    width: 100%;
    max-width: 350px;
}
.contact-info-inner p, .contact-info-inner a {
    margin: 5px 3px;
    color: #0b3468;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 21px;
}

.part2 .col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 0;
}

.logo-img a:first-child img {
    /* width: 98px; */
    /* margin-right: 20px; */
    /*border-radius: 100%;*/
    background: #ffffff;
}
/*a[href="/es/"]:before {*/
/*content: '';*/
/*background-image: url(/templates/exportofby_1.0/images/FlagEs.jpg);*/
/*display: block;*/
/*width: 50px;*/
/*height: 33px;*/
/*position: absolute;*/
/*background-size: 100% 100%;*/
/*}*/
ul.header-menu li a{
    position: relative;
}
/*ul.header-menu li a[href="/es/"]:before {*/
/*content: '';*/
/*background-image: url(/templates/exportofby_1.0/images/FlagEs.jpg);*/
/*display: block;*/
/*width: 50px;*/
/*height: 33px;*/
/*position: absolute;*/
/*background-size: 100% 100%;*/
/*bottom: -33px;*/
/*}*/
/*ul.header-menu li a[href="/ru/"]:before {*/
/*content: '';*/
/*background-image: url(/templates/exportofby_1.0/images/FlagRus.jpg);*/
/*display: block;*/
/*width: 50px;*/
/*height: 33px;*/
/*position: absolute;*/
/*background-size: 100% 100%;*/
/*bottom: -33px;*/
/*}*/
/*ul.header-menu li a[href="/en/"]:before {*/
/*content: '';*/
/*background-image: url(/templates/exportofby_1.0/images/FlagEng.jpg);*/
/*display: block;*/
/*width: 50px;*/
/*height: 33px;*/
/*position: absolute;*/
/*background-size: 100% 100%;*/
/*bottom: -33px;*/
/*}*/
.logo-img a:last-child img {
    width: 100%;
    /* max-width: calc(100% - 15px); */
    display: block;
    height: auto;
    /* margin-left: auto; */
    margin-right: 15px;
    margin-top: 15%;
}
.camera_caption_title {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 1.1em;
}
.log {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.camera_caption > div {
    background: transparent;
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.camera_caption {
    position: absolute;
    width: 42%;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: -webkit-gradient(linear, right top, left top, from(#6997d37a), to(#6897d3));
    background: -o-linear-gradient(right, #6997d37a, #6897d3);
    background: linear-gradient(to left, #6997d37a, #6897d3);
}

.camera_caption_title p {
    margin-bottom: 20px;
    text-transform: initial;
}
.camera_caption_title p:last-child {
    margin-bottom: 5px;
}
html[lang="en-gb"] h1.logo-title2 a {
    font-size: 27px;
}
.logo-info {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -10px;
    /* line-height: 15px; */
}

.newscontainer-itemFullText.itemFullText .fox-container ul li:before {
    display: none;
}
.newscontainer-itemFullText.itemFullText .fox-container ul {
    padding-left: 0;
}
div#fox-container-m373 .chzn-container .chzn-results li {
    line-height: 18px;
    font-size: 16px;
}
html[lang="es-es"] h1.logo-title2 a {
    font-size: 21px;
}
/*.logo-img img[src="/templates/vileykagovby_1.0/images/logo1.png"] {*/
/*width: 23%;*/
/*}*/
.logo-title {
    display: block;
    margin: 0;
}

.logo-title a {
    line-height: 22px;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    color: #1755a6;
    font-size: 21px;
}

.logo-title a span {
    color: #1e0f1c;
    font-size: 33px;
    line-height: 43px;
    text-align: left;
    font-family: 'Rubik', sans-serif;
    display: block;
    font-weight: 500;
}

.logo-title a:hover {
    text-decoration: none;
    color: #cccad7;
}

.header-info {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 50px;
    border-bottom: 1px solid #001f43;
    justify-content: space-evenly;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
}

.header-part1 {
    border-right: 1px solid #001f43;
}

.header-tel img,
.header-email img {
    width: 30px;
    margin-right: 5px;
    display: block;
    float: left;
}

.header-tel a,
.header-email a {
    color: #001f43;
    font-family: 'PT Sans', sans-serif;
    font-size: 20px;
}

.header-tel a:hover,
.header-email a:hover {
    text-decoration: none;
    padding: 12px;
}

.header-menu {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    position: relative;
    z-index: 100;
    margin-top: 23%;
    margin-bottom: 25%;
    width: 100%;
}
.itemRelated>span {
    font-weight: bold;
}
.header-menu li {
    list-style-type: none;
    /*margin-left: 18px;*/
}

.header-menu li a {
    font-family: 'PT Sans', sans-serif;
    min-width: auto;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 12px;
    margin-left: 20px;
    /* width: 30px; */
    /* height: 30px; */
    color: #2159a0;
    text-transform: inherit;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    text-decoration: underline;
}

.header-menu li img:hover {
    opacity: 0.8;
}

.part2 {
    position: relative;
}

.slider {
    position: absolute;
    top: 0;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

.slider img {
    width: 100%;
}

.contact-info {
    padding-top: 40px;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.header_verh>div:nth-child(3) {
    padding-right: 0;
}
.logo-info-pre {
    margin-bottom: 15px;
}
.banner-hello--chairman img {
    width: 60%;
    height: 60%;
}

.contacts-info-left {
    background-color: rgba(255, 255, 255, 0.8);
    height: 500px;
}

.header-search {
    padding-top: 12px;
    position: relative;
    z-index: 100;
}

.contact-info-wrapper {
    position: relative;
    z-index: 100;
}

.contact-info-inner {
    display: block;
    padding: 0 0 10px 10px;
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    color: #00012d;
    font-family: 'Roboto', sans-serif;
}

.contact-info-inner span {
    display: block;
    margin-bottom: 15px;
}

.contact-info-inner span p a {
    /*color: #00012d;*/
}
.contact-info-inner span p a.email {
    /*color: #335c9c;*/
}
.contact-info-inner span p.email a {
    /*color: #007457;*/
}

.contact-info-inner p {
    /*margin: 10px;*/
}

.banner-menu {
    width: 210px;
}

.banner-menu-wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    margin-top: 15px;
}


.banner-menu-more {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 5px;
    height: 30px;
    margin-top: -15px;
}
.wrapper_slick-slide>a:nth-child(2) {
    min-height: 100px;
    width: 100%;
}
.banner-menu:nth-child(1) .banner-menu-more {
    background-color: #076df2;
}
.banner-menu:nth-child(2) .banner-menu-more {
    background-color: #4493f9;
}
.banner-menu:nth-child(3) .banner-menu-more {
    background-color: #74aef9;
}

.banner-menu {
    margin: 0 auto;
    text-align: center;
}

.banner-menu:nth-child(2) .banner-menu-background {
    height: 120px;
    background: url("/templates/vileykagovby_1.0/images/banner/guests.jpg") no-repeat 100% 100%;
}

.banner-menu:nth-child(3) .banner-menu-background {
    height: 120px;
    background: url("/templates/vileykagovby_1.0/images/banner/residents.jpg") no-repeat 100% 100%;
}

.banner-menu:nth-child(4) .banner-menu-background {
    height: 120px;
    background: url("/templates/vileykagovby_1.0/images/banner/business.jpg") no-repeat 100% 100%;
}

.banner-menu-image {
    width: 150px;
    height: 150px;
    border: 1px solid #e2e9c0;
    border-radius: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-menu:nth-child(2) .banner-menu-image span.banner-menu-image--single {
    background: url("/templates/vileykagovby_1.0/images/banner/gues.png") no-repeat 100% 100%;
    height: 86px;
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-menu:nth-child(3) .banner-menu-image span.banner-menu-image--single {
    background: url("/templates/vileykagovby_1.0/images/banner/resid.png") no-repeat 100% 100%;
    height: 86px;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-menu:nth-child(4) .banner-menu-image span.banner-menu-image--single {
    background: url("/templates/vileykagovby_1.0/images/banner/bus.png") no-repeat 100% 100%;
    height: 86px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-menu-more:hover {
    text-decoration: none;
    color: #7aa95c;
    border-color: #7aa95c;
}

.banner-menu {
    position: relative;
}

.banner-menu-inner {
    height: 260px;
}
.banner-menu:nth-child(1) .banner-menu-inner{
    background-color: #83b6f8;
}
.banner-menu:nth-child(2) .banner-menu-inner{
    background-color: #a1c9fc;
}
.banner-menu:nth-child(3) .banner-menu-inner{
    background-color: #b9d6fc;
}
section.part4 .display-centered{
    margin: 0 auto;
    float: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
section.part4 .col-xs-12.col-sm-12.col-md-12.col-lg-12.display-centered {
    margin-top: 15px;
}
.top-banners {
    margin: 3px 0;
}
section.part414 .col-xs-12.col-sm-12.col-md-12.col-lg-12.display-centered {
    padding: 0;
}
a.top-banners--link {
    line-height: 30px;
    position: relative;
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* padding: 15px; */
    text-transform: uppercase;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    color: #ffffff;
    font-size: 29px;
    font-weight: 300;
    font-family: 'PT Sans', sans-serif;
}
.moduletable_menu-main nav.menu-main_left li {
    list-style: none;

}
.moduletable_menu-main nav.menu-main_left li a {
    padding: 15px 25px;
    position: relative;
}
.moduletable_menu-main nav.menu-main_left li a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}
.itr_yy {}

.tab-content.tab-contentnews.four-news_main .newsmain-title .itr_yy a.newsmain-more {
    color: #f47021;
    font-weight: 400;
    font-size: 15px;
}

.itr_yy {
    display: inline;
}
a.main-banner_img img {
    min-height: auto;
    max-width: 100%;
    max-height: 100%;
    /* min-width: 50px; */
    width: auto;
}
.bottom_bann .bottom-banner_wrapper:nth-child(1) {
    display: block;
}

.bottom_bann .bottom-banner_wrapper {
    display: none;
}
.bottom-banner_wrapper2 a {
    display: none;
}
.bottom-banner_wrapper2 a:nth-child(1) {
    display: block;
}
.bottom-banner_wrapper2 a:nth-child(1) {
    display: block;
    min-width: 200px;
    margin: 0 auto;
    /* background: #05539f; */
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #05539f;
    padding: 5px;
    font-size: 20px;
    /* position: relative; */
    width: 20%;
}
.bottom-banner_wrapper2 a:nth-child(1):hover {
    text-decoration: none;
    opacity: 0.7;
}
div#owl-demoIR2, div#owl-mainbanners {
    /* margin-top: 9%; */
    /* margin-bottom: 2%; */
    padding: 20px 2% 0 2% !important;
}
div#owl-mainbanners ul.slick-dots {
    display: none !important;
}
.moduletable_menu-main nav.menu-main_left li a{
    display: block;
    width: 100%;
}
.moduletable_menu-main nav.menu-main_left li a:after {
    content: '';
    position: absolute;
    width: 100%;
    /*background: red;*/
    height: 2px;
    left: 0;
    bottom: 0;
    background: -o-linear-gradient(45deg, #6997d3, #4282d3);
    background: linear-gradient(45deg, #6997d3, #4282d3);
    z-index: 0;
}
div#owl-mainbanners .slick-slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 180px;
    position: relative;
}
div#owl-mainbanners .slick-slide a:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 75%;
    display: block;
    /* background: #f0f0f0; */
}
div#owl-mainbanners .slick-slide a:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 75%;
    display: block;
    /* background: #f0f0f0; */
}
div#owl-mainbanners .slick-slide img {
    /*margin: 0 auto;*/
    height: 150px;
    width: auto;
}
div#owl-demoIR2 button.slick-prev.slick-arrow {
    height: 30px;
    width: 20px;
    left: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    color: transparent;
}
.lider p {
    margin: 3px 3px;
    color: #0b3468;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: transparent;
}
div#owl-demoIR2 button.slick-next.slick-arrow {
    height: 30px;
    width: 20px;
    right: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: transparent;
}
div#owl-mainbanners button.slick-prev.slick-arrow {
    height: 30px;
    width: 20px;
    left: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    color: transparent;
}
div#owl-mainbanners button.slick-next.slick-arrow {
    height: 30px;
    width: 20px;
    right: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: transparent;
}
.slick-prev:before, .slick-next:before {
    color: transparent !important;
}
h3.main_title-wr {
    text-align: center;
    font-size: 44px;
    margin: 40px 0;
}
h3.wrapper_slick-slide a, h3.wrapper_slick-slide {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    color: #0b3468;
    line-height: 16px;
    display: block;
    text-align: center;
}
h3.wrapper_slick-slide a, h3.wrapper_slick-slide {
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    color: #062349;
    line-height: 16px;
    display: block;
    text-align: center;
    z-index: 300;
    font-weight: 500;
    width: 100%;
    padding: 5px 10px;
    margin: 0;
    /* font-weight: 500; */
}
.wrapper_slick-slide img {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
}
section.part77, section.part7 {
    /* background: linear-gradient(180deg, #ffffff, #f0f0f0); */
}
div#owl-demoIR2 ul.slick-dots {
    display: none !important;
}
.wrapper_slick-slide>a {
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    padding-bottom: 20px;
}
.wrapper_slick-slide>a:nth-child(1) {
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    padding-bottom: 10px;
}
.wrapper_slick-slide {
    margin: 0 10px;
}
.banner-menu:first-child .banner-hello {
    border-top: 5px solid #7aa95c;
}
.top-banners--wrapper {
    width: 90%;
    height: 105px;
    position: relative;
    display: block;
    margin: 0 auto;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left: 70px;
    background-size: 50px;
}
.banners_link {
    position: relative;
    display: inline-block;
    height: auto;
    box-sizing: content-box;
    margin-bottom: 0;
    width: 100%;
}
.top-banners {
    background-image: url(/templates/exportofby_1.0/images/button_main.png);
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: 100% 100%;
    background-position-y: 0;
    background-position-x: 0;
    background-size: 100% 108%;
}
.banner-hello--chairman {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-hello--chairman > div > span {
    color: #1e0f1c;
    font-size: 18px;
    display: block;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 2px;
}

.banner-hello--link {
    height: 200px;
    width: 230px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

p.banner-hello--text > span {
    display: block;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 23px;
}

p.banner-hello--text > span:after {
    height: 1px;
    content: '';
    width: 33%;
    position: relative;
    top: 12px;
    background-color: #e2e9c0;
    display: block;
    margin: 0 auto;
}

.banner-hello--link > a {
    top: 20px;
    padding: 9px 12px;
}

p.banner-hello--text {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 0 10px;
}

.banner-hello--chairman > div {
    display: block;
    text-align: left;
    color: #1e0f1c;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 0 0 15px;
    font-family: 'Open Sans', sans-serif;
}

.banner-menu-title a {
    color: #ffffff;
    font-size: 25px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
    line-height: 20px;
    font-family: 'Cuprum', sans-serif;
}

.banner-menu-list {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0 5px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.banner-menu-list li {
    list-style-type: none;
    text-align: center;
    margin-left: -40px;
    margin-bottom: 2px;
}

.banner-menu-list li a {
    font-family: 'Roboto', sans-serif;
    color: #00012d;
    font-size: 16px;
    line-height: 16px;
}

.banner-menu h2.banner-menu-title {
    margin-top: 6px;
    padding-top: 10px;
}

.banner-menu h2.banner-menu-title a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.banners-left {
    margin: 45px 0;
}

.part5 > .row > .col-xs-12.col-sm-3.col-md-3.col-lg-3:first-child {
    padding-right: 0;
}

.banners-left-top-item a {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    margin: 2.5%;
    width: 88%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #495149;
    height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.bannergroup.banners-left-top {
    margin-top: 30px;
}

.banners-left-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.banners-left-top-item a:before {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height: 50px;
    background-color: #7aa95c;
    z-index: -1;
    top: 0;
}

.banners-left-item {
    background: #fff;
    margin: 7.5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    /*  display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;*/
    padding: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.bottom-banner_wrapper2 {
    margin-bottom: 20px;
}
.banners-left-item a {
    color: #001f43;
    font-family: 'HelveticaBold', sans-serif;
    font-size: 15px;
    display: block;
}

.banner-left-imgwrap {
    margin: 1px 0 0 5px;
    float: left;
    max-width: 30%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}



button.slick-prev.slick-arrow {
    top: calc(50%);

}
.banner-left_carousel{
    position: relative;
}
.banner-left_carousel button.slick-prev.slick-arrow {
    top: calc(50%);
    position: absolute;
    top: 50%;
    height: 30px;
    width: 20px;
    left: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    color: transparent;
    z-index: 300;
}
.banner-left_carousel button.slick-next.slick-arrow {
    height: 30px;
    width: 20px;
    right: 5px;
    background-image: url(/templates/exportofby_1.0/images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position-x: center;
    background-position-y: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: transparent;
    top: 46%;
    position: absolute;
    z-index: 300;
}


button.slick-next.slick-arrow {
    top: calc(50% - 15px);

}

.banners-left .slick-vertical button.slick-prev.slick-arrow::before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/arrow.png);
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: 10px;
    top: -30px;
    width: 27px;
    height: 15px;
    left: -13px;
    position: absolute;
    z-index: 1000;
}
.banner-menu:nth-child(1) .banner-menu-inner:before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/turism.png);
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
}
.banner-menu:nth-child(2) .banner-menu-inner:before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/buisnes.png);
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
}
.banner-menu:nth-child(3) .banner-menu-inner:before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/info.png);
    display: block;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
}
.banners-left .slick-vertical button.slick-next.slick-arrow::before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/arrow.png);
    background-repeat: no-repeat;
    margin: 10px;
    bottom: -10px;
    width: 27px;
    height: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    z-index: 100;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.background-blue {
    /*background: #ffffff;*/
}
.background-ornament {
    background-image: url(/templates/vileykagovby_1.0/images/ornament2.png);
    background-repeat: no-repeat;
    /* background-position-x: right; */
    background-position-x: calc(100% - 16px);
    background-position-y: 30px;
}

.banners-left-item a {
    display: block;
    float: right;
    font-weight: 500;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #1a7ec3;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.banner-left-imgwrap a img {
    margin: 0 auto;
}

.banners-left-item a:hover {
    text-decoration: none;
}

.banners-left-item .banner-left-imgwrap a {
    padding: 0;
}
.banners-right-item {
    /*margin-bottom: 15px;*/
    display: block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #2159a0;
    -webkit-box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 4px 7px 0px rgba(0,0,0,0.5);
    min-height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bottom-banner_wrapper {
    background: #05539f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 46px;
}
.bottom-banner_wrapper>img {
    max-height: 32px;
}
.banners-right {
    margin-bottom: 30px;
}
.bottom-banner_wrapper {
    margin-bottom: 5px;
    position: relative;
}

.bottom-banner_wrapper a {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'PT Sans', sans-serif;
}
.bottom-banner_wrapper a:hover {
    text-decoration: underline;
    opacity: 0.6;
    color: #ffffff;
}
.bottom-banner_wrapper a img {
    position: absolute;
    height: 15px;
    right: 5px;
    top: calc(50% - 7.5px);
}
h3.main_title {
    display: block;
    text-align: left;
    margin: 20px 0;
    padding-left: 10%;
}
h3.main_title img {
    width: 270px;
}
.banners-right-item_single img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
div#owl-demoIR2 .owl-item img, #owl-mainbanners .owl-item img {
    width: auto;
    /*display: block;*/
    /*margin: 0 auto;*/
    max-height: 120px;
    /*margin: 0 auto;*/
    /*padding: 0 2%;*/
}
a.main-banner_img {
    display: block;
    height: 90px;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    padding-top: 10px;
}
.left_vip-banner a.main-banner_img {
    display: block;
    height: auto;
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.left_vip-banner a.main-banner_img img {
    max-width: 127px;
    height: auto;
    width: 100%;
}
.banners-right-item_vip {
    border-bottom: 2px solid #00000059;
    padding-bottom: 15px;
}
.right-banner_wrapper-vip>a {
    color: #000000;
    font-size: 20px;
    text-decoration: underline;
}
.right-banner_wrapper-vip {
    padding-left: 30px;
}
.right-banner_wrapper-vip .news-catItemIntroText {
    font-size: 16px;
    padding-top: 10px;
}
.left-banner_wrapper {
    display: block;
    /* width: 32%; */
    /* float: left; */
    position: relative;
    min-width: 127px;
    width: 127px;
    max-width: 127px;
}
.left-banner_wrapper a:before {
    display: block;
    content: '';
    background-color: rgba(105, 151, 211, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #2159a0;
}
.left-banner_wrapper a:after {
    content: '';
    background-image: url(/templates/exportofby_1.0/images/magazine.png);
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 6px;
    right: 8px;
}
.left-banner_wrapper>a {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: block;
}
.left-banner_wrapper.left-banner_wrapper-inner>a {
    width: 155px;
    height: 219.25px;
    overflow: hidden;
    position: relative;
    display: block;
    /* margin: 0 auto; */
}
.left-banner_wrapper.left-banner_wrapper-inner {
    width: 100%;
}
.right-banner_wrapper {
    display: block;
    width: 100%;
    max-width: 60%;

}

.left-banner_wrapper a img {
    width: 100%;
}

a.main-banner_img {}
ul.tab-actual {
    margin-top: 15px;
}

ul.tab-actual .actual-tab1, ul.tab-actual .actual-tab2 {
    display: none;
}

.part5 .nav.tab-actual > li > a {
    color: #076df2;
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 23px;
    line-height: 15px;
    background: #ffffff;
    width: 91%;
    margin-left: 9.7%;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    border: 0;
    margin-top: -1px;
}



.photo-gallery {

}

section.part5 > .col-xs-12.col-sm-3.col-md-3.col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

section.part5 > .col-xs-12.col-sm-9.col-md-9.col-lg-9 {
    padding-left: 5px;
    padding-right: 0;
}

.part5 .tab {

}

.part5 .nav.tab-actual > li {
    width: 50%;
    background: #076df2;
    height: 50px;
}

.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {
    color: #076df2;
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 23px;
    line-height: 15px;
    background: #ffffff;
    width: 91%;
    margin-left: 9.7%;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    font-weight: bold;
    border: 0;
    margin-top: -1px;
}

.part5 .nav.tab-actual > li:hover {

}

.banners-right-item .right-banner_wrapper a {
    color: #09336c;
    font-size: 15px;
    /* line-height: 20px; */
    font-family: 'PT Sans', sans-serif;
    /* font-weight: 500; */
    /* text-align: left; */
    text-align: center;
    display: block;
    padding: 7px 5px 0 5px;
    line-height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-size: auto 90%;
}
/*.banners-right-item > a:first-child {*/
/*display: flex;*/
/*height: 34px;*/
/*width: 100%;*/
/*align-items: center;*/
/*padding: 10px;*/
/*color: #000000;*/
/*font-family: 'PT Sans', sans-serif;*/
/*font-weight: bold;*/
/*font-size: 18px;*/
/*}*/

.banners-right-item > a:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 10px;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
}
a.read_more_banner {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-decoration: underline;
    color: #000000;
    font-size: 18px;
}

.preds-words {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    margin-top: 20px;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>span:nth-child(1) {
    display: block;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 4px 2px rgba(221, 221, 221, 1);
    padding: 0 60px;
    margin: 30px 0;
    margin-top: 0;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>span {
    display: block;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 4px 2px rgba(221, 221, 221, 1);
    padding: 30px 60px;
    margin: 25px 0;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari{
    clear: both;
    float: none;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(2) {
    margin-right: 6% !important;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(1) {
    width: 100%;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(3), .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(2) {
    width: 47%;
    float: left;
    margin: 0;
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>span p {
    font-size: 19px;
    line-height: 25px;
    text-indent: 1.5em;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>span.link_tovari {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 22px;
    font-size: 35px;
}
div.pp_default .pp_social {
    display: none;
}

div.pp_default .pp_description {
    clear: both;
    float: none;
    display: none !important;
}

.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul>li {
    display: block;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(221, 221, 221, 1);
    box-shadow: 0px 0px 4px 2px rgba(221, 221, 221, 1);
    padding: 10px 30px;
    max-width: 100%;
    margin: 30px auto;
    text-align: left;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul>li.sigProThumb {
    display: block;
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(221, 221, 221, 1);
    box-shadow: none;
    padding: 0;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>b {
    text-align: right;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 3;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText a {
    color: #040615;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText span.link_tovari a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText span.link_tovari a {
    color: #428bca;
}
.statyi_wrapper {}

.left_statyi {
    width: 150px;
    float: left;
    display: block;
}

.right_statyi {
    width: calc(100% - 150px);
    float: right;
    display: block;
    padding-left: 15px;
}
.left_statyi a {
    width: 150px;
    height: 150px;
    display: block;
    background-size: cover;
    border-radius: 100%;
    background-position: center;
}
.left_statyi img {
    border-radius: 100%;
}

.moduleItemAuthor.statyi_author a {
    color: #2159a0;
    font-weight: bold;
    font-size: 17px;
    line-height: 19px;
    font-family: 'PT Sans', sans-serif;
    /* text-transform: uppercase; */
    margin-bottom: 3px;
    display: block;
}
a.moduleItemTitle.statyi_title {
    display: block;
    margin-bottom: 3px;
}
div#owl-demo {}

/*div#owl-demo .owl-dots button {*/
/*display: block;*/
/*width: 15px;*/
/*height: 15px;*/
/*background: #f0f0f0;*/
/*border-radius: 100%;*/
/*margin: 5px;*/
/*}*/

div#owl-demo .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

div#owl-demo .owl-dots button.active {
    background: #d1d1d1;
}

div#owl-demo .owl-dots button:focus {
    outline: none;
}

div#owl-demo .owl-dots:focus {
    outline: none;
}
div#owl-demo .owl-dots button:focus {
    outline: none;
}
a.moduleItemTitle.statyi_title {
    font-weight: bold;
    color: #020c19;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    line-height: 17px;
}

.moduleItemIntrotext.statyi_description {font-family: 'PT Sans', sans-serif;font-size: 16px;line-height: 16px;display: inline-block;padding-bottom: 15px;}
.statyi_main {
    margin-top: 50px;
}
.statyi_wrapper {
    background-color: #f0f0f075;
    display: flex;
    position: relative;
    padding: 20px;
    margin: 0 20px;
    min-height: 180px;
}
a.moduleItemReadMore.statyi_more {
    text-transform: lowercase;
    text-align: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #f47021;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    text-decoration: underline;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul {
    padding: 0;
}
.part2-item.tovari-wrapper .newscontainer-itemFullText.itemFullText>p:nth-child(1) {
    margin-top: 0;
}
ul.sigProClassic li.sigProThumb span.sigProLinkWrapper {
    border: none;
}
.sigProContainer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}
.newscontainer-itemFullText.itemFullText ul.sigProContainer li:before, .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul>li:before{
    display: none;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(1){
    min-height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul>li.sigProThumb:nth-child(1), .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul>li.sigProThumb:nth-child(2) {
    margin-right: 20px;
}
@media screen and (max-width: 768px){
    .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(3), .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>ul.adress_tovari li:nth-child(2) {
        width: 100%;
        float: none;
        clear: both;
        min-height: auto;
        margin: 30px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .part2-item.tovari-wrapper>.newscontainer-itemFullText.itemFullText>span.link_tovari {
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 22px;
        font-size: 30px;
    }

}

li.sigProThumb {
    width: 100%;
    display: flex;
    justify-content: center;
}
ul.sigProClassic li.sigProThumb span.sigProLinkOuterWrapper {
    background: none;
}
.preds-words p {
    color: #00012d;
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
    position: relative;
}
.camera_caption_title a:hover {
    text-decoration: underline;
    color: #ffffff;
}
.camera_caption_title a {
    color: #ffffff;
    text-decoration: none;
}
.preds-img {
    padding: 15px 15px 30px 15px;
}
.preds-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #83b6f8;
}
section.part1 {
    position: relative;
    z-index: 101;
    width: 100%;
    top: 0;
    background: transparent;
}
img.slider-top {
    width: 100%;
}

.preds-words img {
    display: block;
    position: relative;
    z-index: 100;
    width: 130px;
    height: auto;
    text-align: center;
}

.preds-title {
    margin: 0;
    display: block;
    text-align: left;
    padding-top: 30px;
}

.preds-title a {
    display: block;
    color: #ffffff;
    font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    line-height: 15px;
    font-weight: bold;
}

.preds-words span {
    display: block;
    color: #00012d;
    font-size: 12px;
    text-align: left;
    line-height: 10px;
    padding-top: 5px;
}
.part2 .row {
    margin: 0;
}
.preds-more {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    margin: 0 auto;
    background: #076df2;
    font-weight: bold;
    padding: 0 5px;
    height: 30px;
    margin-top: -15px;
    margin-bottom: 15px;
}

ul.mainmenu {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-evenly;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: justify;
}

ul.mainmenu li {
    list-style-type: none;
}
.animated.delay-010s {
    -webkit-animation-delay: .10s;
    animation-delay: .10s;
}

.animated.delay-020s {
    -webkit-animation-delay: .20s;
    animation-delay: .20s;
}

.animated.delay-030s {
    -webkit-animation-delay: .30s;
    animation-delay: .30s;
}

.animated.delay-040s {
    -webkit-animation-delay: .40s;
    animation-delay: .40s;
}

.animated.delay-050s {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.animated.delay-060s {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.animated.delay-070s {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.animated.delay-080s {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}

.animated.delay-120s {
    -webkit-animation-delay: 1.20s;
    animation-delay: 1.20s;
}

.animated.delay-140s {
    -webkit-animation-delay: 1.40s;
    animation-delay: 1.40s;
}

.animated.delay-160s {
    -webkit-animation-delay: 1.60s;
    animation-delay: 1.60s;
}

.animated.delay-180s {
    -webkit-animation-delay: 1.80s;
    animation-delay: 1.80s;
}

/*#owl-mainbanners .owl-wrapper {*/
/*display: flex;*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*}*/
/*#owl-mainbanners .owl-item .item:hover:before {*/
/*background: linear-gradient(to top, #cf8920 0%, rgba(255,255,255,1) 41%);*/
/*-webkit-transition: .5s ease-out 0s;*/
/*-o-transition: .5s ease-out 0s;*/
/*transition: .5s ease-out 0s;*/
/*}*/
/*#owl-mainbanners .owl-item .item {*/
/*background-color: #078cdb;*/
/*min-height: 150px;*/
/*margin: 0 10px;*/
/*padding: 10px;*/
/*max-width: 260px;*/
/*-webkit-box-align: center;*/
/*-webkit-align-items: center;*/
/*-ms-flex-align: center;*/
/*align-items: center;*/
/*-webkit-box-pack: center;*/
/*-webkit-justify-content: center;*/
/*-ms-flex-pack: center;*/
/*justify-content: center;*/
/*display: flex;*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*flex-direction: column;*/
/*position: relative;*/
/*}*/
/*#owl-mainbanners .owl-item .item:before {*/
/*content: '';*/
/*position: absolute;*/
/*width: 45%;*/
/*height: 100%;*/
/*background: linear-gradient(to top, rgba(7,141,219,1) 0%, rgba(255,255,255,1) 41%);*/
/*z-index: 0;*/
/*}*/
/*#owl-mainbanners .owl-item .item a, #owl-mainbanners .owl-item .item h3{*/
/*position: relative;*/
/*z-index: 1;*/
/*}*/
/*#owl-mainbanners .owl-item .item h3 {*/

/*}*/

/*#owl-mainbanners .owl-item .item img {*/
/*width: 75px;*/
/*}*/

/*#owl-mainbanners .owl-item .item h3 a {*/
/*font-size: 15px;*/
/*display: block;*/
/*text-align: center;*/
/*font-family: 'Roboto', sans-serif;*/
/*font-weight: 600;*/
/*color: #ffffff;*/
/*text-shadow: 1px 1px 3px #000000;*/
/*}*/

/*#owl-mainbanners {*/
/*margin: 50px 0;*/
/*}*/

.footer-info {
    position: relative;
    height: 330px;
    width: 88%;
    left: -15px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    top: 0;
    /* display: flex; */
}

section.part9 {
    border-top: 15px solid #ffffffb3;
    min-height: 300px;
    border-bottom: 15px solid #ffffffb3;
}

.footer-contacts {
    padding: 3px;
}

.footer-info img {
    display: block;
    float: left;
    margin: 2.5%;
    max-width: 15%;
    height: auto;
}

.footer-info-txt {
    display: block;
    float: left;
    width: 80%;
    padding-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #1e0f1c;
    padding-top: 7px;
}

.footer-info-txt p {
    color: #0b3468;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
.footer-info-txt p:first-child {
    /*margin-bottom: 10px;*/
    /*margin-left: -15px;*/
}
section.part2 .contact-info-wrapper {
    /*background: #fff7d9;*/
}
.slideshowck.camera_wrap.camera_amber_skin {
    background: transparent;
    margin: 0 auto;
    margin-bottom: 40px;
}
.product {
    display:none;
}
a#js-loadMore{
    display: block;
    min-width: 200px;
    margin: 0 auto;
    /* background: #05539f; */
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #05539f;
    padding: 5px;
    font-size: 20px;
    /* position: relative; */
    width: 20%;
}
.footer-name div {
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    left: -15px;
    top: 0;
}

.footer-info-txt p a.footer-email {
    color: #007457;
}

.footer-name {
    position: relative;
}

.footer-info-txt p a {
    color: #0b3468;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/arrow.png);
    background-repeat: no-repeat;
    margin: 10px;
    bottom: -10px;
    width: 27px;
    left: -20px;
    height: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    z-index: 100;
    display: block;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: '';
    background-image: url(/templates/borisovgovby_1.0/images/arrow.png);
    background-repeat: no-repeat;
    margin: 10px;
    bottom: -10px;
    width: 27px;
    height: 15px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    z-index: 100;
    display: block;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #6c9ea1;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 22px;
    position: absolute;
    top: 24% !important;
    text-indent: -10000px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-top: 50px; */
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    width: 100%;
}

/*#cssmenu > ul > li:before {*/
/*content: '';*/
/*position: absolute;*/
/*width: 10px;*/
/*height: 10px;*/
/*background-color: #ffffff;*/
/*-webkit-border-radius: 100%;*/
/*border-radius: 100%;*/
/*top: -webkit-calc(50% - 5px);*/
/*top: calc(50% - 5px);*/
/*right: -5px;*/
/*z-index: 10;*/
/*}*/

#cssmenu > ul > li:last-child:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background-color: transparent;
    border-radius: 100%;
    top: calc(50% - 5px);
    right: -5px;
    z-index: 0;
}

#cssmenu ul li {
    list-style-type: none;
    text-align: center;
    padding: 18px 25px;
    display: block;
}

#cssmenu ul li:active, #cssmenu ul li:hover {
    /* background: rgba(255, 247, 227, 0.95); */
}

#cssmenu ul li:hover>a {
    color: #fff;
    /* font-weight: bold; */
    text-decoration: underline;
}

#cssmenu ul li ul {
    padding: 0;
}

#cssmenu ul li ul {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    z-index: 1000000;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu ul li a {
    color: #ffffff;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
#cssmenu ul li.main-icon a {
    border-bottom: 0;
}

#cssmenu ul li a:hover {
    /*text-decoration: none;*/
    color: #fff;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

cssmenu > ul > li:hover > a {
    color: #ffffff;
    font-weight: bold;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 7px;
    right: -21px;
    content: "";
    /* background-image: url(/templates/exportofby_1.0/images/arrow-menu.png); */
    width: 7px;
    height: 7px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: 7px solid transparent;
    border-top: 7px solid #2159a0;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-top: 7px solid #f47021;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 56px;
    margin-left: -15px;
    background: #2159a0;
    width: 270px;
}

#cssmenu ul li ul li:hover > ul {
    left: 0;
}

#cssmenu ul ul ul {
    position: absolute;
    left: -9999px;
    top: 55px;
}

#cssmenu ul ul ul {
    width: 180px;
}

#cssmenu li:hover > ul {
    left: 15px;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: -180px;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    /*  height: 0;
      -webkit-transition: height .2s ease;
      -moz-transition: height .2s ease;
      -ms-transition: height .2s ease;
      -o-transition: height .2s ease;
      transition: height .2s ease;*/
}

#cssmenu ul li:hover > ul > li {
    /* height: 32px;*/
}

#cssmenu ul ul li {
    padding: 0;
}

#cssmenu ul ul li a {
    padding: 5px 15px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid #898989;
    font-size: 20px;
    text-transform: none;
    text-align: left;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #df7021;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #076df2;
    border-left: 1px solid #076df2;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #076df2;
    border-left: 1px solid #076df2;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media screen and (max-width: 769px) {
    #cssmenu {
        width: 100%;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        margin: 0;
    }

    #cssmenu ul ul {
        background: none;
        top: 15px;
    }

    #cssmenu ul li a {
        color: #ffffff;
        font-size: 14px;
        border-bottom: 1px solid;
    }

    #cssmenu ul li a:hover {
        text-decoration: none;
        border-bottom: none;
    }

    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }

    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        padding: 0;
        border: none;
    }

    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }

    #cssmenu ul ul li a {
        padding: 15px;
        text-align: left;
        font-size: 14px;
        color: #ffffff !important;
        background: none;
    }
    #cssmenu ul ul {
        width: 100%;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #000000;
        border: none;
    }

    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }

    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'TenorSans-Regular', sans-serif;
        width: 100%;
        right: 10px;
    }

    #menu-button {
        position: absolute;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        right: 0;
    }

    #menu-button span {
        display: block;
        width: 32px;
        position: absolute;
        right: 0;
        height: 2px;
        background-color: #f36f21;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out;
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    #menu-button span:nth-child(1) {
        top: 30%;
    }

    #menu-button span:nth-child(2) {
        top: calc(30% + 8px);
    }

    #menu-button span:nth-child(3) {
        top: calc(30% + 16px);
    }

    #menu-button.menu-opened span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 30%;
    }

    #menu-button.menu-opened span:nth-child(2) {
        width: 0;
        opacity: 0;
    }

    #menu-button.menu-opened span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(30% + 22px);
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 42px;
        width: 42px;
        cursor: pointer;
    }

    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        display: block;
        width: 1px;
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        height: 11px;
        background: #ffffff;
        z-index: 99;
    }

    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: -13px;
        top: 15px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        display: block;
        width: 11px;
        height: 1px;
        background: #ffffff;
        z-index: 99;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    /*.preds-title {*/
    /*padding-top: 0;*/
    /*}*/
    /*.preds-words p {*/
    /*line-height: 14px;*/
    /*font-size: 13px;*/
    /*}*/
    /*.contact-info-inner {*/
    /*font-size: 14px;*/
    /*line-height: 14px;*/
    /*}*/
    /*.banner-menu-title a {*/
    /*color: #ffffff;*/
    /*font-size: 23px;*/
    /*}*/
    /*.logo-title a {*/
    /*font-size: 35px;*/
    /*}*/

    /*.logo-title a span {*/
    /*font-size: 29px;*/
    /*}*/

    /*.banner-menu-list li a {*/
    /*font-size: 15px;*/
    /*}*/
    /*.top-banners--wrapper {*/
    /*width: 100%;*/
    /*height: 110px;*/
    /*position: relative;*/
    /*background-position-x: center;*/
    /*}*/
    /*.part5 .tab.tabnews .nav-tabs > li > a {*/
    /*color: #ffffff;*/
    /*position: relative;*/
    /*z-index: 2;*/

    /*font-size: 18px;*/
    /*}*/

    /*.banner-hello--chairman img {*/
    /*width: 55%;*/
    /*height: 55%;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 86%;*/
    /*}*/

    /*.tab.tabnews ul.nav.nav-tabs > li > a:before {*/
    /*top: 17%;*/
    /*}*/

    /*.banners-right-item a img {*/

    /*}*/

    /*.banners-right-item > a:first-child {*/
    /*font-size: 14px;*/
    /*}*/

    /*.newsmain-wrapper .odd.newsmain-item {*/

    /*}*/

    /*#owl-mainbanners .owl-item .item > a > img {*/

    /*}*/

    /*.banner-left-imgwrap a img {*/
    /*width: 90%;*/
    /*}*/
    /*.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {*/
    /*color: #00012d;*/
    /*font-size: 20px;*/
    /*}*/
    /*.part5 .nav.tab-actual > li > a {*/
    /*font-size: 20px;*/
    /*}*/
}

@media screen and (max-width: 1350px) {
    ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
        height: auto !important;
    }
}
@media screen and (max-width: 1300px) {
    .camera_caption_title p {
        font-size: 0.9em;
        line-height: 0.9em;
        margin-bottom: 2%;
    }
    .camera_caption {
        height: 32%;
    }
    a.top-banners--link {
        line-height: 27px;
        font-size: 24px;
    }
    .banners-right-item .right-banner_wrapper a:nth-child(1) {
        height: 60px;
    }
    /*.banners--single h3 {*/
    /*font-size: 15px;*/
    /*}*/
    /*.preds-words img {*/
    /*width: 100px;*/
    /*}*/
    /*.banners-one .banners--single h3 {*/
    /*padding: 2% 1% 2% 35%;*/
    /*}*/
    /*.preds-title {*/
    /*padding-top: 0px;*/
    /*}*/
    /*.preds-block {*/
    /*display: flex;*/
    /*background: #c7d7bd;*/
    /*min-height: 260px;*/
    /*}*/
    /*.banners-tree .banners--single h3 {*/
    /*padding: 2% 51% 1% 6%;*/
    /*}*/

    /*.logo-title a {*/
    /*font-size: 35px;*/
    /*}*/

    /*.logo-title a span {*/
    /*font-size: 29px;*/
    /*}*/

    /*.banner-menu-list li a {*/
    /*font-size: 16px;*/
    /*}*/

    /*.banner-hello--chairman img {*/
    /*width: 55%;*/
    /*height: 55%;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 86%;*/
    /*}*/

    /*.tab.tabnews ul.nav.nav-tabs > li > a:before {*/
    /*top: 17%;*/
    /*}*/

    /*.banners-right-item a img {*/
    /*width: 190%;*/
    /*}*/

    /*.banners-right-item > a:first-child {*/
    /*font-size: 12px;*/
    /*}*/
    /*.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {*/
    /*font-size: 17px;*/
    /*}*/
    /*.part5 .nav.tab-actual > li > a {*/
    /*font-size: 17px;*/
    /*}*/
    /*.newsmain-wrapper .odd.newsmain-item {*/
    /*}*/
    /*.part5 .newsmain-txt {*/
    /*min-height: 230px;*/
    /*}*/
    /*#owl-mainbanners .owl-item .item > a > img {*/

    /*}*/

    /*.banner-left-imgwrap a img {*/
    /*width: 90%;*/
    /*}*/

    /*.logo-img a:last-child img {*/
    /*width: 60px;*/
    /*}*/

    /*.logo-img a:first-child img {*/
    /*width: 70px;*/
    /*}*/

    /*.contact-info-inner {*/
    /*font-size: 14px;*/
    /*}*/
    /*.top-banners--wrapper {*/
    /*width: 100%;*/
    /*height: 110px;*/
    /*background-position-x: center;*/
    /*position: relative;*/
    /*}*/
    /*.banner-menu-list li a {*/
    /*font-size: 13px;*/
    /*}*/

    /*.banner-hello--chairman > div {*/
    /*padding: 15px 0 0 5px;*/
    /*}*/
    /*.part5 .tab.tabnews .nav-tabs > li > a {*/
    /*font-size: 17px;*/
    /*}*/
    /*.banner-hello--link {*/
    /*height: 230px;*/
    /*width: 220px;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 84%;*/
    /*}*/

    /*.banners-right-item > a:nth-child(2) {*/
    /*font-size: 14px;*/
    /*}*/

    /*.newsmain-txt a.newsmain-more.moduleItemReadMore {*/
    /*bottom: 0;*/
    /*right: 3px;*/
    /*}*/

    /*.newsmain-img {*/

    /*}*/

    /*.newsmain-img img {*/
    /*-webkit-background-size: auto 100px !important;*/
    /*background-size: auto 100px !important;*/
    /*}*/

    /*.newsmain-title a {*/
    /*padding: 0 10px 10px 115px;*/
    /*}*/

    /*.newsmain-date {*/
    /*padding-left: 115px;*/
    /*}*/

    /*.banners--single h3 {*/
    /*font-size: 12px;*/
    /*line-height: 12px;*/
    /*}*/
}

@media screen and (max-width: 1250px) {
    h1.logo-title-pre, h1.logo-title-pre a {
        font-size: 13px;
    }
    h1.logo-title2, h1.logo-title2 a {
        font-size: 26px;
    }
}
@media screen and (max-width: 1200px) {
    .moduletable_menu-main nav.menu-main_left li a {
        font-size: 17px;
    }

    .wrapper_slick-slide>a:nth-child(2) {
        min-height: 150px;
        width: 100%;
    }
    div.k2SearchBlock form input.inputbox{
        width: 89%;
    }
    #cssmenu ul li a {
        font-size: 21px;
        line-height: 23px;
    }
    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 8px;

    }
    #cssmenu ul ul {
        top: 58px;
    }
    .top-banners--wrapper {
        height: 70px;
    }
    a.top-banners--link {
        line-height: 26px;
        padding: 10px;
        font-size: 25px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    /*#owl-mainbanners .owl-item .item > a > img {*/
    /*width: 60px;*/
    /*}*/

    /*.part9 span.copy2 {*/
    /*bottom: 0;*/
    /*}*/

    /*.banners--single h3 {*/
    /*color: #7aa95c;*/
    /*}*/

    /*.banners-one .banners--single h3 {*/
    /*padding: 2% 3% 2% 50%;*/
    /*text-align: right;*/
    /*}*/

    /*.logo-title a {*/
    /*font-size: 37px;*/
    /*}*/

    /*.logo-title a span {*/
    /*font-size: 32px;*/
    /*}*/

    /*.banner-hello--chairman > div {*/
    /*font-size: 12px;*/
    /*padding: 15px 0 0 5px;*/
    /*}*/

    /*.banner-hello--chairman > div > span {*/
    /*font-size: 15px;*/
    /*}*/

    /*.banner-hello--link {*/
    /*position: relative;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*}*/

    /*.tab.tabnews .nav-tabs > li > a {*/
    /*min-height: 45.2px;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 84%;*/
    /*text-align: center;*/
    /*}*/

    /*.banners-right-item > a:first-child {*/
    /*display: none;*/
    /*}*/

    /*.banners-right-item {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*display: -ms-flexbox;*/
    /*-ms-flex-align: center;*/
    /*}*/

    /*.banners-right-item > a:nth-child(2) {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*float: left;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-top: 0;*/
    /*padding-right: 0;*/
    /*}*/

    /*.newsmain-wrapper .odd.newsmain-item {*/

    /*}*/

    /*.newsmain-item .newsmain-txt a.newsmain-more.moduleItemReadMore {*/
    /*bottom: 0;*/
    /*right: 5px;*/
    /*}*/

    /*.tab.tabnews .newsmain-all a {*/

    /*}*/

    /*.part5 .nav.tab-actual > li > a {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*}*/

    /*.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*}*/

    /*.banner-left-imgwrap {*/
    /*max-width: 100%;*/
    /*}*/
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /*.owl-theme .owl-controls .owl-buttons .owl-next:before {*/
    /*right: -20px;*/
    /*}*/
    /*.owl-theme .owl-controls .owl-buttons .owl-prev:before {*/
    /*left: -5px;*/
    /*}*/
    /*.part5 .nav.tab-actual > li {*/
    /*height: 70px;*/
    /*}*/
    /*.banners-left-item a{*/
    /*font-size: 12px;*/
    /*line-height: 13px;*/
    /*}*/

    /*.banner-left-imgwrap a img {*/
    /*margin: 0 auto;*/
    /*max-width: 45px;*/
    /*}*/

    /*#owl-mainbanners .owl-item .item > a > img {*/
    /*width: 50px;*/
    /*}*/
    /*.top-banners--wrapper {*/
    /*width: 100%;*/
    /*background-position: center;*/
    /*}*/
    /*a.top-banners--link {*/
    /*font-size: 14px;*/
    /*line-height: 15px;*/
    /*}*/
    /*.part9 span.copy2 {*/
    /*bottom: 0;*/
    /*}*/

    /*.banners--single h3 {*/
    /*color: #7aa95c;*/
    /*}*/
    /*.part1 #cssmenu ul li a {*/
    /*font-size: 13px;*/
    /*text-align: left;*/
    /*}*/
    /*.banners-one .banners--single h3 {*/
    /*padding: 2% 3% 2% 50%;*/
    /*text-align: right;*/
    /*}*/

    /*.logo-title a {*/
    /*font-size: 37px;*/
    /*}*/

    /*.logo-title a span {*/
    /*font-size: 32px;*/
    /*}*/

    /*.banner-hello--chairman > div {*/
    /*font-size: 12px;*/
    /*padding: 15px 0 0 5px;*/
    /*}*/

    /*.banner-hello--chairman > div > span {*/
    /*font-size: 15px;*/
    /*}*/

    /*.banner-hello--link {*/
    /*position: relative;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*}*/

    /*.tab.tabnews .nav-tabs > li > a {*/
    /*min-height: 45.2px;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 84%;*/
    /*text-align: center;*/
    /*}*/

    /*.banners-right-item > a:first-child {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*float: left;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-top: 0;*/
    /*padding-right: 5px;*/
    /*margin: 0;*/
    /*}*/

    /*.banners-right-item {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*display: -ms-flexbox;*/
    /*-ms-flex-align: center;*/
    /*}*/

    /*.banners-right-item > a:nth-child(2) {*/
    /*display: none;*/
    /*}*/

    /*.newsmain-wrapper .odd.newsmain-item {*/

    /*}*/

    /*.newsmain-item .newsmain-txt a.newsmain-more.moduleItemReadMore {*/
    /*bottom: 0;*/
    /*right: 5px;*/
    /*}*/

    /*.tab.tabnews .newsmain-all a {*/
    /*margin-bottom: 5%;*/
    /*}*/

    /*.part5 .nav.tab-actual > li > a {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*height: 60px;*/
    /*}*/
    /*.part5 .gallery-tab ul.nav.nav-tabs.tab-actual li {*/
    /*height: 70px;*/
    /*}*/
    /*.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*}*/

    /*.banner-left-imgwrap {*/
    /*max-width: 30%;*/
    /*}*/
}

@media screen and (max-width: 1024px) {
    /*.logo-title a {*/
    /*font-size: 35px;*/
    /*}*/

    /*.logo-title a span {*/
    /*font-size: 29px;*/
    /*}*/

    /*.banner-menu-list li a {*/
    /*font-size: 15px;*/
    /*}*/

    /*.banner-hello--chairman > div {*/
    /*font-size: 11px;*/
    /*}*/

    /*#cssmenu > ul > li:before {*/
    /*display: none;*/
    /*}*/

    /*.part1 #cssmenu ul li a {*/
    /*font-size: 13px;*/
    /*text-align: left;*/
    /*}*/
    /*.preds-words span {*/
    /*line-height: 13px;*/
    /*}*/
    /*.preds-words p {*/
    /*padding-right: 10px;*/
    /*}*/
    /*.part1 #cssmenu ul li a a{*/
    /*font-size: 14px;*/
    /*}*/
    /*#cssmenu ul li {*/
    /*padding: 15px 15px;*/
    /*}*/
    /*#cssmenu ul ul {*/
    /*width: 220px;*/
    /*}*/
    /*#cssmenu ul ul ul {*/
    /*top: 0;*/
    /*}*/

    /*#cssmenu ul ul ul {*/
    /*width: 190px;*/
    /*}*/
    /*#cssmenu ul li:active, #cssmenu ul li:hover {*/
    /*}*/

    /*#cssmenu li:hover > ul {*/
    /*}*/

    /*#cssmenu ul li ul li:hover > ul {*/

    /*}*/
    #cssmenu ul li a {
        font-size: 18px;
        line-height: 20px;
    }
    #cssmenu ul ul {
        top: 55px;
    }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
    /*.footer-info {*/
    /*width: 100%;*/
    /*}*/
    /*.owl-theme .owl-controls .owl-buttons .owl-next:before {*/
    /*right: -20px;*/
    /*}*/
    /*.owl-theme .owl-controls .owl-buttons .owl-prev:before {*/
    /*left: -10px;*/
    /*}*/
    /*.logo {*/
    /*margin-top: 0;*/
    /*}*/
    /*.header-search {*/
    /*width: 50%;*/
    /*margin: 0 auto;*/
    /*}*/

    /*.contact-info-wrapper > .row > .col-xs-12.col-sm-12.col-md-12.col-lg-12 {*/
    /*overflow: hidden;*/
    /*}*/
    /*img.slider-top {*/
    /*width: 300%;*/
    /*margin-left: -100%;*/
    /*}*/

    /*.contact-info {*/
    /*padding: 0 5px 0;*/
    /*}*/

    /*.contact-info-inner p {*/
    /*margin: 5px;*/
    /*}*/

    /*.contact-info-inner {*/
    /*font-size: 15px;*/
    /*margin-top: 20px;*/
    /*}*/
    /*.col-xs-2.col-sm-2.col-md-2.col-lg-2.top-banners {*/
    /*width: 20%;*/
    /*padding: 5px;*/
    /*}*/
    /*a.top-banners--link {*/
    /*font-size: 15px;*/
    /*line-height: 16px;*/
    /*}*/
    /*.top-banners--wrapper {*/
    /*width: 100%;*/
    /*height: 110px;*/
    /*position: relative;*/
    /*background-position: center;*/
    /*}*/
    /*.banner-menu-list li a {*/
    /*font-size: 16px;*/
    /*}*/

    /*.banner-hello--chairman > div {*/
    /*font-size: 14px;*/
    /*}*/

    /*.banner-menu {*/
    /*margin-bottom: 20px;*/
    /*}*/

    /*.banner-menu .banner-menu-background {*/
    /*-webkit-background-size: 100% 100% !important;*/
    /*background-size: 100% !important;*/
    /*}*/

    /*.part5 .tab {*/
    /*margin: 0;*/
    /*}*/

    /*.col-xs-12.col-sm-9.col-md-9.col-lg-9.background-ornament .tab.tabnews {*/
    /*margin: 0 0 30px 0;*/
    /*}*/

    /*.photo-gallery {*/
    /*margin: 0;*/
    /*}*/

    /*.tab.tabnews .nav-tabs > li > a {*/
    /*min-height: 55.2px;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*}*/

    /*.banners-left-top-item a {*/
    /*width: 80%;*/
    /*text-align: center;*/
    /*}*/

    /*.banners-right-item > a:first-child {*/
    /*display: none;*/
    /*}*/

    /*.banners-right-item {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*display: -ms-flexbox;*/
    /*-ms-flex-align: center;*/
    /*}*/

    /*.banners-right-item > a:nth-child(2) {*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*float: left;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*padding-top: 0;*/
    /*padding-right: 0;*/
    /*}*/

    /*.newsmain-wrapper .odd.newsmain-item {*/
    /*}*/
    /*.banner-left-imgwrap a img {*/
    /*display: none;*/
    /*}*/
    /*.newsmain-item .newsmain-txt a.newsmain-more.moduleItemReadMore {*/
    /*bottom: 0;*/
    /*right: 5px;*/
    /*}*/

    /*.tab.tabnews .newsmain-all a {*/
    /*margin-bottom: 5%;*/
    /*}*/

    /*.part5 .nav.tab-actual > li > a {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*}*/

    /*.part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*}*/

    /*.banner-left-imgwrap {*/
    /*max-width: 100%;*/
    /*}*/

    /*section.part5 .newsmain-title a {*/
    /*font-size: 11px;*/
    /*}*/

    /*section.part5 .newsmain-date {*/
    /*font-size: 10px;*/
    /*}*/

    /*section.part5 .newsmain-txt a.newsmain-more.moduleItemReadMore {*/
    /*font-size: 11px;*/
    /*}*/

    /*section.part5 .newsmain-all a {*/
    /*font-size: 11px;*/
    /*}*/

    /*section.part5 .newsactual-title a {*/
    /*font-size: 12px;*/
    /*}*/

    /*section.part5 .newsactual-txt a {*/
    /*font-size: 12px;*/
    /*}*/

    /*section.part5 .newsactual-more {*/
    /*font-size: 11px;*/
    /*}*/

    /*#owl-mainbanners .owl-item .item > a > img {*/

    /*}*/

    /*.banners--single h3 {*/
    /*color: #7aa95c;*/
    /*}*/

    /*.banners-one .banners--single h3 {*/
    /*padding: 2% 3% 2% 50%;*/
    /*text-align: right;*/
    /*}*/

    /*.banners-tree .banners--single h3 {*/
    /*-webkit-box-pack: end;*/
    /*-webkit-justify-content: flex-end;*/
    /*-ms-flex-pack: end;*/
    /*justify-content: flex-end;*/
    /*padding: 2% 34% 1% 8%;*/
    /*text-align: right;*/
    /*}*/

    /*.banners-two .banners--single h3 {*/
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    /*text-align: center;*/
    /*padding: 2% 6% 5% 5%;*/
    /*}*/

    /*.banners-one .banners--single h3 {*/
    /*padding: 2% 3% 2% 35%;*/
    /*text-align: right;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    /*////////////////////////////////////ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ/////////////////////////////////////////*/
    .contact-info-wrapper > .row > .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
        overflow: hidden;
    }
    img.slider-top {
        width: 300%;
        margin-left: -100%;
    }
    /*////////////////////////////////////ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ/////////////////////////////////////////*/
    .preds-img {
        padding: 15px 15px 30px 15px;
        display: none;
    }
    .preds-content {
        padding: 0 15px 20px 15px;
        /* text-align: center; */
    }
    section.part4 .display-centered {
        margin: 0 auto;
        float: none;
        text-align: center;
        display: block;
        /* align-items: center; */
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    section.part8 .services-list {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .contact-info-inner p {
        margin: 0;
    }

    .banners-left-top-item a {
        width: 86%;
    }

    .bannergroup.banners-left-top {
        margin-top: 10px;
    }

    .banners-left {
        margin-top: 40px;
    }

    section.part5 .tab.tabnews .nav-tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    section.part5 .tab.tabnews .nav > li {
        width: 100%;
    }

    section.part5 .tab.tabnews .nav-tabs > li > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    section.part5 .tab.tabnews {

    }

    section.part5 .tab.tabnews .nav-tabs > li > a:before {
        content: '';
        top: 33%;
    }

    section.part5 .odd.newsmain-item {
        padding: 10px 0;
    }

    section.part5 .even.newsmain-item {
        padding: 0;
    }

    section.part5 .newsmain-title a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    section.part5 .newsmain-txt a.newsmain-more.moduleItemReadMore {
        font-family: 'Open Sans', sans-serif;
        color: #a7001e;
        font-size: 12px;
    }

    section.part5 .newsmain-all a {
        width: 100%;
        margin-bottom: 5%;
    }
    .part5 .nav.tab-actual > li {
        width: 100%;
        background: #076df2;
        height: 50px;
    }
    .part5 .nav.tab-actual > li.active > a, .part5 .nav.tab-actual > li.active > a:hover, .part5 .nav.tab-actual > li.active > a:focus {
        color: #00012d;
        font-size: 23px;
        line-height: 20px;
        background: #ffffff;
        width: 100%;
        margin-left: 0;
        text-transform: uppercase;
        font-family: 'Cuprum', sans-serif;
        font-weight: bold;
        border: 0;
    }

    .part5 .nav.tab-actual > li > a {
        color: #076df2;
        position: relative;
        z-index: 2;
        margin: 0;
        font-size: 23px;
        line-height: 15px;
        background: #ffffff;
        width: 100%;
        margin-left: 0;
        text-transform: uppercase;
        font-family: 'Cuprum', sans-serif;
        font-weight: bold;
        border: 0;
        margin-top: -1px;
    }
    .part5 .nav.tab-actual > li {
        width: 100%;
        background: #076df2;
        height: auto;
    }
    .part5 .newsactual-item {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin: 15px 0 0 0;
        position: relative;
        min-height: 175px;
    }
    section.part5 .gallery-tab ul.nav.nav-tabs.tab-actual li {
        width: 100%;
        background: #076df2;
        height: auto;
    }
    .img-flex div {
        width: 80%;
        margin: 0 auto;
        position: relative;
        margin-bottom: 10px;
    }
    .services-list {
        list-style: none;
        padding: 0;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        list-style-type: decimal;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 20px;
        padding-top: 20px;
        max-width: 1420px;
        margin: 0 auto;
        padding-right: 10px;
    }
    section.part8 .services-list {
        list-style: none;
        padding: 0;
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        list-style-type: decimal;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 0;
        padding-right: 10px;
    }
    .footer-info {
        position: relative;
        height: 273px;
        width: 100%;
        left: 0;
        /*background: rgba(7, 140, 219, 0.8);*/
        z-index: 10;
        top: -1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next:before {
        right: -20px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev:before {
        left: -5px;
    }
    section.part5 .tab {

    }

    section.part5 .newsactual-title a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    section.part5 .newsactual-txt a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    section.part5 .newsactual-more {
        font-size: 12px;
        padding: 0;
        bottom: 1%;
    }

    section.part5 .bannergroup.banners-right {
        margin: 0;
    }

    section.part5 .banners-right-item > a:nth-child(2) {
        min-height: 350px;
    }

    section.part5 .photo-gallery {
        margin: 0;
    }

    .services-title h2 {
        width: 100%;
        left: 0;
    }

    .internet-title h2 {
        width: 100%;
        left: 0;
    }

    .footer-info-txt {
        width: 70%;
    }

    .banner-menu-wrapper {
        margin-top: 0;
    }

    .contact-info-wrapper .header-menu {
        margin-left: 0;
        padding: 0;
    }

    .banner-menu {
        margin-bottom: 20px;
    }

    .banner-hello--chairman > div {
        padding: 15px 0 0 5px;
    }

    .footer-info {
        width: 100%;
        left: 0;
    }

    /*.logo-img a:last-child img {*/
    /*width: 40px;*/
    /*}*/

    /*.logo-img a:first-child img {*/
    /*width: 50px;*/
    /*margin-right: 20px;*/
    /*}*/

    .logo-title a {
        font-size: 23px;
        text-align: center;
        line-height: 30px;
    }

    .logo-title a span {
        font-size: 19px;
        text-align: center;
    }

    .contact-info {
        padding: 0 5px 0;
    }

    .contact-info-inner {
        font-size: 14px;
        line-height: 15px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1419px) {
    .banners-left-item a {
        font-size: 14px;
        width: 70%;
    }

    .banner-left-imgwrap {
        width: 64px;
        height: 64px;
    }

    /*#cssmenu ul li a {*/
    /*font-size: 12px;*/
    /*text-align: center;*/
    /*}*/

    /*  .cssmenu-tablet {
        display: block;
      }

      .header-flex #cssmenu {
        display: none;
      }*/
    .header-flex-wrapper {
        display: block;
    }

    .header-info {
        border: 0;
        padding: 0;
        padding-top: 50px;
    }

    #owl-mainbanners .owl-item .item h3 a {
        font-size: 16px;
    }

    /*#owl-mainbanners .owl-item .item {*/
    /*min-height: 200px;*/
    /*}*/
    /*#owl-mainbanners .owl-item .item:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 60%;*/
    /*height: 100%;*/
    /*background: linear-gradient(to top, rgba(7,141,219,1) 0%, rgba(255,255,255,1) 41%);*/
    /*}*/

    @media screen and (min-width: 992px) and (max-width: 1200px) {
        .part1 #cssmenu ul li a {
            font-size: 13px;
            text-align: left;
        }
    }
    .preds-img:before,
    .preds-img:after {
        display: none;
    }

    .banners-left-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .banners-left-item a {
        width: 100%;
        padding: 10px;
        font-size: 12px;
        text-align: center;
    }

    .banner-menu-title a {
        font-size: 17px;
    }

    .banner-menu-list li a {
        font-size: 12px;
    }

    .contact-info-inner p {
        line-height: 20px;
    }

    .contact-info-inner {
        padding: 5px;
        font-size: 18px;
    }

    /*#cssmenu ul li a {*/
    /*font-size: 12px;*/
    /*text-align: center;*/
    /*}*/

    .header-flex {
        display: block;
    }

    .header-info {
        border: none;
        padding: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        padding-top: 30px;
    }

    .header-tel a, .header-email a {
        font-size: 16px;
    }

    .header-tel, .header-email, .header-search, .header-menu {
        padding: 8px 0;
    }

    .cssmenu-tablet {
        border-top: 1px solid;
    }

    #owl-mainbanners .owl-item .item h3 a {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banners-right-item_vip {
        display: block;
        text-align: center;
    }
    .banners-right-item_vip .left-banner_wrapper {
        display: block;
        /* width: 32%; */
        /* float: left; */
        position: relative;
        min-width: 127px;
        width: 100px;
        max-width: 20%;
        margin: 0 auto;
    }
    .footer-info {
        display: block;
    }
    .newsmain-txt {
        padding: 10px;
    }
    a.newsmain-more {
        padding-right: 10px;
    }
    .banners {
        display: none;
    }

    .logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .logo-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }

    .logo-info {
        padding: 5px 3px 0 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .banner-menu-wrapper {
        display: block;
    }
    .right-banner_wrapper {
    max-width: auto;
    
}
}

@media screen and (max-width: 991px) {
    /*.preds-img:before,*/
    /*.preds-img:after {*/
    /*display: none;*/
    /*}*/

    /*.banners-left-item {*/
    /*flex-direction: column;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*}*/

    /*.banners-left-item a {*/
    /*width: 100%;*/
    /*font-size: 11px;*/
    /*}*/

    /*.header-flex-wrapper {*/
    /*display: block;*/
    /*}*/

    /*#cssmenu ul li a {*/
    /*font-size: 10px;*/
    /*text-align: center;*/
    /*}*/

    /*.header-flex {*/
    /*display: block;*/
    /*}*/

    /*.header-info {*/
    /*align-items: center;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*flex-direction: column;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*-webkit-flex-direction: column;*/
    /*-ms-flex-direction: column;*/
    /*border: none;*/
    /*padding: 0;*/
    /*}*/

    /*.header-tel, .header-email, .header-search, .header-menu {*/
    /*padding: 8px 0;*/
    /*}*/

    /*.cssmenu-tablet {*/
    /*border-top: 1px solid;*/
    /*}*/

    /*#owl-mainbanners .owl-item .item h3 a {*/
    /*font-size: 14px;*/
    /*}*/
    #cssmenu ul li a {
        font-size: 13px;
        line-height: 15px;
    }
    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 5px;
        width: 10px;
        height: 8px;
        right: -10px;
    }
    #cssmenu ul ul {
        top: 50px;
    }
    #cssmenu ul ul li a {
        line-height: 15px;
        font-size: 14px;
    }
    a.top-banners--link {
        line-height: 15px;
        padding: 5px;
        font-size: 14px;
    }
    .top-banners--wrapper {
        height: 47px;
        background-size: auto 100%;
    }
    .moduletable_menu-main nav.menu-main_left li a {
        font-size: 22px;
    }
    .banners-right-item_single img {
        max-width: 100%;
    }
    ul.nav.nav-tabs {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tab.tabnews .nav-tabs > li.active > a, .tab.tabnews .nav-tabs > li.active > a:hover, .tab.tabnews .nav-tabs > li.active > a:focus {
        font-size: 38px;
    }

    .footer-info {
        height: 330px;
    }

    section.part9 {
    }
    .banners-right-item > a:first-child {
        font-size: 18px;
        line-height: 18px;
    }


}

@media screen and (max-width: 767px) {
    .header-flex-wrapper {
        display: block;
    }

    .header-info {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .header-tel,
    .header-email {
        width: 50%;
        margin: 0 auto 20px;
        padding: 0 50px;
        text-align: center;
    }

    .banner-menu-title a {
        font-size: 16px;
        line-height: 18px;
        padding: 0 10px;
    }

    .banner-menu-list li a {
        font-size: 12px;
    }

    .banner-menu-more {
        font-size: 14px;
    }

    .contact-info-inner {
        font-size: 18px;
    }

    #owl-mainbanners .owl-item .item h3 a {
        font-size: 16px;
    }

    .header-part1 {
        border: 0;
    }

    .header-tel a, .header-email a {
        font-size: 16px;
    }

    #owl-mainbanners .owl-item .item h3 a {
        font-size: 14px;
    }
}


@media screen and (max-width: 767px) {
    #cssmenu ul ul {
        top: 0;
    }

    .header-tel, .header-email {
        padding: 0 30px;
    }

    .header-tel a, .header-email a {
        font-size: 16px;
    }
    .top-banners--wrapper {
        width: 80%;
        height: 100px;
        position: relative;
    }
    a.top-banners--link {
        line-height: 23px;
        padding: 5px;
        font-size: 22px;
    }
    .moduletable_menu-main.menu-none {
        margin-top: 5%;
    }
    .banners-right-item_single img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .banner-menu-list {
        margin: 5px;
    }

    .banner-menu {
        width: 100%;
    }

    .banner-menu-list li a {
        font-size: 15px;
    }

    .banner-menu-more {
        font-size: 15px;
    }

    .contact-info-inner {
        padding: 0;
        padding-top: 20px;
    }
    .logo2 {
        margin-top: 15px;
    }
    .header-menu {
        margin-top: 0;
        margin-bottom: 15px;
    }
    .header-info {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .header-tel, .header-email {
        padding: 0;
    }

    form.form-search {
        width: 100%;
        margin: 0 auto 20px;
    }
    .preds-words p {
        padding-right: 0;
        text-align: center;
    }
    .header-menu {

        justify-content: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
    }
    .preds-words span {
        line-height: 13px;
        text-align: center;
    }
    .preds-title {
        margin: 0;
        display: block;
        padding-top: 30px;
        text-align: center;
    }
    .banners-left-item a {
        font-size: 13px;
        line-height: 14px;
    }
    .top-banners--wrapper {
        /*width: 100%;*/
        /*height: 110px;*/
        /*position: relative;*/
        /*background-size: 100% !important;*/
    }
    .header-menu li {
        padding: 10px;
    }
}
span.big_ttl {
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #f4a321;
    text-shadow: 0 2px 5px #09336cad;
}
span.small_ttl {
    color: #f6d49c;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    text-shadow: 0 2px 5px #09336cad;
}
@media screen and (max-width: 500px) {
    h1.logo-title2 a {
        font-size: 25px;
        margin-top: 10px;
    }
    .contact-info {
        padding: 0;
    }
    .top-banners--wrapper {
        width: 80%;
        height: 60px;
        position: relative;
    }
    ul.nav.nav-tabs {
        border: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1350px) {
    #cssmenu ul li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1200px) {
    a.top-banners--link {
        line-height: 16px;
        padding: 5px;
        font-size: 15px;
    }
    #cssmenu ul li a {
        font-size: 15px;
    }
    #cssmenu ul li {
        padding: 18px 15px;
    }
    .row {
        margin: 0 !important;
    }
    .footer-info {
        padding-top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .logo-img a:last-child img {
        width: 100%;
        max-height: 145px;
        margin: 0 auto;
    }
    #cssmenu ul li {
        padding: 18px 10px;
    }
    #cssmenu ul li a {
        font-size: 12px;
    }
    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 7px;
        right: -13px;
        border: 3.5px solid transparent;
        border-top: 3.5px solid #2159a0;
    }
    .top-banners--wrapper {
        height: 60px;
        background-size: 40px auto;
    }
    .tab.tabnews .nav-tabs > li.active > a, .tab.tabnews .nav-tabs > li.active > a:hover, .tab.tabnews .nav-tabs > li.active > a:focus {

        font-size: 36px;
    }
    .moduletable_menu-main nav.menu-main_left li a {
        font-size: 15px;
    }
    .moduletable_menu-main.menu-none {

        background-color: #4684d3;
    }
    .footer-info {
        width: 100%;
        left: -15px;
    }
    .footer-info-txt {
        display: block;
        float: left;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .camera_caption {
        position: absolute;
        width: 100%;
        background: #6997d37a;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .camera_caption_title {
        font-size: 2em;
        font-weight: 500;
        line-height: 1.1em;
    }
    .logo2 {
        margin-top: 30px;
        text-align: center;
    }
    div.k2SearchBlock form input.inputbox {
        background: transparent;
        border: none;
        width: 91%;
    }
    .moduletable_menu-main.menu-none {

    }
}
@media screen and (max-width: 500px) {
    .log {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .logo3 {
        margin-top: 1%;
        max-width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .wrapper_slick-slide img {
        width: 80%;
        left: 10%;
    }
    h1.logo-title-pre, h1.logo-title-pre a {
        line-height: 16px;
    }
    h3.main_title-wr {
        text-align: center;
        font-size: 35px;
        margin: 40px 0;
    }
    span.small_ttl {
        padding-left: 5px;
    }
    .bannergroup.banners-right .col-xs-12.col-sm-12.col-md-6.col-lg-6 {
        padding: 0;
    }
    .banners-right-item .right-banner_wrapper a {
        color: #09336c;
        font-size: 15px;}
    .services-list li:before {
        content: '';
        position: absolute;
        left: 10px;
    }
    div#owl-mainbanners .slick-slide a:after {
        display: none;
    }
    span.contact-info-inner>span:nth-child(1) p {
        white-space: normal;
    }
}
@media screen and (max-width: 1360px) {
    h1.logo-title-pre, h1.logo-title-pre a {
        font-size: 14px;
    }
    h1.logo-title2, h1.logo-title2 a {
        font-size: 28px;
    }
    .lider p {
        font-size: 15px;
        line-height: 16px;
    }
    .log {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .banners-right-item .right-banner_wrapper a {
        font-size: 15px;
        line-height: 14px;
    }
}