@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot");
    src: url("../fonts/MyriadProSemiBold/MyriadProSemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.woff") format("woff"),
    url("../fonts/MyriadProSemiBold/MyriadProSemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "MyriadPro";
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: bold;
}

* {
    box-sizing: border-box;
    transition: .25s;
    outline: none; /*убрать синюю обводку*/
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.d-none{
    display: none !important;
}

.d-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
}

a {
    text-decoration: none;
    color: #09233e;
}

a:hover, a:active {
    text-decoration: none;
    outline: none;
    color: #0664a4;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: initial;
}

body {
    font-family: "MyriadPro", sans-serif;
    font-size: 16px;
    color: #09233e;
    line-height: normal;
    text-align: left;
    min-width: 320px;
}

body:after {
    display: none;
    content: url(../img/search-h.png) url(../img/search-close-h.png) url(../img/menu-arr-up.png) url(../img/name-h.png) url(../img/phone-h.png) url(../img/email-h.png) url(../img/btn-arr.png);
}

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

.row {
    padding-left: 20px;
}

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

.bx-breadcrumb i {
    line-height: 10px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -4px;
    color: #09233e;
}

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

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    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: 3px solid #0664a4;
}

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

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

.header-top .right div {
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    white-space: nowrap;
    margin-right: 50px;
    padding-left: 60px;
    background: 0 50% no-repeat;
}

.header-top .right .tel {
    font-size: 20px;
}

.header-top .right div:last-child {
    margin-right: 0;
}

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

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

.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: 54px;
}

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

.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: 54px;
    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: 25px;
}

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

.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: -8px;
    left: 50%;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    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: 17px 16px;
    font-size: 14px;
    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: 20px;
    height: 5px;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    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: 5px;
    list-style: none;
    padding: 20px;
    margin-top: 8px;
    display: none;
    transition: none;
}

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

.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: 16px;
    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: 10px;
    display: none;
}

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

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

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

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

/*.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: 20px;
    height: 20px;
    background: url(../img/search.png) no-repeat;
    cursor: pointer;
}

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

.main-slider .item {
    height: 315px;
    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: 30px 40px;
    height: 315px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

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

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

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

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

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

.main-slider .slide-content .txt .link {
    display: inline-block;
    position: absolute;
    bottom: 0;

    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 80px;
    margin-top: 40px;
    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: 1340px;
    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: 7px;
    height: 20px;
    margin-top: -10px;
    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: 25px 40px 15px;
}

.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% - 17px);
    margin-top: 5px;
    margin-bottom: 25px;
}

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

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

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

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

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

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

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

.main-categories .item img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

}

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

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

.wrap-list {
}

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

.text-block ul li {
    padding-left: 8px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    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: 8px;
    width: 3px;
    height: 3px;
    background-color: #f47b1e;
    border-radius: 50%;
}

.text-block {
    width: 100%;
}

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

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

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

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

.main-promo .inner {
    padding: 80px 0 50px;
    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: 370px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.main-promo .good-promo:hover {
    box-shadow: 8px 0 15px 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: 40px 25px;
    width: 690px;
    max-width: 100%;
}

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

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

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

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

.main-promo .promo-box {
    position: absolute;
    top: 60px;
    right: 0;
    width: 25%;
    background-color: #fff;
    padding: 50px 55px;
}

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

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

.main-promo .promo-box .link {
    display: inline-block;
    font-size: 15px;
    color: #7d8c9c;
    margin-top: 20px;
    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: 50px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: -50px;
    background: url(../img/category-arr.png) 100% 50% no-repeat;
}

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

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

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

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

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

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

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

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

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

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

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

.main-projects .left .link {
    display: inline-block;
    font-size: 15px;
    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: 50px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: -50px;
    background: url(../img/category-arr.png) 100% 50% no-repeat;
}

.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 {
    width: calc(25% - 15px);
    background-color: #fff;
}

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

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

}

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

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

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

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

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

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

.main-news .left .link {
    display: inline-block;
    margin-top: 35px;
    font-size: 15px;
    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: 50px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: -50px;
    background: url(../img/category-arr.png) 100% 50% no-repeat;
}

.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 {
    width: calc(33.33% - 15px);
    background-color: #fff;
    padding: 35px;
}

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

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

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

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

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

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

    display: flex;
}

.footer1 .col1 {
    width: 25%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer1 .wrap ul li a {
    font-size: 14px;
    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: 15px;
}

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

.footer1 .menu li a {
    color: #fff;
    font-size: 18px;
    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: 13px;
    margin-bottom: 15px;
}

.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: 30px;
    line-height: 0.6;
}

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

.footer1 .sitemap {
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer .sitemap a {
    font-size: 14px;
    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: 30px;
    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: 22px;
    height: 20px;
    background-image: url(../img/gplus.png);
}

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

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

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

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

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

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

.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: 40px;
}

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

.catalog-menu {
    padding: 25px 48px 20px 30px;
    width: 270px;
    /*height: 770px;*/
    background-color: #f4f3f5;
}

