/* Roboto */
@font-face {
    font-family: "Roboto";
    src: local("Roboto Thin"), local("Roboto-Thin"),
      url("/storage/inc/css/front/fonts/roboto/Robotothin.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotothin.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotothin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
      url("/storage/inc/css/front/fonts/roboto/Robotothinitalic.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotothinitalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotothinitalic.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Light"), local("Roboto-Light"),
      url("/storage/inc/css/front/fonts/roboto/Robotolight.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotolight.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotolight.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
      url("/storage/inc/css/front/fonts/roboto/Robotolightitalic.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotolightitalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotolightitalic.ttf")
        format("truetype");
    font-weight: 300;
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto"), local("Roboto-Regular"),
      url("/storage/inc/css/front/fonts/roboto/Roboto.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Roboto.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Roboto.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Italic"), local("Roboto-Italic"),
      url("/storage/inc/css/front/fonts/roboto/Robotoitalic.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotoitalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotoitalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Medium"), local("Roboto-Medium"),
      url("/storage/inc/css/front/fonts/roboto/Robotomedium.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotomedium.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotomedium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
      url("/storage/inc/css/front/fonts/roboto/Robotomediumitalic.woff2")
        format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotomediumitalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotomediumitalic.ttf")
        format("truetype");
    font-weight: 500;
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Bold"), local("Roboto-Bold"),
      url("/storage/inc/css/front/fonts/roboto/Robotobold.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotobold.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotobold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
      url("/storage/inc/css/front/fonts/roboto/Robotobolditalic.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotobolditalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotobolditalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Black"), local("Roboto-Black"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblack.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblack.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblack.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
  }
  @font-face {
    font-family: "Roboto";
    src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblackitalic.woff2") format("woff2"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblackitalic.woff") format("woff"),
      url("/storage/inc/css/front/fonts/roboto/Robotoblackitalic.ttf")
        format("truetype");
    font-weight: 900;
    font-style: italic;
  }

/****
 ///////  Default Style  ///////
****/
html{overflow-y: scroll;}
body {
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
body *{-webkit-text-size-adjust:none;}
.clear{clear:both; overflow:hidden; height:0px; font-size:0px; display: block;}
input:focus, select:focus, textarea:focus, button:focus {outline: none;}
input, textarea, select{font-weight: 400; -webkit-appearance: none; appearance: none; border-radius: 0; background: none; border: none; margin: 0; width: 100%;}
textarea{display: block; resize: none; overflow: auto;}
input[type="submit"]{position: absolute; left: 0; top: 0; width:100%; height:100%; opacity:0; border:none; cursor:pointer; z-index: 1;}
input[type="file"]{
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
}
::selection {background:#C1181D;color:#fff;}
::-moz-selection {background:#C1181D;color:#fff;}
::-webkit-selection {background:#C1181D;color:#fff;}
a{
    color: #C1181D;
    text-decoration: underline;
}
a:hover {
    color:#C1181D;
}
a:active, a:hover{cursor: pointer; text-decoration: none; outline: none;}
.text-decoration-none,
.text-decoration-none a{
    text-decoration: none;
}
ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}
ol {
    padding: 0 0 0 40px;
    margin: 0 0 20px 0;
}
ul li,
ol li{
    position: relative;
}
ul li{
    list-style: circle;
}
ol li{
    list-style: decimal-leading-zero;
}
ul{
    padding: 0;
}
body .fancybox-slide {
    z-index: 99;
}
body .jGrowl.top-right {
    right: 0;
    top: 0;
    z-index: 99999;
}
.content-page {
    font-weight:400;
}
.content-page ol{
    position: relative;
}
.content-page ol li{
    margin: 6px 0 6px 0;
}

.content-page.content-text h3 {
    padding-bottom:20px;
    border-bottom:4px solid #1f222f !important;
    margin-top:70px !important;
}
.content-page ul {
    padding: 0;
    margin: 0 0 34px 0;
}
.content-page ul li {
    position: relative;
    display: block;
    width: auto;
    padding: 0 0 0 40px;
    margin: 3px 0;
    list-style: none;
}
.content-page ul li:before {
    transition: .5s;
    content: "";
    position: absolute;
    display: block;
    left: 22px;
    top: 9px;
    font-weight: 900;
    width: 12px;
    height: 2px;
    border-top: 1px solid;
}
.content-page ul li:hover:before {
    left: 8px;
    width: 22px;
}



blockquote{
    position: relative;
    display: block;
    padding: 25px 20px 10px 30px;
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 0 3px 3px 0;
}
blockquote:after{
    transition: .5s;
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background: #FFD6D7;
}
blockquote:hover:after{
    background: #C1181D;
}
blockquote:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #FFD6D7;
    left: 0;
    top: 0;
    z-index: -1;
}
figure,
table{
    position: relative;
    overflow-x: auto;
    width: 100%;
    margin: 0 0 15px 0;
    overflow: visible;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align:center !important;
}
table tr{
    transition: .3s;
}
tr:nth-child(odd) {
    background-color: #fff;
}
tr:nth-child(even) {
    background-color: #f4f5f6;
}
table td,
table th{
    transition: .15s;
    padding: 5px 5px;
    border: #d6dcdd 1px solid;
}
table th.list_columns{
}
table tr:hover{
    border-color: #1f222f;
}
table tr:hover td {
    border-left-color: #1f222f;
    border-right-color: #1f222f;
    background: #dedfe2;
}
table p{
    margin: 0 0 3px 0;
    line-height: normal;
}
@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
}
.content-page blockquote ul {
    padding: 0 0 0 0px;
}
.content-page blockquote ul li:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    line-height: 16px;
    font-weight: 900;
    width: 5px;
    height: 5px;
    background: #C1181D;
    opacity: .3;
    border-radius: 100%;
}
.section{
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.content-page {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    z-index: 2;
}
.content-page a{
    color: #C1181D;
}
em{
    font-style: italic;
}
b, strong{font-weight: 700;}
.sup{
    top: -6px;
    display: inline-block;
    position: relative;
    font-size: 60%;
    color: #C1181D;
}
p {
    margin: 0 0 20px 0;
}
img{
	max-width: 100%;
}

/*==============================*/
/* =========== Loader =========== */
/*==============================*/
#loader-wrapper {
    z-index: 999999;
}
.cssload-container {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    background-image: url("/storage/des/prelod-3.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px;
}
.cssload-ruler {
    content: "";
    position: absolute;
    transition: .8s;
    width: 20px;
    height: 25px;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    margin-left: 0px;
    margin-top: 0;
    /*background-image: url(/assets/template/des/preloads.gif);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

h1,.h1 {font-size: 280%;}
h2,.h2 {font-size: 200%;}
h3,.h3 {font-size: 170%;}
h4,.h4 {font-size: 130%;}
h5,.h5 {font-size: 100%;}
h6,.h6 {font-size: 100%;}
.big {font-size: 400% !important;}
.xbig {font-size: 460% !important;}
.xxbig {font-size: 540% !important;}
.xxxbig {font-size: 690% !important;}
.xxxxbig {font-size: 800% !important;}
.xxxxxbig {font-size: 1200% !important;}
.xxxxxxbig {font-size: 1500% !important;}
.catalog_title {text-align:left;}
.cart-production {margin-bottom:40px;}
@media(max-width:768px) {
    h1,.h1 {font-size: 200% !important;}
    .catalog_title {text-align:center;}
    .bg-white.pt-50.pb-50.relative.block {padding:15px;}
    .spec_text {font-size:1rem !important;}
    .text-con {margin-bottom: 50px !important;}
    .flex-wrap {flex-wrap:wrap !important;}
}

.fbox-link img{
    transition: .3s;
    height: auto;
    max-width: calc(100% - 6px);
    background: #fff;
    padding: 0;
    border: #fff 10px solid;
    margin: 3px 6px;
    border-radius: 6px;
}
.fbox-link:hover img{
    opacity: .8;
    border-color: #e4e7e8;
}

.background-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.pattern:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e4e7e8;
    opacity: .6;
}

.color-white,
.color-white-hover:hover{
    color: #fff !important;
}
.bg-white,
.bg-white-hover:hover{
    background:#fff;
}

.bg-grey {
    background:rgb(77,78,91) !important;
}
.bg-grey:focus{
    background-color: #fff !important;
}
.inline-title {
    border-top:3px solid #fff;
    border-bottom:3px solid #fff;
}
.bead-block {
    height:80px;
}
.color-black,
.color-black-hover:hover{
    color: #1f222f !important;
}
.bg-black,
.bg-black-hover:hover{
    background-color: #1f222f !important;
}

.color-dark,
.color-dark-hover:hover{
    color: #3e4252 !important;
}
.bg-dark,
.bg-dark-hover:hover{
    background-color: #2c2f3e !important;
}

.color-gray,
.color-gray-hover:hover{
    color: #e4e7e8 !important;
}
.bg-gray,
.bg-gray-hover:hover{
    background-color: #e4e7e8 !important;
}

.color-gray-light,
.color-gray-light-hover:hover{
    color: #eff0f0 !important;
}
.bg-gray-light,
.bg-gray-light-hover:hover{
    background-color: #eff0f0 !important;
}

.color-green-dark,
.color-green-dark-hover:hover {
  color: #194825 !important;
}
.bg-green-dark,
.bg-green-dark-hover:hover {
  background-color: #194825 !important;
}

.color-red,
.color-red-hover:hover {
  color: #C1181D !important;
}
.bg-red,
.bg-red-hover:hover {
  background-color: #C1181D !important;
}

.color-red-black,
.color-red-black-hover:hover {
  color: #840004 !important;
}
.bg-red-black,
.bg-red-black-hover:hover {
  background-color: #840004 !important;
}

.color-green,
.color-green-hover:hover{
    color: #26ad48 !important;
}
.bg-green,
.bg-green-hover:hover{
    background-color: #26ad48 !important;
}

@media (max-width: 991px) {
    .hide-990 {
        display: none !important;
    }
}

#fix-menu{

}
.search-form .btn,.search-form .btn:hover {
    background:rgb(77,78,91);
    padding-left:30px;
    padding-right:30px;
}
.search-form .btn i {
    font-size:18px;
}
#fix-menu.fixed{
    transition: .3s;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding-top:10px;
}
#fix-menu .top-header{
    transition: .3s;
    padding-top: 30px;
    padding-bottom: 30px;
    display:flex;
    justify-content: space-between;
}
#fix-menu.fixed .top-header{
    padding-top: 2px;
    padding-bottom: 2px;
}
#fix-menu .top-header #mse2_form {
    height:55px !important;
    background: #C1181D;
}
.block-for-contacts {
    width:250px;
}
@media(max-width:768px) {
    #fix-menu .top-header {
        flex-wrap:wrap !important;
    }
    .form-for-search {
        margin-top:20px;
        margin-bottom:20px;
    }
    .block-for-contacts {
        width:100% !important;
        text-align:center !important;
    }
    .header_phone {
        font-size:16px !important;
    }
}
.header_phone {
    font-size:24px;
    font-weight:900;
    color:#fff;
    text-decoration: none;
}

.nav {

}
.nav ul{

}
.nav li{
    position: relative;
}
.nav a{
    position: relative;
    z-index: 9999;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    text-transform:uppercase;
}
.nav .active>a,
.nav li:hover>a,
.nav .sub li:hover>a{
    transition: .3s;
    color: #C1181D;
}
.nav .sub a{
    color: #1f222f;
}
.nav .sub li{
    position: relative;
    display: block;
    width: 100%;
}
.btn-plus{
    cursor: pointer;
    display: none;
}
.nav .sub{
    transition: .3s;
    position: absolute;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    width: 240px;
    height: auto;
    left: 0;
    text-align: left;
}
.nav li:hover>.sub{
    visibility: visible;
    z-index: 999;
    opacity: 1;
}
.nav .sub ul{
    position: relative;
    display: block;
    width: 100%;
    transition: .3s;
    background: #f4f4f5;
    padding: 10px 15px !important;
    top: 90px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}
.nav li:hover>.sub ul{
    top: 20px;
}
.sub ul:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -30px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f4f4f5;
}
.nav .sub li{

}
.nav .sub li a{
    position: relative;
    display: block;
    padding: 5px 0;
}
.bg-black-new {
    background:rgba(31, 34, 47, .5);
}
.title-banner-new {
    text-transform:uppercase;
    font-size:2.57rem;
    color:#fff;
    font-weight:500;
    padding-top: 35px;
    padding-bottom:35px;
    border-top: 5px solid #fff;
    border-bottom:5px solid #fff;
    /*padding-right:70px;*/
    width:60%;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);

}
.flex-banner-block {
    display:flex;
    justify-content:space-between;
}
.right-banner-block {
    width:40%;
}
@media(max-width:620px) {
    .right-banner-block {
        width:100%;
        text-align:center;
    }
    .title-banner-new {
        width:100%;
    }
    .flex-banner-block {
        flex-wrap:wrap;
    }
}
.weStage__icon {
    width: 70px;
    height: 70px;
    border-width: 3px;
    margin: 0 0 -45px -35px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: background-color .2s;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e3000b;
    border: 2px solid #fff;
    outline: none;
    color: #fff;
    z-index:200;
}
.text-con {
    margin-bottom:150px;
}
.bg-banner-main {
    position:relative;

}
.arrow-left-4,
.arrow-right-4,
.arrow-top-4,
.arrow-bottom-4 {
    width: 45px;
    height: 70px;
    cursor: pointer;
}
.arrow-left-4 polygon,
.arrow-right-4 polygon,
.arrow-top-4 polygon,
.arrow-bottom-4 polygon {
    fill: #fff;
    transition: fill 0.5s ease-out;
}
.arrow-left-4 {
    transform: rotate(180deg);
}
.arrow-top-4 {
    transform: rotate(270deg);
}
.arrow-bottom-4 {
    transform: rotate(90deg);
}

.cart-production a {
    border: 1px solid #cad6dd;
    position:relative;
}
.cart-name-production {
    text-transform:uppercase;
    color:#1f222f !important;
}
.weStage__icon:hover {
    background:#1f222f !important
}

/*  КОРЗИНА  */
#korzina{
    transition: .3s;
    position: fixed;
    display: block;
    z-index: 99;
    overflow: hidden;
    top: 40%;
    right: 0;
    font-size: 22px;
}
.korzina-block{
    transition: .3s;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-right: 0;
    border-radius: 2px 0 0 2px;
}
.korzina-block:hover{
    padding-right: 20px;
}
.korzina-block.empty{
    opacity: 0;
    right: -100%;
}
.korzina-block.not_empty{
    opacity: 1;
    right: 0;
}
.korzina-block i{

}
.korzina-block .countzakaz{

}
.korzina-block:hover .countzakaz{
    color: #fff;
}

/* ///////////////////////
    OLD
   ///////////////////////
*/
.warning-message{
    position: relative;
    display: block;
    width: 100%;
    padding: 20px;
    background: #fff6cb;
    border-radius: 4px;
    margin: 20px 0 20px 0;
}

/* ======== sticky ======== */
.sticky {
    position: fixed;
    z-index: 101;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .stop {
    position: relative;
    z-index: 101;
  }

  .close-katalog-menu{
    transition: 1s cubic-bezier(.4,.36,.09,1.1);
    position: fixed;
    display: block;
    z-index: 999;
    right: 2px;
    top: -100%;
    text-decoration: none;
    color: #fff;
    padding: 5px 11px;
    background: #c73103;
    border-radius: 100%;
}
.show-katalog-menu .close-katalog-menu {
    top: 0;
    right: 0;
    border-radius: 0;
    font-size: 24px;
}
.close-katalog-menu:hover{
    background: #ab2800;
    color: #fff;
}

.big-katalog-menu{
    transition: .5s;
    position: fixed;
    display: block;
    left: -150%;
    top: 0;
    z-index: 9999;
    height: 100%;
    width: 100%;
}
.big-katalog-menu.show-katalog-menu{
    left: 0;
}
.big-katalog-menu:after{
    content: "";
    transition: 1s;
    position: fixed;
    z-index: 0;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    opacity: 0;
    background: #1F222F;
}
.show-katalog-menu.big-katalog-menu:after{
    width: 100%;
    opacity: .95;
}
.row-aside-katalog-menu{
    position: relative;
    display: block;
    z-index: 9;
    padding: 40px 50px 10px 30px;
    margin: 0;
    background: #eff0f0 !important;
    box-shadow: 0 30px 100px rgba(0,0,0,.9);
    width: 100%;
    max-width: 800px;
    height: 100%;
    overflow-y: auto;
}
.aside-katalog-menu{
    position: relative;
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 300;
    line-height: 20px;
}
.aside-katalog-menu li{
    list-style: none;
    padding: 0px;
    margin: 0;
    font-weight: 400;
}
.aside-katalog-menu a{
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 5px;
    color: #1f222f;
}
.aside-katalog-menu a .title,
.aside-katalog-menu a .thumb {
    position: relative;
    display: inline-block;
}
.aside-katalog-menu a .thumb {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 5px;
}
.aside-katalog-menu a .title {

}
.aside-katalog-menu li:hover>a{
    color: #C1181D;
    background: #fff;
}
.aside-katalog-menu a i{
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: 400;
    font-size: 16px;
}
.aside-katalog-menu .level-1 > i{
    top: 5px;
}
.aside-katalog-menu li.active > a{
    color: #C1181D;
}
.aside-katalog-menu li > a:before,
.aside-katalog-menu li > .active:before {
    transition: .5s;
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 0;
    left: -3px;
    top: 0;
    background: #C1181D;
}
.aside-katalog-menu .level-2:hover>a:before {
    transition: .25s;
}
.aside-katalog-menu .level-2:hover>a:before,
.aside-katalog-menu li > a:hover:before,
.aside-katalog-menu li > .active:before{
    height: 100%;
}
.aside-katalog-menu .level-1{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.aside-katalog-menu .level-1 > a{
    font-weight: 900;
    background: none !important;
}
.aside-katalog-menu .active .level-1 {
    font-weight: 600;
}
.aside-katalog-menu .level-2{
    font-size: 16px;
    font-weight: 600;
}
.aside-katalog-menu .level-3 a{
    padding: 5px 10px 5px 20px;
    font-size: 14px;
}
.aside-katalog-menu .level-3 a:after{
    content: "-";
    position: absolute;
    left: 9px;
    top: 2px;
    font-size: 18px;
}
.aside-podrazdel{
    padding: 0 0 0 20px;
    margin: 10px 0 30px 0px;
}

.drugie{
    position: relative;
    display: block;
}
.drugie .link {
    display: inline-block;
}
.drugie .link a,
.drugie .link .active{
    transition: .3s;
    position: relative;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 6px 3px 6px;
    margin: 4px 4px 4px 0;
    background: #fff;
    border: #dfe0e0 1px solid;
    border-radius: 23px;
    display: inline-block;
}
.drugie .link .active,
.drugie .link a:hover{
    color: #fff;
    background: #C1181D;
    border: #C1181D 1px solid;
}

.category-tpl{
    transition: .3s;
    position: relative;
}
.category-tpl a{
    position: relative;
    display: block;
    text-decoration: none;

    padding: 20px 0 0px 0;
    margin: 30px 0 0 0;
    background: #fff;
    border: 5px solid #eff0f0;
}
.category-tpl a:hover{
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
}
.category-tpl a .thumb {
    position: relative;
    height: 130px;
    padding: 0 15px;
}
.category-tpl a .thumb img{
    height: 100%;
}
.category-tpl .text{
    transition: .3s;
    position: relative;
    display: table;
    width: 100%;
    padding: 10px 15px;
    height: 100px;
}
.category-tpl .text h3{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
    margin: 0;
}
.category-tpl a:hover .text{
    background: #e4e7e8;
}
.category-tpl .text .title{
    position: relative;
    font-size: 16px;
    font-weight: 900;
}
.category-tpl .text .descr{
    position: relative;
    min-height: 70px;
}
.category-tpl .text .descr p{
    margin: 0;
}

.zakaznie-tpl {
    transition: .3s;
    position: relative;
    padding: 20px;
}
.zakaznie-tpl:hover{

}
.zakaznie-tpl img{
    position: relative;
    height: 120px;
    margin: 0px auto 10px auto;
}
.zakaznie-tpl .title{
    position: relative;
}
.zakaznie-tpl .full{
    display: none;
    top: 0;
}
.zakaznie-tpl .dop-info-icon{
    position: absolute;
    display: block;
    z-index: 9;
    right: 7px;
    top: 5px;
    background: #C1181D;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 100%;
    border: #fff 1px solid;
}
.zakaznie-tpl:hover .full{
    transition: .3s;
    position: absolute;
    display: block;
    width: 100%;
    /* min-width: 220px; */
    font-size: 13px;
    text-align: left;
    left: 0;
    top: 100%;
    z-index: 9;
    background: #eeeaea;
    padding: 15px 15px 0px 15px;
    -webkit-animation: fadeIn 150ms;
    animation: fadeIn 150ms;
    box-shadow: 0 4px 6px rgba(51, 51, 51, 0.2);
    border-radius: 0;
}
.zakaznie-tpl:hover .full:after {
    content: " ";
    transition: .1s;
    opacity: 1;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    left: 20px;
    top: -10px;
    -webkit-margin-top-collapse: -7px;
    border-width: 0 16px 16px;
    border-bottom-color: #eeeaea;
}

/* Блоки с разворчивающимся контентом */
.hide,
.hide + label ~ .hide-text {
    display: none;
}
.hide + label {
    transition: .3s;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: 45px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 35px;
    background: #fff;
    border: #e4e7e8 1px solid;
}
.hide + label .weStage__icon  {
    top:10% !important;
    left: 95% !important;
    z-index:0 !important;
}
@media(max-width:768px) {
    .hide + label .weStage__icon {
        display:none;
    }
}
.hide + label:hover{
    background: #e4e7e8;
}
.hide:checked + label {
    background: none;
    border: transparent 1px solid;
}
.hide:checked + label + .hide-text {
    position: relative;
    display: block;
    -webkit-animation: fade ease-in .5s;
    -moz-animation: fade ease-in .5s;
    animation: fade ease-in .5s;
    /* background: #e4e7e8; */
    padding: 15px 0 0 0;
}
.hide:checked + label + .hide-text:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    margin: 0;
    border-top: #e9e5e7 1px solid;
    left: 0;
    top: 0;
}
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
/*.hide + label:after {
    content: "\002B";
    transition: .3s;
    position: absolute;
    display: block;
    top: 13px;
    left: 13px;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #C1181D;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hide:checked + label:before {
    content: "\2212";
    background: #dfe0e0;

}*/

.dinamic-table-title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: 900;
}
.dinamic-table{
    font-size: 13px;
}
.dinamic-table tr{
    background: #e4e7e8;
}
.dinamic-table tr:nth-child(odd) {
    background-color: #fff;
}
.dinamic-table th,
.dinamic-table td{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: #e4e7e8 1px solid;
    vertical-align: middle;
}
.dinamic-table th:nth-child(1),
.dinamic-table td:nth-child(1){
    font-weight: 600;
    min-width: 140px;
}
.dinamic-table th{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    background: #dbe0e2;
    border: #e4e7e8 1px solid;
}
.dinamic-table td{

}

table tr.number-tr {
    counter-increment: rowNumber;
}
table tr.number-tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: 0.5em;
}

.price-one {
    transition: 0.3s;
    position: relative;
    display: block;
    cursor: pointer;
}
.price-one.show strong {
    display: none;
}
#close-price {
    display: none;
}
.price-one.show #close-price {
    display: block;
}
#arrows-v {
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 16px;
    color: #000;
}
.price-one.show #arrows-v {
    display: none;
}
.price-other-counts.page {
    transition: 0.5s;
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    text-align: center;
    left: inherit;
    top: inherit;
    z-index: 1;
    box-shadow: none;
    background: #fff;
    padding: 0px;
    border: 0;
    color: #000;
}
.price-other-counts {
    transition: 0.25s;
    position: absolute;
    visibility: hidden;
    /* opacity: 0; */
    min-width: 260px;
    top: 0px;
    left: -35% !important;
    /* z-index: -999; */
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.4);
    background: #fff;
    padding: 0px;
    border: #2c2f3e 4px solid;
    color: #000;
}
.price-one.show .price-other-counts,
.price-one:hover .price-other-counts {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 9999 !important;
    top: 5px !important;
}
.price-other-counts.page:before {
    display: none;
}
.price-other-counts .header-block {
    font-weight: 600;
    background: #e4e7e8;
    padding: 5px 5px;
    margin-bottom: 5px;
}
.price-other-counts .znacheniya-block {
    margin-bottom: 5px;
}
.price-other-counts .price-column {
    position: relative;
    display: block;
    width: 100%;
}
.price-other-counts .price-column .divider {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: #e7e7ea 1px solid;
    padding: 0;
    margin: 1px 0;
}
.price-other-counts .price-other {
}
.price-other-counts .price-counts-tovar {
}

