.navbar-mini .navbar-left {
    min-height: 34px;
}

.navbar-mini > .container {
    padding-left: 261px;
}

.nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
}

.mega-menu {
}

.menu-materials {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-materials a:hover {
    color: #005390 !important;
}

.menu-materials .menu-column {
    width: 30%;
    padding: 0 15px;
    margin: 25px 0;
}

@media (max-width: 1200px) {
    .menu-materials .menu-column {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .menu-materials .menu-column {
        width: 100%;
    }
}

.menu-materials li > a {
    max-width: 100%;
    white-space: normal;
    line-height: normal;
    margin: 8px 0;
}

.menu-materials .category-item {
    display: flex;
    align-items: flex-start;
}

.menu-materials .category-item > img {
    margin-right: 25px;
}

.menu-materials .category-item .parent-name {
    white-space: normal;
    font-weight: bold;
    height: auto;
    line-height: normal;
    margin: 0 0 15px;
}

.menu-materials .category-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-materials .category-item ul li a {
    height: auto;
    font-weight: 300;
}

.menu-materials .category-item ul li a:before {
    display: none;
}

.adv-img-down-text h2 a {
    line-height: initial;
}

.breadcrumb.b {
    text-align: left;
}

[class*=header-] .title-base p {
    max-width: none;
}

.admin-update-btn {
    font-size: 85%;
    vertical-align: middle;
}

.material-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.material-list.material-slider {
    display: block;
}

.material-list .material-card {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 25px;
}

.material-list.material-slider .material-card {
    width: auto;
}

.material-list .material-card .image-box {
    display: block;
    background: center center no-repeat #eeeeee;
    background-size: cover;
    padding: 75% 0 0;
    width: 100%;
}

.material-list .material-card .content-box {
}

.material-list .material-card .content-box h2 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
}

.material-list .material-card .content-box .promo-price {
    color: #ff0000;
    font-weight: bold;
    font-size: 115%;
}

.material-list .material-card .content-box .price {
    color: #333333;
    font-weight: bold;
    font-size: 115%;
}

.material-list .material-card .content-box .price-del {
    color: #333333;
    text-decoration: line-through;
}


.text-yellow {
    color: #f39f07;
}

/* МОЯ РЕАЛИЗАЦИЯ СПИСКА КАТЕГОРИЙ */
.category-list {
    display: flex;
    flex-wrap: wrap;
}

.category-list__item {
    position: relative;
    transform: translate3d(0, 0, 0);
    width: 50%;
}

.category-list-item {
    margin-bottom: 40px;
}

.category-list-item__wrapper {
    display: flex;
}

.category-list-item__image-wrapper {
    width: 40%;
    max-width: 170px;
    flex-shrink: 0;
}

.category-list-item__image {
    background: center center no-repeat #eeeeee;
    background-size: contain;
    padding: 100% 0 0;
}

.category-list-item__info {
    padding: 0 25px;
}

.category-list-item__count {
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    color: #f39f07;
}

.category-list-item h3 {
    font-size: 21px;
    margin-bottom: 15px;
    color: #4C4C4C;
    font-weight: 400;
}

.category-list-item article p {
    font-size: 13px;
    line-height: 1.42857143;
}

.category-list-item > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


@media (max-width: 992px) {
    .material-list .material-card {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .material-list .material-card {
        width: 100%;
    }
}


.material-tabs .nav-tabs > li > a {
    padding: 13px !important;
}


/*************************************/
/*************************************/
/*************************************/
@media (min-width: 995px) {
    .navbar-mini:not(.hidden) + .navbar-main .navbar-header:after {
        background-color: #f7f7f7;
    }
}


/* Конверсионный блок */
.section-request-block {
}

.requests-block {
    background: #0067b4;
    display: flex;
    align-items: center;
    position: relative;
    padding: 35px 15px 35px 250px;
    color: #ffffff;
    border-radius: 250px;
    margin-top: 35px !important;
}

.requests-block img {
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.requests-block p {
    margin: 0;
}

.requests-block .texts {
    display: flex;
    align-items: center;
}

.requests-block .header {
    font-weight: bold;
    font-size: 2rem;
}

.requests-block .suggestion {
    line-height: normal;
    padding: 0 25px;
}

.requests-block .buttons {
    display: flex;
    /*margin-left: auto;*/
}

.requests-block .buttons a {
    border: 1px solid #ffffff;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    white-space: nowrap;
    border-radius: 30px;
    margin: 0 25px 0 0;
    text-decoration: none;
}

.requests-block .buttons a:hover {
    color: #0065ff;
    background: #ffffff;
}

@media (max-width: 1200px) {
    .requests-block .texts {
        display: block;
    }

    .requests-block .suggestion {
        padding: 10px 25px 0 0;
    }
}

@media (max-width: 992px) {
    .requests-block {
        border-radius: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .requests-block .buttons {
        display: block;
    }

    .requests-block .buttons a {
        margin: 10px 0 10px 0;
    }
}

@media (max-width: 768px) {
    .requests-block {
        display: block;
        padding-left: 15px;
    }

    .requests-block img {
        display: none;
    }

    .requests-block .buttons {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .requests-block .buttons a {
        margin: 15px 15px 0 0;
    }
}

.box-lightbox textarea {
    resize: none;
}

#callback-request {
    max-width: 400px;
}

#ask-question {
    max-width: 400px;
}

#flash-popup {
    max-width: 400px;
}

#order-popup {
    max-width: 550px;
    max-height: none;
}


.main-page-slides {
}

.main-page-slides h1 {
    line-height: 40px;
}


.main-slider-image {
    position: relative;
}

.main-slider-image a.video-link {
    position: absolute;
    left: 50%;
    top: 50%;
}

.main-slider-image a.video-link:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 34px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 2;
}