.catalog-menu .title {
    display: inline-block;
    position: relative;
    margin-top: 12px;
    margin-bottom: 5px;
    padding-right: 50px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

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

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

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

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

.catalog-menu ul li a {
    font-size: 16px;
    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: 17px;
}

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

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

.karta-sayta {
    padding: 0 0 40px 20px;
}

.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: 30px;
    margin-bottom: 12px;
    margin-left: -30px;
    width: 270px;
    height: 380px;
    overflow: hidden;
    border-radius: 5px;
}

.catalog-promo a {
    display: inline-block;
    width: 270px;
    height: 380px;
}

.catalog-promo-label {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 270px;
    height: 175px;
}

.catalog-promo-background {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 270px;
    height: 175px;
    background-color: #09233e;
    opacity: 0.7;
}

.catalog-promo-title {
    margin: 25px 18px 30px;
    font-size: 22px;
    line-height: 1.1;
    text-align: left;
    color: #ffffff;
}

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

.catalog-promo-price-new {
    margin: 0 18px 5px;
    font-size: 30px;
    font-weight: bold;
    text-align: right;
    color: #f47b1e;
}

.catalog-promo-all .link {
    position: relative;
    display: inline-block;
    font-size: 15px;
    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: 50px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    right: -50px;
    background: url(../img/category-arr.png) 100% 50% no-repeat;
}

.breadcrumb {
    margin: 0 0 7px 20px;
    padding: 0;
    font-size: 13px;
    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: 3px;
    padding-left: 3px;
    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: 28px;
    font-size: 13px;
}

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

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

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

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

.col-items-text {
    margin-left: 20px;
    margin-top: -5px;
    margin-bottom: 22px;
    line-height: 1.3;
    padding-right: 20px;
}

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

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

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

.categories-link:hover {
    text-decoration: none;
    box-shadow: 8px 10px 15px 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: 15px;
    width: 210px;
    font-size: 18px;
    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: 320px;
    height: 300px;
}

.text-block-catalog {
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 60px;
}

.text-block-catalog table td,
.text-block-catalog table th {
    height: 27px;
    padding-left: 20px;
    padding-top: 10px;
}

.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%;
}

.table4 th {
    border-bottom: 1px dashed #f47b1e;
}

.table4 td:nth-child(1) {
    width: 25%;
}

.table4 td:nth-child(2) {
    width: 25%;
}

.table4 td:nth-child(3) {
    width: 25%;
}

.table4 td:nth-child(4) {
    width: 25%;
}

.table5 th {
    border-bottom: 1px dashed #f47b1e;
}

.table5 td:nth-child(1) {
    width: 25%;
}

.table5 td:nth-child(2) {
    width: 19.5%;
}

.table5 td:nth-child(3) {
    width: 19.5%;
}

.table5 td:nth-child(4) {
    width: 19.5%;
}

.table5 td:nth-child(5) {
    width: 19.5%;
}

.text-block-catalog p {
    margin-bottom: 0;
}

/*==================================================*/

.products {
    position: relative;
    width: 25%;
    min-width: 255px;
}

.products-link {
    display: block;
    margin: 0 0 20px 15px;
    padding: 5px 0 0 0;
    height: 445px;
    text-decoration: none;
    color: #0664a4;
    /*background-color: #ffffff;*/
    background-color: transparent;
}

