

.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, textarea:focus {
    outline: none;
}

/*прижатие футера к низу*/
html, body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #626262;
    background: #000;
}

.page_wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
    flex-direction: column;
    position: relative;
}

.content_wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
    flex: 1;
}

.home .content_wrapper {
    margin-bottom: 0;
}

.home footer {
    padding: 30px 0;
}

/*----------------------*/

.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;
}

.home .top_grad {
    /* min-height: 100vh; */
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}

header .logo {
    display: block;
    margin: 25px 0 25px 0;
    z-index: 1;
}

header .wrap {
    display: flex;
    padding: 0;
}

header .wrap > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.home header .logo {
    margin: 25px 0 25px 0;
}

header .contacts {
    /* width: calc(100% - 253px); */
    text-align: right;
    color: #838383;
    padding: 20px 15px 10px 0;
    font: 14px  'Roboto', sans-serif;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
}

header .contacts a {
    color: inherit;
    margin-left: 20px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
}

i.fa.fa-phone {
    top: 1px;
}

header .contacts a i {
    color: inherit;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
}

header .contacts a.call_me{
    color: #cc2229;
}

header nav {
    /* float: right; */
    font-family: 'Roboto' sans-serif;
    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: 600;
    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 {
    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: 2;
    position: absolute;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.top_grad h1{
    font-size: 38px;
    color: #fff;
    margin: 40px 45px;
    text-transform: uppercase;
    z-index: 2;
}

.top_grad .descr {
    font-size: 18px;
    color: #fff;
    margin: 30px 0;
    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: 0;
    font-size: 14px;
    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-size: 30px;
    margin-bottom: 5px;
}

section .breadcrumbs {
    display: inline-block;
    color: #999;
    margin: 15px 0;
    width: 100%;
}

section .breadcrumbs a {
    /* text-decoration: underline; */
    color: #999;
    position: relative;
    margin-right: 30px;
    display: inline-block;
    border-bottom: 1px solid;
}

section.catalog .catalog_list{
    font-size: 0;
    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?v=1);
}

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-size: 18px;
    -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-size: 18px;
    margin-bottom: 20px;
}
section.catalog .text_col_2 p{
    font-zie: 16px;
}
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-size: 16px;
    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-size: 14px;  
    width: 300px;
}
.about_us h3{
    font-size: 28px;  
    margin-bottom: 25px;  
}
.about_us h4{
    font-size: 18px;    
    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-size: 30px;
    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: transparent;
    padding: 0 0 50px;
    z-index: 3;
}

section.sertificats .wrap{
    padding: 40px 45px;
}
section.sertificats h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 25px;
}


.contacts .wrap {
    background: #FFF;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
    font-size: 14px;
}

.contacts h2 {
    color: #686868;
    font-size: 30px;
    margin: 0;
}
.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;
    filter: grayscale(1);
    background: #FFF;
}

.map .contacts{
    width: 100%;
    top: -60px;
}


footer {
    background: #292828;
    color: #969696;
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
}

footer .copy {
    font-size: 14px;
    opacity: 0.5;
}

footer .menu{

}
footer .menu li {
    list-style: none;
    display: inline-block;
    text-transform: uppercase;
}

footer .menu li a {
    color: #969696;
    margin: 0 14px;
    font-weight: 500;
}

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;
}

.product_details .wrap, .catalog_inner .wrap {
    background: #eaeaea;
    padding: 40px 45px;
    box-shadow: rgba(0, 0, 0, 0.33) 13px 13px 13px;
    margin-bottom: 30px;
}

h2, h1 {
    color: #686868;
    font-size: 30px;
    margin: 45px 0;
    font-weight: 600;
}

.product_details, .catalog_inner {
    /* margin-top: 20px; */
}

.product_details .catalog_btn,
.catalog_inner .catalog_btn,
.breadcrumbs .catalog_btn {
    display: inline-block;
    font-size: 12px; 
    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: 0;
    position: relative;
    background: #FFF;
}

.product_details .product_carousel .flickity-prev-next-button{
    background: none !important;
}

.product_details .table{
    background: #fff;
}

.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-size: 15px;
    padding: 10px 5px;
    font-weight: 500;
}

.product_details .table tr td {
    border-bottom: 1px solid #dddddd;
    color: #686868;
    font-size: 15px;
    padding: 10px;
    text-align: left;
}

