/*custom styles*/
.menu__top .navbar-collapse {
    padding: 0 !important;
}

.catalog .catalog__filter {
    float: left !important;
    width: 215px !important;
}

.content .catalog_left_menu li a {
    font-size: 14px;
}

@font-face {
    font-family: 'AvenirNextCyrRegular';
    src: url('fonts/AvenirNextCyrRegular.eot');
    src: url('fonts/AvenirNextCyrRegular.eot') format('embedded-opentype'),
        url('fonts/AvenirNextCyrRegular.woff2') format('woff2'),
        url('fonts/AvenirNextCyrRegular.woff') format('woff'),
        url('fonts/AvenirNextCyrRegular.ttf') format('truetype'),
        url('fonts/AvenirNextCyrRegular.svg#AvenirNextCyrRegular') format('svg');
}

/*.tbl {display:block!important;}*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    .tovar__item .tbl {
        display: block !important;
        vertical-align: middle;
    }

    .tovar__item .tbl .td {
        display: block;
        max-width: 100%;
    }


}

/*end custom styles*/
body,
html {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
}

body,
th,
td {
    font-size: 16px;
    line-height: 24px;
    color: #4b5761;
    font-family: 'Roboto', sans-serif;
}

body,
form,
object {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

small {
    font-size: 11px;
}

a {
    color: #4b5761;
    text-decoration: underline;
}

a:hover {
    color: #4b5761;
    text-decoration: none;
}

:focus {
    outline: none !important;
    text-decoration: none !important;
}

h1,
h1 a,
h2,
h3,
h2 a,
h3 a {
    font-weight: normal;
    font-family: 'AvenirNextCyrRegular';
}

h1 {
    font-size: 35px;
    line-height: 50px;
    margin: 0px 0 30px 0;
    position: relative;
    color: #4b5761;
    display: block;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

h2 {
    line-height: normal;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #384656;
    font-size: 40px;
    margin: 0 0 30px 0;
    letter-spacing: 1px;
}

h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px 0;
}

.imgl {
    float: left;
    margin: 0px 20px 20px 0px;
}

.imgr {
    float: right;
    margin: 0px 0px 20px 20px;
}

.bold {
    font-weight: bold;
}

.zag2 {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 15px 0;
}

.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content ul li {
    padding: 0 0 0 20px;
    background: url('images/li.png') no-repeat left 8px;
    margin: 0 0 15px 0;
}

.breds {
    margin: 0 0 15px 0;
    color: #4b5761;
    font-size: 12px;
}

.breds a {
    text-decoration: none;
    color: #a1adb6;
}

.breds a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.tbl {
    display: table;
    width: 100%;
    height: 100%;
}

.td {
    display: table-cell;
    vertical-align: middle;
}


.wrapper {
    padding: 0;
    margin: 0 auto -118px auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    overflow: hidden;
}

.push__footer {
    height: 118px;
}



.items:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

img {
    max-width: 100%;
}

.inner .header {
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0;
}

.header .logo {
    display: block;
    float: left;
    margin: 30px 48px 30px 0;
}

.header .phone {
    float: right;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 52px 0 0 0;
}

.header .menu__top {
    float: left;
    margin: 34px 0 0 0;
}

.header .menu__top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .menu__top ul li {
    padding: 15px 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    position: relative;
}

.header .menu__top ul li ul {
    display: none;
    position: absolute;
    background: #fff;
    padding: 15px 20px 15px 20px;
    width: 350px;
    box-shadow: 0 0 40px #c3c3c3;
    left: 0;
    top: 53px;
    z-index: 60;
}

.header .menu__top ul li ul:after {
    bottom: 100%;
    left: 45px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
     border-width: 5px;
    margin-left: -5px;
}

.header .menu__top ul li:hover ul {
    display: block;
}

.header .menu__top ul li ul li {
    display: block;
    padding: 0;
}

.header .menu__top ul li ul li a {
    margin: 0;
    padding: 5px 0;
}

.header .menu__top ul li a {
    display: block;
    color: #1081df;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    margin: 0 16px 0 0;
}

.header .menu__top ul li a:hover,
.header .menu__top ul li a.active {
    color: #000;
}

.header .menu__top .menu__button {
    display: none;
    width: 51px;
    height: 51px;
    cursor: pointer;
    background: url('images/menu.png') no-repeat;
}

.header .but__yellow {
    width: 185px;
    margin: 42px 0 0 5px;
    height: 40px;
    line-height: 40px;
    float: left;
    border-radius: 20px;
}

.but__yellow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: block;
    background: #f2f435;
    text-align: center;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    width: 170px;
}