.products-link:hover {
    text-decoration: none;
    box-shadow: 8px 10px 15px 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: 250px;*/
    height: 250px;
    margin-bottom: 30px;
    padding-right: 5px;
    background-size: contain;
}

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

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

.products-title {
    display: inline-block;
    margin-left: 12px;
    width: 210px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.products-title:hover{
    color: #f47b1e;
}

.products-title p {
    font-size: 13px;
    line-height: 15px;
    color: #09233e;
    text-transform: none;
}

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

.products-button-2{
    left: 125px;
}
.products-button-2 a{
    color: inherit;
    transition: 0s !important;
}

/*.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: 8px 10px 15px rgba(9, 35, 62, 0.35);*/
/*}*/

.products-price,
.products-button{
    padding: 2px 0 0;
    height: 30px;
    color: #fff;
}

.products-price{
    justify-content: flex-start;
    color: #02458d;
    background-color: transparent;
}

.products-button{
    color: #fff;
}

.products-buttons-box{
    /*padding: 0px 16px;*/
}

/*.products-buttons-box:hover .products-button {*/
/*    background-color: #E0731DFF;*/
/*}*/

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

.pagination a,
.pn_info {
    display: inline-block;
    margin: 0 5px;
    padding: 0 10px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    -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: 5px;*/
/*}*/

.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: -12px;
    left: 0;
    right: 0;
    height: 6px;
    font-size: 0;
    line-height: 6px;
    text-align: center;
}

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

.eOneTile_RollIndicatorItem.mActive {
    background: #f47b1e;

}

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

.eOneTile_rollSwitcher {
    position: absolute;
    top: -4px;
    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: 345px;
}

/*==================================================*/
/*item-imgs*/

.item-imgs {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 340px;
}

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

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

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

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

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

.inner .photos .photos-img {
    display: inline-block;
    width: 70px;
    height: 70px;
    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: 80px;
    margin-bottom: 50px;
    width: 100%;
}

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

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

.item-label span {
    margin-top: 7px;
    margin-left: 3px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #0664a4;
}

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

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

.tabs > section > p {
    margin: 0 0 20px;
    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 10px;
    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: 12px 20px;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: right;
    color: #ffffff;
    background: #02458d;
    border-radius: 3px 3px 0 0;
}

.tabs > label > img {
    margin-right: 10px;
    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: 680px) {
    .tabs > label {
        font-size: 0;
    }

    .tabs > label:before {
        margin: 0;
        font-size: 18px;
    }
}

/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabs > label {
        padding: 15px;
    }
}

.wrap-list {
    margin-left: 20px;
}

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

.wrap-list ul li {
    padding-left: 8px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    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: 8px;
    width: 3px;
    height: 3px;
    background-color: #f47b1e;
    border-radius: 50%;
}

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

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

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

.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: 30px;
    width: 50%;
    height: 38px;
    font-size: 16px;
    font-weight: normal;
    vertical-align: middle;
    color: #09233e;
    border-bottom: 1px dashed #dddddd;
}

table.table-column-3 td,
table.table-column-3 th {
    padding-left: 0;
    width: 30%;
}

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: 20px;
    padding-top: 10px;
    min-height: 19px;
    font-size: 16px;
    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: 20px;
    padding-left: 12px;
    font-size: 13px;
    line-height: 48px;
    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: 20px;
}

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

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

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

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

.contacts-map-box {
}

.contacts-address {
    display: inline-block;
    position: absolute;
    padding: 50px 55px 0;
    top: 50px;
    right: 10px;
    width: 400px;
    min-height: 345px;
    text-align: center;
    background-color: #ffffff;
    /*box-shadow: 0 10px 15px 0 rgba(9, 35, 62, 0.35);*/
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .15), 0 2px 5px -3px rgba(0, 0, 0, .15);
    border-radius: 3px;
    cursor: pointer;
}

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

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

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

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

.contacts-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #7d8c9c;
}

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

/*==================================================*/

.textpage {
    margin-bottom: 30px;
    width: 100%;
}

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

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

/*.textpage-content {*/
/*margin-left: 20px;*/
/*}*/

