@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=cyrillic');


body {
    font-family: 'Open sans', sans-serif;
    font-size: 16px;
}

body {
    background: #f8f8f8;
}

* {
    outline: none;
}

a:link, a:visited {
    color: #085080;
}

a:hover {
    color: #e31e25;
}

h1, h2, h3 {
    color: #053d63;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

h1 {
    font-size: 24px;
}
h2 {
    font-size: 20px
}
h3 {
    font-size: 16px;
}
h3.card-title {
    margin-bottom: .75rem;
    margin-top: 0;
}
h4 {
    font-size: 12px;
}
.mr-logo-img {
    max-height: 60px;
    width: auto;
    float: left;
    margin: 0 10px 20px 0;
}

.mr-logo-text {
    float: left;
    font-size: 1.75em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
}

.mr-logo-text small {
    font-size: .55em;
    padding-left: .5em;
}

/* NAVBAR */
section.mr-mainmenu {
    background: #085080;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.bg-light {
    background-color: #f8f9fa !important;
}

.bg-dark {
    background-color: #085080 !important;
    box-shadow: 0 16px 24px -8px rgba(0, 0, 0, .12);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .9);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: #003366;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}

.menu-item-mgi {
    padding-left: 30px;
    background-image: url("../images/logo-mgik.png");
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
}

/* BVI */
.bvi-button a {
    border: none;
    vertical-align: sub;
}

.bvi-icon {
    vertical-align: middle;
}

/* logo slider */

.logo-item {
}

.logo-item a img {
    filter: grayscale(100%);
    float: left;
    margin: .5em 1em;
    padding-bottom: 2em;
}

.logo-item a:hover img {
    filter: grayscale(0);
    filter: none; /* IE 6-9 */
}

.top-contacts {
    text-align: right;
}

@media screen and (max-width: 992px) {
    .top-contacts {
        text-align: left;
    }
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dots li button:before {
    font-size: 20px;
}

.slick-track {
    display: flex;
}

.slick-slide {
    display: flex;
    height: auto;
}


.border-mr {
    border-color: #085080 !important;
    max-width: 500px;
}

.text-mr {
    color: #085080 !important;
}


/* Front page */
.mr-front-card {
    min-height: 450px;
}

.mr-front-brick-wrap {
    padding: 20px 10px;
}
.mr-front-bricks {
    background: #085080;
}
.mr-front-brick {
    min-height: 120px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mr-front-brick:hover {
    background: #053d63;
}
.mr-front-brick a:link, .mr-front-brick a:visited {
    color: white;
    text-shadow: 1px 1px 3px black;
}
.mr-front-brick a:hover {
    text-decoration: underline;
}

.newsline .card {
    margin-left: 1rem;
    margin-right: 1rem;
}

.newsline .card-body {
    min-height: 150px;
}

.newsline .card-img-top {
    height: auto !important;
}

.newsline h5.card-title {
    font-size: 1em;
}

.card-head-img {
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    min-height: 150px;
    border-radius: 10px 10px 0 0;
    display: flex;
    width: 100%;
    height: 150px;
    position: relative;
}

.mr-passport {
    margin-bottom: 5vh;
    background-color: #133a7d;
    background-image: url("../images/passport.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    color: white;
    min-height: 50vh;
}

.oor-front a:link, .oor-front a:visited {
    color: white;
}

section.mr-orr, section.mr-ork {
    margin: 40px 0 40px 0;
}

section.mr-orr h2, section.mr-ork h2 {
    padding-bottom: 1em;
}

@media screen and (max-width: 1000px) {
    .mr-passport {
        background-image: none;
    }
}

/* Vertical Menu */

aside.widget ul.menu {
    list-style-type: none;
    padding-left: 0;
}

aside.widget ul.menu li {
    margin-bottom: .25em;
    margin-top: .25em;
}

aside.widget ul.menu li ul li.current-menu-parent,
aside.widget ul.menu li.current-menu-ancestor > a
{
    font-weight: bold;
}
aside.widget ul.menu li.current-menu-item, aside.widget ul.menu  li.current-menu-item.menu-item-has-children ul {
    font-weight: bold;
}
aside.widget ul.menu li.menu-item-has-children {
    margin-top: .5em;
    margin-bottom: .5em;
}
aside.widget ul.menu li ul.sub-menu {
    display: none;
    list-style-type: none;
    padding-left: 1rem;
    font-size: .95em;
}

body.single-mrads-place aside.widget ul.menu li.menu-item-1010 ul.sub-menu
{
    display: block;
}
body.single-mrads-place aside.widget ul.menu li.menu-item-1010 > a {
    font-weight: bold;
    color: #e31e25;
}
aside.widget ul.menu li.current-menu-ancestor.menu-item-has-children ul.sub-menu,
aside.widget ul.menu li.current-menu-parent.menu-item-has-children ul.sub-menu,
aside.widget ul.menu li.current-menu-item.menu-item-has-children ul.sub-menu,
aside.widget ul.menu li.menu-item-has-children ul.sub-menu li.current-menu-parent.menu-item-has-children ul.sub-menu {
    display: block;
}

aside.widget ul.menu li.current_page_item a,
aside.widget ul.menu li.current_page_item ul.sub-menu li.current-menu-item a {
    color: #e31e25;
}

aside.widget ul.menu li.current-menu-item ul.sub-menu li a {
    color: #085080;
}

/* content */
.content-area {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 40px;
    padding-top: 10px;
}

.content-area a:link {
    text-decoration: underline;
    font-weight: bold !important;
}

/* footer */

.footer a {
    color: white;
}

/*топ самый верх*/

section.header-top {
    z-index: 12;
    position: relative;
}

p.tel-header a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
}

p.tel-header {
    text-align: right;
    padding: 11px 15px;
    color: #fff;
    background: #00000063;
    margin: 0;
}

/*главное меню*/
.navbar-default .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 24.1px;
}

a.navbar-brand {
    padding: 19px 50px 19px 19px !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #4a90e2;
    color: #fff;
}

.navbar-default {
    border: 0;
    position: relative;
}

a.search-button {
    background: url(/images/magnifier.png) no-repeat center;
    width: 16px;
    height: 16px;
    padding: 35px 25px !important;
}

.search-block {
    position: absolute;
    top: 23px;
    right: 53px;
    display: none;
    background: #fff;
    bottom: 23px;
    border-radius: 10px;
}

.search-block input {
    width: 500px;
    max-width: 100%;
    background: #dfe0e8;
    border: 0;
    height: 24px;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 10px;
    float: left;
}

.search-block input:focus {
    outline: none;
}

.search-block button {
    background: url(/images/magnifier.png) no-repeat center;
    width: 16px;
    height: 16px;
    padding: 11px 25px !important;
    border: 1px solid #dfe0e8;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    float: right;
}

a.search-button.search-button-active {
    background: url("/images/close-search.png") no-repeat center;
    width: 16px;
    height: 16px;
}

span.icon-menu-toggle {
    display: block;
    width: 19px;
    height: 2px;
    background: #454553;
    margin: 4px 10px 4px 0;
}

.menu2 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu2 li {
    float: left;
}

.menu2 li a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

.menu2 li.active-menu a {
    color: #4a90e2;
}

.menu2 li.small-li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-transform: none;
    padding: 0;
}

.menu2 li.small-li.small-li-active a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: line-through;
}

.menu2 ul {
    text-align: center;
    margin-top: 90px;
    list-style: none;
}

.menuToggle2 {
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
}

a.menuToggle2.menuToggle-active:before {
    position: absolute;
    background: url(/images/close-menu.png) no-repeat center;
    display: block;
    content: "";
    right: 23px;
    z-index: 66666666666;
    top: 25px;
    width: 20px;
    height: 20px;
}

