.whatsapp-top a
{
        text-align: center;
}
.whatsapp-top a i
{
    color: #24CC60;
    font-size: 20px;
}
.tg-top a i
{
    color: #28A4E4;
    font-size: 20px;
}
table.vert-sep-tbl
{
    width: 100%;
    table-layout: fixed;
}
table.vert-sep-tbl td {
    width: 100%;
    padding: 7px 10px;
}
table.vert-sep-tbl td:nth-child(2n+1) {

    background-color: #C9E4F6;/* фон нечетных столбцов */

}

.vert_flex .slides li
{
   background-color: #fff ;
}


/*---Меню по разделам---*/
.bg-icon
{
    margin-bottom: 15px;
}
.bg-icon i
{
    font-size: 45px;
}

.section-lvl-1
{
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 30px;
}
.sh-b-t1
{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.main-product-block
{
    color: #fff;
    display: table;
    height: 100%;
    vertical-align: middle;

}
.main-product-block .middle-info
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding: 10px;
}
.main-product-block .middle-info .icon-block
{
    width: 100%;
    font-size: 60px;
    text-align: center;
}
.section-menu-item
{
    margin-bottom: 15px;
}
.main-product-pic
{
    width: 100%;
    min-height: 250px;
    background-size: cover;
    background-position: 50%;
}
.section-lvl-1 .top-section-info
{
    display: block;
    margin-bottom: 15px;
}
.link-item-block
{
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    height: 280px;
    text-decoration: none;
}
.link-item-block .imgFill {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.link-item-block .image-box
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.link-item-block .image-box img
{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}
.link-item-block .image-box .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    transition: all 0.3s;
}

.link-item-block:hover .image-box .overlay {
    opacity: 1;
}

.item-title
{
    display: block;
    position: relative;
    z-index: 100;
    padding: 10px 0;
    text-shadow: 0px 1px 3px #333;
    color: #fff;
    text-decoration: none;
}