.but__yellow:hover {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
}

.header .search {
    float: left;
    margin: 42px 0 0 20px;
    position: relative;
}

.header .search img {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    cursor: pointer;
}

.header .search .search__inner {
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    width: 0px;
    overflow: hidden;
    border-radius: 20px;
}

.header .search .search__inner.open {
    width: 250px;
}

.header .search .search__inner input[type=text] {
    padding: 0 50px 0 15px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 20px;
    width: 250px;
    border: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

.header .search .search__inner input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('images/search.png');
    cursor: pointer;
    border: 0;
}




.f20_1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.f40_1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.slider__main {
    margin: 0 0 100px 0;
}

.slider__main .container {
    position: relative;
}

.slider__main .slide__inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.slider__main .slide__inner .foto {
    position: relative;
    width: 43%;
    height: 100%;
    text-align: center;
    padding: 25px 25px 0 25px;
}

.slider__main .slide__inner .foto img {
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    max-height: 450px;
    max-width: 100%;
}

.slider__main .slide__inner .slide__text {
    position: absolute;
    left: 43%;
    top: 0;
    bottom: 50px;
    right: 0px;
    width: 60%;
    padding: 0 50px 0 0;
}

.slider__main .slide__inner .slide__text .name {
    letter-spacing: 2px;
    margin: 0 0 20px 0;
    font-family: 'AvenirNextCyrRegular';
    color: #000;
    font-size: 40px;
    line-height: normal;
    text-transform: uppercase;
}

.slider__main .slide__inner .slide__text p {
    overflow: hidden;
    max-height: 200px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000;
    margin: 0 0 25px 0;
}

.slider__main .bx-wrapper .bx-viewport {
    overflow: visible !important;
}

.slider__main img {
    max-height: 473px;
}

.slider__main #bx-pager {
    z-index: 60;
    height: 49px;
    position: absolute;
    left: 40%;
    width: 60%;
    bottom: -5px;
    padding: 0 50px 0 0;
    margin: 0;
}

.slider__main #bx-pager a {
    color: #4b5761;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    display: block;
    float: left;
    margin: 0 65px 0 0;
    position: relative;
    padding: 0 0 0 20px;
}

.slider__main #bx-pager a .f {
    width: 12px;
    height: 49px;
    background: url('images/pager.png');
    position: absolute;
    top: 0;
    left: 0px;
}

.slider__main #bx-pager a.active .f {
    opacity: 0.5;
}

.slider__main #bx-pager a.active {
    color: #1081df;
}

.main.catalog .sections__items {
    margin: 0 0 115px 0;
}

.catalog .sections__items ul {
    margin: 0 0 40px 0;
}

.catalog .sections__items ul li {
    list-style: none;
    padding: 0;
    margin: 0px;
}

.catalog .sections__items ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.catalog .sections__items ul:first-child li .item .foto {
    bottom: 0;
}

.catalog .sections__items ul:first-child li .item .name {
    display: none;
}

.catalog .sections__items ul li ul li .item .foto {
    bottom: 70px !important;
}

.catalog .sections__items ul li ul li .item .name {
    display: block !important;
}

.catalog .sections__items .item {
    position: relative;
    background: #fff;
    float: left;
    width: 20%;
    height: 235px;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    text-align: center;
}