.scroll-block,
[class*="scroll-block-"],
.scroll-content-block {

}

.scroll-block .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    border-radius: 0 !important;
}
.scroll-block .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0,0,0,.15);
    opacity: 0 !important;
}
.scroll-block .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #2c2f3e;
    margin: 0 0 0 9px;
}
.scroll-block .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.scroll-block-x .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 10px;
}

#filters{
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    font-size: 0px;
}
.filter-block{
    display: table-cell !important;
    border: 1px solid #c1c4c8;
    white-space: normal;
    font-size: 16px;
}

.title-td{
    position: relative;
    min-width: 180px;
}
.title-td-img{
    transition: .35s;
    position: absolute;
    display: block;
    left: 100%;
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
    max-width: 242px;
    max-height: 242px;
    text-align: center;
    padding: 4px;
    background: #525659;
    box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
.title-td:hover>.title-td-img{
    top: -10px;
    z-index: 99;
    opacity: 1;
}
.title-td-img img{
    position: relative;
    max-height: 100%;
    width: 100%;
    display: block;
}

.pdf-col{
    min-width: 70px;
}
.cena-col{
    min-width: 85px;
}
.add-col {
    width: 50px;
}

.tab-menu-tables{
    position: relative;
    display: block;
    width: 100%;
}
.tab-menu-tables a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #fff;

}
.tab-menu-tables a:hover,
.tab-menu-tables a.active{
    text-decoration: none;
    background-color: #e4e7e8;
}

