#primary {
    margin-top: 20px;
}
body { overflow-x: hidden; }
/* Katalog*/
.product-list-items .product-list-item {
    display: inline-block;
    margin: 2px;
    position: relative;
    width: 31%;
    vertical-align: top;
}

.product-list-items.katalog-level .product-list-item {
    width: 32%;
}

.product-list-items .product-list-item:hover h3 {
    opacity: .6;
}

.product-list-items .product-list-item h3 > a:hover {
    text-decoration: none;
}

.product-list-items .product-list-item h3 {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    text-align: center;
    background-color: #0d3c55;
    opacity: .8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.product-list-items .product-list-item h3 > a { color: #fff; }
.product-list-items { text-align: left; }

.product-list-items .product-list-item .product-list-item-image { height: 100%; width: 100%; margin: 0; overflow: hidden }
.product-list-items .product-list-item .product-list-item-image img {
    width: 100%;
    height: auto;
    max-width: none;
}

/*Contact page*/
article#post-18 .contact-info { vertical-align: center; text-align: left;}
article#post-18 .contact-intro { margin-bottom: 15px; }
article#post-18 .map { padding-top: 20px; }
article#post-18 .your-message textarea { height: 265px;  }
article#post-18 .phones .phone-numbers { display: inline-block; }
article#post-18 .phones ul { list-style: none; }
article#post-18 .phones span { float: left; }
article#post-18 .phones li {
    line-height: 30px;
    padding-left: 35px;
    background-size: 30px auto;
}
.phone-numbers li.vel {
    background-image: url('/wp-content/uploads/2018/04/velcom-logo.png');
    background-repeat: no-repeat;
}
.phone-numbers li.mts {
    background-image: url('/wp-content/uploads/2018/04/mts-logo.jpg');
    background-repeat: no-repeat;
}
.phone-numbers li.life {
    background-image: url('/wp-content/uploads/2018/04/life-logo.jpg');
    background-repeat: no-repeat;
}
.phone-numbers li.homephone {
    background-image: url('/wp-content/uploads/2018/04/beltelecom.png');
    background-repeat: no-repeat;
}
article#post-18 .wpcf7 input { width: 100%; }


/*Product section*/
.product-section .section-title {
    font-size: 22px;
    font-weight: 700;

    text-align: left;
    padding-bottom: 5px;
    border-bottom: solid 1px #F16C20;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-section .section-subtitle {
    font-size: 20px;
    text-align: left;
    padding-left: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-section .section-subtitle.only-subtitle {
    font-size: 22px;
    font-weight: 700;
}

.product-section .section-subtitle span{
    border-bottom: solid 1px #F16C20;
}


/*Product color section*/
section.colors-section .product-color-items {
    text-align: left;
}

section.colors-section .product-color-items .color-item {
    display: inline-block;
    margin: 5px;
    position: relative;
    width: 23.5%;
}
section.colors-section .product-color-items .color-item .color-thumbnail{
    width: 100%;
    height: 100%;
}
section.colors-section .product-color-items .color-item .color-thumbnail img {
    width: 100%;
    height: 100%;
}
section.colors-section .product-color-items .color-item .color-title {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #0d3c55;
    opacity: .8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    bottom: 0;
}
/*Product design section*/
section.design-section .product-design-items {
    text-align: left;
}
section.design-section .product-design-items .design-item {
    display: inline-block;
    margin: 5px;
    position: relative;
    width: 31.5%;
    border: solid 1px #b5b5b5;
}
section.design-section .product-design-items .design-item .design-thumbnail{
    width: 100%;
    height: 100%;
}
section.design-section .product-design-items .design-item .design-thumbnail img {
    width: 100%;
    height: 100%;
}
section.design-section .product-design-items .design-item .design-title {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #0d3c55;
    opacity: .8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    bottom: 0;
}
/*Product equipment section*/
section.equipment-section .product-equipment-items .equipment-item {
    display: inline-block;
    margin: 5px;
    position: relative;
    width: 31.5%;
    border: solid 1px #b5b5b5;
    overflow: hidden;
}


section.equipment-section .product-equipment-items .equipment-item .equipment-thumbnail{
    width: 100%;
    height: 100%;
}
section.equipment-section .product-equipment-items .equipment-item .equipment-thumbnail img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
section.equipment-section .product-equipment-items .equipment-item.image-over .equipment-thumbnail img {
    cursor: default;
}

section.equipment-section .product-equipment-items .equipment-item .equipment-title,
section.equipment-section .product-equipment-items .equipment-item .equipment-description {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #0d3c55;
    opacity: .8;
    font-size: 16px;
    line-height: 1;
    bottom: 0;
    cursor: pointer;
}

section.equipment-section .product-equipment-items .equipment-item .equipment-description:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 15px;
    top: -12px;
    left: calc(50% - 10px);
    content: "\f103";
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #0d3c55;
    box-shadow: 0 0 5px #000;
    opacity: 1;
    padding: 0;
    text-align: center;
}

section.equipment-section .product-equipment-items .equipment-item .equipment-title.short-title:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 15px;
    top: -12px;
    left: calc(50% - 10px);
    content: "\f102";
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background-color: #0d3c55;
    box-shadow: 0 0 5px #000;
    opacity: 1;
    padding: 1px 0 0;
    text-align: center;
}