.catalog .sections__items .item .foto {
    bottom: 70px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.catalog .sections__items .item.items__logo .foto {
    bottom: 0;
}

.main.catalog .sections__items .item .foto img {
    -webkit-filter: grayscale(.95);
    filter: grayscale(.95);
}

.main.catalog .sections__items .item:hover .foto img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.catalog .sections__items .item .name {
    font-size: 16px;
    line-height: normal;
    padding: 0 10%;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    height: 62px;
    overflow: hidden;
}

.main.catalog .sections__items .item .name {
    padding: 0 20%;
}

.catalog .sections__items .item:hover {
    color: #1081df;
    box-shadow: 0 0 40px #c3c3c3;
    z-index: 15;
}








.catalog .catalog__sort {
    margin: 0 0 30px 0;
}

.catalog .catalog__sort a {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0 10px 20px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #1081df;
    border-radius: 20px;
    padding: 0 40px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.catalog .catalog__sort a:hover,
.catalog .catalog__sort a.active {
    border: 1px solid #000;
}

.catalog .tovar__inner .tovar__fotos {
    margin: 0 0 50px 0;
}

.catalog .tovar__inner .tovar__fotos .big__foto {
    background: #fff;
    height: 575px;
    margin: 0 0 30px 0;
    padding: 50px;
}

.catalog .tovar__inner .tovar__fotos .big__foto img {
    display: block;
    margin: 0 auto;
}

.catalog .tovar__inner .tovar__fotos .small__foto .product-item-detail-slider-controls-image {
    background: #fff;
    height: 90px;
    width: 90px;
    display: block;
    float: left;
    padding: 15px;
    margin: 0 31px 10px 0;
}

.catalog .tovar__inner .tovar__fotos .small__foto .product-item-detail-slider-controls-image:nth-child(5n) {
    margin: 0 0 10px 0;
}

.catalog .tovar__inner .tovar__fotos .small__foto .product-item-detail-slider-controls-image.active img {
    opacity: 0.2;
}

.catalog .tovar__inner .tovar__inf {
    padding: 0 0 0 40px;
}

.catalog .tovar__inner .tovar__inf .anons {
    margin: 0 0 50px 0;
}

.catalog .tovar__inner .tovar__inf .prices {
    margin: 0 0 20px 0;
}

.aprob_dm {
    margin-bottom: 50px;
    align-items: center;
}

.but__yellow.brt {
    width: 219px;
}

.catalog .tovar__inner .tovar__inf .prices .but__yellow {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 20px;
}

.catalog .tovar__inner .tovar__inf .prices .pdf {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 25px;
    background: url('images/pdf.png') no-repeat left center;
}

.catalog .tovar__inner .tovar__inf .harakter .har__all {
    display: block;
    color: #1081df;
    text-decoration: none;
}

.catalog .tovar__inner .tovar__inf .harakter .har__all:hover {
    text-decoration: underline;
}

.col-2 {
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;

}


.catalog .tovar__inner .detail__opis {
    position: relative;
    margin: 0 -100%;
    padding: 45px 100% 80px 100%;
    background: #fff;
}

.catalog .tovar__inner .detail__opis .opis__tabs {
    display: block;
    width: 100%;
    background: #f1f1f1;
    font-size: 0px;
}

.catalog .tovar__inner .detail__opis .opis__tabs li {
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
}

.catalog .tovar__inner .detail__opis .opis__tabs li a {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 65px;
    border-right: 1px solid #fff;
    padding: 0 50px;
}

.catalog .tovar__inner .detail__opis .opis__tabs li:last-child a {
    border-right: 0px;
}

.catalog .tovar__inner .detail__opis .opis__tabs li a:hover,
.catalog .tovar__inner .detail__opis .opis__tabs li.active a {
    background: #f2f435;
}


.catalog .tovar__inner .detail__opis .tab-content .tab-pane {
    padding: 60px 0 40px 70px;
}

.catalog .tovar__inner .detail__opis .tab-content .tab-pane#rashod {
    padding: 60px 0 40px 0px;
}

.catalog .back {
    display: block;
    margin: 0 0 0 70px;
    width: 205px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #1081df;
    text-decoration: none;
}

.catalog .back:hover {
    text-decoration: underline;
}

.catalog .catalog__filter {
    float: left;
    width: 235px;
}

.catalog .catalog__items {
    float: right;
    width: 910px;
    padding: 0 0 40px 0;
}

.catalog .catalog__items .tovar__items {
    margin: 0 0 20px 0;
}

.catalog .catalog__items .tovar__items .tovar__item {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    width: 275px;
    height: 385px;
    margin: 0 40px 40px 0;
    background: #fff;
}

.catalog .catalog__items .tovar__items .tovar__item:hover {
    box-shadow: 0 0 40px #c3c3c3;
}

.catalog .catalog__items .tovar__items .tovar__item:hover .name {
    color: #1081df;
}

.catalog .catalog__items .tovar__items .tovar__item:nth-child(3n) {
    margin: 0 0 40px 0;
}

.catalog .catalog__items .tovar__items .tovar__item .foto {
    text-align: center;
    padding: 15px;
    bottom: 70px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.catalog .catalog__items .tovar__items .tovar__item .foto img {
    display: block;
    margin: 0 auto;
    max-height: 200px;
}

.catalog .catalog__items .tovar__items .tovar__item .name {
    font-size: 16px;
    line-height: normal;
    padding: 0 10%;
    position: absolute;
    top: 82%;
    left: 0;
    right: 0;
    height: 57px;
    overflow: hidden;
}

.catalog .catalog__items .head__items {
    margin: 0 0 30px 0;
}

.catalog .catalog__items .head__items .vivod {
    float: left;
    line-height: 40px;
}

.catalog .catalog__items .head__items .vivod a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

.catalog .catalog__items .head__items .vivod a.active {
    border: 1px solid #2089e0;
    text-decoration: none !important;
}

.catalog .catalog__items .head__items .vivod a:first-child {
    margin: 0 0 0 15px;
}

.catalog .catalog__items .head__items .vivod a:hover {
    text-decoration: underline;
}

.catalog .catalog__items .head__items .pagintations {
    float: right;
}


.pagintations {
    line-height: 40px;
    text-align: center;
}

.pagintations a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

.pagintations .lists {
    margin: 0 50px 0 0px;
}

.pagintations a:hover {
    text-decoration: underline;
}

.pagintations a.active {
    border: 1px solid #2089e0;
    text-decoration: none !important;
}


.catalog .catalog__items2 {
    padding: 0 0 40px 0;
}

.catalog .catalog__items2 .tovar__items {
    margin: 0 0 20px 0;
}

.catalog .catalog__items2 .tovar__items .tovar__item {
    text-align: center;
    position: relative;
    display: block;
    float: left;
    width: 200px;
    height: 300px;
    margin: 0 30px 20px 0;
    background: #fff;
}

.catalog .catalog__items2 .tovar__items .tovar__item:hover {
    box-shadow: 0 0 40px #c3c3c3;
}

.catalog .catalog__items2 .tovar__items .tovar__item:hover .name {
    color: #1081df;
}

.catalog .catalog__items2 .tovar__items .tovar__item .foto {
    text-align: center;
    padding: 15px;
    bottom: 100px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.catalog .catalog__items2 .tovar__items .tovar__item .foto img {
    display: block;
    margin: 0 auto;
}

.catalog .catalog__items2 .tovar__items .tovar__item .name {
    font-size: 16px;
    line-height: normal;
    padding: 0 10%;
    position: absolute;
    top: 72%;
    left: 0;
    right: 0;
    height: 57px;
    overflow: hidden;
}

.catalog .catalog__items2 .head__items {
    margin: 0 0 30px 0;
}

.catalog .catalog__items2 .head__items .vivod {
    float: left;
    line-height: 40px;
}

.catalog .catalog__items2 .head__items .vivod a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

.catalog .catalog__items2 .head__items .vivod a.active {
    border: 1px solid #2089e0;
    text-decoration: none !important;
}

.catalog .catalog__items2 .head__items .vivod a:first-child {
    margin: 0 0 0 15px;
}

.catalog .catalog__items2 .head__items .vivod a:hover {
    text-decoration: underline;
}

.catalog .catalog__items2 .head__items .pagintations {
    float: right;
    line-height: 40px;
}

.catalog .catalog__items2 .head__items .pagintations a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid transparent;
}

.catalog .catalog__items2 .head__items .pagintations .lists {
    margin: 0 50px 0 0px;
}

.catalog .catalog__items2 .head__items .pagintations a:hover {
    text-decoration: underline;
}

.catalog .catalog__items2 .head__items .pagintations a.active {
    border: 1px solid #2089e0;
    text-decoration: none !important;
}

.but__yellow.brt:active, .but__yellow.brt:focus {
    color: white;
}


.about__list .cel {
    padding: 0 0 0 100px;
    background: url('images/cel.png') no-repeat 5px 5px;
}

.about__list .mis {
    padding: 0 0 0 100px;
    background: url('images/mis.png') no-repeat 5px top;
}

.about__list .ab__z {
    color: #4b5761;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.about__list a {
    color: #1081df;
    position: relative;
    z-index: 2;
}

.italic {
    font-style: italic;
}

.about__list .about__foto img {
    z-index: 0;
    position: relative;
    margin: -60px 0 60px 0;
    display: block;
}

.about__list .about__icons {
    position: relative;
}

.about__list .about__icons .item {
    display: table;
    width: 100%;
    min-height: 100px;
    max-width: 300px;
}

.about__list .about__icons .item .foto {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}

.about__list .about__icons .item .name {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 10px;
    background: #fff;
    border-bottom: 2px solid #f1f1f1;
}






.blue {
    color: #1081df;
}

.blue:hover {
    color: #1081df;
}

.catalog__filter {
    background: #fff;
    padding: 25px 10px 25px 17px;
}

.catalog__filter .filter__item {
    margin: 0 0 35px 0;
}

.catalog__filter .filter__name {
    margin: 0 0 15px 0;
    font-weight: bold;
}

.catalog__filter input[type="checkbox"] {
    display: none;
}

.catalog__filter input[type="checkbox"]+label {
    margin: 0 0 20px 0;
    font-weight: normal;
    padding: 0 0 0 26px;
    position: relative;
    display: block;
    line-height: normal;
    cursor: pointer;
}

.catalog__filter input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 10px 2px 0;

}

.catalog__filter input[type="checkbox"]+label::before {
    background: url('images/chk1.jpg');
}

.catalog__filter input[type="checkbox"]:checked+label::before {
    background: url('images/chk2.jpg');
}

.catalog__filter .filter__item .toolt {
    color: #000;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: #f2f435;
}


.popup__form input[type="checkbox"] {
    display: none;
}

.popup__form input[type="checkbox"]+label {
    margin: 0 0 20px 0;
    font-weight: normal;
    padding: 0 0 0 26px;
    position: relative;
    display: block;
    line-height: normal;
    font-size: 14px;
    cursor: pointer;
}

.popup__form input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    display: block;
    height: 16px;
    width: 16px;
    margin: 0 10px 2px 0;

}