.textpage-content .certificate a {
    display: inline-block;
    position: relative;
    width: 200px;
    vertical-align: bottom;
    overflow: hidden;
}

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

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

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

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

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

.newsbox-big {
    width: 66%;
}

.newsbox-small {
    width: 33%;
}

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

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

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

.newsbox-big .news-content {
    padding: 40px 30px;
    width: 51%;
}

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

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

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

.news-content-date {
    margin-top: 20px;
    font-size: 15px;
    line-height: 18px;
    color: #7d8c9c;
}

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

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

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

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

.promobox {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    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: 250px;
}

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

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

.promo-content {
    padding: 30px;
    /*max-width: 750px;*/
}

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

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

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

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

/*==================================================*/

.promo-button {
    width: 100%;
    height: 60px;
    font-size: 0;
}

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

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

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

.filter-list {
    height: 100%;
}

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

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

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

.filter-button {
    position: absolute;
    top: -3px;
    left: 0;
    width: 150px;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    color: #cbcbcb;
    border: 1px solid #f4f3f5;
    border-radius: 5px;
}

/*====================================================*/
/* 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: 690px;
    height: 380px;
    margin-left: -345px;
    margin-top: -250px;
    padding: 48px 0;
    color: #000000;
    background: #02458d;
    border: none;
    border-bottom: 3px solid #0664a4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.7);
    z-index: 15;
}

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

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

.modal-content-close::before,
.modal-content-close::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 2px;
    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 20px 0 -20px;
    width: 100%;
}

.partners h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

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

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

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

.submit {
    display: none;
}

@media (max-width: 1449px) {
    .main-slider .slide-content {
        padding-left: 0;
        padding-right: 0;
    }

    .main-slider .owl-nav {
        width: calc(100% - 50px);
    }

    .main-categories .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .main-projects .left,
    .main-news .left {
        padding-left: 0;
    }

    .col-items {
        margin-left: 40px;
    }

    .info-docs .info-doc,
    .products {
        width: 33.3%;
    }

    .item-labels {
        margin-bottom: 0;
    }

    .tabs {
        margin-top: 40px;
    }

    .newsbox-big {
        width: 100%;
    }

    .newsbox-small {
        width: 50%;
    }
}

@media (max-width: 1279px) {
    .container {
        padding: 0 20px;
    }

    .header-nav .search-input {
        width: 250px;
    }

    .main-slider .slide-content .img {
        width: calc(33.33% - 13px);
    }

    .main-slider .owl-nav {
        width: calc(100% - 40px);
    }

    .main-categories .col0 {
        width: calc(33.33% - 13px);
        margin-bottom: 20px;
    }

    .main-categories .item {
        height: 210px;
        padding: 20px;
    }

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

    .main-promo .good-promo {
        width: 68%;
    }

    .main-promo .promo-box {
        width: 34%;
    }

    .main-series ul {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .main-projects .left {
        width: 28%;
    }

    .main-projects .right {
        width: 72%;
    }

    .main-projects .right .item {
        width: calc(33.33% - 15px);
    }

    .main-projects .right .item:nth-child(4) {
        display: none;
    }

    .main-news .left {
        width: 28%;
    }

    .main-news .right {
        width: 72%;
    }

    .main-news .right .item {
        width: calc(50% - 10px);
    }

    .main-news .right .item:nth-child(3) {
        display: none;
    }

    .footer1 .col1 {
        width: 48%;
    }

    .footer1 .col2 {
        width: 24%;
    }

    .footer1 .col2 .wrap {
        display: block;
    }

    .footer1 .col3 {
        width: 28%;
    }

    .footer2 {
        margin-top: 1px;
        display: block;
        background-color: #09233e;
        padding: 10px 0;
        color: #7d8c9c;
    }

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

    .footer2 .col4 {
        max-width: 440px;
    }

    .footer2 .col4 p {
        margin-bottom: 0;
    }

    .footer2 .col4 p:last-child {
        margin-top: 15px;
    }

    .col-items {
        margin-left: 25px;
    }

    .contacts-address {
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 20px;
        padding-top: 30px;
        width: 100%;
        min-height: 245px;
    }
}

@media screen and  (max-width: 1199px) {
    /*models*/
    .section-inner {
        padding-top: 35px;
    }

    .col-items {
        margin-left: 10px;
    }

    .info-docs .info-doc,
    .categories,
    .products {
        width: 50%;
    }

    .description-content {
        margin-bottom: 20px;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 260px;
    }

}