.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: 5px 15px;
    position: relative;
    text-align: right;
    color: #FFF;
    text-decoration: none;
    color: #c20212;
    text-align: center;
    border-radius: 17px;
    border: 1px solid;
    font-size: 16px;
}

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-size: 16px;
    width: calc(100% - 220px);
    padding: 0 60px 40px 0;
}

section.product_details .part-content p,
section.product_details .part-gallery p,
.flex-row p,
.page .description p {
    font-size: 18px;
    width: calc(100%);
    /* padding: 15px 0 40px 0; */
    font-weight: 300;
    line-height: 25px;
    margin: 30px auto;
}

.catalog_inner .product_tile {
    max-height: 350px;
    margin: 35px 0 0 0;
    background: #FFF;
    padding: 30px;
    display: flex;
}

.catalog_inner .product_tile:first-child {
    margin-top: 20px;
}

.catalog_inner .product_tile .tile {
    display: block;
    margin: 0 10px 0 0;
    background-color: #fff;
    width: 250px;
    /* max-width: 375px; */
    font-size: 16px;
    cursor: pointer;
    /* height: 100%; */
    /* overflow: hidden; */
    box-sizing: border-box;
    /* border: 1px solid #CCC; */
    /* min-height: 100%; */
    display: flex;
    /* border: 1px solid; */
}

.catalog_inner .product_tile .tile>div, 
.product_details .product_tile .tile>div {
    height: 100%;
    padding-top: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/cat_no_photo.jpg);
    width: 100%;
}

.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-siz: 18px;
    -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: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
}

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

.catalog_inner .table > .scrollbar-inner {
    max-height: 100%;               
}

.catalog_inner .table table {
    border-collapse: collapse;
    position: relative;
    width: 100%;
    margin-top: 0;
}

.catalog_inner .table tr th {
    text-align: left;
    border-bottom: 2px solid #dddddd;
    color: #686868;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
}

.catalog_inner .table tr td {
    border-bottom: 1px solid #dddddd;
    color: #686868;
    font-size: 15px;
    padding: 10px;
}

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;
}


.catalog-descr {
    margin-top: 60px;
}

.table tr:nth-child(even) td {
    background: #FAFAFA;
}


@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-size: 30px;
        margin: 40px 45px 40px 10px;
    }
    .top_grad .descr {
        font-size: 15px;
        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-size: 13px;
    }
    section.catalog .catalog_list .tile {
        width: calc(33% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name{
        font-size: 2vw;
    }
    section.catalog .wrap, .product_details .wrap, section.sertificats .wrap, .contacts .wrap, .catalog_inner .wrap{
        padding: 30px 30px;
    }
    .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: 30px;
    }

    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;
    }

    nav[role="navigation"] li:last-child {
        border-bottom: none;
    }

    .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, .home header .logo {
        margin: 15px 0 15px 30px;
        width: 160px;
    }

    header .logo img{    
        width: 100%;
    }
    header .contacts{
        width: 167px;
        padding: 40px 0 10px 0;
    }
    header .contacts a{
        display: inline-block;
        margin-bottom: 10px;
    }

    .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.classified .table tr:nth-child(1){
        display: block;
    }

    .product_details .table tr td:nth-child(1){
        text-align: left;
    }
    
    .product_details .table tr td:before {
        position: absolute;
        height: 15px;
        background: rgba(234, 234, 234, 0.46);
        padding: 10px;
        top: 0;
        left: 0;
        width: calc(100% - 20px);
        font-size: 13px;
        font-weight: 600;
    }


    .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;
        max-height: none;
    }
    
    .catalog_inner .product_tile {
        height: auto;
        flex-direction: column;
    }

    .catalog_inner .product_tile .tile {
        margin: 0 40px 20px 0;
        width: 100%;
    }
    
    section.product_details .download {
        margin: 25px auto;
        width: 100%;
    }
    
}

@media (max-width: 600px) {
    section.catalog .catalog_list .tile {
        width: calc(50% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name {
        font-size: 3.3vw;
    }
    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-size: 20px;
        margin: 40px 10px 40px 10px;
    }
    section.catalog .catalog_list .tile {
        width: calc(100% - 14px);
    }
    section.catalog .catalog_list .tile div .category_name {
        font-size: 5vw;
    }
    .product_details .table {
        padding: 0;
    }
}

@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%;
    position: relative;
}

.pdf-wrapper iframe {
    border: none;
    width: 100%;
    min-height: calc(100vh - 140px);
    /* min-height: 100vh; */
}

#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: #FFF none repeat scroll 0 0;
    margin-bottom: 0 !important;
}