.popup__form input[type="checkbox"]+label::before {
    background: url('images/chk1.jpg');
}

.popup__form input[type="checkbox"]:checked+label::before {
    background: url('images/chk2.jpg');
}



.main__partners {
    padding: 80px 0 70px 0;
    background: #fff;
    text-align: center;
}

.zag {
    font-family: 'AvenirNextCyrRegular';
    color: #acacac;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.main__partners img {
    margin: 0 45px;
}

.footer {
    background: #fff;
    border-top: 2px solid #f1f1f1;
    overflow: hidden;
}

.footer .container {
    padding: 50px 0 0 0;
}

.footer .copy {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}

.footer .menu__footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .menu__footer ul li {
    display: block;
    float: left;
}

.footer .menu__footer ul li a {
    color: #0e84d5;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    display: block;
    margin: 0 35px 0 0;
    text-decoration: none;
}

.footer .menu__footer ul li:last-child a {
    margin: 0px;
}

.footer .menu__footer ul li a:hover {
    text-decoration: underline;
}

.footer .phone {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    float: left;
    margin: 0 55px 0 70px;
}

.footer .phone span {
    display: block;
    font-size: 11px;
    font-weight: 300;
}

.footer .email {
    display: block;
    float: left;
    color: #1081df;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
}

.footer .seti {
    margin: 0 0 20px 0;
    text-align: right;
}