.pdf-window.fancybox-content{
    width: 100%;
    max-width: 900px;
    padding: 0;
}
.pdf-window .close{
    opacity: 1;
    color: #fff;
}
.pdf-window object{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.inamic-table-title{

}

.char-block{

}
.char-block p{
    margin: 0;
}

.doc-pdf.page{
    width: 100%;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}
.doc-pdf.page object{
    position: relative;
    display: block;
    width: 100%;
    z-index: 0;
}
.doc-pdf.page object p{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    word-spacing: normal;
    word-break: normal;
    clear: both;
    top: 0;
    padding: 50px 20px;
    background: #fff;
}
.doc-btn{
    transition: .3s;
    position: relative;
    display: inline-block;
    z-index: 99;
    text-decoration: none;
    padding: 10px 12px;
    background: #525659;
    color: #fff;
    font-size: 14px;
}
.doc-btn:hover{
    background: #dfe0e0;

}
.razdeli-slider{
    position: relative;
    display: block;
    overflow: hidden;
}
.razdeli-slider:before,
.razdeli-slider:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    width: 33%;
    height: 100%;
}
.razdeli-slider:after{
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(224,230,233,1) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,#eff0f0 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,#eff0f0 100%);
    right: 0;
}
.razdeli-slider:before{
    background: -moz-linear-gradient(left,rgba(224,230,233,1) 0,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,#eff0f0 0,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,#eff0f0 0,rgba(255,255,255,0) 100%);
    left: 0;
}
.title-slider{
    position: relative;
    display: inline-block;
}

.razdeli-slider .active-slide.razdeli-tpl {
    position: relative;
    display: block;
    z-index: 9;
}
.razdeli-tpl{
    transition: .3s;
    position: relative;
    display: block;
    min-width: 340px;
    text-decoration: none;

    text-align: center;
    opacity: .8;
    z-index: 1;
}
.active-slide .razdeli-tpl{
    opacity: 1;
}
.razdeli-tpl:hover{

}
.razdeli-tpl .icon-big{
    transition: .3s;
    position: relative;
    display: block;
    height: 180px;
    margin: 0 auto 5px auto;
    opacity: .4;
}
.active-slide .razdeli-tpl .icon-big {
    opacity: 1;
}
.razdeli-tpl .title{
    position: relative;
    border-bottom: #d4d4d4 2px solid;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
.active-slide .razdeli-tpl .title {
    border-bottom: #2f2f2f 2px solid;
}
.active-slide .razdeli-tpl .title:after{
    content: "";
    position: relative;
    display: block;
    width: 18px;
    height: 20px;
    background-color: #eff0f0;
    border-left: 2px solid;
    border-bottom: 2px solid;
    margin: 2px auto -22px auto;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.razdeli-tpl .descr{
    transition: .3s;
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    display: none;
    text-align: left;
}
.active-slide .razdeli-tpl .descr{
    display: block;
}
.razdeli-tpl .descr .btn{
    position: relative;
    display: block;
    margin: 0 auto 0px auto;

}

.slider-btn{
    cursor: pointer;
    transition: .5s;
    outline: 0;
    font-size: 26px;
    position: relative;
    display: inline-block;
    background: #e4e7e8;
    padding: 2px 10px;
    line-height: 0;
    text-align: center;

    margin: 0;
}
.slider-btn:hover{
    background: #C1181D;
    color: #fff;
}
#razdeli .slider-pagination{
    position: absolute;
    text-align: center;
    bottom: 0px;
}
#razdeli .slider-pagination .swiper-pagination-bullet {
    outline: 0;
    transition: .5s;
    opacity: .5;
    cursor: pointer;
    width: 11px;
    height: 11px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 3px;
    background: #c0b4b8;
    border: 0;
}
#razdeli .slider-pagination  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #C1181D;
    border-color: #fff;
    width: 25px;
    border-radius: 6px;
    margin: 0 4px;
}