@media (max-width: 1023px) {
    .map-header{
        display: none;
    }
    .header-top .right div {
        margin-right: 20px;
    }

    .header-nav .inner {
        position: relative;
    }

    .header-nav .search {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #f4f3f5;
        padding-left: 20px;
    }

    .header-nav .search.active {
        box-shadow: -3px 0 5px rgba(9, 35, 62, .3);
    }

    .main-categories .inner {
        padding-top: 10px;
    }

    .main-slider .owl-nav {
        width: calc(100% - 20px);
    }

    .main-categories .col0 {
        width: calc(50% - 13px);
        margin-bottom: 20px;
    }

    .main-categories .item .name {
        padding-right: 0;
    }

    .main-categories .item .name::after {
        display: none;
    }

    .main-categories .item {
        height: 280px;
    }

    .main-promo .inner {
        display: -webkit-flex;

        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;;
        align-items: center;
        padding: 40px 0;
    }

    .main-promo .promo-box {
        position: relative;
        padding-bottom: 30px;
        top: 0;
        right: 0;
        order: 1;
        width: 100%;
    }

    .main-promo .good-promo {
        order: 2;
        width: 100%;
    }

    .main-series ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        text-align: center;
    }

    .main-projects .left {
        width: 37%;
    }

    .main-projects .right {
        width: 63%;
    }

    .main-projects .right .item {
        width: calc(50% - 10px);
    }

    .main-projects .right .item:nth-child(3) {
        display: none;
    }

    .main-news .left {
        width: 37%;
    }

    .main-news .right {
        width: 63%;
    }

    .main-news .right .item {
        padding: 20px;
    }

    .footer1 .col4 {
        display: none;
    }

    .footer2 .inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer2 .col4 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .footer2 .col4 p {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .info-docs .info-doc,
    .categories,
    .products {
        width: 100%;
    }

    .tabs label {
        /*margin-left: 5px;*/
    }

    .tabs .tab-label {
        font-size: 0;
    }

    .tabs .tab-label img {
        margin-right: 0;
    }

    .textpage-img {
        float: none;
        max-width: 100%;
        margin-right: 0;
    }

    .textpage-img img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 991px) {
    .info-global {
        flex-direction: column;
    }

    .item-imgs {
        width: 100%;
    }

    .item-box-bottom {
        margin: 0 auto;
    }

    .item-labels {
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 0;
        padding-left: 20px;
    }

    .newsbox-big {
        width: 100%;
    }

    .newsbox-small,
    .newsbox-small a {
        width: 100%;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 230px;
    }
}