.footer .ws {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    text-align: right;
    margin: 0 0 10px 0;
}

.footer .ws a {
    color: #1081df;
    text-decoration: none;
}

.footer .ws a:hover {
    text-decoration: underline;
}


.mob__d {
    display: none;
}




.popup__form .zag {
    text-align: center;
    color: #000;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px 0;
}

.popup__form .important {
    text-align: center;
    color: #4b5761;
    font-size: 13px;
    line-height: 15px;
    font-style: italic;
    margin: 0 0 30px 0;
}

.popup__form sup {
    color: #1081df;
}

.popup__form label {
    display: block;
    font-weight: normal;
    color: #4b5761;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.popup__form input[type=text] {
    display: block;
    width: 100%;
    color: #6c757e;
    padding: 0 20px;
    margin: 0 0 20px 0;
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
}

.popup__form input[type=text]:focus {
    border: 1px solid #b2b2b0;
}

.popup__form input[type=text]::-webkit-input-placeholder {
    color: #d2d4d7;
}

.popup__form input[type=text]::-moz-placeholder {
    color: #d2d4d7;
}

/* Firefox 19+ */
.popup__form input[type=text]:-moz-placeholder {
    color: #d2d4d7;
}

/* Firefox 18- */
.popup__form input[type=text]:-ms-input-placeholder {
    color: #d2d4d7;
}

