@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///////////////////////////////////////////*/

.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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.banners--single {
    height: 100px;
    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;
}

.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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 96%;
    height: 82%;
}

.banners-one .banners--single h3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2% 3% 2% 35%;
}

.banners-two .banners--single h3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2% 6% 5% 5%;
}

.banners-tree .banners--single h3 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-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: #076df2;
}

.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 .banners {
    padding-bottom: 150px;
}

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;
    }
}

.cssmenu-tablet {
    display: none;
}

form.form-search {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    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;
}

.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: -webkit-calc(50% - 245px);
    left: calc(50% - 245px);
    top: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -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;
}

.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);
    -webkit-background-size: 100% 25px;
    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: -webkit-calc(50% - 245px);
    left: calc(50% - 245px);
    top: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #ecf4de;
    -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;
}

section.part8 .services.internet {
    background: -webkit-gradient(linear, left top, left bottom, from(#e2e9c0), to(#ecf4de));
    background: -webkit-linear-gradient(top, #e2e9c0, #ecf4de);
    background: -o-linear-gradient(top, #e2e9c0, #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;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 1420px;
    margin: 0 auto;
}
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;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 0;
}
section.part7 {
    background: #ffffff;
}

.services-list li {
    width: 100%;
    list-style-type: none;
    position: relative;
    padding: 0 0 13px 30px;
}

.services-list li:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #489c44;
    display: block;
}

.services-list li a {
    color: #335c9c;
    font-size: 17px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
}

.header-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding: 0 !important;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url(/templates/vileykagovby_1.0/images/ornament.png);
    background-position: top;
    -webkit-background-size: 100% 25px;
    background-size: 100% 25px;
    background-repeat: no-repeat;
    margin-top: -50px;
}

.logo-img {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.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;
}

.logo-img a:last-child img {
    width: 81px;
}

.logo-info {
    padding: 5px 3px 0 15px;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

/*.logo-img img[src="/templates/vileykagovby_1.0/images/logo1.png"] {*/
/*width: 23%;*/
/*}*/
.logo-title {
    display: block;
    margin: 0;
}

.logo-title a {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-align: left;
    font-family: 'Cuprum', sans-serif;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000000;
}

.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: -webkit-flex;
    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: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 12px;
    position: relative;
    z-index: 100;
}

.header-menu li {
    list-style-type: none;
    margin-left: 12px;
}

.header-menu li a {

    background: #cccad7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #078cdb;
    width: 30px;
    height: 30px;
    color: #078cdb;
    text-transform: lowercase;
    margin: 1px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    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;
}

.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: 25px 5px 0;
}

.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 10px 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: -webkit-flex;
    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: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 5px;
    height: 30px;
    margin-top: -15px;
}

.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;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: -75px;
    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-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: -webkit-flex;
    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: -webkit-flex;
    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: -webkit-flex;
    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: flex;
    align-items: center;
    justify-content: center;
}
.top-banners {
    padding: 15px 0;
}
a.top-banners--link {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 18px;
    text-shadow: 1px 2px 3px #000000;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px;
    padding: 0 15px;

}
.banner-menu:first-child .banner-hello {
    border-top: 5px solid #7aa95c;
}
.top-banners--wrapper {
    width: 227px;
    height: 110px;
    position: relative;
}
/* .top-banners:nth-child(1) .top-banners--wrapper{
  background-image: url("/templates/borisovgovby_1.0/images/banner-top/b1.png");
}
.top-banners:nth-child(2) .top-banners--wrapper{
  background-image: url("/templates/borisovgovby_1.0/images/banner-top/b2.png");
}
.top-banners:nth-child(3) .top-banners--wrapper{
  background-image: url("/templates/borisovgovby_1.0/images/banner-top/b3.png");
}
.top-banners:nth-child(4) .top-banners--wrapper{
  background-image: url("/templates/borisovgovby_1.0/images/banner-top/b4.png");
}
.top-banners:nth-child(5) .top-banners--wrapper{
  background-image: url("/templates/borisovgovby_1.0/images/banner-top/b5.png");
} */
.banner-hello--chairman {
    display: -webkit-box;
    display: -webkit-flex;
    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: -webkit-flex;
    display: -ms-flexbox;
    margin: 0 5px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #495149;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: 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: -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;
    position: relative;
}

.banners-left-top-item a:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 30px);
    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;
}

.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: -webkit-flex;
    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: 0;
    left: 50%;
}

button.slick-next.slick-arrow {
    top: 104%;
    right: 50%;
}

.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;
    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;
    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: -webkit-calc(100% - 16px);
    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;
    width: 100%;
}

.banners-left-item a:hover {
    text-decoration: none;
}