@media screen and (max-width: 867px) {
    .promo-wrap {
        flex-direction: column;
        height: 100%;
    }

    .promo-content {
        /*height: inherit;*/
    }

    .news-wrap {
        flex-direction: column;
        height: 100%;
    }

    .news-img, .promo-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .newsbox-big .news-content,
    .promobox .promo-content {
        width: 100%;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 200px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }

    .row {
        padding-left: 0;
    }

    .header-top {
        position: relative;
    }

    .header-top .menu-btn {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #f47b1e url(../img/menu-btn.png) 50% no-repeat;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 0 5px 5px 0;
        z-index: 10;
    }

    .header-top .inner {
        justify-content: center;
    }

    .header-top .inner .right {
        display: none;
    }

    .header-nav {
        display: none;
    }

    .header-links {
        display: block;
        background-color: #f4f3f5;
        text-align: center;
        padding: 10px 0;
    }

    .header-links a {
        display: inline-block;
        font-size: 16px;
        line-height: 52px;
        white-space: nowrap;
        margin-right: 25px;
        padding-left: 60px;
        background: 0 50% no-repeat;
        color: #02458d;
    }

    .header-links a:last-child {
        margin-right: 0;
    }

    .header-links a.mail {
        background-image: url(../img/mail.png);
    }

    .header-links a.tel {
        background-image: url(../img/tel.png);
    }

    .main-slider .slide-content .img {
        width: 45%;
        padding-right: 25px;
    }

    .main-slider .slide-content .txt {
        width: 55%;
    }

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

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

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

    .main-slider .slide-content .txt .link {
        padding: 16px 70px;
    }

    .main-slider .owl-nav {
        display: none;
    }

    .main-categories .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-categories .col0 {
        width: 100%;
    }

    .main-categories .item {
        height: 280px;
        padding: 40px;
    }

    .main-categories .col0 .item-double {
        height: 590px;
    }

    .main-categories .item .name {
        padding-right: 50px;
    }

    .main-categories .item .name::after {
        display: block;
    }

    .main-promo .good-promo .over-txt {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
    }

    .main-promo .good-promo .over-txt .name {
        margin-bottom: 30px;
    }

    .main-promo .good-promo .over-txt .price {
        text-align: left;
    }

    .main-series ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        text-align: center;
    }

    .main-series .title-arr {
        margin-bottom: 20px;
    }

    .main-series ul li {
        margin-bottom: 10px;
    }

    .main-projects .left {
        width: 50%;
        padding-right: 10px;
    }

    .main-projects .right {
        width: 50%;
    }

    .main-projects .left .title {
        font-size: 28px;
    }

    .main-projects .right .item {
        width: 100%;
    }

    .main-projects .right .item:nth-child(2) {
        display: none;
    }

    .main-news .left {
        width: 50%;
        padding-right: 10px;
    }

    .main-news .right {
        width: 50%;
    }

    .main-news .left .title {
        font-size: 28px;
    }

    .main-news .right .item {
        width: 100%;
    }

    .main-news .right .item:nth-child(2) {
        display: none;
    }

    .footer1 .inner {
        justify-content: center;
    }

    .footer1 .col1 {
        width: initial;
    }

    .footer1 .col2,
    .footer1 .col3 {
        display: none;
    }

    .footer2 .inner {
        justify-content: center;
    }

    .footer .sitemap {
        margin: 20px 0 30px;
    }

    .footer .soc {
        width: 100%;
        text-align: center;
    }

    .popup-menu {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(2, 69, 141, .95);
        padding: 40px 0;
    }

    .popup-menu .popup-close {
        position: absolute;
        left: 0;
        top: 23px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        border-radius: 0 5px 5px 0;
        background: #f47b1e url(../img/popup-close.png) 50% no-repeat;
    }

    .popup-menu .search-form {
        font-size: 0;
        padding-left: 90px;
        padding-right: 30px;
        margin-bottom: 70px;
    }

    .popup-menu .search-input {
        display: inline-block;
        width: calc(100% - 120px);
        height: 30px;
        margin: 0 0 100px 60px;
        padding: 7px 5px;
        font-size: 13px;
        text-indent: 15px;
        vertical-align: middle;
        color: #fff;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        outline: none;
    }

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

    .popup-menu .search-input:-moz-placeholder {
        color: #7d8c9c;
    }

    .popup-menu .search-input::-moz-placeholder {
        color: #7d8c9c;
    }

    .popup-menu .search-input:-ms-input-placeholder {
        color: #7d8c9c;
    }

    .popup-menu .submit {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
        cursor: pointer;
        outline: none;
    }

    .popup-menu-ul {
        list-style: none;
        text-align: center;
    }

    .popup-menu-ul > li {
        margin-bottom: 30px;
    }

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

    .popup-menu-ul > li > a {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }

    .popup-menu-ul > li.opened > a {
        color: #f47b1e;
    }

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

    .popup-menu-ul > li.has-children.opened > a::after {
        background-image: url(../img/popup-menu-arr-h.png);
    }

    .popup-menu-ul > li > ul {
        margin-top: 30px;
        display: none;
        transition: none;
    }

    .popup-menu-ul > li > ul > li {
        margin-bottom: 15px;
    }

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

    .popup-menu-ul > li > ul > li > a {
        font-size: 14px;
        color: #fff;
    }

    .menu-left {
        display: none;
    }

    .section-inner {
        padding-top: 30px;
        flex-direction: column;
    }

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

    .col-items-title {
        text-align: center;
    }

    .breadcrumb {
        margin-bottom: 28px;
    }

    .categories,
    .products {
        width: 90%;

        min-width: 280px;
        margin: 0 auto;
    }

    .categories-link {
        margin-left: 0;
        padding: 20px 15px 0;
    }

    .description-content {
        margin-top: 18px;
        padding-left: 7px;
        padding-right: 7px;
    }

    .description-content h1 {
        margin: 0;
    }

    .item-label {
        justify-content: center;
        width: 33%;
    }

    #content-tab2 {
        padding-right: 20px;
    }

    .textpage {
        /*margin-right: 20px;*/
    }

    .textpage .row {
        margin: 0;
    }

    .col-items-title h1 {
        margin-left: 0;
    }

    .breadcrumb {
        display: none;
    }

    nav {
        text-align: center;
    }

    .menu-small {
        display: inline-block;
    }

    #content-tab4 {
        padding-right: 20px;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 170px;
    }

    .newsbox {
        padding-right: 0;
    }

    .contacts-map {
        margin-left: 0;
        padding: 0 20px;
    }

    .partners {
        margin: 0;
    }

    .partners-map {
        display: flex;
        flex-direction: column-reverse;
        /*justify-content: space-between;*/
        /*margin-bottom: 60px;*/
    }

    .partners-map-box {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .partners-address {
        width: 100%;
    }

    .products-link {
        margin-left: 0;
    }

    .text-block-catalog {
        padding: 0;
    }
    ..products-buttons-box{
        padding-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .item-label {
        width: 50%;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 140px;
    }

}

@media (max-width: 479px) {
    .header-top .logo {
        max-width: calc(100% - 90px);
        margin-left: 50px;
    }

    .header-top .logo-text {
        font-size: 10px;
    }

    .header-links a {
        font-size: 14px;
        line-height: 26px;
        margin-right: 10px;
        padding-left: 30px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 230px;
    }

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

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

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

    .main-slider .slide-content .txt .link {
        padding: 12px 40px;
        font-size: 12px;
        margin-top: 20px;
    }

    .main-categories .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .main-categories .col0 {
        margin-bottom: 10px;
    }

    .main-categories .item {
        height: 200px;
        padding: 20px;
    }

    .main-categories .col0 .item-double {
        height: 400px;
    }

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

    .main-promo .promo-box {
        width: 100%;
        padding: 25px;
    }

    .main-promo .good-promo .over-txt {
        padding: 25px;
    }

    .main-promo .good-promo .over-txt .name {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .main-projects .inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-projects .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-projects .right {
        width: 100%;
    }

    .main-projects .left .title {
        margin-bottom: 15px;
    }

    .main-news .inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-news .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .main-news .right {
        width: 100%;
    }

    .main-news .left .title {
        margin-bottom: 15px;
    }

    .main-news .left .link {
        margin-top: 15px;
    }

    .footer .soc a {
        margin-right: 25px;
    }

    .popup-menu .search-input {
        text-indent: 0;
    }

    .popup-menu .search-form {
        padding-left: 70px;
        margin-bottom: 30px;
    }

    .categories,
    .products {
        padding-left: 0;
    }

    #content-tab4,
    #content-tab4 .container {
        padding-left: 0;
        padding-right: 0;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 115px;
    }

    table.realizovannye-proekty tr {
        border-bottom: 1px dashed #dddddd;
    }

    table.realizovannye-proekty th,
    table.realizovannye-proekty td {
        display: block;
        padding-top: 10px;
        padding-left: 0;
        width: 100%;
        height: 100%;
        border-bottom: none;
    }

    #content-tab2 {
        padding: 0;
    }
}