#partners{
    position: relative;
    display: block;
    overflow: hidden;
}
.fff-bg .slider-btn{
    background: #eff0f0;
}
.fff-bg .slider-btn:hover{
    background: #C1181D;
}
.partners-slider-tpl{

}
.partners-slider-tpl img{

}
#partners-pagination.partners-slider-pagination{
    position: relative;
    margin: 0;
    bottom: auto;
}
#partners-pagination.partners-slider-pagination span{
    transition: .5s;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0;
    background: #dfe0e0;
    opacity: 1;
}
#partners-pagination.partners-slider-pagination span:hover,
#partners-pagination.partners-slider-pagination span.swiper-pagination-bullet-active{
    transition: .5s;
    opacity: 1;
    background: #e3000b;
    width: 16px;
}
.spec_text {
    font-size: 1.43rem;
    font-weight: 700;
    padding-bottom: 30px;
    color:#1f222f !important;
    border-bottom:4px solid #1f222f;
    margin-bottom:35px;
}

.crumbs-block{
    padding: 4px 0 7px 0;
    font-size: 13px;
    color: #eff0f0;
    background-
}
.crumbs-block ul{
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}
.crumbs-block ul li{
    display: inline-block;
    list-style: none;
    margin: 4px 0;
    padding: 0;
}
.crumbs-block .separator {
    position: relative;
    opacity: .3;
    font-size: 16px;
    top: 2px;
}
.crumbs-block a{
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 0px;
}
.crumbs-block a:hover{
    text-decoration: none;
}