.popup__form input[type=text]:focus::-webkit-input-placeholder {
    color: transparent
}

.popup__form input[type=text]:focus::-moz-placeholder {
    color: transparent
}

.popup__form input[type=text]:focus:-moz-placeholder {
    color: transparent
}

.popup__form input[type=text]:focus:-ms-input-placeholder {
    color: transparent
}

.popup__form input[type=submit] {
    border: 0;
    width: 100%;
}

.popup__form textarea {
    display: block;
    width: 100%;
    color: #6c757e;
    padding: 20px;
    margin: 0 0 20px 0;
    border: 1px solid #f1f1f1;
    height: 160px;
    resize: none;
}

.popup__form textarea:focus {
    border: 1px solid #b2b2b0;
}

.popup__form textarea::-webkit-input-placeholder {
    color: #d2d4d7;
}

.popup__form textarea::-moz-placeholder {
    color: #d2d4d7;
}

/* Firefox 19+ */
.popup__form textarea:-moz-placeholder {
    color: #d2d4d7;
}

/* Firefox 18- */
.popup__form textarea:-ms-input-placeholder {
    color: #d2d4d7;
}

.popup__form textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.popup__form textarea:focus::-moz-placeholder {
    color: transparent
}

.popup__form textarea:focus:-moz-placeholder {
    color: transparent
}

.popup__form textarea:focus:-ms-input-placeholder {
    color: transparent
}



#politika .modal-content {
    padding: 20px 20px;
}

.but__yellow_pzf {
    display: block;
    margin: 10px 0;
}

.sertlink_pzf {
    display: block;
    text-align: center;
    font: 30px/30px Tahoma, sans-serif;
    color: #000;
    text-decoration: underline;
    margin-top: 20px;
}

.sertlink_pzf:hover {
    color: #000;
    text-decoration: none;
}

.sertwrap_pzf {
    overflow: hidden;
    margin: 20px 0 50px;
}

.sertwrap_pzf img {
    display: block;
    float: left;
    width: 44%;
    margin: 0 3% 15px;
}

.sertminiimg_pzf {
    text-align: center;
}


.projects .item {
    margin: 0 0 33px 0;
    background: #fff;
}

.projects .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.projects .foto {
    display: block;
    float: left;
    height: 270px;
    width: 51.3%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.projects .foto img {
    margin: 0 auto;
    position: absolute;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    height: auto;
    width: 100%;

    max-width: 100%;
}

.projects .item__info {
    float: right;
    height: 270px;
    width: 48.7%;
    padding: 20px 70px;
    overflow: hidden;
}

.projects .item__info .date {
    font-size: 14px;
    color: #4b5761;
    opacity: 0.5;
    margin: 0 0 10px 0;
}

.projects .item__info .name {
    color: #4b5761;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.projects .item:nth-child(even) .foto {
    float: right;
}

.projects .item:nth-child(even) .item__info {
    float: left;
}

.projects .items {
    margin: 0 0 30px 0;
}

.category_supplies .category_supplies_name a {
    text-align: center;
    display: block;
    position: relative;
}

.catalog .sections__items.four_column .item {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

.catalog .sections__items.four_column ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog .sections__items.four_column ul li {
    width: 25%;
}

.catalog .sections__items.four_column .item .foto {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
}

.catalog .sections__items.four_column .item .foto .td {
    height: 164px;
}

.catalog .sections__items.four_column .item .foto .td img {
    height: 100%;
}

.catalog .sections__items.four_column .item .name {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    top: auto;
    height: auto;
}

.content .catalog_left_menu li ul li {
    position: relative;
}

.content .catalog_left_menu li ul li::before {
    content: "-";
    display: block;
    position: absolute;
    clear: both;
    left: -10px;
    top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #4b5761;
    width: 10px;
    text-align: left;
}

@media (max-width: 1200px) {
    .header .logo {
        margin: 30px 10px 30px 0;
    }

    .header .menu__top ul li a {
        margin: 0 5px 0 0;
    }

    .header .but__yellow {
        width: 140px;
        font-size: 12px;
    }

    .header .phone {
        font-size: 14px;
    }

    .header .search {
        margin: 42px 0 0 10px;
    }

    .slider__main .slide__inner .slide__text .name {
        font-size: 30px;
    }

    .slider__main .slide__inner .slide__text p {
        font-size: 14px;
        line-height: 20px;
    }

    .slider__main #bx-pager a {
        margin: 0 15px 0 0;
    }

    .slider__main .slide__inner .foto img {
        width: 65%;
    }

    .main__partners img {
        margin: 0 15px;
    }

    .footer .menu__footer ul li a {
        margin: 0 10px 0 0;
    }

    .footer .phone {
        margin: 0 40px 0 0px;
    }

    .footer .seti {
        margin: 0 0 20px -10px;
    }

    .footer .ws {
        margin: 0 0 10px -40px;
    }

    .slider__main .slide__inner .slide__text p {
        overflow: hidden;
        max-height: 135px;
    }

    .catalog .catalog__items {
        width: 680px;
    }

    .catalog .catalog__items .head__items .vivod {
        float: none;
    }

    .catalog .catalog__items .head__items .pagintations {
        float: none;
    }

    .catalog .catalog__items .tovar__items .tovar__item:nth-child(3n) {
        margin: 0 40px 40px 0;
    }

    .catalog .tovar__inner .tovar__inf .prices .but__yellow {
        display: block;
        margin: 10px 0;
    }

    .catalog .tovar__inner .tovar__fotos .small__foto a {
        margin: 0 10px 10px 0;
    }

    .catalog .tovar__inner .tovar__inf .prices {
        margin: 0 0 20px 0;
    }

    .catalog .tovar__inner .detail__opis .tab-content .tab-pane {
        padding: 30px 0 30px 0px;
    }

    .catalog .tovar__inner .detail__opis .tab-content .tab-pane#rashod {
        padding: 30px 0 30px 0px;
    }

    .catalog .tovar__inner .tovar__inf {
        padding: 0 0 20px 0;
    }

    .catalog .sections__items.four_column .item .name {
        font-size: 14px;
    }

}