.catalog_inner .table tr:nth-child(even) {
    background: #FAFAFA 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;
    flex: 1;
}

section.product_details .description.full, 
section.catalog_inner .description.full {
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

input[type="submit"], button.submit, .contactform-toggle {
    background: #cc2229 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    width: auto;
    min-width: 150px;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
}

#searchform > input[type="text"] {
    height: 30px;
    padding: 0 5px;
    width: calc(100% - 155px);
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #CCC;
}

.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;
}

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 .header td {
    color: #FFF;
    background: #c20212!important;
    border: none !important;
    font-weight: 300;
}

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;
}

.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-size: 13px;
}

.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: 10px;
}

.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: 300;
}

.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: 12px;
}

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


.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;
}

.video-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: url('/wp-content/themes/theme2022/img/videobg.png');
    background-size: cover;
    background-position: center center;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-foreground {
    opacity: 0;
}

.video-background:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2;
    position: absolute;
}

.full-video .video-background:before {
    display: none;
}

.home .page-inner.wrap {
    padding: 50px 0 0 0;
    /* flex: 1; */
    position: relative;
    width: calc(100% - 60px);
}

.full-video .video-background iframe {
    pointer-events: initial;
}

.full-video .video-background .video-foreground:before {
    display: none;
}

.full-video .video-background {
    width: 90% !important;
    max-height: 90%;
    z-index: 9999;
    display: flex;
    margin: auto;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.video-overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(3px);
    z-index: 3;
    display: none;
    cursor: pointer;
    pointer-events: none;
}

.full-video .video-overlay {
    display: block;
    pointer-events: initial;
}

.full-video .video-background .video-foreground {
    border: 1px solid #FFF;
}

.full-video .video-background .video-foreground,
.video-background.played .video-foreground {
    opacity: 1;
}

a.full-video {
    color: #FFF;
    background: #cc2229;
    padding: 1px 5px;
    font-size: 18px;
    margin: 30px 0 0 40px;
    position: relative;
    display: inline-block;
}

a.full-video:before {
    font: 24px/1 FontAwesome;
    content: "\f03d";
    position: absolute;
    left: -40px;
    top: 0px;
}

.home .top_grad ~ section {
    margin-top: 50px;
}

.swiper-button-prev,
.swiper-button-next {
    color: #c20212;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
    border-radius: 0px;
    opacity: 1;
    background: #56545a;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.32);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    outline: 3px solid #56545a;
}

.swiper-button-prev { left: 0; }
.swiper-button-next { right: 0; }

.swiper-slide {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #FFF;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper:before {
    content: '';
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    position: absolute;
    left: 0;
    top: 0;
    border: 30px solid #FFF;
    z-index: 3;
    pointer-events: none;
}

.small .swiper-slide {
    height: 300px;
}

.product_details .table tr:last-child td {
    border-bottom: none;
}

.part-content {
    color: #686868;
}

.part-content table {
    position: relative;
}

b, strong {
    font-weight: 600;
}


section .breadcrumbs a.breadcrumb-current {
    text-decoration: none !important;
    pointer-events: none;
    margin-right: 0;
    color: #999;
    border-bottom: none;
}

.breadcrumbs a {
    margin-right: 15px;
}

.breadcrumbs a:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 5px;
    height: 5px;
    background: #999;
    display: block;
    top: 8px;
}

a.breadcrumb-current:after {
    display: none;
}

.lang i.flag-icon {
    left: auto;
    width: 20px;
    position: relative;
}

header .contacts a.lang {
    padding-left: 0;
}

footer .wrap {
    padding: 0;
}

.wrap > h1 {
    margin: 0;
}

section .breadcrumbs a.breadcrumb-pdf {
    margin-right: 0;
    color: #c20212;
    text-decoration: none;
    margin-left: 30px;
    border-bottom: none;
}

section .breadcrumbs a.breadcrumb-pdf:after {
    display: none;
}

section .breadcrumbs a.breadcrumb-pdf:before {
    content: '';
    position: absolute;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #999;
    display: block;
    top: 8px;
}

.table.image table {
    margin-top: 0;
}

.table.image > div {
    width: calc(100% - 1px);
    max-height: calc(100% - 1px);
}

.table.image p {
    margin: 0 !important;
}

.breadcrumbs ~ .part-content {
    padding-top: 0;
}



.swiper-pagination {
    opacity: 0.5;
}

.custom_gallery {
    background: #FFF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.part-inner.flex {
    display: flex;
    flex-direction: row;
}

