@media (min-width: 1024px) and (max-width: 1599px) {
    body {
        font-size: 11px;
    }

    .main-slider .slide-content .img {
        width: 230px;
        height: 257px;
    }

    img {
        max-width: 70%;
        max-height: 70%;
    }

    .container {
        /*position: relative;*/
        max-width: 1015px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 18px;
    }

    .row {
        padding-left: 14px;
    }

    .bx-breadcrumb {
        margin: 7px 0 0;
    }

    .bx-breadcrumb i {
        line-height: 7px;
        font-size: 8px;
        vertical-align: middle;
        margin-right: 1px;
        margin-top: -3px;
        color: #09233e;
    }

    .bx-breadcrumb .bx-breadcrumb-item {
        float: left;
        margin-bottom: 0;
        white-space: nowrap;
        line-height: 9px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span {
        font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 9px;
        white-space: normal;
        color: #7d8c9c;
    }

    .bx-breadcrumb .bx-breadcrumb-item a {
        border-bottom: none;
    }

    .bx-breadcrumb .bx-breadcrumb-item a span {
        border-bottom: none;
        color: #09233e;
    }

    .bx-breadcrumb .bx-breadcrumb-item a:hover span {
        color: #0664a4;
    }

    .header-top {
        background-color: #02458d;
        border-bottom: 2px solid #0664a4;
    }

    .header-top .inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 0;
    }

    .header-top .logo-text {
        display: block;
        font-size: 9px;
        line-height: 1;
        color: #fff;
        padding-left: 16%;
    }

    .header-top .right div {
        display: inline-block;
        font-size: 14px;
        line-height: 36px;
        white-space: nowrap;
        margin-right: 35px;
        padding-left: 42px;
        background: 0 50% no-repeat;
    }
    .header-top .right .tel {
        font-size: 14px;
    }
    .header-top .right div:last-child {
        margin-right: 0;
    }

    .header-top .right .mail {
        background-image: url(../img/mail.png);
        background-size: 35px 36px;
    }

    .header-top .right .tel {
        background-image: url(../img/tel.png);
        background-size: 35px 36px;
    }

    .header-top .right div a {
        color: #fff;
        border-bottom: 1px dotted transparent;
    }

    .header-top .right div a:hover {
        border-color: #fff;
    }

    .header-nav {
        background-color: #f4f3f5;
        height: 38px;
    }

    .header-nav .inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-nav .header-menu {
        list-style: none;
        display: -webkit-flex;
        display: flex;
    }

    .header-nav .header-menu > li {
        display: flex;
        margin: 0;
        padding: 0;
        position: relative;
        height: 38px;
        border-left: 1px solid #bababa;
    }
    .header-nav .header-menu > li:nth-last-child(1){
        border-right: 1px solid #bababa;
    }

    .header-nav .header-menu > li.has-children a {
        padding-right: 20px;
    }

    .header-nav .header-menu > li:last-child {
        margin-right: 0;
    }

    .header-nav .header-menu > li.has-children::after {
        content: '';
        position: absolute;
        z-index: 2;
        bottom: -6px;
        left: 50%;
        margin-left: -6px;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #fff transparent;
        opacity: 0;
        transition: .4s;
    }

    .header-nav .header-menu > li.has-children.opened::after {
        opacity: 1;
    }

    .header-nav .header-menu > li > a {
        padding: 14px 11px;
        font-size: 10px;
        font-weight: bold;
        color: #09233e;
        text-transform: uppercase;
    }

    .header-nav .header-menu > li > a:hover,
    .header-nav .header-menu > li > a.root-item-selected,
    .header-nav .header-menu > li.has-children.opened > a {
        color: #fff;
        background-color: #f47b1e;    }

    .header-nav .header-menu > li.has-children > a::after {
        content: '';
        position: absolute;
        width: 14px;
        height: 4px;
        right: 5px;
        top: 50%;
        margin-top: -1px;
        background: url(../img/menu-arr-down.png) 100% 50% no-repeat;
        transition: .25s;
    }

    .header-nav .header-menu > li.has-children > a:hover::after,
    .header-nav .header-menu > li.has-children.opened > a::after {
        background-image: url(../img/menu-arr-up.png);
    }

    .header-nav .header-menu > li > ul {
        position: absolute;
        z-index: 2;
        top: 100%;
        left: 0;
        background-color: #fff;
        border-radius: 4px;
        list-style: none;
        padding: 14px;
        margin-top: 6px;
        display: none;
        transition: none;
    }

    .header-nav .header-menu > li > ul > li {
        margin-bottom: 4px;
    }

    .header-nav .header-menu > li > ul > li:last-child {
        margin-bottom: 0;
    }

    .header-nav .header-menu > li > ul > li > a {
        white-space: nowrap;
        font-size: 11px;
        color: #09233e;
        border-bottom: 1px dotted #09233e;
    }

    .header-nav .header-menu > li > ul > li > a:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .header-nav .search {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .header-nav .search-block {
        font-size: 0;
        margin-right: 7px;
        display: none;
    }

    .header-nav .search-close {
        display: inline-block;
        vertical-align: middle;
        margin-right: 7px;
        width: 10px;
        height: 10px;
        background: url(../img/search-close.png) no-repeat;
        background-size: 10px;
        cursor: pointer;
    }

    .header-nav .search-close:hover {
        background-image: url(../img/search-close-h.png);
        background-size: 10px;
    }

    .header-nav .search-block form {
        display: inline-block;
        vertical-align: middle;
    }

    .header-nav .search-input {
        display: inline-block;
        width: 221px;
        font-size: 9px; /*font-family: "MyriadPro";*/
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #09233e;
        outline: none;
        text-indent: 11px;
        padding: 4px;
    }

    /*.header-nav .search-input::placeholder {  color: #7d8c9c;  }*/
    .header-nav .search-input::-webkit-input-placeholder {
        color: #7d8c9c;
    }

    .header-nav .search-input:-moz-placeholder {
        color: #7d8c9c;
    }

    .header-nav .search-input::-moz-placeholder {
        color: #7d8c9c;
    }

    .header-nav .search-input:-ms-input-placeholder {
        color: #7d8c9c;
    }

    .header-nav .search-btn {
        width: 14px;
        height: 14px;
        background: url(../img/search.png) no-repeat;
        background-size: 14px;
        cursor: pointer;
    }

    .header-nav .search-btn:hover, .header-nav .search-btn.active {
        background-image: url(../img/search-h.png);
        background-size: 14px;
    }

    .main-slider .item {
        height: 221px;
        background: 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
    }

    .main-slider .item .inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .main-slider .slide-content {
        padding: 21px 28px;
        height: 221px;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
    }

    .main-slider .slide-content .img {
        padding-right: 39px;
        text-align: right;
        width: calc(33.33% - 12px);
        max-height: 179px;
    }

    .main-slider .slide-content .txt {
        position: relative;
        width: calc(66.66% + 12px);
        height: 100%;
        color: #fff;
        line-height: 1;
    }

    .main-slider .slide-content .txt .first-row {
        font-size: 35px;
        font-weight: bold;
    }

    .main-slider .slide-content .txt .second-row {
        font-size: 21px;
        margin-bottom: 21px;
    }

    .main-slider .slide-content .txt .third-row {
        font-size: 13px;
        font-style: italic;
    }

    .main-slider .slide-content .txt .link {
        display: inline-block;
        position: absolute;
        bottom: 0;
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 14px 56px;
        margin-top: 28px;
        background: 80% 50% no-repeat;
    }

    .main-slider .slide-content .txt .link:hover {
        background: rgba(0, 0, 0, .1) url(../img/btn-arr.png) 86% 50% no-repeat;
    }

    .main-slider .owl-nav {
        position: absolute;
        width: 938px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50%;
    }

    .main-slider .owl-nav > div {
        position: absolute;
        font-size: 0;
        background-repeat: no-repeat;
        /*width: 5px;*/
        /*height: 14px;*/
        margin-top: -7px;
        opacity: .5;
    }

    .main-slider .owl-nav > div:hover {
        opacity: 1;
    }

    .main-slider .owl-nav .owl-prev {
        left: 0;
        background-image: url(../img/slider-prev.png);
    }

    .main-slider .owl-nav .owl-next {
        right: 0;
        background-image: url(../img/slider-next.png);
    }

    .main-categories .inner {
        padding: 18px 28px 11px;
    }

    .main-categories .wrap-flex {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .main-categories .col0 {
        width: calc(33.33% - 12px);
        margin-top: 4px;
        margin-bottom: 18px;
    }

    .main-categories .item {
        position: relative;
        display: block;
        color: #fff;
        padding: 28px;
        -webkit-background-size: cover;
        background-size: cover;
        background: 100% 100% no-repeat;
        height: 196px;
        overflow: hidden;
    }

    .main-categories .item:hover {
        box-shadow: 6px 0 11px rgba(9, 35, 62, .3);
    }

    .main-categories .item + .item {
        margin-top: 18px;
    }

    .main-categories .col0 .item-double {
        height: 100%;
    }

    .main-categories .item .name {
        font-size: 17px;
        margin-bottom: 4px;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 28px;
        position: relative;
        width: 100%;
    }

    .main-categories .item .name::after {
        content: '';
        position: absolute;
        width: 21px;
        height: 15px;
        top: 8px;
        margin-top: -8px;
        right: 0;
        background: url(../img/category-arr.png) no-repeat;
        background-size: 21px 15px;
    }

    .main-categories .item .descr {
        font-size: 10px;
        font-style: italic;
    }

    .main-categories .item img {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 0;
        max-width: 100%;
        max-height: 100%;
    }

    .main-categories .col0:nth-child(1) a {
        background: #0664a4 url(../img/category3a.png) -32px calc(100% + 32px) no-repeat;
        background-size: 242px 140px;
    }

    .main-categories .col0:nth-child(2) a {
        background: #0664a4 url(../img/category5a.png) 21px calc(100% + 91px) no-repeat;
        background-size: 82px 189px;
    }

    .main-categories .col0:nth-child(3) a {
        background: #ff7d19 url(../img/category1a.png) 21px calc(100% + 11px) no-repeat;
        background-size: 126px 116px;
    }

    .main-categories .col0:nth-child(4) a {
        background: #0664a4 url(../img/category7a.png) 32px calc(50% - 35px) no-repeat;
        background-size: 167px 136px;
    }

    .main-categories .col0:nth-child(5) a:nth-child(1) {
        background: #0664a4 url(../img/category2a.png) 21px calc(100% + 11px) no-repeat;
        background-size: 117px 119px;
    }

    .main-categories .col0:nth-child(5) a:nth-child(2) {
        background: #ff7d19 url(../img/category6a.png) 21px calc(100% + 11px) no-repeat;
        background-size: 109px 110px;
    }

    .main-categories .col0:nth-child(6) a {
        background: #ff7d19 url(../img/category4a.png) calc(50% + 35px) calc(50% + 53px) no-repeat;
        background-size: 244px 115px;
    }

    .main-categories .col0:nth-child(7) a {
        background-color: #ff7d19;
    }

    .main-categories .item:nth-child(8) a {
        background-color: #ff7d19;
    }

    .main-text {
        padding-bottom: 11px;
    }

    h1 {
        font-size: 21px;
        font-weight: bold;
        color: #0664a4;
        text-transform: uppercase;
        margin-bottom: 11px;
    }

    h2 {
        font-size: 17px;
        font-weight: normal;
        color: #0664a4;
        margin-bottom: 11px;
    }

    h3 {
        font-size: 14px;
        font-weight: normal;
        color: #0664a4;
        margin-bottom: 11px;
    }

    .text-block p {
        margin-bottom: 11px;
        padding-bottom: 0;
    }

    .text-block p + h1, .text-block p + h2, .text-block p + h3, .text-block p + h4 {
        margin-top: 18px;
    }

    .text-block a {
        color: #0664a4;
    }

    .text-block a:hover {
        color: #4297d0;
    }

    .wrap-list {
    }

    .text-block ul {
        margin-left: 14px;
        margin-bottom: 11px;
        list-style: none;
    }

    .text-block ul li {
        padding-left: 6px;
        position: relative;
        font-size: 11px;
        line-height: 13px;
        color: #09233e; /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .text-block ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 2px;
        height: 2px;
        background-color: #f47b1e;
        border-radius: 50%;
    }

    .text-block {
        width: 100%;
    }

    .text-block ol {
        margin-left: 14px;
        margin-bottom: 11px;
        list-style-type: none; /* Убираем исходные маркеры */
        counter-reset: num; /* Задаём имя счетчика */
    }

    .text-block ol li {
        position: relative;
        font-size: 11px;
        line-height: 13px;
    }

    .text-block ol li::before {
        content: counter(num) '. '; /* Выводим число */
        counter-increment: num; /* Увеличиваем значение счётчика */
        color: #f47b1e;
    }

    .main-promo {
        background-color: #02458d;
        border-bottom: 2px solid #0664a4;
    }

    .main-promo .inner {
        padding: 56px 0 35px;
        position: relative;
    }

    .main-promo-wrap {
        position: relative;
    }

    .main-promo .good-promo {
        display: block;
        width: 76%;
        background: #fff 50% no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        height: 259px;
        position: relative;
        z-index: 1;
        color: #fff;
    }

    .main-promo .good-promo:hover {
        box-shadow: 6px 0 11px rgba(9, 35, 62, .3);
    }

    .main-promo .good-promo .over-txt {
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: rgba(9, 35, 62, .7);
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 28px 18px;
        width: 483px;
        max-width: 100%;
    }

    .main-promo .good-promo .over-txt .name {
        font-size: 17px;
        max-width: 231px;
    }

    .main-promo .good-promo .over-txt .price {
        text-align: right;
        white-space: nowrap;
    }

    .main-promo .good-promo .over-txt .old-price {
        font-size: 13px;
        text-decoration: line-through;
    }

    .main-promo .good-promo .over-txt .new-price {
        font-size: 21px;
        font-weight: bold;
        color: #f47b1e;
    }

    .main-promo .promo-box {
        position: absolute;
        top: 42px;
        right: 0;
        width: 25%;
        background-color: #fff;
        padding: 35px 39px;
    }

    .main-promo .promo-box .p-title {
        font-size: 21px;
        text-transform: uppercase;
        color: #0664a4;
        margin-bottom: 11px;
    }

    .main-promo .promo-box p {
        font-size: 11px;
        color: #7d8c9c;
    }

    .main-promo .promo-box .link {
        display: inline-block;
        font-size: 11px;
        color: #7d8c9c;
        margin-top: 14px;
        border-bottom: 1px dotted #7d8c9c;
        position: relative;
    }

    .main-promo .promo-box .link:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .main-promo .promo-box .link::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 15px;
        top: 50%;
        margin-top: -8px;
        right: -35px;
        background: url(../img/category-arr.png) 100% 50% no-repeat;
        background-size: 21px 15px;
    }

    .main-series {
        padding: 32px 0;
    }

    .main-series .title {
        text-align: center;
        font-size: 21px;
        font-weight: bold;
        text-transform: uppercase;
        color: #0664a4;
    }

    .main-series .subtitle {
        text-align: center;
        font-size: 11px;
        color: #7d8c9c;
        margin-bottom: 7px;
    }

    .main-series .title-arr {
        text-align: center;
        margin-bottom: 28px;
    }

    .main-series .title-arr  img{
        width: 15px;
        height: 21px;
    }

    .main-series ul {
        list-style: none;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
    }

    .main-series ul li a {
        display: inline-block;
        font-size: 11px;
        color: #09233e;
        border-bottom: 1px dotted #09233e;
    }

    .main-series ul li a:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .main-projects {
        background-color: #f4f3f5;
        padding: 32px 0;
        margin-bottom: 2px;
    }

    .main-projects .inner {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .main-projects .left {
        width: 24%;
        padding: 0 25px;
    }

    .main-projects .left .title {
        font-size: 21px;
        text-transform: uppercase;
        color: #0664a4;
        margin-bottom: 46px;
    }

    .main-projects .left .link {
        display: inline-block;
        font-size: 11px;
        color: #7d8c9c;
        border-bottom: 1px dotted #7d8c9c;
        position: relative;
    }

    .main-projects .left .link:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .main-projects .left .link::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 15px;
        top: 50%;
        margin-top: -8px;
        right: -35px;
        background: url(../img/category-arr.png) 100% 50% no-repeat;
        background-size: 21px 15px;
    }

    .main-projects .right {
        width: 76%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .main-projects .wrapper {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .main-projects .right .item {
        background-color: #fff;
    }

    .main-projects .right .item:hover {
        box-shadow: 6px 0 11px rgba(9, 35, 62, .3);
    }

    .main-projects .right .item .img {
        height: 151px;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 14px;
    }

    .main-projects .right .item .txt {
        height: 60px;
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #0664a4;
        font-size: 13px;
        text-transform: uppercase;
        border-top: 1px solid #f4f4f4;
    }

    .main-news {
        background-color: #f4f3f5;
        padding: 32px 0;
    }

    .main-news .inner {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }

    .main-news .left {
        width: 24%;
        padding: 0 25px;
    }

    .main-news .left .title {
        font-size: 21px;
        text-transform: uppercase;
        color: #0664a4;
        margin-bottom: 21px;
    }

    .main-news .left .descr {
        font-size: 11px;
        color: #7d8c9c;
    }

    .main-news .left .link {
        display: inline-block;
        margin-top: 25px;
        font-size: 11px;
        color: #7d8c9c;
        border-bottom: 1px dotted #7d8c9c;
        position: relative;
    }

    .main-news .left .link:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .main-news .left .link::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 15px;
        top: 50%;
        margin-top: -8px;
        right: -35px;
        background: url(../img/category-arr.png) 100% 50% no-repeat;
        background-size: 21px 15px;
    }

    .main-news .right {
        width: 76%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .main-news .wrapper {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
    }

    .main-news .right .item {
        background-color: #fff;
        padding: 25px;
    }

    .main-news .right .item:hover {
        box-shadow: 6px 0 11px rgba(9, 35, 62, .3);
    }

    .main-news .right .title {
        color: #0664a4;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .main-news .right .text {
        font-size: 11px;
        color: #7d8c9c;
    }

    .main-news .right .date {
        font-size: 11px;
        color: #7d8c9c;
        margin-top: 11px;
    }

    .footer1 {
        background-color: #09233e;
        padding: 21px 0;
        color: #7d8c9c;
    }

    .footer1 .inner {
        display: -webkit-flex;
        display: flex;
    }

    .footer1 .col1 {
        width: 25%;
    }

    .footer1 .col1 .logo {
        display: inline-block;
        margin-bottom: 14px;
    }

    .footer1 .col1 .under-logo {
        padding-left: 46px;
    }

    .footer1 .col1 .tel {
        font-size: 13px;
    }

    .footer1 .col1 a {
        color: #7d8c9c;
    }

    .footer1 .col1 .mail {
        font-size: 10px;
    }

    .footer1 .col2 {
        width: 25%;
        text-align: center;
    }

    .footer1 .col2 .wrap {
        display: inline-block;
        text-align: left;
    }

    .footer1 .ul-title {
        display: inline-block;
        font-size: 17px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 18px;
        padding-right: 35px;
        position: relative;
    }

    .footer1 .ul-title::after {
        content: '';
        position: absolute;
        width: 21px;
        height: 15px;
        top: 50%;
        margin-top: -8px;
        right: 0;
        background: url(../img/category-arr.png) no-repeat;
        background-size: 21px 15px;
    }

    .footer1 .ul-title:hover {
        color: #7d8c9c;
    }

    .footer1 .wrap ul {
        list-style: none;
    }

    .footer1 .wrap ul li {
        margin-bottom: 4px;
        padding-left: 6px;
        position: relative;
    }

    .footer1 .wrap ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 3px;
        height: 3px;
        background-color: #f47b1e;
        border-radius: 50%;
    }

    .footer1 .wrap ul li a {
        font-size: 10px;
        color: #fff;
        border-bottom: 1px dotted transparent;
    }

    .footer1 .wrap ul li a:hover {
        border-color: #fff;
    }

    .footer1 .col3 {
        width: 20%;
    }

    .footer1 .menu {
        list-style: none;
        margin-top: 11px;
    }

    .footer1 .menu li {
        margin-bottom: 1px;
    }

    .footer1 .menu li a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        border-bottom: 1px dotted transparent;
    }

    .footer1 .menu li a:hover {
        border-color: #fff;
    }

    .footer1 .col4 {
        width: 30%;
    }

    .footer .col4 p {
        font-size: 9px;
        margin-bottom: 11px;
    }

    .footer .col4 p a {
        color: #7d8c9c;
        border-bottom: 1px dotted #7d8c9c;
    }

    .footer .col4 p a:hover {
        border-color: transparent;
    }

    .footer .col4 p span {
        display: inline-block;
        vertical-align: middle;
        font-size: 21px;
        line-height: 0.6;
    }

    .footer .sitemap {
        padding-left: 49px;
        line-height: 22px;
        background: url(../img/sitemap.png) 0 50% no-repeat;
        background-size: 35px 22px;
    }

    .footer1 .sitemap {
        margin-top: 35px;
        margin-bottom: 21px;
    }

    .footer .sitemap a {
        font-size: 10px;
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

    .footer .sitemap a:hover {
        border-color: transparent;
    }

    .footer .soc {
        font-size: 0;
    }

    .footer .soc a {
        display: inline-block;
        vertical-align: bottom;
        margin-right: 21px;
        background: 50% 100% no-repeat;
        opacity: .5;
    }

    .footer .soc a:hover {
        opacity: 1;
    }

    .footer .soc a:last-child {
        margin-right: 0;
    }

    .footer .soc a.gplus {
        width: 15px;
        height: 14px;
        background-image: url(../img/gplus.png);
        background-size: 15px 14px;
    }

    .footer .soc a.ok {
        width: 11px;
        height: 18px;
        background-image: url(../img/ok.png);
        background-size: 11px 18px;
    }

    .footer .soc a.yt {
        width: 17px;
        height: 19px;
        background-image: url(../img/yt.png);
        background-size: 17px 19px;
    }

    .footer .soc a.fb {
        width: 8px;
        height: 15px;
        background-image: url(../img/fb.png);
        background-size: 8px 15px;
    }

    .footer .soc a.vk {
        width: 11px;
        height: 13px;
        background-image: url(../img/vk.png);
        background-size: 11px 13px;
    }

    .footer .soc a.insta {
        width: 15px;
        height: 15px;
        background-image: url(../img/insta.png);
        background-size: 15px 15px;
    }

    .footer .soc a.tw {
        width: 16px;
        height: 13px;
        background-image: url(../img/tw.png);
        background-size: 16px 13px;
    }

    .footer2 {
        display: none;
    }

    .header-links {
        display: none;
    }

    .header-top .menu-btn {
        display: none;
    }

    .popup-menu {
        display: none;
    }

    /* ====================================== */
    /* ANIMATION */
    @keyframes bounce {
        0% {
            transform: translateY(-2000px);
        }
        70% {
            transform: translateY(30px);
        }
        90% {
            transform: translateY(-10px);
        }
        100% {
            transform: translate(0);
        }
    }  @keyframes shake {
           0%, 100% {
               transform: translateX(0);
           }
           10%, 30%, 50%, 70%, 90% {
               transform: translateX(-10px);
           }
           20%, 40%, 60%, 80% {
               transform: translateX(10px);
           }
       }  /* ====================================== */
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
        line-height: normal;
    }

    .section-inner {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        padding-top: 28px;
    }

    .menu-left {
        margin-bottom: 21px;
    }

    .catalog-menu {
        padding: 18px 34px 14px 21px;
        width: 189px; /*height: 539px;*/
        background-color: #f4f3f5;
    }

    .catalog-menu .title {
        display: inline-block;
        position: relative;
        margin-top: 8px;
        margin-bottom: 4px;
        padding-right: 35px;
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .catalog-menu .title-support {
        margin-top: 21px;
    }

    .catalog-menu .title-arrow::after {
        content: '';
        position: absolute;
        margin-top: -8px;
        width: 21px;
        height: 15px;
        top: calc(50% - 1px);
        right: 1px;
        background: url(../img/category-arr.png) no-repeat;
        background-size: 21px 15px;
    }

    .catalog-menu ul {
        list-style: none;
        width: 134px;
    }

    .catalog-menu ul li {
        margin-bottom: 4px;
        position: relative;
        width: 126px;
    }

    .catalog-menu ul li a {
        font-size: 11px;
        color: #09233e;
    }

    .catalog-menu ul li a:hover, .catalog-menu ul li a.active {
        color: #0664a4;
        text-decoration: none;
    }

    .catalog-menu .list-top {
        padding-left: 12px;
    }

    .catalog-menu .list-top li {
        padding-left: 6px;
    }

    .catalog-menu .list-top li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 3px;
        height: 3px;
        background-color: #f47b1e;
        border-radius: 50%;
    }

    .karta-sayta {
        padding: 0 0 28px 14px;
    }

    .karta-sayta, .karta-sayta ul, .karta-sayta ul li {
        width: 100%;
        background-color: #fff;
    }

    .support-box {
        /*display: none;*/
    }

    .main-support .support-box {
        display: inline-block;
    }

    .catalog-promo {
        position: relative;
        margin-top: 21px;
        margin-bottom: 8px;
        margin-left: -21px;
        width: 189px;
        height: 266px;
        overflow: hidden;
        border-radius: 4px;
    }

    .catalog-promo a {
        display: inline-block;
        width: 189px;
        height: 266px;
    }

    .catalog-promo-label {
        position: absolute;
        left: 0;
        bottom: 18px;
        width: 189px;
        height: 123px;
    }

    .catalog-promo-background {
        position: absolute;
        left: 0;
        bottom: 18px;
        width: 189px;
        height: 123px;
        background-color: #09233e;
        opacity: 0.7;
    }

    .catalog-promo-title {
        margin: 18px 13px 21px;
        font-size: 15px;
        line-height: 1.1;
        text-align: left;
        color: #ffffff;
    }

    .catalog-promo-price-old {
        margin: 0 13px 4px;
        font-size: 13px;
        text-align: right; /*-moz-text-decoration-line: line-through;*/
        /*text-decoration: line-through;*/
        color: #f4f3f5;
    }

    .catalog-promo-price-new {
        margin: 0 13px 4px;
        font-size: 21px;
        font-weight: bold;
        text-align: right;
        color: #f47b1e;
    }

    .catalog-promo-all .link {
        position: relative;
        display: inline-block;
        font-size: 11px;
        line-height: 1;
        color: #7d8c9c;
        border-bottom: 1px dotted #7d8c9c;
    }

    .catalog-promo-all .link:hover {
        color: #0664a4;
        border-color: transparent;
    }

    .catalog-promo-all .link::after {
        content: '';
        position: absolute;
        width: 35px;
        height: 15px;
        top: 50%;
        margin-top: -8px;
        right: -35px;
        background: url(../img/category-arr.png) 100% 50% no-repeat;
        background-size: 21px 15px;
    }

    .breadcrumb {
        margin: 0 0 5px 14px;
        padding: 0;
        font-size: 9px;
        line-height: 1;
        color: #09233e;
        background-color: transparent;
    }

    .breadcrumb a {
        color: #09233e;
    }

    .breadcrumb a:hover {
        color: #0664a4;
    }

    .breadcrumb-item.active {
        color: #7d8c9c;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        padding-right: 2px;
        padding-left: 2px;
        color: #7d8c9c;
    }

    .menu-small {
        display: none;
        list-style: none;
        font-size: 0;
    }

    .menu-small a {
        color: #09233e;
    }

    .menu-small a:hover {
        color: #0664a4;
    }

    .menu-small-item {
        display: inline-block;
        margin-bottom: 20px;
        font-size: 9px;
    }

    .menu-small-item + .menu-small-item::before {
        content: "•";
        padding-right: 14px;
        padding-left: 14px;
        color: #7d8c9c;
    }

    .col-items {
        vertical-align: top;
        margin-left: 35px;
        width: 100%;
    }

    .col-items h1 {
        margin-left: 14px;
        margin-bottom: 14px;
    }

    .col-items .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-items-text {
        margin-left: 14px;
        margin-top: -4px;
        margin-bottom: 15px;
        line-height: 1.3;
        padding-right: 14px;
    }

    .bx_catalog_tile .row {
        padding-left: 0;
    }

    .categories {
        width: 33.3%;
        min-width: 168px;
    }

    .categories-link {
        display: block;
        margin: 0 0 14px 14px;
        padding: 14px 14px 14px 14px;
        height: 280px;
        text-decoration: none;
        color: #0664a4;
        background-color: #f4f3f5;
    }

    .categories-link:hover {
        text-decoration: none;
        box-shadow: 6px 7px 11px rgba(9, 35, 62, 0.35);
    }

    .categories-wrap {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

    .categories-title {
        display: block;
        margin-bottom: 11px;
        width: 147px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .categories-img {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: 210px;
    }

    .text-block-catalog {
        margin-top: 14px;
        padding: 0 14px;
        margin-bottom: 42px;
    }
    .text-block-catalog table td,
    .text-block-catalog table th {
        height: 19px;
        padding-left: 14px;
        padding-top: 7px;
    }

    .text-block-catalog table th {
        border-bottom: 1px dashed #f47b1e;
    }
    .text-block-catalog table td:nth-child(1){
        width: 25%;
    }
    .text-block-catalog table td:nth-child(2){
        width: 25%;
    }
    .text-block-catalog table td:nth-child(3){
        width: 50%;
    }
    .text-block-catalog p {
        margin-bottom: 0;
    }


    /*==================================================*/
    .products {
        position: relative;
        width: 25%;
        min-width: 179px;
    }


    .products-link {
        display: block;
        margin: 0 0 14px 11px;
        padding: 4px 0 0 0;
        /*height: 280px;*/
        height: 315px;
        text-decoration: none;
        color: #0664a4; /*background-color: #ffffff;*/
        background-color: transparent;
    }

    .products-link:hover {
        text-decoration: none;
        box-shadow: 6px 7px 11px rgba(9, 35, 62, 0.35);
    }

    .products-wrap {
        position: relative;
        height: 100%;
    }

    .products-img {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: relative;
        max-width: 100%; /*width: 175px;*/
        height: 175px;
        margin-bottom: 21px;
        padding-right: 4px;
        background-size: contain;
    }

    .products-img::after {
        display: inline-block;
        content: ' ';
        height: 100%;
        vertical-align: middle;
    }

    .products-img img {
        max-width: 175px;
        height: auto;
        vertical-align: bottom;
        max-height: 175px;
    }

    .products-title {
        display: inline-block;
        margin-left: 8px;
        width: 147px;
        font-size: 13px;
        text-transform: uppercase;
    }
    .products-title p {
        font-size: 9px;
        line-height: 11px;
    }

    .products-button,
    .products-button-2 {
        position: absolute;
        bottom: 25px;
        left: 12px;
        /*display: inline-block;*/
        width: 63px;
        height: 30px;
        font-size: 10px;
        font-weight: bold;
        line-height: 17px;
        text-align: center;
        white-space: nowrap;
        color: #fff;
        /*background-color: transparent;*/
        background-color: #f47b1e;
        transition: .3s;
        cursor: pointer;
        z-index: 5;
    }

    .products-button-2{
        left: 100px;
    }

    .products-button:hover,
    .products-button-2:hover {
        color: #ffffff;
        background-color: #f47b1e;
    }

    .products-button:hover + .products-link,
    .products-button-2:hover + .products-link {
        text-decoration: none;
        box-shadow: 6px 7px 11px rgba(9, 35, 62, 0.35);
    }

    .pagination {
        justify-content: center;
        width: 100%;
        margin: 14px auto 18px;
    }

    .pagination a, .pn_info {
        display: inline-block;
        margin: 0 4px;
        padding: 0 7px;
        min-width: 21px;
        height: 21px;
        font-size: 10px;
        line-height: 21px;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        -webkit-transition: background .4s;
        transition: background .4s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /*.pagination .pn_info {*/
    /*display: table;*/
    /*margin-bottom: 4px;*/
    /*}*/
    .pagination .color, .pagination a:link, .pagination a:visited {
        color: #ffffff;
        background-color: #7d8c9c;
        border: 1px solid #7d8c9c;
    }

    .pagination a:hover {
        background-color: #697889;
    }

    .pagination a.noactive {
        cursor: no-drop;
        opacity: .5;
    }

    .pagination a.noactive:hover {
        /*background: #D6D6D6;*/
        /*color: #666;*/
        /*text-shadow: 1px 1px 1px #D8D8D8;*/
    }

    .pagination a.active {
        color: #ffffff;
        background-color: #f47b1e;
        border-color: #f47b1e;
    }

    .pagination a.active:hover {
        color: #ffffff;
        background-color: #ca681d;
        border-color: #ca681d;
    }

    /*!*============================================================================*!*/
    .eOneTile_RollIndicator {
        /*display: none;*/
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        height: 4px;
        font-size: 0;
        line-height: 4px;
        text-align: center;
    }

    .eOneTile_RollIndicatorItem {
        display: inline-block;
        margin: 0 4px 0 4px;
        width: 4px;
        height: 4px;
        background: #ddd;
        border-radius: 50%;
    }

    .eOneTile_RollIndicatorItem.mActive {
        background: #f47b1e;
    }

    .eOneTile_RollIndicatorItem:first-child {
        /*margin-left: 0;*/
    }

    .eOneTile_rollSwitcher {
        position: absolute;
        top: -3px;
        height: 100%;
        z-index: 7;
    }

    .eOneTile_rollImg {
        display: none;
    }

    .eOneTile_rollImg.mActive {
        display: inline-block;
    }

    /*==================================================*/
    .info {
        width: 100%;
    }

    .info-global {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        width: 100%;
        min-height: 242px;
    }

    /*==================================================*/
    /*item-imgs*/
    .item-imgs {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        align-content: center;
        width: 238px;
    }

    .inner .content {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7px;
        background-color: #fff;
        height: 238px;
        width: 238px;
    }

    .inner .content .main_img, .inner .content a {
        height: 238px;
        width: 238px;
    }

    .inner .photos {
        min-width: 238px;
    }

    .inner .photos a {
        display: inline-block;
        float: none;
        margin-bottom: 0;
        padding: 4px;
        width: 56px;
        height: 56px;
        line-height: 0;
        border: 1px solid transparent;
        cursor: pointer;
    }

    .inner .photos a.current {
        border-color: #aaa;
    }

    .inner .photos .photos-img {
        display: inline-block;
        width: 49px;
        height: 49px;
        text-align: center;
    }

    /*==================================================*/
    /*item-labels*/
    .item-labels {
        display: -webkit-flex;
        display: flex;
        flex-direction: row; /*justify-content: space-between;*/
        align-content: flex-start;
        flex-wrap: wrap;
        margin-left: 56px;
        margin-bottom: 35px;
        width: 100%;
    }

    .item-label {
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 33.3%;
        min-width: 112px; /*height: 67px;*/
        text-align: right;
        padding-right: 14px;
        margin-bottom: 14px;
    }

    .item-label-img {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        height: 52px; /*outline: #00FF00 dotted 1px;*/
    }

    .item-label span {
        margin-top: 5px;
        margin-left: 2px;
        font-size: 9px;
        line-height: 11px;
        text-align: left;
        color: #0664a4;
    }

    /*============================================================================*/
    /* Базовый контейнер табов */
    .tabs {
        min-width: 196px; /*max-width: 560px;*/
        padding: 0;
        margin: -26px auto 21px;
        font-size: 0;
        text-align: right;
    }

    /* Стили секций с содержанием */
    .tabs > section {
        display: none;
        padding: 23px 0 0 14px;
        border-top: 1px solid #aaaaaa;
        font-size: 11px;
        line-height: 1.5;
        text-align: left;
        background: #ffffff;
    }

    .tabs > section > p {
        margin: 0 0 14px;
        padding: 0;
        color: #383838; /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .tabs > section > h2 {
        margin: 0 0 7px;
        padding: 0; /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    /* Описываем анимацию свойства opacity */
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }  @keyframes fadeIn {
           from {
               opacity: 0;
           }
           to {
               opacity: 1;
           }
       }  /* Прячем чекбоксы */
    .tabs > input {
        display: none;
        position: absolute;
    }

    /* Стили переключателей вкладок (табов) */
    .tabs > label {
        display: inline-block;
        margin: 0 0 -1px 2px;
        padding: 8px 14px;
        height: 28px;
        font-size: 9px;
        line-height: 10px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: right;
        color: #ffffff;
        background: #02458d;
        border-radius: 2px 2px 0 0;
    }

    .tabs > label > img {
        margin-right: 7px;
        vertical-align: top;
    }

    /* Изменения стиля переключателей вкладок при наведении */
    .tabs > label:hover {
        /*color: #f47b1e;*/
        cursor: pointer;
    }

    /* Стили для активной вкладки */
    .tabs > input:checked + label {
        color: #ffffff;
        background: #f47b1e;
        border-bottom: 1px solid #aaaaaa;
    }

    #content-tab1 {
        padding-left: 0;
        padding-right: 0;
    }

    /* Активация секций с помощью псевдокласса :checked */
    #tab1:checked ~ #content-tab1, #tab2:checked ~ #content-tab2, #tab3:checked ~ #content-tab3, #tab4:checked ~ #content-tab4 {
        display: block;
    }

    /* Убираем текст с переключателей * и оставляем иконки на малых экранах */
    @media screen and (max-width: 476px) {
        .tabs > label {
            font-size: 0;
        }

        .tabs > label:before {
            margin: 0;
            font-size: 13px;
        }
    }  /* Изменяем внутренние отступы *  переключателей для малых экранов */
    @media screen and (max-width: 280px) {
        .tabs > label {
            padding: 11px;
        }
    }  .wrap-list {
           margin-left: 14px;
       }

    .wrap-list ul {
        list-style: none;
    }

    .wrap-list ul li {
        padding-left: 6px;
        position: relative;
        font-size: 11px;
        line-height: 13px;
        color: #09233e; /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    .wrap-list ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 2px;
        height: 2px;
        background-color: #f47b1e;
        border-radius: 50%;
    }

    .wrap-list-ol {
        margin-left: 14px;
    }

    .wrap-list-ol ol {
        list-style-type: none; /* Убираем исходные маркеры */
        counter-reset: num; /* Задаём имя счетчика */
    }

    .wrap-list-ol ol li {
        position: relative;
        font-size: 11px;
        line-height: 13px;
    }

    .wrap-list-ol ol li::before {
        content: counter(num) '. '; /* Выводим число */
        counter-increment: num; /* Увеличиваем значение счётчика */
        color: #f47b1e;
    }

    /*==================================================*/
    table {
        display: table;
        margin: 0 0 0;
        width: 100%;
    }

    table tr {
        display: table-row;
        cursor: default;
    }

    table td, table th {
        display: table-cell;
        padding-left: 21px;
        width: 50%;
        height: 27px;
        font-size: 11px;
        font-weight: normal;
        vertical-align: middle;
        color: #09233e;
        border-bottom: 1px dashed #dddddd;
    }

    table th {
        margin: 0;
        padding: 0;
        font-weight: bold;
        border-bottom: 1px dashed #f47b1e;
        vertical-align: bottom;
    }

    table > tr > th {
        text-transform: uppercase;
    }

    table.realizovannye-proekty th, table.realizovannye-proekty td {
        width: 33.3%;
    }

    dl {
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: stretch;
    }

    dt, dd {
        margin: auto 1px 0;
        width: 49%;
        vertical-align: bottom;
        align-self: stretch;
    }

    dt, dd, dl h3 {
        padding-left: 14px;
        padding-top: 7px;
        min-height: 13px;
        font-size: 11px;
        font-weight: normal;
        line-height: 1;
        color: #09233e;
        border-bottom: 1px dashed #dddddd;
    }

    dl h3 {
        margin: 0;
        width: 98%;
        font-weight: bold;
        border-bottom: 1px dashed #f47b1e;
    }

    table > tr > th {
        text-transform: uppercase;
    }

    .info-remark {
        margin-bottom: 14px;
        padding-left: 8px;
        font-size: 9px;
        line-height: 34px;
        color: #7d8c9c;
    }

    .info-remark span {
        color: #f47b1e;
    }

    /*==================================================*/
    .info-docs {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        width: 100%;
    }

    .info-docs .info-doc {
        width: 25%;
    }

    .info-docs .info-doc img {
        margin-right: 14px;
    }

    .info-docs .info-doc a {
        font-size: 11px;
        color: #7d8c9c;
        border-bottom: 1px dotted #7d8c9c;
    }

    .info-doc {
        margin-bottom: 14px;
    }

    /*==================================================*/
    .contacts {
        display: inline-block;
        margin: 0 auto;
    }

    .contacts-map {
        position: relative;
        margin-bottom: 35px;
    }

    .contacts-map-box {
    }

    .contacts-address {
        display: inline-block;
        position: absolute;
        padding: 35px 39px 0;
        top: 35px;
        right: 7px;
        width: 280px;
        min-height: 242px;
        text-align: center;
        background-color: #ffffff; /*box-shadow: 0 7px 11px 0 rgba(9, 35, 62, 0.35);*/
        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .15), 0 1px 4px -2px rgba(0, 0, 0, .15);
        border-radius: 2px;
        cursor: pointer;
    }

    .contacts-address div {
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 9px;
        line-height: 20px;
    }

    .contacts-address p {
        /*display: none;*/
    }

    .contacts-phone {
        margin-bottom: 11px;
        font-size: 13px;
        line-height: 15px;
        color: #09233e;
    }

    .contacts-mail {
        margin-bottom: 16px;
        font-size: 10px;
        color: #09233e;
    }

    .contacts-title {
        margin-bottom: 4px;
        font-size: 10px;
        line-height: 11px;
        font-weight: bold;
        color: #7d8c9c;
    }

    .contacts-content {
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 12px;
        color: #7d8c9c;
    }

    /*==================================================*/
    .textpage {
        margin-bottom: 21px;
    }

    .textpage-img {
        float: left;
        margin-left: 14px;
        margin-right: 11px;
        max-width: 50%;
    }

    .textpage-img-title, .certificate p {
        width: 100%;
        padding: 16px 0;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        vertical-align: middle;
        color: #7d8c9c;
    }

    /*.textpage-content {*/
    /*margin-left: 14px;*/
    /*}*/
    .textpage-content .certificate a {
        display: inline-block;
        position: relative;
        width: 140px;
        vertical-align: bottom;
        overflow: hidden;
    }

    .textpage-content .certificate a img {
        width: 140px;
    }

    .textpage-content .certificate a img {
        position: relative;
        bottom: 0;
    }

    .partners-address .textpage-content {
        margin-left: 0;
    }

    /*==================================================*/
    .news {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto 7px;
        width: 100%;
    }

    .newsbox {
        display: flex;
        flex-direction: row;
        margin-bottom: 14px;
        width: 50%;
        padding-right: 13px;
    }

    .newsbox-big {
        width: 66%;
    }

    .newsbox-small {
        width: 33%;
    }

    .news-wrap {
        display: flex;
        flex-direction: row;
        border: 1px solid #f4f3f5;
        height: 238px;
    }

    .news-wrap:hover {
        box-shadow: 0 7px 11px 0 rgba(9, 35, 62, 0.35);
    }

    .news-img {
        width: 49%;
        height: 238px;
    }

    .newsbox-big .news-content {
        padding: 28px 21px;
        width: 51%;
    }

    .newsbox-small .news-content {
        padding: 28px 28px;
    }

    .news-content-title {
        margin-bottom: 3px;
        font-size: 13px;
        text-transform: uppercase;
        color: #0664a4;
    }

    .news-content-text {
        margin-bottom: 13px;
        font-size: 11px;
        line-height: 13px;
        color: #7d8c9c;
    }

    .news-content-date {
        margin-top: 14px;
        font-size: 11px;
        line-height: 13px;
        color: #7d8c9c;
    }

    .news-section .pagination {
        margin-bottom: 28px;
    }

    /*==================================================*/
    .modern-page-navigation {
        width: 100%;
        text-align: center;
        height: 21px;
    }

    /*==================================================*/
    .promo {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto 7px;
        width: 100%;
    }

    .promo .textpage-content {
        margin-left: 0;
    }

    .promobox {
        display: flex;
        flex-direction: row;
        margin-bottom: 14px;
        width: 100%;
        border: 1px solid #f4f3f5;
    }

    .promo #bx_incl_area_2_3 {
        width: 100%;
    }

    .promobox a {
        width: 100%;
    }

    .promo-wrap {
        display: flex;
        flex-direction: row;
        border: 1px solid #f4f3f5;
        min-width: 100%;
        height: 175px;
    }

    .promo-wrap:hover {
        box-shadow: 0 7px 11px 0 rgba(9, 35, 62, 0.35);
    }

    .promo-img {
        min-width: 175px;
        width: 175px;
        height: 175px;
    }

    .promo-content {
        padding: 21px; /*max-width: 525px;*/
    }

    .promo-content-title {
        margin-bottom: 3px;
        font-size: 13px;
        text-transform: uppercase;
        color: #0664a4;
    }

    .promo-content-text {
        margin-bottom: 13px;
        font-size: 11px;
        line-height: 13px;
        color: #7d8c9c;
    }

    .promo-content-duration {
        margin-top: 13px;
        font-size: 11px;
        line-height: 13px;
        color: #f47b1e;
    }

    .promo-section .pagination {
        margin-bottom: 28px;
    }

    /*==================================================*/
    .promo-button {
        width: 100%;
        height: 42px;
        font-size: 0;
    }

    .promo-button ul {
        list-style: none;
    }

    .promo-button ul li {
        display: inline-block;
        position: relative;
        width: 112px;
    }

    .radio-indicator {
        font-size: 9px;
        line-height: 24px;
        text-align: center;
    }

    .filter-list {
        height: 100%;
    }

    .filter-item input[type="radio"] {
        display: none;
    }

    .filter-item input[type="radio"] + .radio-indicator {
        position: absolute;
        top: -2px;
        left: 0;
        width: 105px;
        height: 24px;
        color: #cbcbcb;
        border: 1px solid #f4f3f5;
        border-radius: 4px;
    }

    .filter-item input[type="radio"]:checked + .radio-indicator {
        color: #7d8c9c;
    }

    .filter-button {
        position: absolute;
        top: -2px;
        left: 0;
        width: 105px;
        height: 24px;
        font-size: 9px;
        line-height: 24px;
        text-align: center;
        color: #cbcbcb;
        border: 1px solid #f4f3f5;
        border-radius: 4px;
    }

    /*====================================================*/
    /* MODAL-CONTENT */
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 10;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .modal-content {
        display: none;
        position: absolute;
        top: 50vh;
        left: 50%;
        width: 483px;
        height: 266px;
        margin-left: -242px;
        margin-top: -175px;
        padding: 34px 0;
        color: #000000;
        background: #02458d;
        border: none;
        border-bottom: 2px solid #0664a4;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        box-shadow: 0 21px 35px rgba(0, 0, 0, 0.7);
        z-index: 15;
    }

    .modal-content-show {
        display: block;
        animation: bounce 0.6s;
    }

    .modal-content-close {
        position: absolute;
        top: 14px;
        right: 14px;
        width: 10px;
        height: 10px;
        font-size: 0;
        background-color: transparent;
        border: 0;
        outline: 0;
        cursor: pointer;
    }

    .modal-content-close::before, .modal-content-close::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 0;
        width: 13px;
        height: 1px;
        background-color: #fbfcfd;
        border-radius: 1px;
    }

    .modal-content-close:hover::before, .modal-content-close:hover::after {
        background-color: #f47b1e;
    }

    .modal-content-close::before {
        transform: rotate(45deg);
    }

    .modal-content-close::after {
        transform: rotate(-45deg);
    }

    .col-items-partners {
        width: 100%;
    }

    .col-items-partners .breadcrumb {
        margin-left: 0;
    }

    .partners {
        margin: 0 14px 0 -14px;
        width: 100%;
    }

    .partners h3 {
        margin-bottom: 7px;
    }

    .partners-map {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 42px;
    }

    .partners-address {
        display: inline-block;
        width: 30%;
    }

    .partners-map-box {
        display: inline-block;
        margin-left: 14px;
        width: 100%;
        height: 305px;
    }




    .gallery-view > img {
        max-width: inherit;
        max-height: inherit;
    }

    #goods_center {
        margin: 0 0 7px;
        min-height: 238px
    }

    #goods_photo_container {
        right: 343px;
    }

    #goods_photo_container.has_recommended {
        width : 100%;
    }

    #goods_photo {
        height: 100%
    }

    #goods_photo > img {
        max-width: 100%;
        max-height: 100%
    }

    #goods_thumbs {
        min-width: 238px;
    }

    #goods_thumbs a {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }

    #goods_thumbs img {
        max-width: 49px;
        max-height: 49px;
    }

    #goods_info {
        width: 322px;
    }

    #goods_info > div {
        margin: 11px;
    }

    /*===============================*/
    details {
        border: 1px solid #999;
        border: 1px solid #f4f3f5;
        border-radius: 5px;
        margin: 0 2em .4em 2em;
        padding: 1.04%;
    }

    details {
        margin: .7em;
    }

    summary {
        font-size: 14px;
        border-radius: 3.5px;
        margin: -1%;
        padding: 7px 7px;
    }

    details p{
        margin-top: 14px;
    }


    /*===============================*/
    .map-header{
        background-position: 265px  56% !important;
        height: 88px;
    }

    .map-city {
        position: absolute;
        font-size: 10px;
        color: #fff;
    }
    .map-city:hover{
        color: #fff;
    }

    .city-msk {
        top: 21px;
        left: 340px;
    }

    .city-spb {
        top: 4px;
        left: 245px;
    }

    .city-smf {
        top: 54px;
        left: 207px;
    }

    .city-krs {
        top: 77px;
        left: 268px;
    }

    .city-smr {
        top: 77px;
        left: 397px;
    }

    .city-ufa {
        top: 77px;
        left: 453px;
    }

    .city-nsb {
        top: 72px;
        left: 546px;
    }

    .city-nnv {
        top: 44px;
        left: 385px;
    }

    .city-kaz {
        top: 21px;
        left: 423px;
    }

    .city-ekb {
        top: 33px;
        left: 516px;
    }


    .smart-filter {
        min-width: inherit;
    }
    .filter-btn {
        width: 189px !important;
        font-size: 12px;
    }

    .filter-btn::after {
        right: 10px;
    }

    .smart-filter .smart-filter-title {
        font-size: 11px !important;
    }
    .smart-filter .smart-filter-parameters-box-title-text {
        font-size: 10px !important;
    }
    .smart-filter-checkbox-text, .smart-filter-dropdown-text {
        font-size: 10px !important;
    }
    .smart-filter-button-box{
        padding: 0;
    }
    .smart-filter-button-box .btn{
        padding: 5px 8px;
        font-size: 10px;
        width: 68px;
        height: 36px;
    }
}