.menu2 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8784313725490196);
    z-index: 5555;
}

.menu2 li {
    float: none;
}

.navbar-nav > li {
    float: left;
}

span.container-icon-menu-toggle {
    margin-right: 10px;
    float: left;
}

li.block-r a:hover {
    background-color: transparent !important;
    color: #777 !important;
}

a.navbar-brand:hover {
    background-color: transparent !important;
}

/*слайдер самый верх главная*/
#myCarousel {
    position: absolute;
    height: 550px;
    width: 100%;
    background: #03112c;
}

section.slider-top-home .carousel-caption {
    right: 0;
    left: 0;
}

section.slider-top-home .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 59px;
    text-transform: uppercase;
    margin-bottom: 33px;
}

section.slider-top-home .slider-caption-text {
    text-align: left;
    padding-bottom: 30px;
    min-height: 350px;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, .75);
}

section.slider-top-home .carousel-caption p {
    font-size: 16px;
    margin-bottom: 30px;
}

button {
    padding: 3px 25px 5px 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    background: transparent;
    border: 2px solid;
    text-transform: uppercase;
    border-radius: 23px;
}

button:hover {
    border-color: #4a8fe2;
    color: #4a8fe2;
}

.button-white {
    border: 3px solid #fff;
    color: #fff;
}

section.slider-top-home .carousel-indicators {
    bottom: 30px;
    margin-bottom: 0;
}

section.slider-top-home .carousel-indicators li {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 0.5;
    margin: 0 8px;
}

section.slider-top-home .carousel-indicators .active {
    opacity: 1;
}

section.slider-top-home .carousel-caption .col-md-4 {
    text-align: right;
}

section.slider-top-home .carousel-caption .col-md-4 img {
    padding-right: 40px;
    padding-top: 70px;
}

section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
    margin: auto;
    max-height: 560px;
    min-height: 540px;
}

.col-md-3.img-center {
    padding-top: 100px;
}

/*новости главная*/
.body-home section.news-home {
    margin-top: 415px;
    padding-bottom: 35px;
}

.news-home-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: table;
    margin: auto;
    box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.12941176470588237), 0 6px 30px 0 rgba(0, 0, 0, 0.0784313725490196);
    padding: 20px 30px;
    position: relative;
    background: #fff;
    margin-top: 40px;
}

.news-home-header:before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 30px solid transparent;
}

.news-home-header:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 30px solid transparent;
}

.news-home-header-block {
    display: inline-block;
}

.news-home-header-block span {
    margin: 0;
    border-right: 2px solid #000;
    padding: 0 22px;
}

.news-home-header-block .news-home-header-block-span {
    border-right: 0;
}

.news-home-header-block a {
    color: #000;
    text-decoration: none;
}

.news-home-header-block-span-blu a {
    color: #4a90e2;
}


span.navigation-new-home {
    float: right;
}

span.navigation-new-home a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #454553;
    text-decoration: underline;
}

.rotate50 {
    transform: rotate(180deg);
}

span.navigation-new-home > span:nth-child(2) {
    margin: 0 27px;
}

.circle {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0 !important;
}

.color-circle1 {
    background: #d47e8e;
}

.data-new {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
}

.position-new {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.foto-new-wrap {
    position: relative;
    width: 100%;
}

h3.new-tytle-prew {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #454553;
    padding: 0 20px;
    margin: 20px 0;
    line-height: 20px;
}

.new-wrap-prew1 {
    background: #fff;
    height: 400px;
}

.foto-new-foter {
    padding: 10px 0;
    border-top: 1px solid #e7e7e7;
    margin: 0 18px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
}

.foto-new-foter span img {
    margin-right: 5px;
}

.foto-new-foter span {
    font-size: 12px;
    color: #afafaf;
}

span.favorites {
    margin-right: 20px;
}

span.favorites, span.comment {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

span.watch {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    float: right;
}

.position-new h3 {
    padding: 0 20px 0 0;
    color: #fff;
}

.color-circle2 {
    background: #f58220;
}

.data-new span {
    margin: 0 2.5px;
}

.new-wrap-prew2 {
    display: flex;
    width: 100%;
    background: #fff;
}

span.comment {
    margin-right: 52px;
}

.new-wrap-prew2 .data-new {
    color: #454553;
    margin-top: 30px;
}

.color-circle3 {
    background: #4a90e2;
}

.foto-new-header {
    padding: 0 20px;
}

h3.new-tytle-prew2 {
    color: #454553;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.foto-new-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0 20px;
    color: #454553;
    font-size: 16px;
}

.foto-new-wrap > img {
    width: 100%;
}

/*паспортизация рекламы*/

.jq-selectbox__trigger-arrow {
    background: url(/images/arrow-foto-slider.png) no-repeat center;
    width: 6px;
    height: 10px;
    border-top: 0;
    top: 11px;
}

section.certification-home {
    background: url(/images/background1.jpg) no-repeat top;
    background-color: #3c73b3;
}

.h2-white {
    color: #fff !important;
}

.certification-home-form {
    padding: 0 100px;
}

.certification-home-form h4 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 0;
}

.certification-home-form form input, .certification-home-form form textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    border: 0;
    border-bottom: 1px solid #7c9ec5;
    color: #fff;
    background: transparent;
    width: 100%;
    padding-bottom: 7px;
    margin-bottom: 25px;
}

.certification-home-form form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.certification-home-form form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.certification-home-form form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.certification-home-form form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.certification-home-form form textarea {
    margin-bottom: 0;
}

p.explanation-certification-form {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 50px;
    font-size: 12px;
}

.certification-home-form form button {
    margin: auto;
    display: block;
}

.certification-home-l {
    background: #f7f7f9;
    height: 480px;
    padding: 25px 30px 75px 0;
    position: relative;
}

.certification-home-l:before {
    position: absolute;
    top: 0;
    left: calc(-100% + 1px);
    background: #f7f7f9;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.certification-home-l h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 55px 0 35px 0;
    color: #454553;
    font-size: 18px;
}

.certification-home-l p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 0;
}

.button-wrap {
    margin: 35px 0 50px 0;
    text-align: right;
}

.p-bold-certification-home-l {
    margin-bottom: 20px !important;
}

.jq-selectbox__select {
    width: 370px;
    background: #fff;
}

.jq-selectbox__dropdown {
    width: 370px !important;
}

.jq-selectbox li {
    white-space: normal;
}

/*изготовление наружной рекламы - блок*/

section.outdoor-advertising {
    margin-top: 40px;
    background: #fff;
    padding-bottom: 35px;
}

section.outdoor-advertising p {
    font-size: 18px;
    margin-bottom: 35px;
}

.ul-style li {
    list-style: none;
    position: relative;
    margin-bottom: 10px;
}

.ul-style li {
    padding-left: 40px;
    font-size: 16px;
}

section.outdoor-advertising ul {
    padding-left: 40px;
}

.ul-style {
    padding-left: 0;
}

.ul-style li:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 12px solid #4a90e2;
    border-bottom: 7px solid transparent;
    content: "";
    display: block;
    top: 7px;
    left: 0;
}

section.outdoor-advertising li a {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: #454553;
}

/*производим и устанавливаем*/
section.produced-home {
    background: url("/images/background2.jpg");
}

.produced-home-block {
    width: 20%;
    text-align: center;
}

.produced-home-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.manufacturer-icon {
    width: 148px;
    height: 129px;
    margin: 60px auto;
    transition: 0.3s;
}

.manufacturer-icon1 {
    background: url("/images/manufacturer-icon1.png");

}


.manufacturer-icon2 {
    background: url("/images/manufacturer-icon2.png");
}