.part-inner.flex .part-gallery {
    background: #FFF;
    display: flex;
    width: 300px;
}

.part-inner.flex .part-content {
    flex: 1;
    background: #FFF;
}

.flex .custom_gallery {
    display: block;
    height: 300px;
}

section ul {
    padding-left: 15px;
    margin: 30px auto;
}

section ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

img.full {
    display: block;
    margin: 0 auto;
    max-height: 500px;
    width: auto;
}

p:has(.full.white), 
.part-content > div:has(.full.white) {
    background: #FFF;
    padding: 15px !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto !important;
}

.part-content h3 {
    font-weight: 500;
    margin: 15px auto;
}

.custom_gallery[data-slides="1"] .swiper-wrapper,
.custom_gallery[data-slides="2"] .swiper-wrapper {
    width: auto;
}

.table-wrap {
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 30px;
    border: 1px solid #CCC;
    transition: all 0.5s ease-out;
    position: relative;
    background: #FFF;
}

.table-wrap.full-size {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100vh;
    min-width: 100vw;
    background: #FFF;
}

.table-wrap.full-size table {
    width: 100%;
    overflow: auto;
    min-height: 100vh;
}

.table-toggle {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
}

tr.header {
    cursor: pointer;
}

.header td:first-child {
    padding-left: 40px;
    position: relative;
}

.header td:first-child:before {
    font: 24px/1 FontAwesome;
    content: "\f065";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    height: 100%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fullscreen .header td:first-child:before {
    content: "\f066";
}

.classified .header td:first-child:before,
.search .header td:first-child:before {
    display: none;
}

.classified .header,
.search .header {
    pointer-events: none;
}

.fullscreen section.product_details {
    position: absolute;
    left: 0;
    top: 0;
}

.fullscreen .top_grad {
    display: none;
}

.full-size tr.header {
    height: 60px;
}

.full-size tr:has(.table-header) {
    height: 60px;
}

.table.full-height {
    margin-bottom: 30px;
}

.product_details .table table tr:first-child th {
    color: #FFF;
    background: #c20212;
    font-weight: 500;
    border: none;
}

.product_details .table.image table tr:first-child th {
    color: inherit;
    background: inherit;
    font-weight: 500;
    border: navajowhite;
}

.table.image .table-wrap {
    border: none;
}

.fullscreen tr.header.with-image td:first-child,
.fullscreen td.image {
    display: none;
}

td.image span {
    display: inline-block;
    width: 350px;
    height: 100%;
}

.table-image-mobile {
    display: block;
    width: 100%;
    height: 350px;
    background: #FFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    border: 1px solid #CCC;
    box-sizing: border-box;
}

.table-wrap ~ .table-image-mobile {
    margin-top: -30px;
}

section .wrap li {
    list-style: none;
    position: relative;
}

section .wrap li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #999;
    left: -15px;
    top: 5px;
    display: block;
    position: absolute;
}

form#searchform {
    margin-bottom: 30px;
    margin-top: 15px;
}

.page .description iframe {
    margin: 30px auto;
    display: block;
    width: 100%;
    height: 500px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}

.flex-row > div {
    flex: 1;
    margin-right: 30px;
}

.flex-row > div:last-child {
    margin-right: 0;
}


h4 {
    color: #686868;
    font-weight: 500;
}

.page-about .flex-row > div:last-child {
    max-width: 300px;
    font-size: 14px;
}

.page-about .flex-row > div:last-child p {
    font-size: 14px;
    font-style: italic;
}

.page-about .custom_gallery {
    margin-top: 30px;
}

.page-about .custom_gallery.gray {
    margin-top: 0;
}

.custom_gallery.gray {
    padding: 30px 0;
}

.custom_gallery.gray,
.custom_gallery.gray .swiper-slide {
    background: #CCC;
}

.custom_gallery.gray:before {
    display: none;
}

.custom_gallery.gray .swiper-pagination,
.custom_gallery.gray .swiper-pagination {
    bottom: 15px;
}

.custom_gallery.gray .swiper-pagination-bullet {
    background: #FFF;
}

.custom_gallery.gray .swiper-button-prev, 
.custom_gallery.gray .swiper-button-next {
    color: #FFF;
}

ul.page-submenu {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.page-submenu li {
    list-style: none;
    margin-right: 30px;
}

ul.page-submenu li:last-child {
    margin-right: 0;
}

ul.page-submenu li:before {
    display: none;
}

ul.page-submenu li a {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 300;
    color: #999;
}

.sl-overlay {
    background: #000;
}

.sl-wrapper .sl-counter, 
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    color: #FFF;
}