section.equipment-section .product-equipment-items .equipment-item.image-over .equipment-title {
    height: 20px;
    width: 27px;
    overflow: hidden;
    color: #0d3c55;
    border-radius: 20px;
    right: 2px;
    bottom: 2px;
}

section.equipment-section .product-equipment-items .equipment-item.image-over .equipment-title.short-title:before {
    position: absolute;
    font-family: FontAwesome;
    background-color: transparent;
    color: #FFF;
    font-size: 16px;
    content: "\f100";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    padding: 1px 2px 0 0;
    box-shadow: none;
}

section.equipment-section .product-equipment-items .equipment-item .equipment-title:hover {
    opacity: .9;
}


section.equipment-section .product-equipment-items .equipment-item .equipment-description {
    line-height: 1.4;
    opacity: .9;
    display: none;
}
section.equipment-section .product-equipment-items .equipment-item .equipment-description:hover {
    opacity: .8;
}

/*Карусель с популарными товарами*/

#carousel-434 .wcp-content-wrap {
    background-color: #0d3c55;
    padding: 5px 1px 10px;
    margin-bottom: 20px;
}
#carousel-434 .wcp-content-wrap h3 {
    line-height: 1;
    text-align: center;
    color: #FFF !important;
}
#carousel-434 .rpc-content {
    position: absolute;
    top:155px;
    padding-bottom: 5px;
    background-color: #FFF;
    padding: 2px 10px;
    border-radius: 10px;
}

#carousel-434 .rpc-content br{
    display: none;
}
#carousel-434 .slick-prev, #carousel-434 .slick-next{
    top: 44%;
}