.main-slider-image a.video-link:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    background: #FFF;
    left: -54px;
    top: -46px;
    border-radius: 50%;
    animation: ping 0.8s ease-in-out infinite both;
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}


ul.slides.slides-vertical-center {
    display: flex;
    align-items: center;
}

.portfolio-items-slider li .caption {
    pointer-events: none;
}

.portfolio-items-slider li h2 {
    line-height: normal;
}

.why-choose {
    background: right bottom no-repeat url("../images/bg-4-1.jpg") #FFFFFF;
}

.why-choose .why-choose-block {
    display: flex;
    flex-wrap: wrap;
}

.why-choose .why-choose-header {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -3px;
    text-transform: uppercase;
}

.why-choose .why-choose-image {
    position: relative;
    z-index: 1;
}

.why-choose .why-choose-image img {
}

.why-choose .why-choose-image:after {
    content: "";
    position: absolute;
    top: 10%;
    right: 270px;
    width: 1000%;
    height: 80%;
    z-index: -1;
    background-image: url("../images/bg7.png");
    /*background-color: #fd8a14;*/
    background-color: #005390;
}

.why-choose .why-choose-item {
    margin-top: 30px;
}

.why-choose .why-choose-item h4 {
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.why-choose .why-choose-item h4:after {
    position: absolute;
    content: attr(data-title);
    color: rgba(210, 210, 210, 0.4);
    font-weight: 900;
    font-size: 72px;
    text-transform: uppercase;
    top: -10px;
    left: 0;
    width: 100%;
    z-index: -1;
    letter-spacing: -2px;
}

.why-choose .why-choose-item .icon {
    margin: 0 0 50px;
}

.why-choose .why-choose-item .icon i {
    font-size: 60px;
}

@media only screen and (max-width: 991px) {
    .why-choose-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .why-choose .container {
        width: 750px;
    }
}


.section-bg-image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}


.fa-ul {
    padding-left: 2.14285714em;
    margin-left: 0;
}

.material-image {
    width: 300px;
    float: left;
    padding: 0 10px 10px 0;
}


.brand-list-logo {
    display: inline-block;
}

article.blue-links a {
    color: #0067b4;
    text-decoration: underline;
}

article.blue-links h1,
article.blue-links h2,
article.blue-links h3 {
    margin-top: 30px;
}

article.blue-links table,
.material-tabs table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

article.blue-links table td,
article.blue-links table th,
.material-tabs table td,
.material-tabs table th {
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: 1px solid #dddddd !important;
    padding: 15px !important;
}