.map-contacts {
    width: 100%; 
    height: 500px;
    border: 1px solid #999;
    filter: grayscale(100%);
}

.map-contacts.map-home {
    height: 100%;
    border: none;
}

form.contactform {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFF;
    padding: 30px;
    display: none;
}

form.contactform .form-field {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

form.contactform label {
    color: #686868;
    font-size: 20px;
    margin-bottom: 10px;
}

form.contactform input, 
form.contactform select,
form.contactform textarea {
    font-size: 20px;
    padding: 10px;
    border: 1px solid #999;
    display: inline-block;
    /* margin: 0 auto; */
    /* max-width: 500px; */
}

form.contactform input:focus, 
form.contactform select:focus,
form.contactform textarea:focus {
    border-color: #c20212;
}

form.contactform textarea { 
    height: 250px;
}

.contactform-info {
    font-size: 25px;
    color: #FFF;
    background: #c20212;
    display: inline;
    padding: 0 15px;
    display: none;
}

.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: 700px) {

    header {
        min-height: 90px;
        justify-content: left;
    }

    .home .page-inner.wrap {
        padding: 0 30px;
        width: 100%;
    }
    
    a.full-video {
        margin: 0 0 0 55px;
    }

    .contacts.fr {
        position: relative;
        z-index: 2;
        padding: 30px 0 0 0;
        flex-direction: column;
        align-items: center;
        display: none;
    }

    .menu-active .contacts.fr {
        display: flex;
        width: 100%;
    }

    header .contacts a {
        margin-left: 0;
    }

    header .contacts a.lang i {
        display: inline-block;
    }   

    .top_grad h1 {
        margin: 40px 15px 40px 15px;
    }

    .top_grad .descr {
        margin: 0 15px;
    }

    .top_grad .comment {
        margin: 40px 15px;
    }

    .cw_body.cw_body-right .cw_body-icon_menu, .cw_body.cw_body-right .cw_body-list {
        right: 15px !important;
    }

    .contacts .wrap {
        border-radius: 0;
    }

    .text.proizv.fl {
        padding-left: 0;
    }

    .menu-verxnee-menyu-container {
        margin: 0 30px;
    }

    .wrap.rounded_3px {
        border-radius: 0;
    }

    section.product_details .part-content p {
        font-size: 16px;
    }

    header .wrap {
        display: flex;
        flex-direction: column;
    }

    header .wrap .contacts.fr {
        order: 10;
        margin-bottom: 15px;
        padding: 0;
    }

    .swiper-slide {
        padding: 15px;
    }

    .swiper:before {
        border: 15px solid #FFF;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }

    a.breadcrumb-pdf {
        width: 100%;
        text-align: center;
        display: block;
        border: 1px solid;
        margin: 15px 0 0 0 !important;
        font-size: 16px;
        padding: 0;
    }

    section .breadcrumbs a.breadcrumb-pdf:before {
        display: none;
    }

    .catalog_inner .product_tile {
        max-height: 700px;
    }

    section .breadcrumbs a {
        font-size: 14px;
    }

    .breadcrumbs a:after {
        top: 7px;
    }

    .table.image {
        align-items: baseline;
    }

    .part-content table {
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .part-inner.flex {
        flex-direction: column;
    }   

    .part-inner.flex .part-gallery {
        width: 100%;
    }

    .custom_gallery[data-slides="1"] .swiper-wrapper,
    .custom_gallery[data-slides="2"] .swiper-wrapper {
        width: 100%;
    }

    section .breadcrumbs a.breadcrumb-pdf {
        padding: 5px;
        border-bottom: 1px solid;
    }

    .table-image-mobile {
        display: block;
    }

    tr.header.with-image td:first-child,
    td.image {
        display: none;
    }

    .content_wrapper ul {
        padding-left: 0;
    }

    footer .menu li a {
        color: #969696;
        margin: 0 15px 0 0;
        font-weight: 500;
    }

    .classified td span {
        display: inline-block;
        width: 100%;
        margin-bottom: 15px;
    }

    .page .description iframe {
        height: 350px;
    }

    .flex-row {
        display: flex;
        flex-direction: column;
    }

    ul.page-submenu {
        display: flex;
        flex-direction: column;
    }

    ul.page-submenu li {
        margin-bottom: 10px;
    }

    .banners-wrap {
        justify-content: center;
    }

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

}