.manufacturer-icon3 {
    background: url("/images/manufacturer-icon3.png");
}

.manufacturer-icon4 {
    background: url("/images/manufacturer-icon4.png");
}

.manufacturer-icon5 {
    background: url("/images/manufacturer-icon5.png");
}

.manufacturer-icon1:hover {
    background: url("/images/manufacturer-icon1-2.png");
}

.manufacturer-icon2:hover {
    background: url("/images/manufacturer-icon2-2.png");
}

.manufacturer-icon3:hover {
    background: url("/images/manufacturer-icon3-2.png");
}

.manufacturer-icon4:hover {
    background: url("/images/manufacturer-icon4-2.png");
}

.manufacturer-icon5:hover {
    background: url("/images/manufacturer-icon5-2.png");
}

section.produced-home h2 {
    text-align: center;
}

.produced-home-block p {
    font-size: 18px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #454553;
}

section.produced-home button {
    margin: 80px auto 40px auto;
    display: block;
}

/*блок размещение рекламных мест*/

section.map-object-home {
    margin: 40px 0;
    background: #fff;
    padding-bottom: 50px;
}

section.map-object-home p {
    font-size: 16px;
}

.map-object-home-tel {
    margin: 70px 0 45px 0;
}

p.tags a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #6b6b81;
    text-decoration: underline;
}

p.tags a:hover {
    color: #4a90e2;
}

p.tags {
    line-height: 2;
}

.wrap-map-object-home {
    padding-top: 40px;
}

.wrap-map-object-home {
    padding-top: 40px;
}

.header-map-object-home li {
    width: 25%;
}

ul.header-map-object-home {
    padding-left: 0;
    width: 100%;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #4a90e2;
}

.header-map-object-home.nav-tabs li.active a:before {
    color: #4a90e2;
    position: absolute;
    bottom: -11px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #4a90e2;
    left: calc(50% - 6px);
    content: "";
    display: block;
}

.header-map-object-home.nav-tabs a, .header-map-object-home.nav-tabs > li.active > a, .header-map-object-home.nav-tabs > li.active > a:focus, .header-map-object-home.nav-tabs > li.active > a:hover, .header-map-object-home.nav-tabs > li > a:hover {
    padding: 0 0 10px 0 !important;
    border-bottom: 0;
}

.header-map-object-home.nav-tabs a {
    font-family: 'Neris-Light' !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #373737;
    text-decoration: none;
    display: block;
    padding: 0 0 10px 0 !important;
    text-align: left;
}

.header-map-object-home.nav-tabs li {
    border: 0;
}

.header-map-object-home.nav-tabs li.active a {
    color: #4a90e2;
    position: relative;
    display: inline-block;
    padding: 0 0 10px 0 !important;
}

.header-map-object-home {
    margin-bottom: 20px;
}

.footer-map-object-home {
    margin-top: 25px;
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
}

.footer-map-object-home a {
    color: #3a3a3a;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    margin-right: 25px;
}

.footer-map-object-home button {
    float: right;
}

/*баннер - главная боттом*/

section.banner-bottom-home .carousel-caption {
    right: auto;
    left: auto;
    padding-bottom: 30px;
    top: 0;
    text-align: left;
    width: 100%;
}

section.banner-bottom-home .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-transform: uppercase;
    margin: 95px 0 20px 0;
    line-height: normal;
    bottom: auto;
}

section.banner-bottom-home .carousel-caption p {
    font-size: 30px;
    margin-bottom: 60px;
}

section.banner-bottom-home .glyphicon-chevron-left:before {
    content: "";
    background: url("/images/arrow-slider-home2.png");
    width: 6px;
    height: 10px;
    display: block;
}

section.banner-bottom-home .glyphicon-chevron-right:before {
    content: "";
    background: url("/images/arrow-slider-home2.png");
    transform: rotate(180deg);
    width: 6px;
    height: 10px;
    display: block;
}

section.slider-bottom .slick-arrow, section.banner-bottom-home .carousel-control .glyphicon-chevron-left, section.banner-bottom-home .carousel-control .glyphicon-chevron-right {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section.banner-bottom-home .carousel-control {
    top: calc(50% - 12px);
    opacity: 1;
    bottom: auto;
    width: auto;
}

section.banner-bottom-home .carousel-control .glyphicon-chevron-left {
    left: 25px;
}

section.banner-bottom-home .carousel-control .glyphicon-chevron-right {
    right: 25px;
}

div#myCarousel2 .item {
    position: relative;
}

.slider-for2 {
    height: auto !important;
}

section.banner-bottom-home {
    position: relative;
}

div#myCarousel2 .item img {
    margin: auto;
    display: block;
}

/*слайдер в самом низу - главная и внутренняя страницы*/
.slider-block {
    padding: 0 11px;
}

.slider-wrapper {
    width: calc(100% - 200px);
    margin: 30px auto 70px auto;
}

.slider-block img {
    margin: auto;
    max-width: 100%;
}

section.slider-bottom > * {
    position: relative;
}

.prev.slick-arrow {
    position: absolute;
    left: 30px;
    top: 70px;
}

.next.slick-arrow {
    position: absolute;
    right: 30px;
    top: 70px;
}

/*блок с гербами внизу*/
.emblem-wrap-home a {
    padding: 0 15px;
    font-size: 9.5px;
    color: #636363;
    text-decoration: none;
    text-align: center;
}

.emblem-wrap-home {
    display: inline-flex;
    margin: 20px 0;
}

.emblem-wrap-home a img {
    filter: grayscale(100%);
    margin-bottom: 15px;
}

.emblem-wrap-home a:hover img {
    filter: grayscale(0);
    filter: none; /* IE 6-9 */
}

.emblem-wrap-home a:hover {
    color: #4a90e2;
}

a.emblem-home-block span {
    display: block;
    height: 45px;
}

section.slider-bottom {
    padding-bottom: 50px;
}

/*футер*/
section.map-footer > * {
    float: left;
}

section.footer {
    background: #085080;
    padding-top: 40px;
    padding-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.tytle-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

a.blu-a-footer {
    color: #4a90e2;
    text-decoration: underline;
}

.white-a {
    color: #fff;
    text-transform: uppercase;
}

section.footer p {
    margin-bottom: 20px;
    color: #fff;
}

.white-a:hover {
    color: #fff;
}

.tytle-footer-top {
    margin-top: 60px;
}

p.footer-time {
    margin-bottom: 0 !important;
}

p.footer-time span:nth-child(1) {
    width: 75px;
    display: inline-block;
}

/*копирайт*/

section.copyright {
    float: left;
    width: 100%;
}

section.copyright p a, section.copyright p {
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 10px;
    padding: 10px;
    margin-bottom: 0;
}

section.copyright p span:nth-child(2) {
    float: right;
}

section.copyright p a {
    padding: 0;

}

/*внутренние*/
.body-internal p.tel-header {
    background: url("/images/internal-background-top.jpg");
}

/*аренда*/

section.rent-top .nav-tabs {
    float: right;
    width: calc(50% - 15px);
    margin-left: 15px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs > li > a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #454553;
    border: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #d0d0d8;
    text-align: center;
    margin-bottom: 1px;
    margin-right: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:hover {
    color: #4a90e2;
    background: transparent;
    border: 0;
    border-bottom: 3px solid #4a90e2;
    margin-bottom: 0;
    padding-bottom: 6px;

}

section.rent-top .nav-tabs > li {
    width: 50%;
}

p.italic {
    font-style: italic;
    margin: 9px 0 90px 0;
}

section.rent-top h1 {
    margin-bottom: 60px;
}

section.rent-top h4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 18px;
    color: #494949;
    text-transform: uppercase;
}

section.rent-top p {
    font-size: 16px;
}

section.rent-top {
    background: #fff;
    padding-bottom: 65px;
}

.body-internal .navbar-default, .body-home .navbar-default {
    margin-bottom: 0;
}

section.bread-crumbs p {
    margin: 20px 0;
    padding-left: 15px;
    color: #494949;
    font-size: 12px;
}

section.bread-crumbs p a {
    color: #494949;
}

section.bread-crumbs p > span:nth-last-child(1) {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h2.h2rent {
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #494949;
    font-size: 24px;
}

h2.centerh2 {
    text-align: center;
}

section.rent-advantages-wrap {
    background: url("/images/background3.jpg");
    padding: 40px 0 20px 0;
}

.rent-wrap-icon h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.rent-wrap-icon {
    display: flex;
    align-items: center;
}

.rent-wrap-icon img {
    margin-right: 20px;
}

section.rent-advantages-wrap p {
    margin-top: 17px;
    color: #fff;
}

.rent-advantages-icon-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

section.rent-object h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #494949;
    margin: 45px 0 25px 0;
}

section.rent-object table {
    font-size: 16px;
    width: 100%;
}

section.rent-object table td {
    padding: 25px 20px;
    vertical-align: top;
}

section.rent-object table td:nth-child(2n - 1) {
    background: #d0d8e7;
}

section.rent-object table tr:nth-child(1) {
    border-bottom: 1px solid #868686;
}

section.rent-object {
    padding-bottom: 40px;
}

section.rent-listing {
    background: #fff;
    padding-bottom: 25px;
}

section.rent-listing p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 30px;
}