.crumbs-block a:before,
.crumbs-block a:after{
    transition: 1s;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
}
.crumbs-block a:before{
    width: 100%;
    border-bottom: 1px dashed;
}
.crumbs-block a:after{
    width: 0;
    border-bottom:#C1181D 2px solid;
    bottom: -1.5px;
}
.crumbs-block a:hover:after{
    width: 100%;
}
.crumbs-block .disabled{
    position: relative;
    display: inline-block;
    opacity: .6;
    padding: 0 2px;
}

.news-tpl{
    transition: .5s;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    border-radius: 5px;
}
.news-tpl:hover{
    box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.2);
}
.news-tpl a{

    text-decoration: none;
}
.news-tpl .thumb{
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
    background-image: url(/assets/logo/logo-mono.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    background-color: #f1f1f1;
}
.news-tpl .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
    width: auto;
}
.news-tpl .text-block{
    position: relative;
}
.news-tpl .text-block .title{
    position: relative;
}
.news-tpl .descr{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}
.news-tpl .data-hand{
    transition: .3s
}
.news-tpl:hover .data-hand{

}
.news-tpl.aside .thumb{
    height:100px;
}
.news-tpl.aside .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
    width: auto;
}
.news-item {
    margin-bottom:60px !important;
}
.news-item p {
    font-size:22px !important;
}
.big-button-red {
    padding:20px 70px;
    font-size:18px;
    font-weight:500;
    background: #e3000b;
    color:#fff;
}
@media(max-width:768px) {
.bg-white.news-block  {
    padding-left:20px !important;
    padding-right:20px !important;
}
.news-item p {
    font-size:18px !important;
}
.bead-block {
    height:auto;
}
}
.blog-tpl{
    transition: .5s;
    position: relative;
    overflow: hidden;
    background-color: #e4e7e8;
}
.blog-tpl:hover{
    background-color: #fff;
    box-shadow: 0px 5px 80px rgba(0, 0, 0, 0.15);
}
.blog-tpl a{
    text-decoration: none;
}
.blog-tpl .text-block{
    position: relative;
}
.blog-tpl .text-block .title{
    position: relative;
}
.blog-tpl .descr{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}
.blog-tpl .data-hand{
    transition: .3s;
    color: #bfb2b6;
}
.blog-tpl:hover .data-hand{

}
.blog-tpl.aside .thumb{
    height:100px;
}
.blog-tpl.aside .thumb img{
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%;
    max-width: initial;
    min-width: 100%;
    width: auto;
}

.data-hand.page i {
    margin: 0 6px 0 0;
}