@media screen and  (max-width: 379px) {
    .item-label {
        min-width: 140px;
    }

    .item-label-img {
        height: 65px;
    }

    .item-label-img img {
        max-height: 65px;
    }

    .promo-button {
        width: 100%;
        height: 95px;
    }

    .promo-button ul li {
        display: block;
        height: 34px;
        width: 100%;
        margin-bottom: 10px;
    }

    .filter-item input[type="radio"] + .radio-indicator {
        width: 100%;
    }

    .item-img.item-img-small {
        width: 70px;
    }

    .main-slider .item,
    .main-slider .slide-content {
        height: 95px;
    }

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

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

    .inner .photos a {
        width: 70px;
        height: 70px;
    }

    .inner .photos .photos-img {
        width: 60px;
        height: 60px;
    }

    .text-block-catalog table td,
    .text-block-catalog table th {
        padding-left: 10px;
        font-size: 15px;
    }
}

.current {
    border: 2px solid red;
}

/*.photo img {*/
/*width:400px;*/
/*}*/
.navnav a {
    display: inline-block;
    border: 2px solid white;
}

.navnav img {
    display: block;
}

.col-items .text-block h1 {
    margin-left: 0;
}

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

details {
    margin: 1em;
    cursor: pointer;
}

summary {
    font-size: 20px;
    font-weight: normal;
    color: #0664a4;
    border-radius: 5px;
    cursor: pointer;
    margin: -1%;
    padding: 8px 10px;
    background: -webkit-linear-gradient(top, #f3f3f3 50%, #e6e6e6 50%);
}

details p {
    margin-top: 20px;
}

form input[name='fname'] {
    display: none !important;
}
.btn{
    padding: 8px 12px;
    font-size: 16px;
}
.filter-btn {
    position: relative;

}
.filter-btn:focus,
.filter-btn.focus {
    color: #fff;
}
.filter-btn::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 4px;
    right: 25px;
    top: 46%;
    margin-top: -1px;
    background: url(../img/menu-arr-up.png) 100% 50% no-repeat;
    transition: .25s;
}