section.rent-bottom {
    background: url(/images/background4.jpg);
    padding: 70px 0 40px 0;
}

p.descr {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}

p.contact-rent-bottom {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

p.rent-bottom-name > span {
    display: block;
    line-height: 1;
}

p.rent-bottom-name > span:nth-child(1) {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

p.rent-bottom-name > span:nth-child(2) {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

p.rent-bottom-name > span:nth-child(3) {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/*страница история*/

section.history {
    background: #fff;
    padding: 30px 0;
}

section.history .tab-content {
    position: relative;
}

.gallery-tab {
    position: fixed;
}

.gallery-tab.active {
    position: relative;
}

h1.pos-absolut-h3-history {
    position: absolute;
    top: -33px;
    margin: 0;
}

.nav-tabs > li > a {
    padding-bottom: 16px !important;

}

.nav-tabs > li > a:hover, .nav-tabs > li.active > a {
    padding-bottom: 15px !important;
}

.img-history {
    margin: 70px 0 26px 0;
}

p.video-link a {
    text-transform: uppercase;
    color: #454553;
}

p.video-link a img {
    margin-right: 20px;
}

p.video-link a {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #454553;
    display: flex;
    align-items: center;
}

p.video-link {
    margin-bottom: 75px;
    margin-top: 20px;
}

.descr-history-left p {
    margin-top: 35px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2;
    color: #454553;
}

.descr-history-left {
    max-width: 195px;
}

section.history h2 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    max-width: 310px;
    text-transform: uppercase;
    margin: 60px 0 40px 0;
}

/*вакансии*/

.row-content p {
    line-height: 24px;
    color: #454553;
    font-size: 16px;
}

.row-content p, .row-content img {
    margin-bottom: 25px;
}

.vacancy-blok {
    padding: 15px 30px;
    margin-top: 35px;
}

.vacancy-blok1 {
    background: #e9eaf1;
}

.vacancy-blok2 {
    border: 1px solid #4a90e2;
}

.vacancy-blok3 {
    background: #4a90e2;
}

p.vacancy-blok-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #454553;
    text-transform: uppercase;
}

p.grand-p-vacancy {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #454553;
    text-transform: uppercase;
}

.salary {
    color: #d24a50 !important;
}

.vacancy-blok.vacancy-blok3 p {
    color: #fff;
}

.vacancy-blok.vacancy-blok3 p span {
    text-transform: none;
}

/*руководство*/

.vacancy-blok4 {
    background: #83b5ed;
}

.vacancy-blok5 {
    border: 1px solid #d3d3d3;
}

.vacancy-blok6 {
    background: #e6e6e6;
}

/*руководство*/
p.management-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #454553;
    text-transform: uppercase;
}

p.management-name span {
    font-size: 18px;
    display: block;
    text-transform: none;
    margin-top: 10px;
}

.row-content-management p.vacancy-blok-title {
    margin-bottom: 0;
}

.row-content a {
    color: #4a90e2;
    text-decoration: underline;
}

.vacancy-blok-title-bottom {
    margin-bottom: 25px !important;
}

/*сертификаты*/
.certificate-wrap {
    height: 230px;
    margin-bottom: 50px;
}

.row-content-top {
    margin-top: 40px;
}

/*галерея*/
.slider-bottom-internal {
    padding-bottom: 0 !important;
    background: #dfe0e8;
    position: relative;
}

.slider-bottom-internal .slider-wrapper {
    margin: 30px auto 30px auto;
}

.slider-bottom-internal:after, .slider-bottom-internal:before {
    content: "";
    background: #dfe0e8;
    position: absolute;
    left: -100%;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}

.slider-bottom-internal:before {
    right: -100%;
    left: auto;
}

.gallery-nav {
    margin-top: 35px;
}

.gallery-nav a {
    color: #606060;
}

.gallery-nav a.active, .gallery-nav a:hover {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #4a8fe2;
    text-decoration: underline;
}

.arrow-slider-gallery {
    position: absolute;
    left: 100px;
    font-size: 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    top: 50px;
    z-index: 77777;
}

span.prev2.slick-arrow {
    margin-right: 20px;
    cursor: pointer;
}

span.next2.slick-arrow {
    cursor: pointer;
    margin-left: 20px;
}

.separator-span {
    margin: 0 4px;
}

.slider-for h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    margin-bottom: 20px;

}

.slider-for h3 span {
    text-transform: none;
    font-family: 'Open Sans', sans-serif;

}

.arrow-slider-gallery span {
    display: flex !important;
    align-items: center !important;
}

.slider-for .col-md-3 {
    position: initial;
}

.slider-for {
    height: 452px;
}

/*контакты*/
.contact-block p {
    font-size: 16px;
}

.contacts .vacancy-blok-title {
    font-size: 16px;
}

.contacts .vacancy-blok {
    padding: 33px 45px;
    margin-top: 0;
}

section.history.contacts {
    padding: 0 0 30px 0;
}

section.history.contacts h1 {
    margin-bottom: 90px;
}

.contact-blok-title-top {
    margin-top: 155px;
}

.contact-block {
    padding: 0 25px;
    margin-bottom: 40px;
}

.contact-blok-title-top2 {
    margin-top: 110px;
}

.contact-block a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #4a8fe2;
    text-decoration: underline;
}

.contact-icon1, .contact-icon2, .contact-icon3, .contact-icon4 {
    position: relative;
}

.contact-icon1:after, .contact-icon2:after, .contact-icon3:after, .contact-icon4:after {
    position: absolute;

    content: "";
    display: block;
}

.contact-icon1:after {
    background: url("/images/contacr-icon1.png");
    top: 3px;
    left: -25px;
    width: 13px;
    height: 17px;
}

.contact-icon2:after {
    background: url("/images/contacr-icon2.png");
    top: 3px;
    left: -25px;
    width: 16px;
    height: 16px;
}

.contact-icon3:after {
    background: url("/images/contacr-icon3.png");
    top: 5px;
    left: -25px;
    width: 19px;
    height: 14px;
}

.contact-icon4:after {
    background: url("/images/contacr-icon4.png");
    top: 6px;
    left: -25px;
    width: 15px;
    height: 15px;
}