.title-aside{
    position: relative;
    display: block;
    margin: 0 0 15px 0;
}
.partners-line {
    border-bottom:2px solid #eff0f0 !important;
}
@media(max-width:768px) {
.partners-page {
    padding-left: 15px !important;
    padding-right:15px !important;
}
.none-mobile {
    display:none !important;
}
}
.mt-83 {
    margin-top:83px !important;
}
.display-flex {
    display:flex;
    justify-content:space-between;
}
.accordion-expand-all{
    cursor: pointer;
}
.vakansii {
    position: relative;
    display: block;
}
.vakansii-one{
    overflow: hidden;
    background-color: #eff0f0;
}
.vakansii-one-title{
    transition: .5s;
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.vakansii-one-title:hover{
    background: #e2e5e5;
}
.text-vakansiya{
    border: #dfe0e0 1px solid;
}

#quote.vakansii-one{
    border-radius: 0;
    margin: 20px 0;
}
#quote .vakansii-one-title{
    transition: .5s;
    position: relative;
    display: block;
    overflow: initial;
    cursor: pointer;
    font-size: 18px;
    text-transform:uppercase;
    font-weight: 600;
    padding: 30px 50px;
    margin: 0;
    background: #fff;
    border: #dfe0e0 1px dashed;
    border-radius: 0;
}
#quote:hover .vakansii-one-title{
    border: #e4e7e8 1px solid;
}
#quote .vakansii-one-title span{
    transition: .3s;
    position: absolute;
    left: 30px;
    top: 30px;
    opacity: 1;
}
#quote .text-vakansiya {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px 8px 30px;
    background: #eff0f0;
    border-top: 0;
}
#quote .text-vakansiya:after {
    content: " ";
    transition: .1s;
    opacity: 1;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    left: 60px;
    top: -14px;
    border-width: 0 26px 26px;
    border-bottom-color: #eff0f0;
}

/* Lazy load images — плавное появление изображения */
img.lazy:not([src]) {
    visibility: hidden;
}
img.lazy {
    opacity: 1;
    transition: opacity 25ms ease-in-out;
}
img.lazy[data-src] {
    opacity: 0;
}

/* Lazy load images — blur, scale, opacity размытые изображения
img.lazy {
    filter: blur(.5vw);
    transform: scale(1.075);
}
img.lazy > .blur-in[data-src] {
    will-change: transform, opacity;
    animation: blur-in 1s ease-in-out;
}
@keyframes blur-in {
    0% { transform: scale(1.075); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
} */

.search-form{
    transition: .3s;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 9;
}
.search-form:hover{

}
.search-form .form-group {
    margin-bottom: 0;
}
.search-form input{
    transition: .3s;
    position: relative;
    height:55px;
}
.search-form input:focus,
.search-form input:active{
    border:none;
}
.search-form .btn{
    transition: .3s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.search-form:hover .btn{
    color: #fff;
    background-color: #C1181D;
}

.result-block{
    border: #fff 1px solid;
}
.result-block:hover{
    color: #1F222F;
    border: #fff 1px solid;
    background: #e6e7eb;
}
.result-block a{
    position: relative;

}
.result-block:hover a{
    color: #000;
}
.result-block.ajax-block{
    box-shadow: none;
}
body .form-control {
    transition: .3s;
    outline: none;
    border: none;
}
body .form-control:focus {
    transition: .3s;
    outline: 0;
    border: none;
    box-shadow: none;
}
body .ui-widget.ui-widget-content{
    z-index: 999;
    border-radius: 4px;
    max-height: 400px;
    overflow-x: auto;
    font-size: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}
body .ui-menu .ui-menu-item {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    cursor: pointer;
    list-style-image: none;
    list-style: none;
    padding: 0;
    border: none;
    border-bottom: #e4e7e8 1px solid;
}
body .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    border: none;
    overflow: hidden;

}
body .ui-menu .ui-menu-item,
body .ui-menu .ui-menu-item:hover
body .ui-menu .ui-menu-item a,
body .ui-menu .ui-menu-item a:hover{
    text-decoration: none;

}
body .ui-menu .ui-menu-item .parent-title{
    position: relative;
    float: right;
    padding: 2px 10px 3px 10px;
    margin: -3px 0 5px 0;
    background-color: #e4e7e8;
    text-transform: lowercase;
    border-radius: 10px;
    font-size: 12px;
}
.search-last-result{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #e9e5e7;
    border: #e9e5e7 1px solid;
    font-size: 14px;
    font-weight: 600;
}
.search-last-result:hover{
    background: #fff;
}

.video-presentation{
    text-decoration: none;
}
.video-presentation .container{
    position: relative;
    z-index: 2;
}
.video-presentation .descr{
    position: relative;
}
.video-presentation .descr .title{
    position: relative;
}
.video-presentation .descr .anons{
    position: relative;
}
.video-presentation .icon-video{
    width: 100px;
}

#pdopage .pagination{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
#pdopage .pagination{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 14px;
}
#pdopage .pagination li{
    list-style: none;
    display: inline-block;
}
#pdopage .pagination li a,
#pdopage .pagination .disabled span{
    text-decoration: none;

    padding: 7px 14px;
    background: #e4e7e8;
    margin: 4px 5px;
    border-radius: 4px;
}
#pdopage .pagination .active a,
#pdopage .pagination li a:hover{
    position: relative;
    background: #C1181D;
    color: #fff;
}
#pdopage .pagination .active a {
    font-weight: 900;
}
#pdopage .pagination .active a:after {
    content:"";
}

.kontakt-block p{
    margin: 0;
}
.kontakt-block a{
    text-decoration: none;
}
.kontakt-block a:hover{
    color: #C1181D;
}
.kontakt-block a:before,
.kontakt-block a:after{
    transition: 1.5s;
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: -1px;
}
.kontakt-block a:before{
    width: 100%;
    border-bottom: 1px dashed;
}
.kontakt-block a:after{
    width: 0;
    border-bottom:#C1181D 2px solid;
}
.kontakt-block a:hover:after{
    width: 100%;
}
.adres-kompanii p{
    margin: 0;
}

.rekviziti{
    position: relative;
}
.rekviziti p{
    margin: 0;
}