.link-item-block .content-box {
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.link-item-block .content-box h2 a {
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
}

.link-item-block .content-box p {
    color: #1b1f35;
    font-size: 14px;
}

.link-item-block .content-box {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.link-item-block:hover .content-box {
    opacity: 1;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
.link-item-block .content-box .item-icon
{
    margin-bottom: 15px;
}
.link-item-block .content-box .item-icon i
{
   font-size: 40px;
    color: #2b314f;
}
.link-item-block .sub-title
{
    color: #2b314f;
    margin-bottom: 15px;
}




    /*---...---*/

/*Меню продукции*/
.product-section-menu
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    max-width: 1600px;
    margin: 10px auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.decor-items.product-section-menu a
{
    background-image: linear-gradient(
            -60deg
            , #ff5858 0%, #f09819 100%);
    color: #fff;
}
.product-section-menu a
{
    vertical-align: middle;
    flex-grow: 1;
    position: relative;
    height: auto;
    transition: all 0.4s;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    flex: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    filter: grayscale(100%);
    text-decoration: none;
    padding: 10px 0;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    text-shadow: 0px 1px 3px #333;
}
.product-section-menu a.active
{
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    box-shadow: none;
    filter: grayscale(0%);
    padding: 12px 0;
}
.product-section-menu a:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}
/*
Списки
*/
ul.list-t1
{
    list-style-type: disc;
}
ul.list-t1 li,
ul#tab li ul.list-t1 li
{
    display: list-item;
    margin-bottom: 0px;

}
ul.list-t1 li:last-child,
ul#tab li ul.list-t1 li:last-child
{
    margin-bottom: 0;
}
/*------------------*/

/*
Градиенты
*/
.gradient-bg-3
{
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}
.gr2-bg
{
    background-image: linear-gradient(to right, #243949 0%, #517fa4 100%);
}
.gr3-bg
{
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);

}
/*--------------*/
.shadow-t1
{
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.hr-line
{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #000;
}
.default-note
{
    margin-top: 10px;
    color: #212529;
}
.develop-img
{
    max-width: 400px;
    margin-bottom: 20px;
}
.row-list
{
    margin-bottom: 30px;
}
/*
* TYPE BLOCKS
*/
.inner-empty-title
{
    padding: 10px;
}
.inner-empty-title p:last-child
{
    margin-bottom: 0;
}
.info-block-t1
{
    margin-top: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
    width: 100%;
}
.info-block-t1 .innter-t1
{
    padding: 0 10px 10px 10px;
}


.angle_draw .innter-t1 div
{
    margin-top: 15px;
}
.title-t1
{
    padding: 7px 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    margin-bottom: 10px;
    background-color: #525252;
    color: #fff;
}
.title-t1.light-title
{
    background-color: rgb(247, 247, 247);
    color: #212529;
}
.b-dashed div.row:last-child p,
.info-block-t1 .innter-t1 p:last-child
{
    margin-bottom: 0;
}



.inf-t1 div
{
    padding: 10px;
    margin-top: 15px;
    padding-left: 10px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
    width: 100%;
    line-height: 1.2;
    background-color: #f1f1f1;

}
.inf-t1 div div
{
    padding: 0px;
    border: none;
    box-shadow: none;
}
.content_help .inf-t1 div
{
    margin-top: 0;
    margin-bottom: 15px;
}
/*.inf-t1 div div::before
{
  content: "!!";
}*/
.inf-t1
{
    margin-top: 25px;
    display: block;
}
.inf-t1 div
{
    display: table;
    vertical-align: middle;
}
.inf-t1 div::before
{
    content: "!";
    display: table-cell;
    padding-right: 10px;
    color: red;
    font-size: 25px;
    font-weight: bold;
    width: 15px;
    vertical-align: middle;
}
.inf-t1 div span
{
    display: table-cell;
    vertical-align: middle;
}
/*
 * PATTERNS
*/
.pattern-1
{
    background-image: url("images/patterns/pattern_2.png");
}
/*
* WATERPROOF
*/
.open-menu-lvl .module-content.box3,
.main-pr-blocks .open-menu-lvl .image-box img
{
    height: auto;
}
.main-pr-blocks .open-menu-lvl .module-content .content-box
{
    display: none;
}
/*
WHY WE MAIN
*/
.why-we-main
{
    line-height: 1;
    padding: 15px;
    background: #fff;
}

/*
NEW SECTIONS
*/
.section-type-title
{
    text-align: left;
    text-align-last: left;
    margin-bottom: 20px;
    margin-top: 30px;
    text-transform: uppercase;
    padding: 10px 30px;
    position: relative;
    max-width: 300px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1;
}

.section-type-title::after {
    content: '';
    position: absolute;
    right: -36px;
    bottom: 0;
    border: 17px solid transparent;
}
.width-size-title
{
    text-align: center;
    text-align-last: center;
    margin-bottom: 20px;
    padding: 6px 10px 5px 10px;
    position: relative;
    width: 120px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    line-height: 1;
    margin-left: auto;
}
.width-size-title::after {
    content: '';
    position: absolute;
    right: -27px;
    bottom: 0;
    border: 12px solid transparent;
}
.board-list.wall .section-type-title, .board-list.wall .width-size-title {background-color: rgba(255, 105, 31, 1);}
.board-list.wall .section-type-title::after {border-left: 20px solid rgba(255, 105, 31, 1); }
.board-list.wall .width-size-title::after {border-left: 15px solid rgba(255, 105, 31, 1);}

.board-list.standart .section-type-title, .board-list.standart .width-size-title {background-color: #F6E448;}
.board-list.standart .section-type-title::after {border-left: 20px solid #F6E448; }
.board-list.standart .width-size-title::after {border-left: 15px solid #F6E448;}

.board-list.heavy .section-type-title, .board-list.heavy .width-size-title {background-color: #3CAB50; color: #fff;}
.board-list.heavy .section-type-title::after {border-left: 20px solid #3CAB50; }
.board-list.heavy .width-size-title::after {border-left: 15px solid #3CAB50;}

.board-list.hydro .section-type-title, .board-list.hydro .width-size-title {background-color: #25B8D7; color: #fff;}
.board-list.hydro .section-type-title::after {border-left: 20px solid #25B8D7; }
.board-list.hydro .width-size-title::after {border-left: 15px solid #25B8D7;}

.board-list.metall .section-type-title, .board-list.metall .width-size-title {background-color: rgba(204, 55, 23, 1); color: #fff;}
.board-list.metall .section-type-title::after {border-left: 20px solid rgba(204, 55, 23, 1); }
.board-list.metall .width-size-title::after {border-left: 15px solid rgba(204, 55, 23, 1);}

.board-list.control .section-type-title, .board-list.control .width-size-title {background-color: #ffc107;}
.board-list.control .section-type-title::after {border-left: 20px solid #ffc107; }
.board-list.control .width-size-title::after {border-left: 15px solid #ffc107;}

.board-list.roof .section-type-title, .board-list.roof .width-size-title {background-color: rgba(143, 73, 191, 1); color: #fff;}
.board-list.roof .section-type-title::after {border-left: 20px solid rgba(143, 73, 191, 1); }
.board-list.roof .width-size-title::after {border-left: 15px solid rgba(143, 73, 191, 1);}

.board-list.waterstop .section-type-title, .board-list.waterstop .width-size-title {background-color: rgba(0, 121, 200, 1); color: #fff;}
.board-list.waterstop .section-type-title::after {border-left: 20px solid rgba(0, 121, 200, 1); }
.board-list.waterstop .width-size-title::after {border-left: 15px solid rgba(0, 121, 200, 1);}

.board-list.flex .section-type-title, .board-list.flex .width-size-title {background-color: #66b2e3; color: #fff;}
.board-list.flex .section-type-title::after {border-left: 20px solid #66b2e3; }
.board-list.flex .width-size-title::after {border-left: 15px solid #66b2e3;}

.board-list.flex .section-info-item
{
    background-color: #66b2e3;
    color: #fff;
}

.board-list.decor .section-info-item
{
    color: #fff;
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.other-items
{
    display: none;
    width: 100%;
    padding: 0 10px;
}
.btn i
{
    margin-left: 5px;
}
.display-b
{
    display: block;
    width: 100%;
}
.mi-btn
{
    display: inline-block;
    float: right;
    margin-bottom: 25px;
    margin-right: 10px;
}
/*
*CUSTOM
*/
body
{
    background-image: url("images/bg/bg1.png");
}
.x-over
{
    overflow-x: auto;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

.img-bottom-txt
{
    position: relative;
}
.bottom-txt
{
    position: absolute;
    bottom: 0;
    padding: 10px 30px;
    background-color: rgba(43, 49, 79, 0.8);
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
}
.btn
{
    text-decoration: none;
}
.gr1-bg
{
    background: #61deff;
    background: -webkit-linear-gradient(#61deff 0%, #25b8d6 100%);
    background: -o-linear-gradient(#61deff 0%, #25b8d6 100%);
    background: linear-gradient(#61deff 0%, #25b8d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61deff', endColorstr='#25b8d6',GradientType=0 );
}

.p-l-30{padding-left: 30px;}
.p-l-0 {padding-left: 0;}
.p-r-0 {padding-right: 0;}
.p-l-20{padding-left: 20px;}
.p-r-50{padding-right: 50px;}
.p-l-50{padding-left: 50px;}

.m-r-10{margin-right: 10px;}
.m-b-0{margin-bottom: 0 !important;}

.ico-txt
{
    vertical-align: middle;
    line-height: 1;
}
.ico-txt i
{
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
.ico-txt span
{
    display: inline-block;
    vertical-align: text-bottom;
}
.ico-btn,
.btn-ico
{
    text-decoration: none;
    border: 1px solid #2b314f;
    background: #fff;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: 0.3s;
    cursor: pointer;
    color: #2b314f;
}
.ico-btn i {margin-right: 5px;}
.btn-ico i {margin-left: 5px;}

.ico-btn:hover,
.btn-ico:hover
{
    background: #2b314f;
    color: #fff;
}
.txt-ico i
{
    margin-left: 5px;
}
.b-dashed
{
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    padding: 10px;
    margin-top: 10px;
}
.b-dashed img
{
    margin-bottom: 5px;
}
.b-dashed p
{
    margin-bottom: 15px;
}
/*
* HEADER
*/
.top-cert-logos
{
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 10px;
}
.top-cert-logos img
{
    max-height: 50px;
    vertical-align: middle;
    display: inline-block;
}
.top-cert-logos img
{
    margin: 0 5px;
}
.header
{
    color: #fff;
    padding: 5px 0;
    background: #2b314f;
    box-shadow: 0 0px 5px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    background: -moz-linear-gradient(top, #2b314f 0%, #16192c 100%);
    background: -webkit-linear-gradient(top, #2b314f 0%,#16192c 100%);
    background: linear-gradient(to bottom, #2b314f 0%,#16192c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b314f', endColorstr='#16192c',GradientType=0 );
}
.header a
{
    color: #fff;
}
.top-lang
{
    display: inline-block;
    margin-right: 10px;
}
.top-lang ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-lang ul li
{
    display: inline-block;
    margin: 0 5px;
}
.dropdown-toggle::after
{
    position: absolute;
    top: 14px;
    display: none !important;
}
.main-btn {
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px transparent;
    position: relative;
    color: #fff;
    font-weight: 400;
    padding: 8px 30px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #00ABC9;
    transition: 0.3s;
    text-decoration: none;
}
.main-btn:hover
{
    text-decoration: none;
    background-color: #2b314f;
}
.header-top-list
{
    vertical-align: middle;
    line-height: 1;
}
.header-top-list i
{
    color: #00ABC9;
    margin-right: 5px;
    vertical-align: middle;
}
.header-top-list a
{
    text-decoration: none;
}
.main-header {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.offset-header.main-header {
    background: -moz-linear-gradient(top, #2b314f 0%, #16192c 100%);
    background: -webkit-linear-gradient(top, #2b314f 0%,#16192c 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b314f', endColorstr='#16192c',GradientType=0 );
}
.navbar-brand img
{
    height: 60px;
}
.header-top {
    background-color: #F9F9FA;
    border-bottom: 1px solid #E1E1E2;
}
.offset-header .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}
.header-top-list {
    padding: 10px 0px;
    margin: 0;
}
.header-top-list li {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}
.header-top-list li span {
    color: #1a1a1a;
}
.offset-header .header-top-list li span {
    color: #000;
}
.header-top-list li:last-child {
    margin-right: 0px;
}
.quote-btn {
    border: 1px solid #a5a5a5;
}


.offset-header .header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0);
    padding: 5px 0;
}

.mainmenu {
    margin:0;
}
.main-header .mainmenu .navbar-nav li
{
    margin: 0 10px;
}
.main-header .mainmenu .navbar-nav li a {
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #141820;
    padding: 5px 0;
    text-transform: uppercase;
}
.offset-header.main-header .mainmenu .navbar-nav li a {
    /*color: #f1f1f1;*/
    color: #000;
    text-decoration: none;
}
.offset-header.main-header.affix .mainmenu .navbar-nav li a,
.offset-header.main-header .mainmenu .navbar-nav li .dropdown-menu li a {
    color: #141820;
}
.offset-header.main-header .mainmenu .navbar-nav li .dropdown-menu li
{
    background-color: #fff;
    margin: 0;
    padding: 0 0px;
}
.nav-item > a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #00ABC9;
}
.nav-item.dropdown > a:before {
    display: none;
}
.nav-item:hover > a:before,
.nav-item:focus > a:before,
.nav-item.active a:before {
    width: 100%;
}
.dropdown-menu {
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-in-out 0s;
    display: block;
    border-radius: 0rem;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(1) a.dropdown-item:before,
.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(2) a.dropdown-item:before,
.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(3) a.dropdown-item:before,
.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(4) a.dropdown-item:before
{
    display: none;
}

.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(1) a.dropdown-item
{
    background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(2) a.dropdown-item
{
    background-image: linear-gradient(-60deg, #587cff 0%, #19abf0 100%);
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(4) a.dropdown-item
{
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.mainmenu .navbar-nav li.nav-item:nth-child(2) .dropdown-menu li.nav-item:nth-child(3) a.dropdown-item
{
    background-image: linear-gradient(to right, #c1c161 0%, #c19d00 0%, #d4c25d 100%);
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.dropdown:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    height: auto;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 220px;
    margin-top: 0;
}
.dropdown-toggle:after {
    display: none;
}
.mainmenu .navbar-nav li.nav-item .dropdown-menu li a {
    padding: 5px 15px;
}
.mainmenu .navbar-nav li.nav-item .dropdown-menu li a i
{
    font-size: 16px;
    margin-right: 10px;
    display: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}
.navbar-toggler
{
    color: #333;
}
.mobile-menu-btn
{
    display: inline-block;
    font-size: 24px;
}
.nav-item .child-menu ul
{
    list-style-type: none;
    padding-left: 20px;
}
.offset-header.main-header .mainmenu .nav-item .child-menu ul li
{
    margin-bottom: 5px;
}

.main-header .mainmenu .nav-item .child-menu ul li a
{
    text-transform: none;
    padding: 3px 0;
}

.main-header .mainmenu .nav-item .child-menu ul li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #2b314f;
}
.main-header .mainmenu .nav-item .child-menu ul li:hover > a:before
{
    width: 100%;
}

/*
* POPUP
*/
.btns-block
{
    width: 100%;
}
.form-item-t1
{
    position: relative;
    margin-bottom: 10px;
}
.form-item-t1 label i
{
    top: 30px;
    left: 10px;
    position: absolute;
    font-size: 16px;
}
.form-item-t1 input,
.form-item-t1 textarea
{
    padding-left: 30px;
}
.form-item-t1 input[type="checkbox"]
{
    padding-left: 0;
}
.error-fld input, .error-fld textarea {
    border-color: red !important;
}
.capcha-img img
{
    border: 1px solid #dadada;
    margin-bottom: 10px;
}
/*
* TOP SEARCH
*/
.menu-search {
    cursor: pointer;
    color: #333;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    display: inline-block;
}
.offset-header .menu-search {
    color: #000;
}
.top-search
{
    display: none;
    position: absolute;
    margin-bottom: 10px;
    min-width: 350px;
    right: 0;
    top: -10px;
    background: #fff;
    z-index: 100;
    padding: 20px 10px 20px 20px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.top-search input[type="text"] {
    width: 100%;
}
.top-search ::-webkit-input-placeholder {color:#dedede;}
.top-search ::-moz-placeholder          {color:#dedede;}/* Firefox 19+ */
.top-search :-moz-placeholder           {color:#dedede;}/* Firefox 18- */
.top-search :-ms-input-placeholder      {color:#dedede;}
.active-search
{

}
.search-block
{
    position: relative;
}
.close-btn
{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    color: #8b8b8b;
    cursor: pointer;
}
.filter-item
{
    margin-bottom: 10px;
}
.filter-item label
{
    margin-bottom: 0;
}
.filter-item .check-item
{
    display: inline-block;
}
.filter-item .check-item input[type="checkbox"]
{
    display: none;
}
.filter-item .check-item input[type="checkbox"]:checked + label {
    background: #00b271;
    background: -moz-linear-gradient(top, #00b271 1%, #009245 100%);
    background: -webkit-linear-gradient(top, #00b271 1%,#009245 100%);
    background: linear-gradient(to bottom, #00b271 1%,#009245 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b271', endColorstr='#009245',GradientType=0 );
    color: #fff;
    border: 1px solid #009245;
}
.filter-item .check-item label:hover
{
    opacity: 0.7;
}
.f-title
{
    margin-bottom: 5px;
}
.check-item label
{
    font-size: 25px;
    color: #2b314f;
    margin-bottom: 0;
}
.check-item label
{
    padding: 2px 10px;
    border: 1px solid #2b314f;
}
.search-name
{
    position: relative;
    margin-right: 10px;
}
.search-btn
{
    padding: 0;
    background: none;
    border: none;
    position: absolute;
    top: 7px;
    right: 10px;
}
.filter-inputs,
.top-search-results
{
    display: table-cell;
    vertical-align: top;

}
.filter-inputs
{
    padding-right: 20px;
}
.top-search-results
{
    border-left: 1px solid #dadada;
    padding: 0 10px 0 20px;
    display: none;
}
.top-search-results ul
{
    list-style-type: none;
    padding: 0;
    margin:0;
}
.top-search-results ul li
{
    margin-bottom: 5px;
}
/*
BLOCK MENU
*/
.block-menu
{
    width: 100%;
}
.block-menu .col-lg-4
{
    height: 285px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}
.block-menu .block-item
{
    position: relative;
    display: inline-block;
    width: 380px;
    height: 380px;
    max-width: 100%;
    font-family: 'Roboto';
    font-weight: 400;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.block-menu .block-item a
{
    color: #fff;
}
.block-menu .mini-item
{
    width: 25%;
    height: 25%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: 0.3s;
}

.block-menu .mini-item,
.block-menu .middle-item
{
    background-color: #2b314f;
}
.block-menu .mini-item:hover
{

}
.block-menu .big-item
{
    height: 50%;
    width: 50%;
    position: absolute;
    left: 25%;
    text-align: center;
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.block-menu .big-item .bi-title
{
    padding: 5px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 1;
}
.block-menu .big-item img
{
    width: 50%;
    margin-bottom: 10px;
}
.block-menu .mini-item:nth-child(1){left: 0;top: 0; border-right: 2px solid #fff;}
.block-menu .mini-item:nth-child(2){left: 0;top: 25%; border-top: 2px solid #fff;border-right: 2px solid #fff;}
.block-menu .mini-item:nth-child(3){left: 0;top: 50%; border-top: 2px solid #fff; border-right: 2px solid #fff;}
.block-menu .mini-item:nth-child(4){left: 25%;top: 50%; border-top: 2px solid #fff;}
.block-menu .mini-item:nth-child(5){left: 50%;top: 50%; border-left: 2px solid #fff;border-top: 2px solid #fff;}
.block-menu .mini-item:nth-child(6){left: 75%;top: 50%; border-left: 2px solid #fff; border-top: 2px solid #fff;}
.block-menu .mini-item:nth-child(7){left: 75%;top: 25%; border-top: 2px solid #fff;border-left: 2px solid #fff;}
.block-menu .mini-item:nth-child(8){left: 75%;top: 0;border-left: 2px solid #fff;}

/*.block-menu .block-item:nth-child(1) .mini-item:nth-child(1){background-color: rgba(255, 105, 31, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(2){background-color: rgba(224, 203, 24, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(3){background-color: rgba(60, 171, 80, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(4){background-color: rgba(37, 184, 215, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(5){background-color: rgba(204, 55, 23, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(6){background-color: rgba(187, 149, 34, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(7){background-color: rgba(77, 51, 139, 0.8);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(8){}


.block-item.waterproof .middle-item:nth-child(1){background-color: rgba(31, 106, 184, 0.8);}
.block-item.waterproof .middle-item:nth-child(2){background-color: rgba(0, 79, 130, 0.8);}
.block-item.waterproof .middle-item:nth-child(3){background-color: rgba(0, 121, 200, 0.8);}

.block-item.protect .middle-item:nth-child(1){background-color: rgba(222, 0, 0, 0.8);}
.block-item.protect .middle-item:nth-child(2){background-color: rgba(239, 60, 60, 0.8);}
.block-item.protect .middle-item:nth-child(3){background-color: rgba(167, 42, 42, 0.8);}*/


.block-menu .block-item:nth-child(1) .mini-item:nth-child(1):hover{background-color: rgba(255, 105, 31, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(2):hover{background-color: rgba(224, 203, 24, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(3):hover{background-color: rgba(60, 171, 80, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(4):hover{background-color: rgba(37, 184, 215, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(5):hover{background-color: rgba(204, 55, 23, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(6):hover{background-color: rgba(187, 149, 34, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(7):hover{background-color: rgba(77, 51, 139, 1);}
.block-menu .block-item:nth-child(1) .mini-item:nth-child(8):hover{}


.block-item.waterproof .middle-item:nth-child(1):hover{background-color: rgba(31, 106, 184, 1);}
.block-item.waterproof .middle-item:nth-child(2):hover{background-color: rgba(0, 79, 130, 1);}
.block-item.waterproof .middle-item:nth-child(3):hover{background-color: rgba(0, 121, 200, 0.8);}

.block-item.protect .middle-item:nth-child(1):hover{background-color: rgba(222, 0, 0, 1);}
.block-item.protect .middle-item:nth-child(2):hover{background-color: rgba(239, 60, 60, 1);}
.block-item.protect .middle-item:nth-child(3):hover{background-color: rgba(167, 42, 42, 1);}


.block-menu .mini-item img
{
    width: 45%;
    max-height: 40px;
    margin-bottom: 5px;
}

.block-menu .mini-item a
{
    display: inline-block;
    margin: auto;
    line-height: 1;
}
.block-menu .mini-item span,
.block-menu .middle-item span
{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
}

.block-menu .middle-item
{
    width: 25%;
    height: 25%;
    position: absolute;
    text-align: center;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: 0.3s;
}
.block-menu .middle-item img
{
    height: 40px;
    margin-bottom: 5px;
}
.block-menu .middle-item a
{
    display: inline-block;
    line-height: 1;
    width: 100%;
}
.block-menu .middle-item:nth-child(1){height:50%;left:0;top:0; border-right:2px solid #fff;}
.block-menu .middle-item:nth-child(2){width:50%;left:0;top:50%; border-right:2px solid #fff; border-top: 2px solid #fff;}
.block-menu .middle-item:nth-child(3){width:50%;left:50%;top:50%; border-top: 2px solid #fff;}
.block-menu .middle-item:nth-child(4){height:50%;left:75%;top:0; border-left:2px solid #fff;}
/*
*TITLE BLOCK
*/
.title-block
{
    /*box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    background-color: #fff;*/
    display: inline-block;
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
    background-color: rgba(255, 255, 255, 0.6);
}
.title-block .tb-title
{
    background-color: #25B8D7;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 20px 7px 20px;
    line-height: 1;
}
.title-block a.tb-title
{
    display: block;
    width: 100%;
    text-decoration: none;
}
.tb-info
{
    /*padding: 10px 0px;*/
}
/*
*WHY WE BLOCK
*/
.why-we .ww-item
{
    display: table;
    width: 100%;
    line-height: 1.2;
    padding: 7px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    text-transform: uppercase;
}
.why-we .ww-item:last-child
{
    border-bottom: none;
}
.ww-img
{
    width: 170px;
}
.ww-img,
.ww-txt
{
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.ww-img img
{
    height: 100px;
}
.ww-item .btn
{
    margin-top: 10px;
}
/*
FILTERS
*/
.profile-type-filter .type_view_btn span,
.profile-type-filter .type_view_btn i
{
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.profile-type-filter .type_view_btn i
{
    margin-right: 5px;
    display: none;
}
/*
* BANNERS
*/
/*
.dl-banner
{
  position: relative;
  display: inline-block;
  width: 100%;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
  background-position: 50%;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 20px;
}
.dl-banner:hover
{
  text-decoration: none;
}
.dl-banner::after
{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(43, 49, 79,0.6);
  top: 0;
  left: 0;
}
.dl-logo
{
  padding: 0 10px;
}
.dl-logo img
{
  height: 120px;
  max-width: 100%;
}
.dl-inner
{
  position: relative;
  z-index: 10;
}
.dl-title
{
  text-transform: uppercase;
  margin-bottom: 5px;
}
.dl-sub-title
{
  background-color: rgba(255, 144, 34, 0.5);
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
}
.dl-items
{
  margin-top: 10px;
  padding-right: 10px;
}
.dl-items ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
    text-align-last: justify;
}
.dl-items ul li
{
  display: inline-block;
  vertical-align: middle;
}
.dl-items ul li img
{
height: 45px;
}
*/

/*
*breadcrumb
*/
.bx-breadcrumb i {
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 14px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
/*
*background
*/
.wall_bg {background: #ff691f;}
.standart_bg {background: #F4DD1A;}
.heavy_bg {background: #3CAB50;color: #fff;}
.hydro_bg {background: #25B8D7;color: #fff;}
.metall_bg {background: #CC3717;color: #fff;}
.bridge_bg {background: #4D338B;color: #fff;}
.concrete_bg {background: #BB9522;color: #fff;}
.waterstop_bg {background: #0e82ce;color: #fff;}
.bent_bg {background: #458ab8;color: #fff;}
.hydrofull_bg {background: #015c97;color: #fff;}
.cord_bg {background: #005078; color: #fff;}
.flex_bg {background: #66b2e3; color: #fff;}
.fiber_bg {background: #BB9522;color: #fff;}
.control_bg {background: #ffc107;}
.firestop_bg {background: #5f2a00;}
.skirting_bg {background: rgba(222, 0, 0, 1);}
.decor_bg{background: rgba(222, 0, 0, 1);}
.roof_bg{background: rgba(143, 73, 191, 1);}

/*
*Certificates
*/
.certs
{
    text-align: center;
}
.certs ul
{
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 30px 0 0 0;
}
.certs ul li
{
    display: inline-block;
    width: 300px;
    vertical-align: top;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 30px;
}

.certs ul li a
{
    position: relative;
    display: inline-block;
    padding: 25px;
    padding: 25px 25px 0 25px;
}

.certs ul li a:after
{
    background: url(images/ramka.png);
    background-repeat: no-repeat;
    background-size: 250px;
    height:350px;
    width:250px;
    display:block;
    content: ' ';
    position:absolute; left:0;
    top:0

}

.certs ul li img
{
    width: 200px;
    height: 300px;
}

.sert_about
{
    margin-top: 30px;
}

.sert_about .cell
{
    vertical-align: middle;
}

.sert_about h2
{
    margin-bottom: 20px;
}

.sert_about img
{
    width: 200px;
    display: inline-block;
    margin-right: 50px;
    vertical-align: middle;
}
.sert_about p
{
    margin-bottom: 30px;
}
/*
* ABOUT COMPANY PAGE
*/
.def-shadow
{
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.about-company
{
    margin-bottom: 20px;
}
.about-company img
{
    max-width: 100%;
}
.gr1-bg
{
    color: #fff;
}
.about-block
{
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
}
.about-block .col-lg-4
{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.about-block .col-lg-4:nth-child(1){background-image: url("images/about/img1.png"); /*border-right: 1px solid rgba(255,255,255,0.5);*/}
.about-block .col-lg-4:nth-child(2){background-image: url("images/about/img2.png"); /*border-right: 1px solid rgba(255,255,255,0.5);*/}
.about-block .col-lg-4:nth-child(3){background-image: url("images/about/img3.png");}
.about-block p
{
    margin-bottom: 0px;
}
.about-block .white_btn
{
    margin-top: 10px;
    padding: 5px 30px;
}
.ico-info,
.ico-info-vert
{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    background-size: cover;
}
.dark-block
{
    color: #fff;
}
.dark-block::after,
.blue-block::after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dark-block::after{background-color: rgba(43, 49, 79, 0.9);}
.blue-block::after{background-color: rgba(37, 184, 214, 0.9);}
.ico-info .icon-block,
.ico-info .info-block
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
}
.ico-info .icon-block
{
    padding-right: 20px;
}
.ico-info-vert .icon-block
{
    position: relative;
    margin-bottom: 20px;
    z-index: 10;
}
.ico-info-vert .info-block
{
    position: relative;
    z-index: 10;
}
.icon-block
{
    width: 90px;
}
.icon-block img
{
    width: 90px;
}
.ib-title
{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
    font-weight: 400;
}
.dark-block .ib-title {color: #25B8D7;}
.blue-block .ib-title {color: #fff;}
.blue-block
{
    background-color: #25b8d6;
    color: #fff;
}
/*SLIDE TXT*/
.slide-txt-btn
{
    margin-top: 10px;
}
.long-txt
{
    display: none;
}

/*
*DETAIL PRODUCT PAGE
*/
.download_detail ul
{
    list-style-type: none;
    padding-left: 0;
}

.download_detail ul li img.dwg
{
}
.download_detail ul li img
{
    vertical-align: middle;
    margin-right: 10px;
    max-width: 39px;
}

.download_detail ul li a
{
    display: inline-block;
}

.download_detail ul li
{
    margin-bottom: 30px;
    vertical-align: middle;
}

.download_detail ul li span
{
    vertical-align: middle;
}
.white_btn
{
    color: #fff;
    border: 1px solid;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: 0.3s;
    vertical-align: middle;
}
.white_btn i
{
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    transition: 0.3s;
}
.white_btn span
{
    vertical-align: middle;
    text-transform: uppercase;
}
.white_btn:hover
{
    background: #fff;
    color: #2b314f;
}
.white_btn:hover i
{
    color: #2b314f;
}

/*--NEWS--*/
.images_in_news
{
    width: 100%;
    text-align: center;
}

.images_in_news p
{
    display: inline-block;
    padding: 0 20px 30px 20px;
}

.news_list
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.news_list li
{
    margin-bottom: 30px;
}
.news_item_list
{
    margin-bottom: 30px;
}

.news_item_list .news_item_img a img
{
    width: 100%;
    height: auto;
}


.news_item_list .news_item_img a
{
    display: inline-block;
    position: relative;
    width: 100%;
}

.prjts_board .news_item_img a
{
    display: inline-block;
}

.news_item_list .news_item_img a i
{
    font-size: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    z-index: 100;
    opacity: 0;
    transition: .5s;
}

.news_item_list .news_item_img a::after
{
    content: "";
    transition: .7s;
    background: rgba(32, 38, 57, 0.5);
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    opacity: 0;
}

.news_item_list .news_item_img a:hover::after
{
    opacity: 1;

}


.news_item_list .news_item_img a:hover > i
{
    opacity: 1;
}


.news_list .news_list_txt .date
{
    margin-bottom: 5px;
}

.news_list .news_list_txt a
{
    margin-bottom: 10px;
    display: inline-block;
}

.news_list .news_list_txt .date i
{
    margin-right: 10px;
    font-size: 16px;
    vertical-align: middle;
}




/*
*FOOTER
*/
#footer
{
    color: #fff;
    padding: 30px 0 20px 0;
    background: #2b314f;
    background: -moz-linear-gradient(top, #2b314f 0%, #16192c 100%);
    background: -webkit-linear-gradient(top, #2b314f 0%,#16192c 100%);
    background: linear-gradient(to bottom, #2b314f 0%,#16192c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b314f', endColorstr='#16192c',GradientType=0 );
    box-shadow: -2px -2px 5px rgba(0,0,0,0.3);
}
#footer .col-md-9
{
    border-left: 1px solid #6B7496;
}
#footer .bottom_menu li.first_lvl a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#footer .bottom_menu li.first_lvl a:hover
{
    text-decoration: underline;
}

#footer .bottom_menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer .bottom_menu li.first_lvl
{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 50px;
}
#footer .bottom_menu ul.child
{
    margin-top: 10px;
}
#footer .bottom_menu li.first_lvl ul.child li a
{
    text-transform: none;
    color: #6B7496;
}

.bottom_contacts
{
    margin: 20px 0 0 0;
}

.bottom_contacts p
{
    line-height: 1;
    margin-bottom: 7px;
    font-size: 13px;
}

.about_bottom
{
    font-size: 13px;
    color: #6B7496;
    line-height: 1;
    margin-top: 15px;
}

.bottom_of_footer a
{
    color: #fff;
}
.social-btns ul li.follow-li
{
    margin-left: 20px;
}
.social-btns ul
{
    list-style-type: none;
    padding: 0;
}

.social-btns ul li
{
    display: inline-block;
    margin: 0 2px;
}

.social-btns ul li a
{
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 25px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.social-btns ul li a i
{
    position: relative;
    z-index: 10;
}

.s-figure
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -1px;
    top: 1px;
}

.social-btns ul li svg {
    fill: transparent;
    stroke-width: 1px;
    stroke: #fff;
    padding: 1px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-btns ul li a.facebook i, .ya-share2__item_service_facebook .ya-share2__badge::before {color: #5B75B9;}
.social-btns ul li a.facebook svg {stroke: #5B75B9;}
.social-btns ul li a.facebook:hover svg {fill: #5B75B9;}
.social-btns ul li a.facebook:hover i {color: #fff;}

.social-btns ul li a.vk i, .ya-share2__item_service_vkontakte .ya-share2__badge::before {color: #6AB4E6;}
.social-btns ul li a.vk svg {stroke: #6AB4E6;}
.social-btns ul li a.vk:hover svg {fill: #6AB4E6;}
.social-btns ul li a.vk:hover i {color: #fff;}

.social-btns ul li a.sk i {color: #5794CE;}
.social-btns ul li a.sk svg {stroke: #5794CE;}
.social-btns ul li a.sk:hover svg {fill: #5794CE;}
.social-btns ul li a.sk:hover i {color: #fff;}

.social-btns ul li a.yu i {color: #DA3B35;}
.social-btns ul li a.yu svg {stroke: #DA3B35;}
.social-btns ul li a.yu:hover svg {fill: #DA3B35;}
.social-btns ul li a.yu:hover i {color: #fff;}

.header-top-list a.insta i
{
    font-size: 18px;
}

a.insta i
{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    /* Also define standard property for compatibility */
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.social-btns ul li a.insta:hover i {color: #fff;}

.social-btns ul li a.tw i, .ya-share2__item_service_twitter .ya-share2__badge::before {color: #70C5FC;}
.social-btns ul li a.tw svg {stroke: #70C5FC;}
.social-btns ul li a.tw:hover svg {fill: #70C5FC;}
.social-btns ul li a.tw:hover i {color: #fff;}

.social-btns ul li a.ok i, .ya-share2__item_service_odnoklassniki .ya-share2__badge::before {color: #EE8208;}
.social-btns ul li a.ok svg {stroke: #EE8208;}
.social-btns ul li a.ok:hover svg {fill: #EE8208;}
.social-btns ul li a.ok:hover i {color: #fff;}

.ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__container_size_m .ya-share2__item_service_facebook .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon,
.ya-share2__container_size_m .ya-share2__item_service_twitter .ya-share2__icon,
.ya-share2__item_service_twitter .ya-share2__badge
{
    background: none !important;
}
.ya-share2__item_service_vkontakte .ya-share2__badge::before
{
    content: "\f189";

}

.ya-share2__item_service_facebook .ya-share2__badge::before
{
    content: "\f09a";
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge::before
{
    content: "\f263";
}

.ya-share2__item_service_twitter .ya-share2__badge::before
{
    content: "\f099";
}

.ya-share2__badge::before
{
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ya-share2__container_size_m .ya-share2__icon
{
    width: auto !important;
    height: auto !important;
}

.footer .social .h2
{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

.ya-share2
{
    display: inline-block;
    vertical-align: middle;
}

.footer .social
{
    margin-top: 15px;
}

.footer .social ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .social ul li a
{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
}

.footer .social ul li a:hover
{
    color: #25B8D7;
}

.footer .social ul li:first-child
{
    text-transform: uppercase;
}

.footer .social ul li
{
    display: inline-block;
    margin: 0 8px;
}

.footer .table .cell
{
    vertical-align: top;
}


/*DOWNLOAD PAGE*/
.download_list table
{
    width: 100%;
}

.download_list table td
{
    vertical-align: top;
    padding: 20px 0;
}

.download_list table tr:nth-child(1) td
{
    vertical-align: middle;
    border-bottom: 1px solid #9D9C9C;
    text-align: center;
}



.download_list table tr:nth-child(1) img {
    vertical-align: middle;
    max-width: 50px;
    max-height: 50px;
    margin-right: 15px;
}

.download_list table tr:nth-child(1) span {
    vertical-align: middle;
    font-size: 18px;
}

.download_list table tr:nth-child(2) img {
    vertical-align: middle;
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}

.download_list .name_prof
{
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    margin-left: 10px;
    font-size: 12px;
}

.download_list .pdf_dwg
{
    display: inline-block;
    vertical-align: middle;
}

.download_item
{
    margin-bottom: 10px;
    vertical-align: middle;
}

.download_katalogs table
{
    width: 100%;
}

.download_katalogs table td
{
    min-width: 300px;
    vertical-align: top;
}

.download_katalogs .list_download a
{
    display: block;
    margin-bottom: 5px;
    padding: 5px 20px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.download_katalogs .list_download a img
{
    width: 30px;
    max-height: 30px;
    vertical-align: middle;
    margin-right: 15px;
}

.download_katalogs .list_download a span
{
    vertical-align: middle;
    /*text-shadow: 0.5px 0.5px 2px #202639; */
}

.download_katalogs .list_download a.standart_bg span
{

}

.download_katalogs .list_download a:hover
{
    opacity: 0.8;
}

.all_katalog_bg
{
    background: #202639;
}

.download_katalogs .list_download a i
{
    font-size: 30px;
    margin-right: 15px;
    vertical-align: middle;
}