.banners-left-item .banner-left-imgwrap a {
    padding: 0;
}

.banners-right-item {
    margin-bottom: 15px;
    height: 102px;
    display: flex;
    position: relative;
    background-color: #335c9c;
}

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 a {
    color: #ffffff;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-align: left;
}

.banners-right-item > a:first-child {
    display: flex;
    height: 100px;
    width: 70%;
    align-items: center;
    padding: 0 10px;
}

.banners-right-item > a:nth-child(2) {
    background: #ffffff;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00012d;
    border-left: 0;
}
.banners-right-item a:hover {
    text-decoration: none;
    color: #fff;
    height: 100px;
}

.preds-words {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 20px;
}

.preds-words p {
    color: #00012d;
    text-align: left;
    font-size: 16px;
    line-height: 17px;
    font-family: 'Roboto', sans-serif;
    padding-top: 30px;
    position: relative;
}
.preds-img {
    padding: 15px 15px 30px 15px;
}
.preds-block {
    display: flex;
    background: #83b6f8;
}
section.part1 {
    position: absolute;
    z-index: 101;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}
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: flex;
    align-items: 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: -webkit-flex;
    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: 273px;
    width: 84%;
    left: -15px;
    background: rgba(7, 140, 219, 0.8);
    z-index: 10;
    top: -1px;
    display: flex;
}

section.part9 {
    border-top: 15px solid #076df3;
    min-height: 300px;
    border-bottom: 15px solid #076df3;
}

.footer-contacts {
    padding: 3px;
}

.footer-info img {
    display: block;
    float: left;
    margin: 2.5%;
}

.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: #ffffff;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
.footer-info-txt p:first-child {
    margin-bottom: 10px;
    margin-left: -15px;
}
section.part2 .contact-info-wrapper {
    background: #fff7d9;
}
.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: #ffffff;
}

.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;
    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;
    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;
}

#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: -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;
    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;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    top: -webkit-calc(50% - 5px);
    top: calc(50% - 5px);
    right: -5px;
    z-index: 0;
}

#cssmenu ul li {
    list-style-type: none;
    text-align: center;
    padding: 15px 20px;
    display: block;
}

#cssmenu ul li:active, #cssmenu ul li:hover {
    background: #cccad7;
    color: #fff;
}

#cssmenu ul li:hover a {
    color: #fff;
}

#cssmenu ul li ul {
    padding: 0;
}

#cssmenu ul li ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -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: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 20px;
    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: #076df2;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 9px;
    right: -20px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-top: 4px solid #ffffff;
    content: "";
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-top: 4px solid #076df2;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 48px;
    margin-left: -15px;
    background: #cccad7;
    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: #076df2 !important;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-bottom: 1px solid #898989;
    font-size: 14px;
    text-transform: none;
}

#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%;
    }

    #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: 20px;
    }

    #menu-button span {
        display: block;
        width: 32px;
        position: absolute;
        right: 0;
        height: 2px;
        background-color: #ffffff;
        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: -webkit-calc(30% + 8px);
        top: calc(30% + 8px);
    }

    #menu-button span:nth-child(3) {
        top: -webkit-calc(30% + 16px);
        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: -webkit-calc(30% + 22px);
        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 (min-width: 1200px) and (max-width: 1300px) {
    .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 (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 {

    }
}

@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; */
        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 {
        -webkit-flex-wrap: wrap;
        -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: -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;
        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;
        -webkit-justify-content: flex-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;
        -webkit-justify-content: flex-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: 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) {

    }

    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;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }
    .slick-vertical .slick-slide{
        height: 120px !important;
    }
    .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) {
    .newsmain-txt {
        padding: 10px;
    }
    a.newsmain-more {
        padding-right: 10px;
    }
    .banners {
        display: none;
    }

    .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .logo-img {
        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;
        width: 100%;
    }

    .logo-info {
        padding: 5px 3px 0 15px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .banner-menu-wrapper {
        display: block;
    }
}

@media screen and (min-width: 767px) 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;
    }
}

@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) {
    .header-tel, .header-email {
        padding: 0 30px;
    }

    .header-tel a, .header-email a {
        font-size: 16px;
    }
    .top-banners--wrapper {
        width: 100%;
        height: 110px;
        position: relative;
    }

    .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 {
        font-size: 16px;
        line-height: 16px;
    }

    .header-info {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -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;
    }
}
.fullwidth-bg {
    position: relative;
    height: 720px;
    width: 100%;
    overflow: hidden;
    z-index: -100;
}

.fullwidth-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.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: 327px;
        background-image: url(/templates/borisovgovby_1.0/images/slide.png);
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        height: 327px;
    }

    video.fullscreen-bg__video{
        display: none;
    }
}