
@font-face {
    font-family: 'Conv_GothaProBla';
    src: url('../fonts/GothaProBla.eot');
    src: local('☺'), url('../fonts/GothaProBla.woff') format('woff'), 
    url('../fonts/GothaProBla.ttf') format('truetype'), 
    url('../fonts/GothaProBla.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_GothaProBol';
    src: url('../fonts/GothaProBol.eot');
    src: local('☺'), url('../fonts/GothaProBol.woff') format('woff'), 
    url('../fonts/GothaProBol.ttf') format('truetype'), 
    url('../fonts/GothaProBol.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_GothaProLig';
    src: url('../fonts/GothaProLig.eot');
    src: local('☺'), url('../fonts/GothaProLig.woff') format('woff'), 
    url('../fonts/GothaProLig.ttf') format('truetype'), 
    url('../fonts/GothaProLig.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_GothaProMed';
    src: url('../fonts/GothaProMed.eot');
    src: local('☺'), url('../fonts/GothaProMed.woff') format('woff'), 
    url('../fonts/GothaProMed.ttf') format('truetype'), 
    url('../fonts/GothaProMed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



.fl   {float:left;}
.fr   {float:right;} 
.hide {display: none;} 
.show {display: block;}
.pos_abs{position: absolute;}
.pos_rel{position: relative;}
.custom_col{color: #00a5c4;}
.custom_bg{background: #00a5c4;}
.clear{
    clear: both;
    margin-top: -1px;
    height: 1px;
    clear:both;
    zoom: 1;
}            
*{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
input:focus, a:focus, button:focus{
    outline: none;
}

/*прижатие футера к низу*/
html, body {
    height: 100%;
    font: 13px "Verdana", sans-serif;
    background: #626262;
}
.page_wrapper {
    display: table;
    height: 100%;
    width: 100%;
}
.content_wrapper {
    display: table-row;
    height: 100%;
}
/*----------------------*/

.wrap{
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
}
.rounded_3px {   
    position:relative; z-index:1; /*IE*/ 
    border-radius: 5px;  
    background-clip: padding-box;   
    behavior: url(PIE.htc); /* Progressive Internet Explorer */
}

.top_grad{
    background: #000000 url(../img/grad.png) bottom repeat-x;
    padding-bottom: 1px;
}
header .logo{
    display: block;
    margin: 24px 0 10px 37px;
    z-index: 1;
}
header .contacts{
    width: calc(100% - 253px);
    text-align: right;
    color: #838383;
    padding: 20px 45px 10px 0;
    font: 14px  'Conv_GothaProMed', sans-serif;
}
header .contacts a{
    color: inherit;
    margin-left: 20px;
}
header .contacts a i{
    color: inherit;
    font-size: 16px;
}
header .contacts a.call_me{
    color: #cc2229;
}
header nav {
    float: right;
    font-family: 'Conv_GothaProBol';
    text-transform: uppercase;
    padding: 0 30px 0 0;
    font-size: 0;
    width: calc(100% - 253px);
    text-align: right;
    z-index: 2;
}
header nav ul {
    padding: 0;
    margin: 15px 0 15px 20px;
}
header nav ul li {
    list-style: none;
    display: inline-block;
}
header nav ul li a {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
    padding: 0;
    text-transform: uppercase;
    margin: 0 14px;
    font-size: 14px;
}


header nav ul li a:hover,
header nav ul li a.active,
header nav ul li:nth-child(1) a {
    font-weight: 400;
    color: #c20212;
}
header nav ul li + li{
    border-left: 1px solid #fff;
}
header nav ul li a:hover, header nav ul li a.active{ 
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s; 
}

.toggle {
    display: none;
    background: #c20212;
    width: 100%;
    margin-top: 10px;
    clear: right;
    float: right;
    color: #fff;
    text-decoration: none;
    line-height: 30px;
    padding: 0 0 0 8px;
    z-index: 30;
    position: relative;
    cursor: pointer;
}


.top_grad h1{
    font: 38px 'Conv_GothaProBla';
    color: #fff;
    margin: 40px 45px;
    text-transform: uppercase;
    z-index: 2;
}
.top_grad .descr{
    font: 18px 'Conv_GothaProLig';
    color: #fff;
    margin: 0 50px;
    z-index: 2;
}
.top_grad .descr ul{
    margin: 30px 0;
    list-style: none;
}
.top_grad .descr ul li{
    position: relative;
    padding-left: 30px;
    margin: 0 0 25px;
}
.top_grad .descr ul li span{
    background: #cc2229;
    padding: 1px 5px;
    margin: 0 4px;
}
.top_grad .descr ul li:before{
    position: absolute;
    content: '';
    width: 15px;
    height: 1px;
    left: 0;
    top: 10px;
    background: #fff;
}
.top_grad .comment{
    color: #fff;
    left: 0;
    top: 4px;
    position: relative;
    padding: 0 40px;
    margin: 60px 50px;
    font: 14px Conv_GothaProLig;
    z-index: 2;
}
.top_grad .comment:before {
    font: 24px/1 FontAwesome;
    content: "\f071";
    position: absolute;
    left: 0;
    top: 5px;
}

section.catalog .wrap{
    background: #eaeaea;
    padding: 40px 45px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
}
section.catalog h2{
    color: #686868;
    font: 30px Conv_GothaProBol;
    margin-bottom: 5px;
}
section .breadcrumbs{
    display: inline-block;

}
section .breadcrumbs a{
    text-decoration: underline;
}
section.catalog .catalog_list{
    font-size: 0;
    margin-top: 20px;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
section.catalog .catalog_list .tile{
    display: inline-block;
    margin: 10px 7px;
    background-color: #fff;
    width: calc(25% - 14px);
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
section.catalog .catalog_list .tile>div{
    height: 0;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-image: url(../img/cat_no_photo.jpg); 
}

section.catalog .catalog_list .tile div .category_name{
    background: rgba(43, 43, 43, 0.7);
    color: #fff;
    width: 100%;
    bottom: 20%;
    height: 29%;
    padding: 6% 30px 20px 20px;
    font: 18px Conv_GothaProMed;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
section.catalog .catalog_list .tile:hover div .category_name{
    background: #cc2229;
} 
section.catalog .catalog_list .tile div .category_name:after{
    content: "\f054";
    font: 24px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
}
section.catalog .text_col_2{
    width: 50%;
    padding-right: 40px;
    margin: 0 0 30px;
}
section.catalog .text_col_2 h3{
    font: 18px Conv_GothaProBol;
    margin-bottom: 20px;
}
section.catalog .text_col_2 p{
    font: 16px/23px Conv_GothaProLig;
}
section.catalog .download{
    color: #000000;
    text-decoration: underline;
    padding: 10px 0 0 40px;
    position: relative;
    margin: 10px 0 10px 0;
    display: inline-block;
}
section.catalog .download i{
    color: #9b9b9b;
    position: absolute;
    font-size: 27px;
    left: 0;
    top: 0;
}
#video-wrapper {
    bottom: -60px;
    right: 0;
    width: 924px;
    height: 523px;
    overflow: hidden;
}
.video {
    min-width: calc(100% + 10px);
    min-height: calc(100% + 10px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: : translate(-50%,-50%);
    -ms-transform: : translate(-50%,-50%);
}
.about_us{
    color: #fff;
    padding: 50px 0;
}
.about_us .about_text{
    font: 16px/26px Conv_GothaProLig;
    width: calc(100% - 300px);
    padding: 0 30px 0 40px;
    max-width: 805px;
}
.about_us .about_text p{
    margin-bottom: 20px;
}
.about_us .requizits{
    color: #cacaca;
    font: 14px/20px Conv_GothaProLig;  
    width: 300px;
}
.about_us h3{
    font: 28px/32px Conv_GothaProBol;  
    margin-bottom: 25px;  
}
.about_us h4{
    font: 18px/32px Conv_GothaProBol;    
    margin-bottom: 25px;   
    color: #fff;
}

.gallery_carousel .carousel-cell{
    width: 33%;
}
.gallery_section .gallery{
    padding: 0 74px;
}
.sertificats .gallery2,
.sertificats .gallery3 {
    padding: 30px 95px;
}
.gallery_section .gallery .image{
    margin: 0 6px;
} 
.sertificats .gallery2 .image2,
.sertificats .gallery3 .image2 {
    margin: 0 20px;
} 
.gallery_section .gallery .image a,
.sertificats .gallery2 .image2 a,
.sertificats .gallery3 .image2 a {
    display: block;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.gallery_section .gallery .image a:after,
.sertificats .gallery2 .image2 a:after,
.sertificats .gallery3 .image2 a:after {
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    opacity: 0;
    content: "\f00e";
    font: 39px/230px FontAwesome;
    width: 100%;
    position: absolute;
    color: #fff;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.gallery_section .gallery .image a:hover:after,
.sertificats .gallery2 .image2 a:hover:after,
.sertificats .gallery3 .image2 a:hover:after {
    opacity: 1;
}
.gallery_section .gallery .flickity-prev-next-button,
.sertificats .gallery2 .flickity-prev-next-button,
.sertificats .gallery3 .flickity-prev-next-button {
    background-color: transparent !important;
    width: 38px;
}
.gallery_section .gallery .flickity-prev-next-button svg,
.sertificats .gallery2 .flickity-prev-next-button svg,
.sertificats .gallery3 .flickity-prev-next-button svg {
    top: calc(50% - 22px);
    width: 38px;
    height: 44px;    
    left: 0;
}
.gallery_section .gallery .flickity-prev-next-button .arrow {
    fill: #cc2229;
}
.sertificats .gallery2 .flickity-prev-next-button .arrow,
.sertificats .gallery3 .flickity-prev-next-button .arrow {
    fill: #fff;
}
section.gallery_section .wrap {
    background: #eaeaea;
    padding: 30px 40px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
    margin-bottom: 67px;
}

section.partners .wrap {
    background: #eaeaea;
    padding: 30px 40px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
    height: 572px;
    margin-bottom: 67px;
    overflow: hidden;
}
section.partners h2 {
    color: #686868;
    font: 30px Conv_GothaProBol;
    margin-bottom: 25px;
}
section.partners .photo{
    background: url(../img/partner_photo.jpg) center no-repeat;
    right: 0;
    top: 0;
    width: 50%;
    height: 572px;
}
section.partners>.wrap>.partners_list{
    height: 460px;
    width: calc(50% - 30px);
    margin-left: 0;
    position: relative;
}
/*
section.partners .wrap .partners_list .partner{
    width: 190px;
    height: 190px;
    text-align: center;
    display: table;
    vertical-align: middle;
}
*/

section.partners .wrap .partners_list .partner {
  display: table;
  height: 30%;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

section.partners .wrap .partners_list .partner a{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
section.partners .wrap .partners_list .partner img{
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}


section.sertificats{
    background: #292828;
    padding: 0 0 50px;
}
section.sertificats .wrap{
    padding: 40px 45px;
}
section.sertificats h2 {
    color: #fff;
    font: 30px Conv_GothaProBol;
    margin-bottom: 25px;
}


.contacts .wrap{
    background: #eaeaea;
    padding: 40px 45px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
    font: 14px Conv_GothaProLig;
}
.contacts h2 {
    color: #686868;
    font: 30px Conv_GothaProBol;
    margin-bottom: 25px;
}
.contacts .text{
    width: calc((100% - 400px) / 3);
}
.contacts .text_address{
    width: 400px;
    padding-right: 58px;
    text-align: right;
}
.contacts .text.phone,
.contacts .text.mail{
    text-align: center;
}
.contacts .text.phone:after,
.contacts .text.mail:after,
.contacts .text_address:after{
    color: #cc2229;
    font-size: 16px;
    font-family: FontAwesome;
    padding-left: 10px;    
}
.contacts .text.phone:after{
    content: "\f095";
}
.contacts .text.mail:after{
    content: "\f0e0";
}
.contacts .text_address:after{
    content: "\f124";
}
.contacts .text_address:after{
    position: absolute;
    top: 0;
    right: 40px;
}
.map{
    height: 415px;
}
.map .contacts{
    width: 100%;
    top: -60px;
}


footer{
    background: #292828;
    color: #969696;
    padding: 36px 0;
}
footer .copy{
    font: 14px/20px Conv_GothaProLig; 
    margin-left: 45px;    
}
footer .menu{
    padding: 0 30px 0 0;
}
footer .menu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}
footer .menu li a{
    color: #969696;
    margin: 0 14px;
}
footer .menu li + li {
    border-left: 1px solid #969696;
}



/*inner*/
.inner .page_wrapper{
    background: #444444;
    position: relative;
}
.inner .page_wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 500px;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(68,68,68,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444', GradientType=0 );
}
.inner footer{
    background: #444444;
}
.inner .top_grad{
    background: none;
}
.product_details .wrap, .catalog_inner .wrap{
    background: #eaeaea;
    padding: 40px 45px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
}
section.product_details h2, section.catalog_inner h2{
    color: #686868;
    font: 30px Conv_GothaProBol;
    margin-bottom: 5px;
}
.product_details, .catalog_inner{
    margin-top: 20px;
}
.product_details .catalog_btn,
.catalog_inner .catalog_btn,
.breadcrumbs .catalog_btn {
    display: inline-block;
    font: 12px/34px Conv_GothaProMed; 
    border-radius: 17px;
    color: #454545;
    border: 1px solid #454545;
    padding: 0 15px;
    margin: 0 10px 15px 0;
}

.breadcrumbs .catalog_btn {
  text-decoration: none;
}

.product_details .image {
  width: 100%;
}
.product_details .image img{
   width: 100%; 
}
.product_details .product_carousel{
    margin: 30px 0 80px;
} 
.product_details .product_carousel .flickity-prev-next-button{
    background: none !important;
}
.product_details .table{
    background: #fff;
    padding: 20px 30px;
}

.product_details.classified .table{
    background: none;
}

.product_details .table > .scrollbar-inner{
    max-height: 620px;              
}
.product_details .table table{
    width: 100%;
    border-collapse: collapse;
}
.product_details .table tr th{
    text-align: left;
    border-bottom: 2px solid #dddddd;
    color: #686868;
    font: 15px/18px Conv_GothaProBol;
    padding: 10px 0; 
}
.product_details .table tr td{
    border-bottom: 1px solid #dddddd;
    color: #686868;
    font: 15px/22px Conv_GothaProLig;
    padding: 10px 0; 
}

.product_details .table tr th:nth-child(1),
.product_details .table tr td:nth-child(1) {
    text-align: center;
}


.product_details.classified .table tr td:nth-child(1),
.product_details .table.image tr th:nth-child(1),
.product_details .table.image tr td:nth-child(1) {
  text-align: left;
}

/*
section.product_details .download {
    color: #000000;
    text-decoration: underline;
    padding: 10px 0 0 40px;
    position: relative;
    margin: 10px 0 40px 0;
    display: inline-block;
    width: 220px;
}
*/

section.product_details .download {
  color: #000000;
  display: inline-block;
  padding: 10px 0 0 40px;
  position: relative;
  text-align: right;
  text-decoration: underline;
  width: 200px;
}

section.product_details .download i {
    color: #9b9b9b;
    position: absolute;
    font-size: 27px;
    left: 0;
    top: 0;
}
section.product_details .description,
section.catalog_inner .description {
    font: 16px/26px Conv_GothaProLig;
    width: calc(100% - 220px);
    padding: 0 60px 40px 0;
}

section.product_details .part-content p {
    font: 16px/26px Conv_GothaProLig;
    width: calc(100%);
    padding: 15px 0 40px 0;
}

.catalog_inner .product_tile{
    height: 190px;
    margin: 35px 0 0 0;
}

.catalog_inner .product_tile .tile{
    display: block;
    margin: 0 10px 0 0;
    background-color: #fff;
    width: 190px;
    max-width: 375px;
    font-size: 16px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
}
.catalog_inner .product_tile .tile>div,
.product_details .product_tile .tile>div {
    height: 0;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-image: url(../img/cat_no_photo.jpg); 
}

.catalog_inner .product_tile .tile div .category_name,
.product_details .product_tile .tile div .category_name {
    background: rgba(43, 43, 43, 0.7);
    color: #fff;
    width: 100%;
    bottom: 20%;
    height: 29%;
    padding: 6% 30px 20px 20px;
    font: 18px Conv_GothaProMed;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.catalog_inner .product_tile .tile:hover div .category_name{
    background: #cc2229;
} 
.catalog_inner .product_tile .tile div .category_name:after{
    content: "\f054";
    font: 24px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: calc(50% - 12px);
}
.catalog_inner .table{
    padding: 0;
    max-height: 190px;
}

.catalog_inner .table.full-height {
  max-height: none;
}

.catalog_inner .table > .scrollbar-inner {
    max-height: 190px;               
}
.catalog_inner .table table {
  border-collapse: collapse;
  position: relative;
  width: calc(100% - 200px);
}
.catalog_inner .table tr th{
    text-align: left;
    border-bottom: 2px solid #dddddd;
    color: #686868;
    font: 15px/18px Conv_GothaProBol;
    padding: 10px 0; 
}
.catalog_inner .table tr td{
    border-bottom: 1px solid #dddddd;
    color: #686868;
    font: 15px/22px Conv_GothaProLig;
    padding: 10px 0; 
}
section.catalog_inner .download {
    color: #000000;
    text-decoration: underline;
    padding: 10px 0 0 40px;
    position: relative;
    margin: 40px 0 10px 0;
    display: inline-block;
    width: 220px;
}
section.catalog_inner .download i {
    color: #9b9b9b;
    position: absolute;
    font-size: 27px;
    left: 0;
    top: 0;
}



@media (max-width: 1320px) {
    section.partners .wrap .partners_list .partner {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1200px) {
    #video-wrapper {
        width: 624px;
        height: 357px;
    }
    .top_grad {
        background: #000000 url(../img/grad_1200.png) bottom repeat-x;
    }
    section.gallery_section .wrap{
        padding: 30px 0px;
    }
    .gallery_section .gallery {
        padding: 0 50px;
    }
    .sertificats .gallery2,
    .sertificats .gallery3 {
        padding: 30px 50px;
        margin-left: -20px;
        margin-right: -20px;
    }
}


@media (max-width: 1024px) {
    .top_grad {
        background: #000000 url(../img/grad_1024.png) bottom repeat-x;
    }
    header .logo {
        margin: 24px 0 10px 0;
    }
    .top_grad h1 {
        font: 30px 'Conv_GothaProBla';
        margin: 40px 45px 40px 10px;
    }
    .top_grad .descr {
        font: 15px 'Conv_GothaProLig';
        margin: 0 50px 0 10px;
    }
    .top_grad .descr ul {
        margin: 10px 0;
    }
    .top_grad .descr ul li {
        margin: 0 0 15px;
    }
    header .contacts {
        width: calc(100% - 216px);
        padding: 20px 0 10px 0;
    }
    header nav {
        padding: 0;
        width: calc(100% - 216px);
    }
    .top_grad .comment {
        margin: 40px 50px 40px 10px;
        font: 13px Conv_GothaProLig;
    }
    section.catalog .catalog_list .tile {
        width: calc(33% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name{
        font: 2vw Conv_GothaProMed;
    }
    section.catalog .wrap, .product_details .wrap, section.sertificats .wrap, .contacts .wrap, .catalog_inner .wrap{
        padding: 40px 20px;
    }
    .about_us .about_text{
        padding: 0 30px 0 10px;
    }
    .contacts .wrap{
        overflow: auto;
    }
    section.partners .wrap .partners_list .partner {
        width: 150px;
        height: 150px;
    }
    footer .copy{
        margin-left: 10px;
    }
    footer .copy{
        clear: both;
    }
    footer .menu{
        padding: 0 0 10px;
        float: left;
    }
    footer .menu li{
        padding-bottom: 10px;
    }
    section.partners .wrap .partners_list .partner {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 930px) {
    .toggle{ display: block; width: 30px;}
    header .menu {display: none; margin: 0 0 10px 0;}
    header nav{
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        padding: 0;
    }
    nav[role="navigation"] a {padding: 0 15px; line-height: 35px; display: block; margin: 0;}
    nav[role="navigation"] li {width: 100%; height: auto; text-align: center; background: #000; border-left: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3);padding: 0;}
    .contacts .text.phone, .contacts .text.mail{
        width: 50%;
        text-align: left;
        margin-bottom: 20px;
    }
    .contacts .text_address {
        width: calc(100% - 130px);
        float: right;
        padding-right: 25px;
        margin-bottom: 20px;
    }
    .contacts .text.mail{
        text-align: right;
    }
    .contacts .text_address:after{
        right: 6px;
    }
    .contacts .text.proizv {
        width: 130px;
        margin-bottom: 20px;
    }
    .contacts .text_address br{
        display: none;
    }
}

@media (max-width: 767px) {
    #video-wrapper{display: none;}
    header .logo{    
        margin: 10px 0 10px 0;
        width: 160px;
    }
    header .logo img{    
        width: 100%;
    }
    header .contacts{
        width: 167px;
        padding: 40px 0 10px 0;
    }
    header .contacts a{
        display: block;
        margin-bottom: 10px;
    }
    .toggle{
        margin: -50px 0 0 15px;
        float: left;
    }
    .about_us .about_text, .about_us .requizits{
        width: 100%;
        padding: 0 10px;
    }
    .contacts .wrap div{
        clear: both;
        text-align: left !important;
        float: left !important;
        width: auto !important;
        padding: 0 0 0 25px;
        position: relative;
    }
    .contacts .wrap div:after {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        padding: 0 !important;
    }
    footer .menu li + li{
        border-left: none;
    }
    .product_details .table tr:nth-child(1){
        display: none;
    }
    .product_details.classified .table tr:nth-child(1){
        display: block;
    }
    .product_details .table tr td, .product_details .table tr{
        display: block;
        text-align: left;
    }
    .product_details .table tr{
        margin-bottom: 20px;
    }
    .product_details .table tr td{
        position: relative;
        padding: 22px 0 0 10px;
        border: none;
    }
    .product_details .table tr td:nth-child(1){
        text-align: left;
    }
    .product_details .table tr td:before{
        position: absolute;
        height: 22px;
        background: rgba(234, 234, 234, 0.46);
        padding: 0 0 0 10px;
        top: 0;
        left: 0;
        width: calc(100% - 10px);
        font: 13px/22px Conv_GothaProBol;
    }
    .scrollbar-inner > .scroll-element.scroll-x{display: none;}
    section.product_details .download{
        float: none;
    }
    section.product_details .description{
        width: 100%;
        padding: 0 0 40px 0;
    }
    .catalog_inner .table{
        clear: both;
    }
    .catalog_inner .product_tile {
        height: auto;
    }
    .catalog_inner .product_tile .tile {
        margin: 0 40px 20px 0;
        width: 100%;
    }
    
    section.product_details .download {
        margin: 25px auto;
    }
    
}

@media (max-width: 600px) {
    section.catalog .catalog_list .tile {
        width: calc(50% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name {
        font: 3.3vw Conv_GothaProMed;
    }
    section.catalog .text_col_2 {
        width: 100%;
        padding-right: 0;
    }
    section.partners .photo{
        display: none;
    }
    section.partners>.wrap>.partners_list {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .top_grad h1 {
        font: 20px/36px 'Conv_GothaProBla';
        margin: 40px 10px 40px 10px;
    }
    section.catalog .catalog_list .tile {
        width: calc(100% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name {
        font: 6vw Conv_GothaProMed;
    }
    .product_details .table {
        padding: 20px 10px;
    }
}

@media (max-width: 374px) {
    header .contacts{display: none}
    .toggle {
        margin: 26px 0 10px;
        float: right;
    }
}












/*flickity dots*/
.flickity-page-dots .dot{
    border-radius: 0px;
    opacity: 1;
    background: #56545a;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.32);
}
.flickity-page-dots .dot.is-selected {
    opacity: 1;
    outline: 3px solid #56545a;
}
.flickity-page-dots{
    bottom: -40px;
}








#lightbox, #lightbox2, #lightbox4 {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 999;
}
#lightbox .slider, #lightbox2 .slider, #lightbox4 .slider {
    width: 100%;
    height: 100%;
}
#lightbox .slider .slide, #lightbox2 .slider .slide, #lightbox4 .slider .slide {
    width: 100%;
    height: 100%;
}
#lightbox .slider .slide .frame, #lightbox2 .slider .slide .frame, #lightbox4 .slider .slide .frame {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
#lightbox .slider .slide .frame .valign, #lightbox2 .slider .slide .frame .valign, #lightbox4 .slider .slide .frame .valign {
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
}
#lightbox .slider .slide .frame .valign img, #lightbox2 .slider .slide .frame .valign img, #lightbox4 .slider .slide .frame .valign img {
    max-width: 100%;
    height: auto;
}
#lightbox .exit, #lightbox2 .exit, #lightbox4 .exit {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    padding: 10px 0;
    text-align: center;
    background: rgba(256,256,256,0.1);
    color: #c0c0c0;
    cursor: pointer;
    font: 30px FontAwesome;
}
#lightbox .exit::after, #lightbox2 .exit::after, #lightbox4 .exit::after {
    content: "\f00d";
}
#lightbox .prev,
#lightbox .next,
#lightbox2 .prev,
#lightbox2 .next,
#lightbox4 .prev,
#lightbox4 .next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 44px;
    padding: 10px 0;
    text-align: center;
    color: #c0c0c0;
    cursor: pointer;
    font: 30px FontAwesome;
    background: rgba(256,256,256,0.1);
}
#lightbox .prev, #lightbox2 .prev, #lightbox4 .prev {
    left: 0;
}
#lightbox .prev::after, #lightbox2 .prev::after, #lightbox4 .prev::after {
    content: "\f053";
}
#lightbox .next, #lightbox2 .next, #lightbox4 .next {
    right: 0;
}
#lightbox .next::after, #lightbox2 .next::after, #lightbox4 .next::after {
    content: "\f054";
}

.video-partners {
    height: 100%;
    width: auto;
}

.pdf-wrapper {
    position: relative;
    width: 100%;
    height: calc(100% - 115px);
}

.pdf-wrapper iframe {
    border: none;
    width: 100%;
    height: 100%;
}

#cbh_widget_wrapper {
    display: none !important;
}

.catalog_scroll {
  overflow: hidden;
  position: relative;
}

.catalog_inner {
  display: block;
  height: auto;
  left: 0;
  position: relative;
  transition: all 0.8s;
  width: 100%;
  float: left;
}

.catalog_inner:nth-child(2) {
  position: absolute;
}

.tile .fa-spin {
  left: 0;
  margin: 30% auto auto;
  opacity: 0.3;
  position: absolute;
  right: 0;
  z-index: 999;
}

tr.marked td {
  background: #c20212 none repeat scroll 0 0;
  color: #fff !important;
}

.catalog_inner .table tr {
  background: #eaeaea none repeat scroll 0 0;
}

.catalog_inner .table.full-height tr {
  background: #FFF none repeat scroll 0 0;
}

.table.image {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

section.product_details .description.full,
section.catalog_inner .description.full {
    width: 100%;
    padding: 20px 0 40px 0;
}

#searchform > input[type="submit"] {
  background: #cc2229 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  padding: 5px;
}

#searchform > input[type="text"] {
  height: 30px;
  padding: 0 5px;
  width: 50%;
}

.classified .table a {
  display: inline-block;
  margin-left: 15px;
}

.wrap.catalog_inner {
    float: none; 
}


/* CUSTOM TABLE 1 */
table.custom-1 {
	width: 100%;
	color: #2b2e34;
	background: #ffffff;
	margin-bottom: 50px;
}

table.custom-1 td,
table.custom-1 th {
    padding: 10px;
    border-bottom: 1px solid #dfe3e3;
    text-align: center;
}

table.custom-1 .header td:nth-child(2) {
    text-align: center;
}

table.custom-1 td:nth-child(1),
table.custom-1 td:nth-child(2),
table.custom-1 td:nth-child(4),
table.custom-1 td:nth-child(6),
table.custom-1 td:nth-child(8),
table.custom-1 td:nth-child(10) {
    background: #f0f2f1;   
}

table.custom-1 td:nth-child(1),
table.custom-1 td:last-child {
    border-right: 1px solid #dfe3e3;
}

table.custom-1 .header td {
    color: #FFF;
    background: #FF0000 !important;
    border: none !important;
    font-weight: bold;
}

table.custom-1 .subheader > td {
  font-weight: bold;
}

table.custom-1 .subheader td:nth-child(1) {
    border-right: none;
}

table.custom-1 td:nth-child(1),
table.custom-1 td:nth-child(2) {
    text-align: left;
}

.product_details.small-gallery .image,
.product_details.small-gallery .image img {
  width: auto;
  margin: 0 5px 0 0;
}

.product_details .catalog_inner .part-content p {
    padding: 5px 0 0 0;
}

table.custom-1 img {
  max-width: 100% !important;
}

.custom-1 tr td {
  border-bottom: 1px solid #dddddd;
  color: #686868;
  font: 13px/22px Conv_GothaProLig;
}

.custom-1 td.image {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border: none !important;
  margin: 0;
  padding: 0;
  width: 250px;
}

.custom-1 .subtable {
  margin: 0;
  padding: 0;
  width: 100%;
}

.custom-1 .subtable td {
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc;
  background: #FFF !important;  
}

table.custom-1 .subtable td:nth-child(1),
table.custom-1 .subtable td:nth-child(3),
table.custom-1 .subtable td:nth-child(5),
table.custom-1 .subtable td:nth-child(7) {
    background: #f0f2f1 !important;   
}

.custom-1.v2 .subtable td:nth-child(1) {
    padding: 0;
}

.custom-1 .subtable span {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 50%;
  padding: 5px 7px;
}

.custom-1 .subtable span:nth-child(1) {
  border-right: 1px solid #CCC;
}

.custom-1 .subtable span:nth-child(2) {
  float: right;
}

.custom-1.v2 .header > td:nth-child(n+2) {
  width: 115px;
}

.custom-1.v2 .subtable td {
  text-align: center;
  width: 115px;
}

.custom-1 .subtable tr:last-child td {
    border-bottom: none !important;   
}

.custom-1 .subtable p {
  padding: 5px 10px !important;
  text-align: left;
}

.custom-1.v3 .subtable td,
.custom-1.v3 .header td {
    text-align: left !important;
}

.custom-1.v3 .subtable tr:nth-child(1) td,
td.table-header {
  background: #616b6b none repeat scroll 0 0 !important;
  color: #fff !important;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px !important;
  font-weight: bold;
}

.custom-1.v4 tr td:nth-child(1) {
  background: #fff none repeat scroll 0 0;
  font-weight: bold;
}

.custom-1.v4 tr:nth-child(2) td {
  font-weight: bold;
}

.custom-1.v4 tr:nth-child(n+1) td {
  text-align: center;
  width: 70px;
}

.custom-1.v4 table tr td {
  border: medium none !important;
}

.custom-1.v5 tr:nth-child(2) td {
    font-size: 13px;
}

.custom-1.v5 tr:nth-child(2) td,
.custom-1.v5 tr td:nth-child(1) {
  font-weight: bold;
}


.video_overlay {
  background: transparent url(../img/grad2.png) no-repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.subtable.flexheight tr:nth-child(1) {
    height: 50px;
}


.image-header {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	position: relative;
	height: 300px;
    background: #FFF;
}

.image-header > div {
    position: relative;
}

.image-header img {
    position: absolute;
    max-height: 300px;
    max-width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.image-header h2 {
	font-size: 1.5em !important;
	padding: 0 30px;
	font-weight: normal;
	padding-top: 150px;
}

.post-item {
width: 100%;
margin-bottom: 30px;
border-bottom: 1px solid #CCC;
padding-bottom: 15px;
}

.post-item .post-tiltle {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.single-post h2 {
    margin: 15px 0;
}

.banners-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 1320px;
    margin: 30px auto 0 auto;
    justify-content: end;
}

.banners-wrap a {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-left: 30px;
    filter: grayscale(100%);
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    align-items: center;
    justify-content: center;
}

.banners-wrap a:hover {
    filter: grayscale(0);
}

.banners-wrap a img {
    max-height: 100%;
}



@media (max-width: 500px) {
    
    .banners-wrap {
        justify-content: center;
    }

    .banners-wrap a {
        margin-left: 0;
    }
    
}