.tab {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.tabs li {
    transition: .3s;
    outline: none;
    background-color: #e4e7e8;
    padding: 14px 20px 10px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #a1a4a5;
}
.tabs li:hover{
    background-color: #eff0f0;
}
.tabs_item {
    display: none;
}
.tabs_item .form-default .input-wrapper label {
    background: transparent !important;
}
.tabs_item .form-default input, .tabs_item .form-default textarea {
    background: #eff0f0 !important;
}

.tabs_item:first-child {
    display: block;
}
.tabs li.current,
.tabs li.current:hover {
    background-color: #fff;
    cursor: default;
    color: #1f222f;
}

.code-map{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.code-map > ymaps{
    position: absolute;
    display: block;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
}
@media (max-width: 991px) {

}

/* для элемента input c type="checkbox" */
.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .custom-checkbox>input:after{
      content: "";
  }
  .custom-checkbox>input:checked:after{

  }

  /* для элемента label, связанного с .custom-checkbox */
  .custom-checkbox>span {
    display: inline-flex;
    /*align-items: center;*/
    user-select: none;
    padding: 0 0 0 20px;
  }

  /* создание в label псевдоэлемента before со следующими стилями */
  .custom-checkbox>span::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    background: #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
    margin-top: 5px;
    left: 8px;
    top: 0;
  }

  /* стили при наведении курсора на checkbox */
  .custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
    border-color:  #c1181d;
  }

  /* стили для активного чекбокса (при нажатии на него) */
  .custom-checkbox>input:not(:disabled):active+span::before {
    background-color:  #c1181d;
    border-color:  #c1181d;
  }

  /* стили для чекбокса, находящегося в фокусе */
  .custom-checkbox>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
  .custom-checkbox>input:focus:not(:checked)+span::before {
    border-color:  #c1181d;
  }

  /* стили для чекбокса, находящегося в состоянии checked */
  .custom-checkbox>input:checked+.title{
    color: #c1181d;
  }
  .custom-checkbox>input:checked+span::before {
    border-color: #c1181d;
    background-color: #c1181d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  }

  /* стили для чекбокса, находящегося в состоянии disabled */
  .custom-checkbox>input:disabled+span::before {
    background-color: #e9ecef;
  }

/* для элемента input c type="radio" */
.custom-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }

  /* для элемента label связанного с .custom-radio */
  .custom-radio>span {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }

  /* создание в label псевдоэлемента  before со следующими стилями */
  .custom-radio>span::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
  }

  /* стили при наведении курсора на радио */
  .custom-radio>input:not(:disabled):not(:checked)+span:hover::before {
    border-color:  #c1181d;
  }

  /* стили для активной радиокнопки (при нажатии на неё) */
  .custom-radio>input:not(:disabled):active+span::before {
    background-color:  #c1181d;
    border-color:  #c1181d;
  }

  /* стили для радиокнопки, находящейся в фокусе */
  .custom-radio>input:focus+span::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  .custom-radio>input:focus:not(:checked)+span::before {
    border-color:  #c1181d;
  }

  /* стили для радиокнопки, находящейся в состоянии checked */
  .custom-radio>input:checked+span::before {
    border-color: #c1181d;
    background-color: #c1181d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }

  /* стили для радиокнопки, находящейся в состоянии disabled */
  .custom-radio>input:disabled+span::before {
    background-color: #e9ecef;
  }

/****
 ///////  Подвал  ///////
****/
#zakazat-obrazci{
    max-width: 650px;
    width: 100%;
    padding: 0;
    box-shadow: 0 0px 150px rgba(0,0,0,.81);
    background: #eff0f0;
    overflow: initial;
}
#zakazat-obrazci .logo{
    position: relative;
    display: block;
    margin: 0px auto 0px auto;
    height: 130px;
}
#zakazat-obrazci .fancybox-content{
    display: block;
}
.close{
    display: none;
}
.fancybox-container .close{
    cursor: pointer;
    transition: .3s;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #fff !important;
    background: #c1181d;
    opacity: 1;
    text-shadow: none;
    font-weight: 300;
    padding: 5px 10px 5px 10px;
    border: 0;
    -webkit-appearance: none;
    z-index: 999;
    opacity: 1;
}
.close:hover{
    color: #fff;
    background: #750003;
}

body .fancybox-content{
    padding: 0;
    width: 100%;
}

footer{

}
#footer{

}
#footer .logo{
    opacity: .15;
}
@media (max-width: 991px) {
    footer{
        padding-bottom: 60px;
    }
    .copyright-block,
    .link-razrabotka{
        text-align: center;
    }
}
footer a{
    display: inline-block;
    z-index: 9;
    text-decoration: none;
    color: #7d7d7d;
    padding: 2px 0;
}
footer a:hover{
    color: #C1181D;
}

footer .start,
.footer-nav a.start{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.footer-nav li .start span {
    padding: 0;
}
.footer-nav li a.start span:before{
    display: none;
}
.footer-nav{
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
}
.footer-nav li{
    position: relative;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav li a{
    position: relative;
    color: #7d7d7d;
}
.footer-nav:hover .start,
.footer-nav .active,
.footer-nav .active a,
.footer-nav li a:hover{
    color: #C1181D;
}
.footer-nav li span{
    position: relative;
    display: block;
    padding: 0 0 0 14px;
}
.footer-nav li a span:before,
.footer-nav li span:before{
    content: "";
    transition: .3s;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 8px;
    width: 6px;
    border: 1px solid;
}
.footer-nav li:hover a span:before,
.footer-nav li:hover span:before,
.footer-nav .active a span:before,
.footer-nav .active span:before {
    width: 10px;
}

.copyright{
    transition: .3s;
}
.copyright:hover{
    color: #fff;
}

.menu-sitemap{
    position: relative;
}
.menu-sitemap .start > a{
    font-weight: 600;
}
.menu-sitemap a{

}
.menu-sitemap li{
    list-style: none;
}

form input[name="surname"] {
    position: absolute;
    display: block;
    width: 2px;
    height: 3px;
    margin-bottom: -3px;
    opacity: .01;
    z-index: 0;
}
form.form-default .dop-text-input{
    display: none;
}

.copyright-block{
    position: relative;
}
.copyright-block a{
    border-bottom: 1px dashed;
}

.form-default .form-default{
    position: relative;
    display: block;
    width: 100%;
    z-index: 9;
}
.form-default .input-wrapper{
    position: relative;
    width: 100%;
}
.form-default .input-wrapper label{
    transition: .2s;
    position: absolute;
    display: block;
    background: #fff;
    z-index: 2;
    top: 20px;
    left: 15px;
    font-size: 14px;
}
.form-default input,
.form-default textarea{
    transition: .5s;
    outline: 0;
    position: relative;
    display: block;
    z-index: 0;
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0;
    border: #dfe0e0 1px solid;
    background: #fff;
}
.form-default textarea{
    position: relative;
}
.form-default input:disabled,
.form-default textarea:disabled {
    color: #43505e;
    cursor: default;
}
.form-default input:hover,
.form-default textarea:hover,
.form-default input:focus,
.form-default textarea:focus,
.form-default input:active,
.form-default textarea:active,
.form-default input:valid,
.form-default textarea:valid{
    background-color: #fff;
    transition: .5s;
    border: #e4e7e8 1px solid;
    box-shadow: 0 0px 20px -10px hsla(336,3%,38%,.25);
}
.form-default .input-wrapper:hover .input + label,
.form-default .input-wrapper input:focus + label,
.form-default .input-wrapper textarea:focus + label,
.form-default .input-wrapper input:valid ~ label,
.form-default .input-wrapper textarea:valid ~ label,
.form-default .input-wrapper input label:active,
.form-default .input-wrapper textarea label:active{
    top: -14px;
    left: 0px;
    font-size: 12px;
    color: #333;
    background-color: #eff0f0;
    padding: 3px 5px 0px 5px;

}
.form-default .input-wrapper input.error:focus + label,
.form-default .input-wrapper textarea.error:focus + label{
    color: #C1181D;
}
.form-default input.error,
.form-default textarea.error,
.form-default input.error + label,
.form-default textarea.error + label,
.form-default input:focus.error,
.form-default textarea:focus.error{
    border-color: #f7b0b0;
    color: #C1181D;
}
.form-default .main_input_file {
	display: none;
}

.form-default .upload_form{
    transition: .5s;
    position: relative;
    display: block;
    width: auto;
}
.form-default .upload_form{
    position: relative;
    display: inline-block;
    width: 100%;
}
.form-default .upload_form div {
    cursor: pointer;
    transition: .5s;
    position: relative;
    display: inline-block;
    float: left;
    background: #52606f;
    color: #fff;
    vertical-align: top;
    padding: 6px 10px;
}
.form-default .upload_form:hover div {
    background: #fbfb75;
    color: #43505e;
}

.consultation-form{
    position: relative;
}
.consultation-form:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/assets/des/consultation-form-1-4.svg);
    background-repeat: no-repeat;
    background-position: 3% center;
    background-size: 370px;
    opacity: .3;
}