/*новости*/

img {
    max-width: 100%;
}

section.news .new-wrap-prew2 .new-wrap-prew2-l .foto-new-foter {
    padding: 10px 0;
    width: calc(100% - 40px);
    margin: 0 20px;
    display: block;
}

section.news .new-wrap-prew2 {
    background: #f7f7f9;
}

section.news .new-wrap-prew2 .new-wrap-prew2-l {
    width: calc(100% - 360px);
    position: relative;
}

section.news .new-wrap-prew2 .new-wrap-prew2-l h3.new-tytle-prew2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 25px 0 35px 0;
}

.news-blok-bottom-text a, section.news h3.new-tytle-prew2 a, section.news .new-wrap-prew2 .new-wrap-prew2-l h3.new-tytle-prew2 a {
    color: #454553;
}

section.news .new-wrap-prew2 .new-wrap-prew2-l .foto-new-header p, .news-wrap-prew p {
    line-height: 2;
}

.news-wrap-prew .data-new {
    color: #454553;
}

.news-wrap-prew {
    padding-top: 30px;
    height: 405px;
}

.news-wrap-prew .foto-new-foter {
    margin: 0 20px;
    width: calc(100% - 40px);
    display: block;
}

.data-new-color1 {
    color: #454553;
}

.news-blok-bottom {
    margin-top: 55px;
}

.news-blok-bottom-foto {
    height: 184px;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-blok-bottom-text {
    height: 110px;
    margin-bottom: 30px;
}

.news-blok-bottom-block {
    padding-right: 40px;
}

.news-blok-bottom-block h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    line-height: 25px;
}

section.news > * > button {
    margin: 30px auto 0 auto;
    display: block;
    padding: 2px 60px 4px 60px;
}

/*одна новость*/

.new-block-text-top {
    border: 1px solid #e7e7e7;
    border-left: 0;
    border-right: 0;
}

section.new .data-new {
    color: #454553;
    width: 55%;
    float: left;
}

section.news.new .foto-new-foter {
    position: relative;
    width: 45%;
    margin: 0;
    border-top: 0;
    float: left;
}

section.news-home .new-wrap-prew2 .data-new-w {
    color: #fff;
}

section.news-home .new-wrap-prew2 {
    height: 398px;
}

section.news-home .new-wrap-prew2-l {
    width: 53%;
}

.new-block-text > * {
    float: left;
    width: 100%;
}

.new-block-text-top {
    display: flex;
    text-align: center;
    height: 65px;
}

span.favorites {
    width: 34px;
}

span.comment {
    width: 32px;
}

span.watch {
    width: calc(100% - 138px);
    text-align: right;
}

.new-block-text-bottom p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #454553;
    line-height: 2;
    margin-bottom: 35px;
}

.new-block-text-bottom {
    padding-top: 50px;
    float: left;
    width: 100%;
}

section.new-bottom h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 60px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

section.new-bottom {
    background: #f6f7f9;
    padding-bottom: 40px;
}

/*рекламные места*/
.reclame .header-map-object-home li {
    width: auto;
    margin-right: 130px;
}

.reclame .header-map-object-home {
    margin-bottom: 40px;
}

.reclame .nav-tabs > li > a {
    padding: 2px 25px 4px 25px !important;
    border: 3px solid;
    text-transform: uppercase;
    border-radius: 23px;
    margin-bottom: 0;
}

.reclame .nav-tabs > li.active > a, .reclame .nav-tabs > li.active > a:focus, .reclame .nav-tabs > li.active > a:hover, .reclame .nav-tabs > li > a:hover {
    padding: 2px 25px 4px 25px !important;
    border: 3px solid;
    text-transform: uppercase;
    border-radius: 23px;
}

ul.nav.nav-tabs.nav-tabs-reclame li {
    margin-right: 100px;
}

ul.nav.nav-tabs.nav-tabs-reclame li:nth-last-child(1) {
    margin-right: 0;
}

section.news.reclame table td {
    padding: 15px 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

section.news.reclame table {
    width: 100%;
}

section.news.reclame table a {
    color: #4a90e2;
}

section.news.reclame table > thead {
    background: #dbe9f9;
}

section.news.reclame table > tbody > tr:nth-child(2n) {
    background: #f6f6f6;
}

section.news.reclame .wrap-map-object-home {
    padding-top: 0;
}

section.news.reclame .tab-content {
    margin-top: 60px;
}

.arrow-slider-reclame {
    position: relative;
    left: auto;
    justify-content: end;
    top: auto;
    margin-top: 35px;
}

/*тендеры*/

.tenders-nav {
    border-bottom: 1px solid #cdcdcd;
    display: flex;
    justify-content: center;
    margin-bottom: 75px;
}

.tenders-nav a {
    width: 220px;
    border-bottom: 3px solid transparent;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #454553;
}

.tenders-nav a.activ, .tenders-nav a:hover {
    border-bottom: 3px solid #4a90e2;
    color: #4a90e2;
}

.data-new-color2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #4a90e2;
}

.tenders-blok a {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #a6a6a6;
    text-decoration: none;
    margin-bottom: 40px;
    display: block;
}

.tenders-blok a:hover {
    color: #454553;
}

.news-blok-bottom-text.tenders-blok {
    margin-bottom: 30px;
    height: 210px;
}

/*услуги*/

section.servises-top .panel-default > .panel-heading a, section.servises-top .panel-default > .panel-heading a:hover {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #4a90e2;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

section.servises-top .panel-default > .panel-heading a.collapsed {
    color: #454553;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

section.servises-top .panel-default > .panel-heading {
    padding: 10px 15px 10px 30px;
    color: #454553;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.panel-group .panel.panel-default {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

section.servises-top .panel-default > .panel-heading a:before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    background: url(/images/arrow-blu.png);
    width: 10px;
    height: 6px;
    top: 7px;
    transition: 0.5s all;
}

section.servises-top .panel-default > .panel-heading a.collapsed:before {
    background: url("/images/arrow-navigation.png");
    transform: rotate(180deg);
    width: 6px;
    transition: 0.5s all;
    height: 10px;
    left: -28px;
    top: 5px;
    display: block;
}

section.servises-top .panel-default ul {
    padding-left: 15px;
    list-style: none;
}

section.servises-top .panel-default ul li {
    position: relative;
    margin-bottom: 10px;
}

section.servises-top .panel-default ul li a {
    color: #747474;
}

section.servises-top .panel-default ul li a:hover {
    color: #000;
    text-decoration: underline;
    cursor: pointer;
}

section.servises-top .panel-default ul li:after {
    position: absolute;
    display: block;
    content: "‒";
    left: -17px;
    top: -2px;
}

.servises-certification h3 {
    margin: 70px 0 50px 0;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #454553;
}

.servises-certification {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0 55px;
}

.servises-certification p {
    font-size: 16px;
    color: #454553;
    line-height: 2;
}

.servises-certification-bottom {
    margin-top: 40px;
}

.bold-p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;

}

.tel-pad {
    padding-left: 30px;
    position: relative;
}

.tel-certification:before {
    content: "";
    display: block;
    left: 0;
    top: 7px;
    background: url(/images/phone.png);
    width: 16px;
    height: 16px;
    position: absolute;
}

section.servises-bottom {
    background: #fff;
}

section.servises-bottom h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #454553;
    margin: 45px 0 25px 0;
}

section.servises-bottom p {
    font-size: 16px;
    margin-bottom: 30px;
}

.time-issue-block {
    display: flex;
    margin-bottom: 80px;
}

.time-issue-blockl {
    width: 80px;
}

.time-issue-blockr {
    width: calc(100% - 80px);
}

.time-issue-blockl {
    display: flex;
    align-items: baseline;
}