.filter-btn.active::after {
    /*background-image: url(../img/menu-arr-down_white.png);*/
    background: url(../img/menu-arr-down_white.png) 100% 50% no-repeat;
}

.smart-filter-container-modef{
    display: none !important;
}


/*===============================*/
 .btn.focus, .btn:focus {
     outline: 0;
     box-shadow: none;
 }
.smart-filter .row{
    padding-left: 0;
}
.menu-left{
    margin-top: 15px;
}
.filter-btn{
    width: 270px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f47b1e;
}
.filter-btn:hover {
    color: #fff;
}
.smart-filter .form-check-input {
    position: relative;
    margin: 0;
    height: 15px;
}
.smart-filter .form-check-label {
    padding-left: 0.5rem;
}
.smart-filter .form-check{
    line-height: 1;
}
.smart-filter .form-check-label:hover {
    color: #0664a4;
}
.smart-filter .smart-filter-title{
    font-size: 16px;
    font-weight: 700;
    color: #0664a4;
}
.smart-filter .smart-filter-parameters-box{
    margin-top: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.smart-filter .smart-filter-parameters-box-title-text {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0664a4;
    color: #09233e;
}
.smart-filter .smart-filter-button-box{
    margin-top: 10px;
}
.smart-filter #set_filter{
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    background-color: #09233e;
    border-color: #09233e;
}
.smart-filter #set_filter:hover {
    background-color: #0664a4;
    border-color: #0664a4;
}
.smart-filter #del_filter{
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #09233e;
}
.smart-filter #del_filter:hover {
    color: #0664a4;
}
.bx_sidebar.catalog-menu {
    margin-bottom: 0;
    background-color: #fff;
}


@media (max-width: 767px) {
    .bx_sidebar.catalog-menu {
        width: 100%;
    }
}

/*===============================*/
/* HEADER MAP */
.map-header {
    background-position: 450px 55% !important;
    height: 110px;
}

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

.city-msk {
    top: 34px;
    left: 523px;
}

.city-spb {
    top: 15px;
    left: 410px;
}

.city-smf {
    top: 68px;
    left: 368px;
}

.city-krs {
    top: 93px;
    left: 444px;
}

.city-smr {
    top: 93px;
    left: 566px;
}

.city-ufa {
    top: 93px;
    left: 645px;
}

.city-nsb {
    top: 87px;
    left: 730px;
}

.city-nnv {
    top: 56px;
    left: 571px;
}

.city-kaz {
    top: 36px;
    left: 607px;
}

.city-ekb {
    top: 43px;
    left: 700px;
}

.smart-filter-checkbox-text.form-check-label {
    font-weight: normal;
}