form button,
form .button{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 0;
    transition: .4s;
}
form button.remove{

}
form button.remove:after,
form .button.remove:after{
    background: #b90a0a;
}
input[type=file] {
    transition: .4s;
}
.file-upload input[type="file"]{
    display: none;
}
.file-form-wrap{
    position: relative;
}
.file-upload {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 33px;
    background: #f9f4f4;
    border-radius: 3px;
    text-align: left;
}
.file-upload .button{
    position: relative;
    display: inline-block;
    width: max-content;
    border-radius: 0;
    padding: 0 10px 0 8px;
}
.file-upload #file-name{
    position: relative;
    display: inline-block;
    font-size: 14px;
    top: -10px;
    padding: 0 0 0 2px;
    width: 100%;
    max-width: 360px;
    white-space: nowrap;
}
.file-upload label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.file-upload span {
    line-height: 33px;
    font-weight:bold;
}
input#product_price {
    height:41px !important;
}
/* mobile */
@media (max-width: 812px) {
    .code-map,
    .code-map>ymaps{
        position: relative;
    }
    .b-100vh {
        height: initial;
    }
}

/*==============================*/
/* =========== Mobile =========== */
/*==============================*/

@media (max-width: 768px) {
    #fix-menu.fixed .top-header {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #mob-menu.show-menu{
        display: block !important;
    }
    #mob-menu{
        transition: .3s;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        overflow-y: auto;
        padding: 20% 40px 40px 40px!important;
        text-align: left;
    }
    #mob-menu .nav li {
        position: relative;
        display: block !important;
        font-size: 24px !important;
    }
    #mob-menu .nav li a{
        position: relative;
        display: block;
        z-index: 9999;
        text-decoration: none;
        font-weight: 400;
        color: #fff;
        padding: 10px 0 !important;
    }
    #mob-menu .nav .mobBigBtn{
        font-size: 18px;
        padding: 8px 15px 10px 15px !important;
        margin: 10px 0 10px -15px !important;
    }
}
.sort {text-decoration:none !important;}

/* iframe,ins {display:none !important;} */


.fancybox-slide--html .fancybox-close-small {
    background: #fff;
    color: red;
}

/* video_code */
.video_code iframe,
.videoCode iframe {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}

/* #map-code */
#map-code > ymaps,
#map-code > iframe {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    max-height: 100% !important;
}
body ._app_ready .layout-control-group {
    display: none !important;
}


/*Вкладки контента*/
.tab > input[type="radio"] {
    display: none;
  }

  .tab-content {
    display: none;
  }
  .tab-btn-0,
  .tab-btn-1,
  .tab-btn-2,
  .tab-btn-3,
  .tab-btn-4,
  .tab-btn-5,
  .tab-btn-6,
  .tab-btn-7,
  .tab-btn-8,
  .tab-btn-9,
  .tab-btn-10 {
      padding: 5px 10px;
      background:#2c2f3e;
      margin-left:5px;
      margin-right:5px;
      color:#fff;
      cursor:pointer;
      font-weight:bold;
      font-size:18px;
  }
  #tab-btn-0:checked~.tab-btn-0,
  #tab-btn-1:checked~.tab-btn-1,
  #tab-btn-2:checked~.tab-btn-2,
  #tab-btn-3:checked~.tab-btn-3,
  #tab-btn-4:checked~.tab-btn-4,
  #tab-btn-5:checked~.tab-btn-5,
  #tab-btn-6:checked~.tab-btn-6,
  #tab-btn-7:checked~.tab-btn-7,
  #tab-btn-8:checked~.tab-btn-8,
  #tab-btn-9:checked~.tab-btn-9,
  #tab-btn-10:checked~.tab-btn-10 {
      background:#C1181D;
  }
  #tab-btn-0:hover~.tab-btn-0,
  #tab-btn-1:hover~.tab-btn-1,
  #tab-btn-2:hover~.tab-btn-2,
  #tab-btn-3:hover~.tab-btn-3,
  #tab-btn-4:hover~.tab-btn-4,
  #tab-btn-5:hover~.tab-btn-5,
  #tab-btn-6:hover~.tab-btn-6,
  #tab-btn-7:hover~.tab-btn-7,
  #tab-btn-8:hover~.tab-btn-8,
  #tab-btn-9:hover~.tab-btn-9,
  #tab-btn-10:hover~.tab-btn-10 {
      background:#C1181D;
  }
  #tab-btn-0:checked~#content-0,
  #tab-btn-1:checked~#content-1,
  #tab-btn-2:checked~#content-2,
  #tab-btn-3:checked~#content-3,
  #tab-btn-4:checked~#content-4,
  #tab-btn-5:checked~#content-5,
  #tab-btn-6:checked~#content-6,
  #tab-btn-7:checked~#content-7,
  #tab-btn-8:checked~#content-8,
  #tab-btn-9:checked~#content-9,
  #tab-btn-10:checked~#content-10 {
    display: block;
  }

.order-flex {
    display:flex;
    flex-wrap:wrap;
}
.order-radio {
    padding:10px 50px 25px 20px;
    display:flex;
    align-items:center;
    width:25%;
}
.order-radio input[type=radio] {
    width:20px;
    height:20px;
    margin-right :10px;
    border-radius:50px;
    padding:0;
    appearance:auto !important;
    -webkit-appearance:auto !important;
}
.loginLegend {
    display:none;
}
.loginLoginFieldset {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.loginUsernameLabel, .loginPasswordLabel, .loginLoginButton {
    position:relative !important;
    width:29%;
}
.loginUsernameLabel input, .loginPasswordLabel input {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #000;
}
.loginLoginButton input {
    height:45px;
    color:#fff;
    font-weight:bold;
    background: #e3000b;
    opacity:1;
    position:relative;
    margin-top:10px;
}
@media(max-width:798px) {
    .loginUsernameLabel, .loginPasswordLabel, .loginLoginButton {
    width:100%;
    }
}
.flex {
    display:flex;
    flex-wrap:wrap;
}
.order_flex {
    margin:15px;
    border-radius: 7px;
    background:#C1181D;
    color:#fff !important;
    text-decoration:underline;
    padding:5px 15px !important;
    font-size:12px;
    width:13%;
    text-align:center;
}
.order_flex_close {
    margin:15px;
    border-radius: 7px;
    background:#1f222f;
    color:#fff !important;
    text-decoration:underline;
    padding:5px 15px !important;
    font-size:12px;
    width:13%;
    text-align:center;
}