.time-issue-blockl p {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 51px !important;
    line-height: 47px;
}

section.servises-bottom .ul-style li {
    margin-bottom: 30px;
}

.time-issue-blockr-bottom > div {
    float: left !important;
    height: 102px;
}

.time-issue-blockr-bottom div:nth-child(1) {
    width: 70px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    min-height: 1px;
}

.time-issue-blockr-bottom div:nth-child(2) {
    padding: 0 10px 0 30px;
    font-size: 24px;
    width: 205px;
    border: 1px solid #dfe0e8;
    border-top: 0;
    border-bottom: 0;
}

.time-issue-blockr-bottom > div > span {
    display: block;
}

.time-issue-blockr-bottom div:nth-child(3) {
    font-size: 14px !important;
    position: relative;
    width: calc(100% - 300px);
}

.time-issue-blockr-bottom p > span:nth-child(1) {
    width: 70px;
    font-size: 24px;
    text-transform: uppercase;
    float: left;
    min-height: 1px;
}

.time-issue-blockr-bottom p > span:nth-child(2) {
    padding: 0 30px;
    font-size: 24px;
    width: 230px;
}

.time-issue-blockr-bottom p > span:nth-child(3) {
    font-size: 14px !important;
    padding-left: 40px;
    position: relative;
}

.time-issue-blockr-bottom p {
    margin-bottom: 0 !important;
}

.time-issue-blockr-bottom > p {
    height: 35px;
}

.time-issue-blockr-bottom p > span {
    border-right: 1px solid #dfe0e8;
    display: inline-block;
}

.time-issue-blockr-bottom p > span:nth-last-child(1) {
    border-right: 0;
}

.cmall-p {
    font-size: 14px !important;
    margin-top: 5px;
}

.time-issue-blockr-bottom .phone-p {
    position: relative;
    padding-left: 40px;

}

.time-issue-blockr-bottom .phone-p:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 11px;
    background: url(/images/phone.png);
    width: 16px;
    height: 16px;
    display: block;
}

.time-issue-blockr-bottom div:nth-child(3) span {
    margin: 9px 0 14px 0;
    display: block;
}

/*электронные обращения*/

.electronic-app-img {
    background: url(/images/electronic-appeal.jpg) no-repeat center/cover;
    height: 460px;
}

section.electronic-app-bottom > *, section.electronic-app-bottom > * > * {
    padding: 0;
    margin: 0;
}

section.electronic-app-bottom .certification-home-form h4 {
    color: #454553;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin: 28px 0;
    font-size: 24px;
}

section.electronic-app-bottom .certification-home-form form input, section.electronic-app-bottom .certification-home-form form textarea {
    color: #454553;
}

section.electronic-app-bottom .certification-home-form form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #454553;
}

section.electronic-app-bottom .certification-home-form form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #454553;
}

section.electronic-app-bottom .certification-home-form form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #454553;
}

section.electronic-app-bottom .certification-home-form form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #454553;
}

section.electronic-app-bottom p.explanation-certification-form {
    color: #4a90e2;
    margin-bottom: 40px;
}

section.electronic-app-bottom .certification-home-form form input, section.electronic-app-bottom .certification-home-form form textarea {
    border-bottom: 1px solid #bbb;
}

section.electronic-app-bottom .certification-home-form form button {
    margin: 0;
}

section.electronic-app-bottom {
    background: #fff;
}

section.electronic-app-bottom .certification-home-form {
    width: 520px;
}

.adsplaces .nav.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5em;
}

.adsplaces-group:not(.show) {
    display: none;
}

.adsplaces-map {
    width: 100%;
    height: 700px;
}

.adsplace-map-card {
    width: 300px;
}

.adsplace-amc__title {
    font-size: 1.3em;
    font-weight: bold;
}

.adsplace-amc__links {
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
}

.adsplace-amc__image img {
    max-height: 200px;
}

.map-filter-form {
    margin: .5em;
    background: #084f80bf;
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    color: white;
}

/*мобильная версия*/

@media screen and (min-width: 1199px) {

}

@media screen and (max-width: 1199px) {
    .menu-span-toggle {
        display: none;
    }

    span.container-icon-menu-toggle {
        margin-right: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 25px 17.2px !important;
    }

    .navbar-default .navbar-nav > li > a.search-button {
        padding: 35px 17.2px !important;
    }

    section.news-home .col-md-3 .new-wrap-prew2, .new-wrap-prew1 {
        height: 530px;
        overflow: hidden;
    }

    section.news-home .col-md-3 {
        width: 50%;
    }

    section.news-home .col-md-6 {
        width: 100%;
        margin-top: 30px;
    }

    .new-wrap-prew1 {
        position: relative;
    }

    .foto-new-foter {
        width: calc(100% - 36px);
    }

    section.news-home .new-wrap-prew2-l {
        width: calc(50% + 15px);
        position: relative;
    }

    .produced-home-block p {
        font-size: 16px;
    }

    section.map-object-home .col-md-6 {
        width: 100%;
    }

    .slider-wrapper {
        width: 780px;
    }

    .prev.slick-arrow, .next.slick-arrow {
        top: calc(50% - 14px);
    }

    .prev.slick-arrow {
        left: -45px;
    }

    .next.slick-arrow {
        right: -45px;
    }

    .slider-wrapper {
        position: relative;
    }

    section.rent-top .nav-tabs {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-top: 30px;
        border-bottom: 1px solid #d0d0d8;
        margin-bottom: 0px;
    }

    section.rent-top .nav-tabs > li > a:hover, section.rent-top .nav-tabs > li > a {
        padding-bottom: 15px !important;
        width: 50%;
        margin: 0 25%;
        margin-bottom: -2px;
    }

    p.descr {
        font-size: 18px;
        line-height: 1.5;
    }

    section.history .nav > li > a {
        padding: 10px 6px;
    }

    section.news .new-wrap-prew2 .new-wrap-prew2-l {
        width: calc(100% - 324px);
    }

    section.news .news-blok-top .new-wrap-prew2-l.news-wrap-prew {
        height: 395px;
    }

    .news-blok-bottom-text {
        height: 150px;
    }

    .time-issue-blockr-bottom div:nth-child(3) {
        width: 100%;
        margin-top: 30px;
    }

    .time-issue-blockr-bottom div:nth-child(3) span {
        display: inline-block;
    }

    .time-issue-blockr-bottom div:nth-child(2) {
        border-right: 0;
    }

}