/*Стили главной страницы*/
.frontpage-content { padding: 20px 0 }
.brief .section-overlay-layer { padding: 20px 0 30px }
.section-overlay-layer { padding: 30px 0 40px !important;}
.header-style-one .intro-section { margin-top: 40px; }
.header .overlay-layer { padding-bottom: 150px; }
.dark-text { color: #3b3b3b !important; }

.ribbon-wrap .phone-numbers { display: inline-block; }
.ribbon-wrap .phone-numbers ul { list-style: none; margin-top: 10px; }
.ribbon-wrap .phone-numbers span { float: left; }
.ribbon-wrap .phone-numbers li {
    line-height: 30px;
    padding-left: 35px;
    background-size: 30px auto;
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    margin: 10px 10px;
    border-radius: 7px;
}
.ribbon-wrap .phone-numbers li a {
    color: #FFF;
    text-decoration: none;
}

/*Sidebar*/
.product-sidebar {
    font-family: Montserrat, sans-serif !important;
    text-transform: uppercase;
    position: fixed;
    top:130px;
    right: -12px;
    background-color: #0b3044;
    padding: 0;
    width: 19%;
    border-radius: 5px;
    z-index: 10000;
    /*max-height: 90%;*/
}
.product-sidebar .product-sidebar-content {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}
.product-sidebar .top {
    position: relative;
    height: 40px;
    width: 100%;
    color: #FFF;
    font-size: 26px;
    padding: 8px 15px;
    cursor: pointer;
}
.product-sidebar .left {
    float: left;
    height: 40px;
    width: 48px;
    position: absolute;
    color: #FFF;
    font-weight: 700;
    border-radius: 7px;
    left: 7px;
    top: 0;
    overflow: visible;
    background-color: #0b3044;
    padding-top: 5px;
    padding-left: 7px;
    cursor: pointer;
    font-size: 22px;
    left: -30px;
    display: none;
}

.product-sidebar .left:hover { color: #F16C20; }
.product-sidebar .right {}
.product-sidebar ul { list-style: none; padding-left: 0; margin: 0; }
.product-sidebar ul li a {
    color: #FFF;
    height: 53px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    border-top: 2px solid #FFF;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}
.product-sidebar ul li:hover { background-color: #F16C20; }

.footer { padding-top: 20px; padding-bottom: 20px; }
h1.single-title { color: #323232; }

.very-top-header .very-top-left > span > div { display: inline-block; min-width: 70px; margin-left: 20px; }

.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 12px !important;
    font-weight: normal !important;
    display: block !important;
}

footer.footer { padding-top: 10px; }
footer.footer .widget-title:after {
     display: none;
}
footer.footer .widget-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 0;
}
footer.footer .textwidget {
    font-size: 12px;
    line-height: 1.5em;
}

footer.footer .widget {
    margin-bottom: 10px;
}

footer.footer .textwidget .phone-numbers ul li {
    font-size: 12px;
    background: none;
    padding-top: 0;
}

/*Цена продукта*/

.default-product-template .product-price {
    display: table;
    margin-top: 15px;
    border: solid 3px #dcdcdc;
    border-radius: 12px;
    padding: 5px 10px;
    color: #FFF;
    background-color: #F16C20;
    font-size: 12px;
}
.default-product-template .product-price span.price-value{
    margin-left: 5px;
    font-size: 24px;
    font-weight: 700;
}
.default-product-template .product-price span.price-currency{
    margin-left: 5px;
    font-size: 12px;
    font-weight: 700;
}

/*Products list prices*/
.products-list-template .product-price {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #FFF;
    background-color: #F16C20;
    border: solid 2px #F0F8FB;
    padding: 1px 5px;
    border-radius: 10px;
    line-height: 1.2em;
    opacity: .9;
    box-shadow: 0 0 10px rgba(0,0,0,0.9);
}

.products-list-template .product-price .price-currency {
    margin-left: 3px;
    font-size: 12px;
}
.products-list-template .product-price .price-value {
    font-size: 14px;
    font-weight: 700;
}

/*Blog*/

.news-wrap .post-img-wrap { text-align: left; min-height: 100px; background-color: #FFF; float: left; margin: 0 25px 20px 0; max-width: 500px; }
.news-wrap .post-img-wrap .post-date { display: none; }
.news-wrap article header .post-time { float: right; }
.news-wrap article header .post-time.single-post { float: none; }
.news-wrap article header { display: table; min-width: 200px;  }
.news-wrap article header h1.entry-title{ margin-top: -5px; margin-bottom: 10px; line-height: 32px;  }
.news-wrap article header h1.entry-title a { font-size: 22px;  }
.single-post-content-wrap .navigation.post-navigation { display: none; }

/*Поиск по сайту*/

.very-top-right .vtsearch { float: left; margin: 10px 10px 0 0; min-width: 200px; }
.very-top-right .vtsearch label { padding-right: 0; vertical-align: top; }
.very-top-right .vtsearch input{ height: 25px; vertical-align: top; }
.very-top-right .vtsearch input.search-field{ padding: 0 5px; font-size: 14px; }
.very-top-right .vtsearch button.search-submit{ padding: 0; font-size: 15px; width: 25px; height: 25px; line-height: inherit; }
.very-top-right .social-icons { float: right; }
section.not-found form button.search-submit{ padding: 0; font-size: 21px; width: 45px; height: 45px; }
section.not-found form label { vertical-align: top; min-width: 50%; }
section.not-found form input { width: 100%; }


@media all and (max-width: 1169px) {
    .product-list-items .product-list-item { width: 32%; }
    .product-list-items .product-list-item h3 { font-size: 16px; }

    section.colors-section .product-color-items .color-item { width: 31%; }

    section.design-section .product-design-items .design-item { width: 31%; }

    section.equipment-section .product-equipment-items .equipment-item { width: 31%; }
}

@media all and (max-width: 991px) {
    .product-list-items .product-list-item { width: 49%; }
    .product-list-items .product-list-item h3 { font-size: 16px; }

    section.colors-section .product-color-items .color-item { width: 48%; }

    section.design-section .product-design-items .design-item { width: 48%; }

    section.equipment-section .product-equipment-items .equipment-item { width: 48%; }

    #carousel-434 .rpc-content {
        top:157px;
    }
    .product-sidebar {
        position: fixed;
        top:200px;
        right: -250px;
        padding: 0;
        width: 250px;
    }
    .product-sidebar .left { display: block;}

    .wcp-carousel-main-wrap .slick-prev,
    .wcp-carousel-main-wrap .slick-next {
        display: none !important;
    }

    .news-wrap .post-img-wrap { margin: 0; max-width: 500px; }
    .news-wrap article header h1.entry-title{ margin-top: 10px; }
}

@media all and (max-width: 767px) {
    .product-list-items .product-list-item { width: 48%; }
    .product-list-items .product-list-item h3 { font-size: 16px; }

    section.colors-section .product-color-items .color-item { width: 47%; }

    section.design-section .product-design-items .design-item { width: 47%; }

    section.equipment-section .product-equipment-items .equipment-item { width: 47%; }

    #carousel-434 .rpc-content { top:158px; }
    .header .overlay-layer { padding-top: 100px !important; padding-bottom: 100px;}

    .sticky-navigation .main-navigation ul li a {
        text-align: center;
        border-bottom: solid 1px #dedcd7;
        font-size: 18px;
    }
}

@media all and (max-width: 580px) {
    section.not-found form button.search-submit{ padding: 0; font-size: 21px; width: 38px; height: 38px; }
}

@media all and (max-width: 479px) {
    .product-list-items .product-list-item { width: 98%; }
    .product-list-items .product-list-item h3 { font-size: 14px; }

    section.colors-section .product-color-items .color-item { width: 98%; }
    section.colors-section .product-color-items .color-item .color-title { font-size: 14px; }

    section.design-section .product-design-items .design-item { width: 98%; }
    section.design-section .product-design-items .design-item .design-title { font-size: 14px; }

    section.equipment-section .product-equipment-items .equipment-item { width: 98%; }
    section.equipment-section .product-equipment-items .equipment-item .equipment-title { font-size: 14px; }
    #carousel-434 .rpc-content { top:162px; }
    .header-style-one .intro-section { margin-top: 0px; }
    .header .overlay-layer { padding-top: 40px !important; padding-bottom: 40px;}
}
@media all and (max-width: 411px) {
    #product-specifications-section .table {font-size: 8px !important; }
    .entry-content .table {font-size: 12px !important; }
    /*.product-sidebar ul li a { font-size: 12px !important; height: 36px; line-height: 34px; }*/
    /*.product-sidebar .left { height: 35px; }*/
}