@media (max-width: 992px) {
    .header .menu__top .menu__button {
        display: block;
    }

    .header .menu__top {
        margin: 36px 0 0 0;
    }

    .header .menu__top .menu__button {
        margin: 0 20px;
    }

    .header .menu__top .menu__inner {
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        position: absolute;
        width: 100%;
        left: 0;
        top: 100px;
        background: #fff;
        z-index: 61;
    }

    .header .menu__top ul li {
        display: block;
    }

    .header .menu__top ul li a {
        text-align: center;
        padding: 10px 0;
    }

    .slider__main .slide__inner .slide__text .name {
        font-size: 20px;
    }

    .slider__main .slide__inner .slide__text p {
        margin: 0 0 10px 0;
        max-height: 120px;
    }

    .slider__main {
        margin: 0 0 50px 0;
    }

    .catalog .sections__items .item {
        width: 33.3%;
    }

    .main.catalog .sections__items .item:last-child {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
    }

    .main__partners img {
        margin: 0px 45px 15px 45px;
    }

    .footer .menu__footer {
        display: none;
    }

    .footer .container {
        padding: 20px 0 0 0;
    }

    .footer .copy {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .footer .phone {
        float: none;
        text-align: center;
        margin: 0;
    }

    .footer .email {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .footer .seti {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .footer .ws {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .catalog .catalog__filter {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .catalog__filter input[type="checkbox"]+label {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 20px 0;
    }

    .catalog__filter .filter__item {
        margin: 0 0 0px 0;
    }

    .catalog .catalog__items {
        float: none;
        width: 100%;
    }

    .catalog .catalog__items h1 {
        display: none;
    }

    .mob__d {
        display: block !important;
    }

    .mob__n {
        display: none !important;
    }

    .catalog .catalog__items .tovar__items {
        font-size: 0px;
        text-align: center;
    }

    .catalog .catalog__items .tovar__items .tovar__item {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0 10px 20px 10px;
    }

    .catalog .catalog__items .tovar__items .tovar__item:nth-child(3n) {
        margin: 0 10px 20px 10px;
    }

    .catalog .tovar__inner .tovar__inf h1 {
        display: none;
    }

    .catalog .tovar__inner .tovar__inf .prices .but__yellow {
        display: inline-block;
        margin: 0 10px;
    }

    .catalog .tovar__inner .tovar__fotos .big__foto {
        padding: 15px;
        height: auto;
        margin: 0 0 10px 0;
    }

    .catalog .tovar__inner .tovar__fotos .small__foto a {
        width: 50px;
        height: 50px;
    }

    .header .menu__top ul li {
        padding: 0px;
    }

    .header .menu__top ul li ul {
        position: relative;
        width: 100%;
        top: 0;
        background: #f1f1f1;
    }

    .header .menu__top ul li ul:after {
        left: 50%;
        border-bottom-color: #f1f1f1;
    }

    .wrapper {
        margin: 0 auto -156px auto;
    }

    .push__footer {
        height: 156px;
    }


    .projects .foto {
        width: 45%;
    }

    .projects .foto img {
        max-width: none;
    }

    .projects .item__info {
        width: 55%;
        padding: 20px;
    }

    .catalog .sections__items.four_column ul li {
        width: 33.3333333%;
    }

}


@media (max-width: 767px) {
    .about__list .cel {
        padding: 0 0 0 70px;
    }

    .about__list .mis {
        padding: 0 0 0 70px;
    }

    .about__list .about__foto img {
        margin: 0 0 20px 0;
    }

    .container {
        padding: 0 15px;
    }

    .header .logo {
        margin: 10px 0;
    }

    .header .phone {
        float: right;
        margin: 25px 0 0 0;
        font-size: 20px;
    }

    .header .menu__top {
        clear: both;
        margin: 0;
        position: relative;
        width: 100%;
        float: none;
    }

    .header .menu__top .menu__inner {
        top: 50px;
    }

    .header .menu__top .menu__button {
        margin: -5px 0 0 0;
        float: left;
    }

    .header .but__yellow {
        width: 185px;
        font-size: 14px;
        float: left;
        margin: 0 0 0 50px;
    }

    .header .search {
        float: right;
        margin: 0 10px 0 0;
    }

    /*.slider__main {display:none;}*/
    .catalog .sections__items .item {
        width: 50%;
    }

    .main.catalog .sections__items .item:last-child {
        width: 50%;
        height: 235px;
        margin: 0px 0 0 0;
    }

    .catalog .catalog__items .head__items .pagintations .lists {
        display: block;
        margin: 0 0 10px 0;
    }

    .catalog .tovar__inner .tovar__inf .prices .but__yellow {
        display: block;
        margin: 10px 0;
    }

    .catalog .tovar__inner .detail__opis .opis__tabs li {
        display: block;
    }

    .col-2 {
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;

    }

    .catalog .back {
        margin: 0 auto;
    }

    .catalog .tovar__inner .detail__opis .opis__tabs li a {
        line-height: normal;
        padding: 10px;
    }

    .modal-content {
        padding: 20px;
    }

    .header {
        padding: 0 0 20px 0;
    }

    .catalog .sections__items.four_column ul li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .aprob_dm {
        flex-direction: column;
        align-items: start;
    }

    .catalog .catalog__sort a {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0 0 5px 0;
    }

    .header .logo {
        margin: 10px 0;
        float: none;
        text-align: center;
    }

    .header .phone {
        float: none;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .header .but__yellow {
        width: 160px;
        margin: 0 10px;
    }

    .catalog .sections__items .item {
        width: 100%;
    }

    .main.catalog .sections__items .item:last-child {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
    }

    h1 {
        font-size: 20px;
        line-height: 24px;
    }

    .projects .foto {
        width: 100%;
        float: none !important;
        height: auto;
    }

    .projects .foto img {
        max-width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-transform: translateY(0%) translateX(0%);
        -moz-transform: translateY(0%) translateX(0%);
        -ms-transform: translateY(0%) translateX(0%);
        -o-transform: translateY(0%) translateX(0%);
        transform: translateY(0%) translateX(0%);
        top: 0;
        left: 0;
        height: auto;
        width: auto;


    }

    .projects .item__info {
        width: 100%;
        float: none !important;
        height: auto;
    }

    .catalog .sections__items.four_column ul li {
        width: 100%;
    }






}


.popup__form input[type=email] {
    display: block;
    width: 100%;
    color: #6c757e;
    padding: 0 20px;
    margin: 0 0 20px 0;
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
}


.title-search-result {
    margin: 0 -50% 0 0 !important;
}

.title-search-item .name {

    top: 12px;
    position: relative;
}


.title-search-result tr,
.title-search-item,
.title-search-item a {
    min-height: 49px;
}