@media screen and (max-width: 991px) {

    .navbar-default .navbar-nav > li > a {
        padding: 25px 8.5px !important;
        font-size: 12px;
    }

    .navbar-default .navbar-nav > li > a.navbar-brand {
        padding: 19px 8.5px !important;
    }

    section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
        min-height: 590px;
    }

    section.slider-top-home .carousel-indicators {
        bottom: -5px;
    }

    .body-home section.news-home {
        margin-top: 445px;
    }

    section.news-home .col-sm-12 {
        margin-top: 30px;
        float: left;
    }

    section.certification-home {
        padding-bottom: 40px;
    }

    .jq-selectbox__dropdown, .jq-selectbox__select, .jq-selectbox {
        width: 100% !important;
    }

    .certification-home-l {
        height: auto;
        padding: 25px 30px 75px 0;
        position: relative;
    }

    .produced-home-block {
        padding: 0 10px;
    }

    .slider-wrapper {
        width: calc(100% - 150px);
    }

    .emblem-wrap-home {
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }

    .emblem-wrap-home a {
        width: 150px;
        float: left;
    }

    section.history .nav-tabs {
        top: 70px;
        position: relative;
        z-index: 7;
    }

    section.history .nav > li > a {
        padding: 10px 17px;
    }

    .tab-content > * > .row {
        padding-top: 50px;
    }

    .descr-history-left {
        max-width: none;
        width: 50%;
        float: left;
        margin-top: 70px;
    }

    .img-history {
        margin: 70px 0 0 0;
        width: 50%;
        float: left;
    }

    .tab-content > * > .row > * {
        float: left;
    }

    p.video-link {
        margin-bottom: 0;
    }

    div#panel5 > .row {
        padding-top: 71px;
    }

    .slider-for {
        height: auto;
    }

    .contacts .vacancy-blok {
        padding: 33px 10px;
        word-break: break-word;
    }

    .contact-block {
        padding: 0 10px 0 40px;
    }

    section.news .row:after, section.news .row:before {
        display: none;
    }

    section.news .news-blok-bottom-block {
        padding-right: 40px;
        float: left;
        width: 50%;
    }

    section.news .news-wrap-prew .foto-new-foter {
        width: calc(100% - 60px);
        left: 0;
    }

    section.news .new-wrap-prew2-l.news-wrap-prew .foto-new-header {
        padding: 0 40px 0 0;
    }

    section.news > * > button {
        margin: 0 auto 0 auto;
        float: left;
        margin-left: calc(50% - 75px);
    }

    section.new .data-new, section.news.new .foto-new-foter {
        width: 50%;
    }

    .reclame .header-map-object-home li:nth-last-child(1) {
        margin-right: 0;
    }

    section.news.tenders > .container > .row::before, section.news.tenders > .container > .row:after {
        display: none;
    }

    .news-blok-bottom-text.tenders-blok {
        float: left;
        width: 50%;
    }

    .time-issue-blockr-bottom div:nth-child(1) {
        width: 53px;
    }

    section.electronic-app-bottom .certification-home-form {
        padding: 0 30px;
        width: 375px;
    }

}

@media screen and (max-width: 767px) {
    .mr-logo-img {
        max-height: 50px;
    }
    .mr-logo-text {
        font-size: 1.5em;
    }


    section.map-object-home .wrap-map-object-home {
        padding-top: 20px;
    }


    ul.header-map-object-home {
        display: none;
    }

    .footer-map-object-home a {
        padding: 2px 25px 4px 25px;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        background: transparent;
        border: 2px solid;
        text-transform: uppercase;
        border-radius: 23px;
        text-decoration: none;
    }

    section.certification-home h4, section.certification-home h2, section.news-home h2, section.outdoor-advertising h2, section.map-object-home h2 {
        text-align: center;
    }

    p.map-object-home-tel {
        text-align: center;
        margin: 40px 0;
    }

    .no-mobil {
        display: none !important;
    }

    .search-block input {
        width: calc(100% - 52px) !important;
    }

    .search-block {
        width: calc(100% - 70px);
    }

    p.tel-header {
        text-align: center;
        padding: 11px 0;
    }

    .col-md-3.img-center {
        display: none;
    }

    .news-home-header-block {
        box-shadow: 0 9px 13px 0 rgba(0, 0, 0, 0.12941176470588237), 0 6px 30px 0 rgba(0, 0, 0, 0.0784313725490196);
        background: #fff;
        margin-bottom: 30px;
        position: relative;
        width: 100%;
        display: block;
        padding: 20px 0;
        display: flex;
        justify-content: space-around;
    }

    .news-home-header {
        box-shadow: none;
        display: block;
        background: transparent;
        margin-top: 40px;
    }

    .news-home-header:before, .news-home-header:after {
        display: none;
    }

    .news-home-header-block:before {
        position: absolute;
        content: "";
        left: -20px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-right: 20px solid #fff;
        border-bottom: 30px solid transparent;
    }

    .news-home-header-block:after {
        position: absolute;
        content: "";
        right: -20px;
        top: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-left: 20px solid #fff;
        border-bottom: 30px solid transparent;
    }

    .news-home-header-block > span:nth-last-child(1) {
        border-right: 0;
    }

    .news-home-header-block > span {
        display: inline-block;
        text-align: center;
        padding: 0;
        border-right: 0;
    }

    .news-home-header-block > span:nth-child(1):after {
        height: 20px;
        width: 2px;
        background: #000;
        position: absolute;
        top: calc(50% - 10px);
        left: 50%;
        content: "";
        display: block;
    }

    section.news-home .col-md-3 .new-wrap-prew2, .new-wrap-prew1 {
        height: 400px;
    }

    .certification-home-l {
        width: calc(100% + 15px);
    }

    .certification-home-form {
        padding: 30px 100px 0 100px;
    }

    section.outdoor-advertising button {
        margin: auto;
        display: block;
    }

    section.outdoor-advertising ul {
        padding-left: 0;
        margin-top: 30px;
    }

    .produced-home-wrap {
        flex-flow: wrap;
    }

    .produced-home-block {
        width: 170px;
    }

    .header-map-object-home, .map-object-map {
        display: none;
    }

    .footer-map-object-home a {
        margin-right: 15px;
        display: inline-block;
        margin-bottom: 10px;
    }

    section.banner-bottom-home .carousel-caption p {
        font-size: 16px;
        text-align: center;
    }

    section.banner-bottom-home .carousel-caption h3 {
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        margin: 40px 0 0 0;
        line-height: normal;
    }

    section.banner-bottom-home .carousel-inner > .item > a > img, section.banner-bottom-home .carousel-inner > .item > img {
        max-width: none;
        height: 420px;
    }

    section.banner-bottom-home .carousel-caption button {
        margin: auto;
        display: block;
    }

    section.footer > * > * > *:nth-child(1) {
        width: 100px;
        padding: 0;
    }

    section.footer > * > * > *:nth-child(2), section.footer > * > * > *:nth-child(3) {
        width: calc(50% - 50px);
    }

    section.footer > * > * > *:nth-child(4), section.footer > * > * > *:nth-child(5) {
        width: 50%;
    }

    section.rent-object {
        overflow-x: scroll;
    }

    section.rent-advantages-wrap .col-sm-4.col-md-4 {
        display: table;
        margin: 0 0 20px 0;
    }

    p.italic {
        margin: 9px 0 35px 0;
    }

    section.rent-listing .ul-style {
        padding-left: 0;
        margin-bottom: 30px;
    }

    section.rent-bottom .col-sm-3.col-md-3 {
        margin-bottom: 35px;
    }

    section.rent-bottom {
        padding: 70px 0 0 0;
    }

    section.rent-top .nav-tabs > li > a:hover, section.rent-top .nav-tabs > li > a {
        width: 100%;
        margin: 0;
    }

    section.rent-top h1 {
        text-align: center;
    }

    section.rent-top .nav-tabs {
        border-bottom: 0;
    }

    section.history {
        padding-top: 0;

    }

    h1.pos-absolut-h3-history {
        top: -190px;
        text-align: center;
        margin: 0;
        left: auto;
        width: 100%;
    }

    section.history .nav-tabs > li {
        width: 100%;
        border-bottom: 1px solid transparent;
        text-align: center;
    }

    section.history .nav-tabs > li > a {
        border-bottom: 3px solid transparent;
        margin-bottom: -3px;
        display: inline-block;
    }

    section.history .nav-tabs > li.active > a, section.history .nav-tabs > li.active > a:focus, section.history .nav-tabs > li.active > a:hover, section.history .nav-tabs > li > a:hover {
        margin-bottom: -3px;
        border-bottom: 3px solid #4a90e2;
    }

    section.history .nav-tabs > li.active {
        border-bottom: 1px solid #ddd;
    }

    section.history .nav-tabs > li > a:hover, section.history .nav-tabs > li.active > a {
        padding-bottom: 16px !important;
    }

    .tab-content > * > .row {
        padding-top: 70px;
    }

    section.history .nav-tabs {
        top: 101px;
    }

    section.history div#panel5 .row > * {
        float: none;
    }

    section.history div#panel5 .slider-block img {
        width: 100%;
    }

    section.history .arrow-slider-gallery {
        text-shadow: 1px 1px 1px #000;
        color: #fff;
    }

    .arrow-slider-gallery .slick-arrow {
        margin-right: 20px;
        cursor: pointer;
        background: #fff;
        width: 20px;
        height: 20px;
        display: flex !important;
        align-items: center !important;
        justify-content: center;
        border-radius: 50%;
    }

    .slider-for h3 {
        z-index: 66666;
        color: #fff;
        padding-left: 15px;
    }

    .mobil-center-img img {
        width: 100%;
    }

    .contact-block {
        width: 260px;
        margin: auto;
        margin-bottom: 40px;
    }

    section.history.contacts h1 {
        text-align: center;
        margin: 40px 0 60px 0;
    }

    section.news .news-blok-top .new-wrap-prew2-l.news-wrap-prew {
        height: auto;
        padding-bottom: 40px;
    }

    section.news .new-wrap-prew2-l.news-wrap-prew .foto-new-header {
        padding: 0;
    }

    section.news .new-blok-top > .row {
        display: flex;
        flex-flow: wrap-reverse;
    }

    section.news .new-block-text {
        margin-top: 20px;
    }

    section.news .new-block-text-bottom {
        padding-top: 20px;
    }

    section.news .news-blok-bottom-text {
        height: auto;
    }

    section.news .news-blok-bottom-block {
        margin-bottom: 50px;
    }

    section.news span.watch {
        width: auto;
    }

    span.comment {
        margin-right: 10px;
    }

    section.new .data-new {
        width: auto;
    }

    section.new span.favorites {
        margin-right: 10px;
        margin-left: 10px;
    }

    section.new .foto-new-foter {
        justify-content: space-between;
        width: 100% !important;
    }

    section.news.reclame div#panel2 table {
        background: #fff;
    }

    section.news.reclame div#panel2 {
        overflow-y: scroll;
    }

    section.news.reclame .header-map-object-home, section.news.reclame .map-object-map {
        display: block;
    }

    .reclame .header-map-object-home li {
        width: 100%;
        border-bottom: 1px solid #4a90e2;
        margin-bottom: 15px;
        text-align: center;
    }

    .header-map-object-home ul {
        display: block;
        border-bottom: 0;
    }

    .table-reclame-wrap {
        overflow-y: scroll;
    }

    .servises-certification {
        padding: 0 15px;
    }

    section.electronic-app-bottom .certification-home-form {
        width: 100%;
        padding-bottom: 30px;
    }

    .map-footer-no-footer {
        display: none;
    }

    button {
        border: 2px solid;
    }

    section.certification-home .button-wrap {
        margin: 15px 0 20px 0;
        text-align: center;
    }

    .produced-home-wrap {
        display: block;
        width: 850px;
        overflow: scroll;
    }

    .produced-home-block {
        float: left;
    }

    .produced-home-wrap2 {
        overflow: scroll;
    }

    body.body-home section.news-home .news-home-wrapper-new {
        width: 100%;
        overflow: scroll;
    }

    section.news-home .news-home-wrapper-new > .row {
        width: 1170px;
    }

    section.news-home .news-home-wrapper-new .col-md-3 {
        width: 25%;
    }

    section.news-home .news-home-wrapper-new .col-xs-6.col-sm-12.col-md-6 {
        width: 50%;
        margin-top: 0;
    }

    span.watch {
        width: calc(100% - 97px) !important;
    }

    section.news-home .news-home-wrapper-new .new-wrap-prew2 {
        display: flex;
        justify-content: space-between;
        flex-flow: row;
    }

    section.news-home .new-wrap-prew2-l {
        width: 53%;
    }

    section.news-home span.navigation-new-home {
        display: none;
    }

    section.news-home h2 {
        margin-top: 0;
    }

}

@media screen and (max-width: 680px) {

    section.news .new-wrap-prew2 .new-wrap-prew2-l {
        width: 100%;
        order: 2;
        padding-bottom: 40px;
    }

    .new-wrap-prew2 {
        flex-flow: wrap;
    }

    .new-wrap-prew2-r img {
        width: 100%;
    }

    section.news h1 {
        text-align: center;
    }

}

@media screen and (max-width: 600px) {


    section.news .news-blok-bottom-block {
        width: 100%;
    }

    .news-blok-bottom-text {
        margin-bottom: 60px;
        height: auto;
    }

    section.news .news-blok-bottom-block {
        padding-right: 0;
    }

    ul.nav.nav-tabs.nav-tabs-reclame > li {
        margin-right: 20px;
    }

}

@media screen and (max-width: 480px) {

    section.slider-top-home .carousel-caption h3 {
        font-size: 36px;
        text-align: center;
    }

    section.slider-top-home .slider-caption-text button {
        margin: auto;
        display: block;
    }

    section.slider-top-home .carousel-indicators {
        display: none;
    }

    section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
        min-height: 620px;
    }

    #myCarousel {
        height: 620px;
    }

    .body-home section.news-home {
        margin-top: 465px;
    }


    .certification-home-form {
        padding: 30px 0 0 0;
    }

    .news-blok-bottom-text.tenders-blok {
        width: 100%;
    }

    .time-issue-blockr {
        width: 100%;
    }

    .img-history {
        width: 100%;
        text-align: center;
    }

    p.video-link {
        margin: 30px auto 0 auto;
        display: table;
    }

}

@media screen and (max-width: 440px) {
    section.copyright p span:nth-child(2), section.copyright > p > span {
        display: block;
        float: left;
    }

    section.copyright p span:nth-child(1) {
        margin-right: 20px;
    }

    .news-home-header-block {
        padding: 20px 0;
    }
}

@media screen and (max-width: 435px) {
    ul.nav.nav-tabs.nav-tabs-reclame > li:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 374px) {

    .mr-logo-img {
        max-height: 40px;
    }
    .mr-logo-text {
        font-size: 1.25em;
    }

    section.footer > * > * > *:nth-child(1) {
        width: 50px;
        padding: 0;
    }

    section.footer > * > * > *:nth-child(2) {
        width: calc(45% - 25px);
    }

    section.footer > * > * > *:nth-child(3) {
        width: calc(55% - 25px);
    }

    #myCarousel {
        height: 650px;
    }

    section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
        min-height: 650px;
    }

    .body-home section.news-home {
        margin-top: 497px;
    }

    .news-home-header {
        padding: 20px 10px;
    }

    section.rent-bottom .col-xs-6.col-sm-3.col-md-3 {
        width: 100%;
    }

}

@media screen and (max-width: 342px) {

    #myCarousel {
        height: 680px;
    }

    section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
        min-height: 680px;
    }

    .body-home section.news-home {
        margin-top: 527px;
    }
}

@media screen and (max-width: 342px) {

    #myCarousel {
        height: 710px;
    }

    section.slider-top-home .carousel-inner > .item > a > img, section.slider-top-home .carousel-inner > .item > img {
        min-height: 710px;
    }

    .body-home section.news-home {
        margin-top: 557px;
    }
}

@media only screen and ( min-width: 768px ) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        top: 100%;
        margin: 0;
    }

    .dropdown > .dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

.gallery:after {content:"";display:table;clear:both;}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}


.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery img {
    max-width: 100%;
    height: auto !important;
}

.gallery figure {float:left; margin:0 2% 1em 0;}


.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}


.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}


.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}


.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}


.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}


.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}


.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}


.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}


.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}


@media (max-width:767px) {
    img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
    .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}







