

/* Start:/local/templates/corporation/css/owl.carousel.css?17629294874614*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/corporation/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/templates/corporation/css/basket.css?176292948710934*/
.basket{margin:0 0 55px;}
.basket .clearfix{display:block;height:0;clear:both;}
.basket .items{border:1px solid #eaf0f2;}
.basket .items .box{display:table-cell;padding:0 15px;vertical-align:top;}
.basket .items .head{display:table;width:100%;margin:0 0 -1px;border-bottom:1px solid #eaf0f2;}
.basket .items .head .box{vertical-align:middle;padding-top:10px;padding-bottom:10px;}
.basket .items .head .title.prices{width:150px;}
.basket .items .head .title.prices.summ{width:175px;}
.basket .items .head .title.counter_t{width:185px;}
.basket .items .head .title{font-size:15px;line-height:16px;color:#fff;font-weight:500;}
.basket .items .head .title:first-of-type{padding-left:169px;}
.basket .items .item>.wrap{display:table;width:100%;border-spacing:0;border-collapse:collapse;}
.basket .items .item{border-top:1px solid #eaf0f2;}
.basket .items .item .box{padding-top:29px;padding-bottom:29px;}
.basket .items .item .box:first-of-type{padding-left:29px;}
.basket .items .item .box.buy_block{width:185px;}
.basket .items .item .image{float:left;width:110px;height:110px;line-height:110px;}
.basket .items .item .description{margin:14px 0 0;padding:0 0 0 140px;}
.basket .items .item .description .name{font-size:16px;font-weight:500;line-height:22px;}
.basket .items .item .description .label{margin-right:10px;}
.basket .items .item .description .article{color:#777777;display: inherit;font-size:12px;line-height:21px;vertical-align:top;}
.basket .items .item .description .article>span{color:#2f383d;}
.basket .items .item .description .props{margin:8px 0 0;}
.basket .items .item .prices{width:150px;}
.basket .items .item .summ{width:170px;}
.basket .items .item .price_new{margin:14px 0 0;font-size:16px;font-weight:500;line-height:22px;color:#333333;}
.basket .items .item .price_old{margin:-1px 0 0;font-size:13px;line-height:18px;color:#777777;text-decoration:line-through;}
.basket .items .item .counter{display:block!important;margin:9px 25px 0 0;width:100px;}
.basket .items .remove_bl{width:0;height:0;padding:0;}
.basket .items .item .remove_bl>.wrap{position:relative;float:right;}
.basket .items .item .remove{top:-19px;right:10px;}
.basket.default .items .item>.clearfix{display:none;}
.basket .buttons .btn.print{position:relative;margin-right:20px;}
.basket .buttons .btn.print:not(:hover){color:#333!important;}
.basket .buttons .btn.print>span{position:relative;padding-left:27px;}
.basket .buttons .btn.print>span:before{content:"";position:absolute;left:0;top:50%;margin-top:-6px;width:16px;height:14px;}
.basket .buttons .btn.print:hover>span:before{background-position:-141px 0;}
.basket .foot{margin:0 0 35px;padding:32px 0 28px;border-bottom:1px solid #eaf0f2;}
.basket .foot .remove{margin:-2px 0 0 ;padding-left:12px;font-size:12px;cursor:pointer;}
.basket .foot .remove:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}
.basket .foot .remove>span{position:relative;padding:0 0 0 18px;}
.basket .foot .remove>span:before{content:"";position:absolute;left:0;top:50%;margin:-4px 0 0;width:8px;height:8px;}
.basket .foot .remove:hover>span:before{background-position:-58px -9px;}
.basket .foot .total{font-size:20px;font-weight:500;width:236px;}
.basket .foot .total>span{margin:0 0 0 12px;}
.basket .buttons .btn{margin:0;padding: 0px 10px;}
.basket .basket_empty{padding:44px;min-height:178px;border:1px solid #ebeef1;}
.basket .basket_empty>.wrap{position:relative;padding:2px 0 0 134px;}
.basket .basket_empty>.wrap:before{content:"";position:absolute;left:0;top:0;width:90px;height:90px;}
.basket .basket_empty .description{margin:0 0 25px;font-size:14px;}
.basket .basket_empty h4{margin-bottom:17px;}
.basket .basket_empty .btn{margin:0;}

.ajax_basket{opacity:0;transition:opacity ease-in-out 0.15s;-moz-transition:opacity ease-in-out 0.15s;-ms-transition:opacity ease-in-out 0.15s;-o-transition:opacity ease-in-out 0.15s;-webkit-transition:opacity ease-in-out 0.15s;}
.ajax_basket.ready{opacity:1;}
.basket.fly{position:fixed;width:710px;display:block!important;right:-710px;top:185px;background:#FFF;z-index:100;transition:right ease-in-out 0.3s;-moz-transition:right ease-in-out 0.3s;-ms-transition:right ease-in-out 0.3s;-o-transition:right ease-in-out 0.3s;-webkit-transition:right ease-in-out 0.3s;}
.ajax_basket.opened .basket.fly{right:0;}
.basket.fly>.wrap{-webkit-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly .opener{position:absolute;left:-58px;top:0;width:58px;height:76px;-moz-border-radius-topleft:2px;-webkit-border-top-left-radius:2px;border-top-left-radius:2px;-moz-border-radius-bottomleft:2px;-webkit-border-bottom-left-radius:2px;border-bottom-left-radius:2px;cursor:pointer;border-right:none;}
.basket.fly .opener i{content:"";position:absolute;left:50%;top:18px;margin:0 0 0 -10px;width:18px;height:17px;color:#fff;}
.basket.fly .opener .count{position:absolute;left:50%;top:40px;margin:0 0 0 -9px;width:19px;height:18px;line-height:18px;white-space:nowrap;font-size:12px;color:#FFF;border-radius:100%;text-align:center;background: #3b3b3b;}
.basket.fly .opener .count.empted{background:#969ba5;}
.basket.fly .opener:hover{box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);}
.basket.fly.DARK .opener{background:#424f60;border-color:#424f60;}
.basket.fly.DARK .opener:before{background-position:-105px 0;}
.basket.fly.DARK .opener:hover{background:#556170;border-color:#556170;}
.basket.fly.COLOR .opener:before{background-position:-105px 0;}
.basket.fly.COLOR .opener .count{background:#FFF;color:#333;}
.basket.fly>.wrap>h4{margin:0;padding:27px 30px 28px;border-bottom:1px solid #eaf0f2;}
.basket.fly .items_wrap{max-height:258px;overflow-y:auto;}
.basket.fly .items{border-top:none;}
.basket.fly .items .item .image{width:70px;height:70px;line-height:70px;}
.basket.fly .items .item .description{padding-left:90px;width:258px;}
.basket.fly .items .head .title:first-of-type{padding-left:109px;}
.basket.fly .items .item .box{padding-top:20px;padding-bottom:20px;}
.basket.fly .items .item .box:first-of-type{padding-left:20px;}
.basket.fly .items .item .description{margin-top:9px;}
.basket.fly .items .item .description .name{font-size:14px;font-weight:normal;line-height:20px;}
.basket.fly .items .item .description .props{margin-top:6px;}
.basket.fly .items .head .title.prices{width:115px;}
.basket.fly .items .head .title.prices.summ{width:150px;}
.basket.fly .items .item .prices{width:115px;}
.basket.fly .items .item .summ{width:150px;}
.basket.fly .items .item .price_new{margin-top:7px;}
.basket.fly .items .item .counter{margin-top:6px;margin-right:15px;width:78px;}
.basket.fly .items .item .remove{top:-10px;}
.basket.fly .foot{margin:-1px 0 30px;padding:25px 19px 22px;border-top:1px solid #eaf0f2;background:#fcfcfd;}
.basket.fly .foot .total{font-size:16px;width:188px;}
.basket.fly .buttons{padding:0 30px 30px;}
.basket.fly .buttons .btn{margin:0 30px 0 0;padding: 0px 10px;}
.basket.fly .buttons .btn:first-of-type{margin-right:0;}
.basket.fly .basket_empty{padding:28px 30px 40px;border-top:none;}
.basket.fly .basket_empty h4{font-size:18px;}
.basket.fly .basket_empty>.wrap{padding-left:120px;}
.basket.fly .basket_empty>.wrap:before{top:1px;}
.basket.fly .items .item .buy_block{width:133px;}
.basket.fly .items .head .title.counter_t{width:133px;}
.basket.fly .items .head{border-bottom}
.bx-firefox .basket.fly .opener .count{line-height:16px;}

.form.order{margin:0 80px 0 0;padding:38px 44px 44px;}
.form.order .btn{margin-bottom:0;}
.basket_order{margin:0 0 55px;border:1px solid #ebeef1;}
.basket_order .clearfix{display:block;}
.basket_order .description{position:relative;margin:0 0 33px;padding:0 0 0 27px;font-size:14px;line-height:22px;}
.basket_order .description:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:2px;}
.basket_order .items{margin:-1px;border:1px solid #ebeef1;border-right:none;border-bottom:none;}
.basket_order .items>.head{padding:17px 20px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items>.head .title{margin:2px 0 0;font-size:16px;font-weight:500;}
.basket_order .items>.head .btn{margin:0;font-size:10px;}
/*.basket_order .items>.head .btn:not(:hover){background:transparent;border-color:transparent;color:#333333!important;}*/
.order_head a.btn.color { padding: 0px 10px; float: right;}
.basket_order .items>.wrap{border-bottom:1px solid #ebeef1;}
.basket_order .items .item{margin:0 20px;padding:30px 0px;font-size:14px;line-height:20px;border-top:1px solid #eceff2;}
.basket_order .items .item:first-of-type{border-top:none;}
.basket_order .items .item .name{margin:0 0 3px;}
.basket_order .items .item .price{color:#666;}
.basket_order .items .foot{padding:18px 20px 30px;background:#fcfcfd;border-bottom:1px solid #ebeef1;}
.basket_order .items .foot .title{margin:1px 0 0;font-size:14px;line-height:20px;}
.basket_order .items .foot .summ{font-size:16px;font-weight:500;line-height:20px;}
.basket_order .confirm{padding:45px 44px 46px;}
.basket_order .confirm .description{margin:0;padding:0 0 0 135px;position:relative;}
.basket_order .confirm .description:before{content:"";position:absolute;left:0;top:-1px;width:90px;height:90px;}
.basket_order .confirm .description h4{margin-bottom:17px;line-height:24px;}
.basket_order .confirm .description p{margin-bottom:22px;}
.basket_order .confirm .description .btn{margin-bottom:0;}

.buy_block{display:block;}
.catalog.detail .head.wti .buy_block{max-width:338px;}
.buy_block .in_cart{display:none;}
.buy_block .counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 49%; margin-bottom: 10px; }
.buy_block .counter>.wrap{position:relative;background:#edf0f3;border-radius:2px;}
.buy_block .counter .input{padding:0 24px;}
.buy_block .counter input{padding:3px 4px;width:100%;border:none;background:none;font-size:12px;text-align:center;}
.buy_block .counter .ctrl{position:absolute;top:0;bottom:0;width:24px;cursor:pointer;z-index:1;}
.buy_block .counter .minus{left:0;margin: 2px 0px 0px 7px;}
.buy_block .counter .plus{right: 0;margin: 2px -10px 0px 0px;}
.good .buy.to_cart {float: left; margin-right: 1%; }
.basket.default span.ctrl.bgtransition {margin-top: 8px;}
.buy_block.in .counter{display:none;}
.buy_block.in .to_cart{display:none;}
.buy_block.in .in_cart { display: inline-block; }
.buy_block.in .in_cart>span{position:relative;padding:0 0 0 20px;}
.buy_block.in .in_cart>span:before{content:"";position:absolute;left:0;top:50%;margin:-4px 0 0;width:11px;height:8px;}
.buy_block.lg .counter input{font-size:14px;padding:7px 8px;}
.buy_block.lg .counter .ctrl{width:30px;}
.right_col .buy_block.lg .counter .ctrl { width: 30px; padding-top: 6px; }
.order_head { position: fixed; top: 22%; right: 0; z-index: 100; width: 100%; max-width: 400px; box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); }

/* End */


/* Start:/local/templates/corporation/css/font-awesome.css?176292948739759*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url('/local/templates/corporation/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/local/templates/corporation/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/corporation/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/corporation/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/corporation/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/corporation/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    display: swap;
    font-display: swap;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/* End */


/* Start:/local/templates/corporation/libs/fancybox/jquery.fancybox.css?17629294874846*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/corporation/libs/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/corporation/libs/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;

	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/corporation/libs/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;

}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {

}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/corporation/libs/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/corporation/libs/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/corporation/libs/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/corporation/libs/magnific-popup/magnific-popup.css?17629294876951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/corporation/css/reset.css?17629294871743*/
/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;

}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;
} 
input, select, button, textarea {
	margin: 0; 
	font-size: 100%;
}
input[type="text"], input[type="password"], textarea {
	padding: 0;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */
/* ---------------   ---------*/
html {
	overflow-y: scroll;
}
body {
	line-height: 1;
	background: #fff;
	color: #666;
	text-align: left;
}
input, select, button, textarea {
	font-family: Arial, Verdana, sans-serif;
}
label, input[type="button"], input[type="submit"], button {
	cursor: pointer;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus, a:active {
	
}
/* --------------- /  ---------*/

div.about ul {
	font-size: 14px;
    margin: 10px 0px 10px 30px;
}
/* End */


/* Start:/local/templates/corporation/components/bitrix/search.title/corporation_mobile/style.css?17629294872108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/corporation/components/bitrix/search.title/corporation_mobile/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/corporation/components/bitrix/search.title/corporation/style.css?1762929487433*/
div.title-search-result { border: 0px; display: none; overflow: hidden; z-index: 205; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); padding: 5px; font-size: 14px; background: #fff; padding: 10px; }
a.search_results__listing__block_heading { padding: 0px 10px; font-size: 15px; }
.search_results__listing__block_image img { max-width: 15%; float: left; padding: 0px 10px; }
.search_results__listing__block { clear: both; padding: 10px 5px; }
/* End */


/* Start:/local/templates/corporation/components/bitrix/sale.basket.basket.line/basket-top/style.css?17629294864401*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
/* End */


/* Start:/local/templates/corporation/components/bitrix/breadcrumb/template/style.css?1762929471585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/corporation/components/bitrix/menu/footer/style.css?1762929473581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/corporation/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/corporation/template_styles.css?176292948791778*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,500,700,700italic,900,900italic&subset=latin,cyrillic-ext,cyrillic,latin-ext);
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin_top_content {
    margin-top: 156px;
}

*::-webkit-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

*:-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

*::-moz-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #6f6f6f;
    opacity: 1;
}

body {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3b3b3b;
}

body.open_sans {
    font: 15px/15px "Open Sans", Arial, sans-serif;
}

body.circle .btn {
    border-radius: 30px;
}

body.circle .header .phone .icon,
body.circle .footer .phone .icon,
body.circle .footer .address .icon {
    border-radius: 20px;
}

p {
    font-size: 14px;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.work {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.helper {
    width: 100%!important;
    height: 0!important;
    visibility: hidden;
    margin: 0!important;
    padding: 0!important;
}

.hidden {
    display: none !important;
}

input[type="text"].form_control,
input[type="email"].form_control,
input[type="password"].form_control,
textarea.form_control,
select.form_control {
    width: 100%;
    height: 40px;
    padding: 0 18px;
    color: #6f6f6f;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

textarea.form_control {
    height: 99px;
    padding: 10px 18px;
}

input[type="text"].form_control.white,
input[type="email"].form_control.white,
input[type="password"].form_control.white,
textarea.form_control.white {
    background: #fff;
    border: 1px solid #ededed;
}

textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    resize: none;
}

.form label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #3b3b3b;
}

.form label span {}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.btn {
    display: inline-block;
    height: 40px;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.btn_white {
    background: white;
}

a.btn.btn_board.btn_white.color_text {
    padding: 0px 10px;
}

button:focus {
    outline: none;
}

.title_block {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 14px;
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    width: inherit;
}


/*.title_block:before{*/


/*    content: "";*/


/*    width: 60px;*/


/*    height: 4px;*/


/*    position: absolute;*/


/*    bottom: 0px;*/


/*    left: 0px;*/


/*}*/

.transition {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}


/*Header*/

.header {
    width: 100%;
    display: block;
    background: #fff;
    z-index: 3;
}

.header .inner {
    padding-bottom: 45px;
    position: relative;
}

.header .header_top {
    padding-top: 25px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

.header.fixed.sticky {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.header .left {
    width: 25.5%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.header .center {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}

.header .right {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}

.header .logo {
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5%;
}

.header.sticky .work .logo {
    max-width: 115px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    position: absolute;
}

.header.sticky .logo {
    max-width: 115px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3%;
    position: absolute;
}

.header .logo img {
    max-width: 100%;
    height: auto!important;
    width: auto!important;
}

.header .btn {
    width: 162px;
    display: inline-block;
    vertical-align: middle;
}

.header .search {
    width: 100%;
    max-width: 375px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    position: relative;
}

.header .search .btn_search {
    width: 40px;
    height: 40px;
    border: medium none;
    background: none;
    text-align: center;
    line-height: 38px;
    color: #6f6f6f;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header .search .form_control {
    padding-right: 50px;
}

.header .feedback {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}

.header .phone {
    padding-left: 40px;
    position: relative;
}

.header .phone p {
    font-weight: lighter;
    font-size: 11px;
}

.header .phone .icon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.header .phone span {
    display: block;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
}

.header .phone span a {
    color: #3b3b3b;
}

.header .callback {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
    -moz-transition: .3s;
    float: right;
    cursor: pointer;
}

.header .callback:hover {
    opacity: .7;
}

.header .container {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    margin-top: -1px;
}

.header_text {
    display: inline-block;
    width: 35%;
    text-align: center;
    line-height: 20px;
}

.toggleMenu {
    display: none;
    padding: 12px 10px;
    color: #fff;
    border: 1px solid #ededed;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
}

.toggleMenu .fa {
    margin-right: 5px;
}

.nav {
    list-style: none;
    *zoom: 1;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 210px;
    background: #ffffff;
    z-index: 9;
    animation: toggle_opacity .3s;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin-top: -10px;
}

.header_restyle .nav ul {
    width: 270px;
}

.nav.absolute li li.hover ul {
    left: 100%;
    /*margin-top: -55px;*/
    position: absolute;
    top: 0;
}

.nav a {
    padding: 15px 5px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    transition: .3s;
    -moz-transition: .3s;
}

.nav li {
    position: relative;
}

.nav>li {
    float: left;
    margin-right: 30px;
}

.nav>li>.parent {}

.nav li .parent i.fa.fa-chevron-right {
    right: 20px;
    position: absolute;
    font-size: 11px;
    line-height: 20px;
    top: 20px;
}

.nav li a .fa {
    margin-left: 5px;
}

.nav>li>a {
    display: block;
    /*border-top: 2px solid transparent;*/
}

.nav li ul {
    position: absolute;
    left: -9999px;
}

.nav>li.hover>ul {
    left: -15px;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
    margin-top: 0px;
}

.nav li li a {
    display: block;
    padding-left: 20px;
    padding-right: 15px;
    position: relative;
    z-index: 100;
    font-weight: 400;
    border-bottom: 1px solid #f0f0f0;
}

.nav li li:last-child>a {
    border-bottom: none;
}

.nav li li:hover>a {
    color: white;
}

.nav li li {
    position: relative;
    /*position: static;*/
}

.nav li li li a {
    border-color: transparent;
    z-index: 200;
}

.container.clearfix.DARK_menu {
    background: #424f60;
}

.container.clearfix.DARK_menu>ul>li>a {
    color: #fff;
}

.container.clearfix.DARK_menu>ul>li>a>i {
    color: #fff;
}

.container.clearfix.DARK_menu .toggleMenu {
    color: #fff;
}

.container.clearfix.DARK_menu .toggleMenu i {
    color: #fff;
}

.container.clearfix.DARK_menu .nav>li:hover>a,
.container.clearfix.DARK_menu .nav>li>a.active,
.pag li a:hover {
    border-color: #424f60;
}

.container.clearfix.DARK_menu .nav li li:hover>a {
    background: #424f60;
}

.sticky .container.clearfix.COLOR_menu>ul>li>a {
    color: #3b3b3b;
}

.sticky .container.clearfix.COLOR_menu>ul>li>a>i {
    color: #3b3b3b;
}

.sticky .container.clearfix.DARK_menu>ul>li>a {
    color: #3b3b3b;
}

.sticky .container.clearfix.DARK_menu>ul>li>a>i {
    color: #3b3b3b;
}

.dark {
    color: #000 !important;
}

.search_mob {
    display: none;
    vertical-align: middle;
    float: right;
    margin-top: 12px;
}

.search_mob .lup {
    color: #fff;
}

.search_mob .toggleSearch {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 2;
    border-top: 20px solid #fff;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    border-bottom: 8px solid #fff;
    display: none;
}

.search_mob .toggleSearch .hide {
    color: #3b3b3b;
    font-size: 18px;
    position: absolute;
    top: -19px;
    right: 3px;
}


/*Slider*/

.slider {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slider .inner {
    height: 383px;
}

.slider .container {
    width: 100%;
    height: 100%;
}

.slider .col {
    width: 50%;
    height: 100%;
    padding-left: 30px;
    float: left;
    position: relative;
}

.slider .col_one {
    float: right;
}

.slider .left {
    padding-top: 56px;
    text-align: left;
}

.slider .center {
    text-align: center;
}

.slider .img_container {
    width: 100%;
    height: 100%;
    display: table;
}

.slider .img {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
    top: 4px;
}

.slider .title_slider {
    display: block;
    color: white;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

.slider p {
    margin-top: 25px;
    color: white;
    font-size: 16px;
    line-height: 24px;
}

.slider .btn_list {
    margin-top: 35px;
}

.btn_list>div {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.slider .btn {
    padding: 0px 15px;
}

.slider .img img {
    max-width: 100%;
}

.bx-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper .bx-viewport {
    background: transparent;
    height: auto;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    /*position: absolute;*/
    bottom: 18px;
    width: 100%;
    z-index: 999;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 0px;
    background: url(/local/templates/corporation/img/slider/pre.png) center center no-repeat;
}

.bx-wrapper .bx-next {
    right: 0px;
    background: url(/local/templates/corporation/img/slider/next.png) center center no-repeat;
}

.bx-wrapper .bx-prev:hover {}

.bx-wrapper .bx-next:hover {}

.bx-wrapper .bx-prev {
    left: -25px;
}

.bx-wrapper .bx-next {
    right: -25px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    outline: 0;
    width: 46px;
    height: 46px;
    text-indent: -9999px;
    z-index: 999;
    transition: all 0.3s ease;
    border-radius: 50%;
    margin-top: -23px;
    border: 5px solid #F0F0F0;
    background-color: #fff;
}

.slider_good .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 24px;
    margin-top: -12px;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    outline: 0;
    overflow: hidden;
    background: #DBDBDB;
    opacity: 0.7;
    /*border: 2px solid #fff;*/
    /*background-color: transparent;*/
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1276CB;
    width: 14px;
    height: 14px;
}

#bx-pager li img {
    max-width: 75px;
}


/*Content*/

.content {
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    min-height: 640px;
}

.main h2 {
    margin-bottom: 28px;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.content p {
    line-height: 22px;
}

.content .text p {
    margin-bottom: 30px;
}

.content .inner {
    padding-top: 20px;
    padding-bottom: 80px;
}

.content .sidebar {
    /*width: 230px;*/
    width: 350px;
    float: left;
    position: relative;
}

.content .main {
    width: 100%;
    float: left;
    /*padding-left: 40px;*/
    position: relative;
}

.content .main.right {
    padding-left: 0px;
    padding-right: 40px;
}

.content .menu {
    margin-bottom: 30px;
}

.content .menu li {
    list-style: none;
    background-color: #F7F7F7;
}

.content .menu li:hover {}

.content .menu li:focus {}

.content .menu li ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    padding: 5px 0 25px 54px;
    display: block;
}

.content .menu li ul li {
    background-color: #EBEBEB;
}

.content .menu li span {
    display: block;
    padding: 20px 20px 20px 19px;
    color: #3b3b3b;
    /*font-size: 13px;*/
    line-height: 17px;
    position: relative;
    /*color: #fff;*/
    font-size: 14px;
}

.content .menu li:hover a {}

.content .menu .dropdown li:hover a {
    color: #3b3b3b;
}

.content .menu li.active a {
    color: #1276cb;
}

.content .menu li.active span .fa {
    color: #fff;
}

.content .menu>li>a {
    border-bottom: 1px solid #e8e8e8;
}

.content .menu .menu_title_left {
    background-color: #1276CB;
}

.content .menu li span {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-decoration: underline;
}

.content .menu li span .fa {
    font-size: 14px;
    /*position: absolute;*/
    /*top: 18px;*/
    /*right: 15px;*/
    position: absolute;
    top: 18px;
    right: 15px;
    border-radius: 25px;
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 5px 7px 5px 8px;
    margin-right: 7px;
    text-decoration: none;
}

.content .menu li span a {
    display: inline-flex;
    width: 195px;
    color: #333333;
}

.content .menu li span.active {
    border: none;
    background-color: #EBEBEB;
}

.content .menu li span.active .fa {
    transform: rotate(180deg);
    background: #1276CB;
    color: #fff;
    border: 1px solid #1276CB;
}

.content .menu .dropdown {
    display: none;
    background: #fff;
}

.content .menu .dropdown li {
    /*border-bottom: 2px solid #fff;*/
}

.content .menu .dropdown li:hover {
    /*background: #1276cb;*/
}

.content .menu .dropdown li a:hover {
    color: #1276CB;
}

.sidebar_news {
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.sidebar_news .top {
    padding: 15px 19px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    background: #fafafa;
}

.sidebar_news .item {
    padding: 20px 19px;
    border-bottom: 1px solid #e8e8e8;
}

.sidebar_news .item:last-of-type {
    border-bottom: none;
}

.sidebar_news .item span {
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
}

.sidebar_news .item a {
    font-size: 14px;
    line-height: 16px;
}

.another_proposal {
    margin-bottom: 30px;
}

.another_proposal img {
    width: 100%;
}

.breadcrumbs {
    margin-bottom: 25px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    /*opacity: 0.5;*/
    /*color: #3b3b3b;*/
    font-size: 12px;
}

.breadcrumbs li.active {
    opacity: 1;
}

.breadcrumbs li a {
    color: inherit;
}

.breadcrumbs li .fa {
    font-size: 9px;
}

.filter {
    background: #fafafa;
    margin-bottom: 30px;
    border-top: 3px solid #1276CB;
}

.filter .item {
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.filter .range {
    /*margin-bottom: 28px;*/
}

.filter .range span {
    display: inline-block;
    vertical-align: middle;
}

.filter .range input[type='text'] {
    width: 97px;
    height: 35px;
    padding: 0 10px;
    color: #3b3b3b;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}

.filter .range .dash {
    width: 8px;
    height: 1px;
    margin: 0 3px;
    background-color: #d7d7d7;
}

.filter .toddler {
    position: relative;
}

.filter .toddler .line {
    position: relative;
    height: 3px;
    background: #d7d7d7;
}

.filter .toddler .fill {
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.filter .toddler .point {
    width: 18px;
    height: 18px;
    background-color: #1276cb;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    cursor: pointer;
}

.filter .toddler .point_left {
    left: 0px;
}

.filter .title {
    display: block;
    /*margin-bottom: 12px;*/
    color: #3b3b3b;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.row.bx-filter-parameters-box-container {
    margin-top: 12px;
    margin-left: 5px;
}

.select {
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 400;
    height: 34px;
    background: #fff;
    position: relative;
}

.select .checked {
    height: 100%;
    padding-left: 12px;
    padding-right: 45px;
    position: relative;
    border: 1px solid #e8e8e8;
    max-width: 100%;
}

.select .checked span {
    line-height: 31px;
}

.select .arrow {
    width: 35px;
    height: 34px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    line-height: 32px;
    border-left: 1px solid #e8e8e8;
}

.select .arrow .fa {
    font-size: 12px;
}

.select .select_list {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0px;
}

.select .select_list li {
    padding: 10px 12px;
    list-style: none;
    border-bottom: 1px solid #e8e8e8;
}

.select .select_list li:last-child {
    border-bottom: 0px;
}

.select .select_list li:hover {
    background: #f5f5f5;
}

.select .select_list li.active {
    color: #fff;
}

.custom_checkbox {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.custom_checkbox:last-of-type {
    margin-bottom: 0;
}

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

.custom_checkbox>span {
    background-color: #F1F1F1;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-position: center center;
    background-repeat: no-repeat;
}

.custom_checkbox>input[type="checkbox"]:checked+span {
    background-image: url(/local/templates/corporation/img/content/check.png);
}

.custom_checkbox p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 14px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 12px;
    color: #747474;
}


/********/

.custom_radio {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.custom_radio:last-of-type {
    margin-bottom: 0;
}

.custom_radio>input[type="radio"] {
    display: none;
}

.custom_radio>span {
    background-color: white;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
}

.custom_radio p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #878787;
    font-size: 12px;
    line-height: 12px;
}

.filter .btn {
    width: 100px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
}

.filter .reset {
    margin-left: 5px;
    opacity: 0.8;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: bold;
    outline: 2px solid #C4C4C4;
    outline-offset: -1px;
}

.filter .reset:hover {
    color: #fff;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx-filter .bx-ui-slider-range {
    z-index: 80;
}

.bx-filter .bx-ui-slider-pricebar {
    z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 60;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 70;
}

.bx-filter .bx-filter-block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
    display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}

.bx-filter-select-popup {
    background: #fff;
    padding: 0;
    min-width: 173px;
}

.bx-filter-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-filter-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
    font-size: 14px;
    line-height: 26px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding: 0 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
    color: #000;
    background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
    color: #b8b8b8;
    background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
    line-height: 34px !important;
}

.bx-filter .bx-filter-select-container {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccd5db;
}

.bx-filter .bx-filter-select-block {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 33px;
    margin: 0;
    padding: 0 33px 0 10px;
    border: none;
    border-radius: 2px;
    background: #fff;
}

.bx-filter .bx-filter-select-text {
    font-size: 15px;
    line-height: 33px;
    overflow: hidden;
    max-width: 100%;
    height: 33px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.bx-filter .bx-filter-select-text.fix {
    min-width: 120px;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 3px;
    background: #d7d7d7;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
}

.bx-filter .bx-ui-slider-part.p1 {
    left: -1px;
}

.bx-filter .bx-ui-slider-part.p5 {
    right: -1px;
}

.bx-filter .bx-ui-slider-part span {
    font-size: 11px;
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: 100%;
    width: 22px;
    height: 22px;
    border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -21px;
}

.bx-filter .bx-ui-slider-handle.right {
    right: 0;
    margin-right: -21px;
}

.filter .disabled p {
    color: #b8b8b8 !important;
    background: transparent;
}

.sorting {
    margin-bottom: 30px;
}

.sorting .left {
    display: inline-block;
    vertical-align: top;
}

.sorting .right {
    display: inline-block;
    float: right;
}

.catalog_items_view {}

.catalog_items_view .active a {
    color: #fff;
}

.catalog_items_view li {
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    border: 1px solid #e8e8e8;
    margin-left: 8px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}

.catalog_items_view li.active {
    color: #fff;
}

.catalog_goods {
    margin: 0 -10px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog_goods .item {
    width: 33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
}

.catalog_goods .item>div {
    transition: .3s;
    -moz-transition: .3s;
    background-color: white;
    border: 1px solid #e8e8e8;
    height: 100%;
}

.catalog_goods .item>div:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.catalog_goods .item .top {
    cursor: pointer;
    min-height: 175px;
    padding: 28px 28px 20px 28px;
    text-align: center;
}

.catalog_goods .item .bottom {
    min-height: 143px;
    padding: 22px 28px;
    border-top: 1px solid #e8e8e8;
}

.catalog_goods .item .icon {
    width: 105px;
    height: 105px;
    /*float: left;*/
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}

.catalog_goods .item .icon_1 {
    background-image: url(/local/templates/corporation/img/divide/icon_1.png);
}

.catalog_goods .item .icon_2 {
    background-image: url(/local/templates/corporation/img/divide/icon_2.png);
}

.catalog_goods .item .icon_3 {
    background-image: url(/local/templates/corporation/img/divide/icon_3.png);
}

.catalog_goods .item .icon_4 {
    background-image: url(/local/templates/corporation/img/divide/icon_4.png);
}

.catalog_goods .item .right {
    /*margin-left: 132px;*/
}

.catalog_goods .item .title {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.catalog_goods .item:hover .title {
    /*color: #0b61ab;*/
}

.catalog_goods .item ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #3b3b3b;
}

.catalog_goods .item ul li a {
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 700;
}

.catalog_goods .item:hover ul li a span {
    color: #1276cb;
}

.catalog_goods .item .bottom p {
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}

.catalog.filial {
    padding-top: 15px;
}

.good.clearfix.link_dop {
    /*padding: 15px;*/
    margin-top: 20px;
}

.detail .text {
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

img.img_desc {
    max-width: 100%;
}

li.status.color.stock {
    color: #fff;
    border-radius: 20px;
}


/*Advantages*/

.advantages {
    width: 100%;
    margin-bottom: 74px;
}

.advantages .items {
    margin: 0 -15px;
    list-style: none;
}

.advantages .item {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.advantages .item>div {
    width: 100%;
    height: 82px;
    display: table;
    text-align: center;
    position: relative;
}

.advantages .item>div>div {
    display: table-cell;
    vertical-align: middle;
}

.advantages .item .icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 32px;
}

.advantages .item .title {
    max-width: 130px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.jaw_top {
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -45%;
    background: #fff;
}

.jaw_bottom {
    width: 90%;
    height: 1px;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -45%;
    background: #fff;
}

.jaw_left {
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    top: 50%;
    left: -1px;
    margin-top: -28px;
    background: #fff;
}

.jaw_right {
    width: 1px;
    height: 56px;
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -28px;
    background: #fff;
}


/*Services*/

.services .items {
    margin: 0 -15px;
    list-style: none;
    margin-bottom: 25px;
}

.services .item {
    width: 50%;
    float: left;
    padding: 25px 15px;
    border: 1px solid #f2f2f2;
    transition: box-shadow ease .2s, border ease-out .2s;
    zoom: 1;
    margin: 0 0 -1px -1px;
}

.index .services .item {
    min-height: 215px;
}

.services .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-color: #fff;
}

.services .item .photo {
    width: 200px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.services .item .photo img {
    max-width: 100%;
}

.services .item .right {
    margin-left: 240px;
}

.services .item .right a {
    display: block;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0px;
}

.services .item .right p {
    display: block;
    margin-top: 15px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.services .text.prev {
    font-size: 15px;
}

.services .more {
    margin-top: 10px;
    float: right;
    font-size: 15px;
    font-weight: 100;
}

.services .line .item {
    width: 25%;
    min-height: 300px;
}

.services .line .item .photo {
    width: 100%;
    height: auto;
    float: none;
}

.services .line .item .right {
    margin-left: 0px;
}

.services .line .item .text.prev {
    display: none;
}

.consultation {
    margin-bottom: 70px;
    padding: 42px 115px 35px 50px;
    background: #f9f9f9;
}

.consultation .left {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
}

.consultation .right {
    width: 43%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.consultation span {
    display: block;
    color: #3b3b3b;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}

.consultation p {
    margin-top: 15px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.consultation .btn {
    width: 180px;
}


/*Divide*/

.divide {
    margin-bottom: 35px;
}

.divide .items {
    margin: 0 -15px;
    list-style: none;
}

.catalog_goods .item {
    width: 33%;
    float: left;
    padding: 0px;
    margin: 0 0 -1px -1px;
    border: 1px solid #f2f2f2;
    transition: box-shadow ease .2s, border ease-out .2s;
    zoom: 1;
}

.catalog_goods .item:hover {
    /*box-shadow: 0 0 20px rgba(0,0,0,.1);*/
    border: 1px solid #E4E4E4;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
    /*border-color: #fff;*/
}

.divide .item .icon {
    width: 128px;
    height: 128px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.divide .item .icon_1 {
    background-image: url(/local/templates/corporation/img/divide/icon_1.png);
}

.divide .item .icon_2 {
    background-image: url(/local/templates/corporation/img/divide/icon_2.png);
}

.divide .item .icon_3 {
    background-image: url(/local/templates/corporation/img/divide/icon_3.png);
}

.divide .item .icon_4 {
    background-image: url(/local/templates/corporation/img/divide/icon_4.png);
}

.divide .item .right {
    margin-left: 165px;
    padding-top: 15px;
    text-align: left;
}

.divide .item .right a {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.divide .item .right p {
    margin-top: 10px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}


/*Compilation*/

.compilation {
    margin-bottom: 35px;
}

.compilation .tabs_caption {
    margin-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
}

.compilation .tabs_caption li {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 16px;
    margin-left: 40px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    -moz-transition: .3s;
}

.compilation .tabs_caption li:first-child {
    margin-left: 0;
}

.tabs_content {
    display: none;
}

.tabs_content.active {
    display: block;
}

.goods {
    padding-bottom: 50px;
}

.goods_tile {
    /*margin: 0 -6px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.goods .item {}

.goods_tile .item .price {
    /*min-height: 71px;*/
}

.goods_tile .item {
    width: 20%;
    /*max-width: 230px;*/
    max-width: 268px;
    height: 340px;
    /*padding: 0 6px;*/
    /*margin-bottom: 12px;*/
    margin-bottom: 35px;
    /*margin-right: 35px;*/
    float: left;
    position: relative;
}

.goods_tile .item:nth-child(3n+3) {
    /*margin-right: 0;*/
}

.goods_list .item {
    height: 190px;
    margin-bottom: 10px;
}

.goods_table .item {
    margin-bottom: 0;
    height: 94px;
}

.main .goods_tile .item {
    /*width: 25%;*/
    width: 33%;
}

.goods .item>div {
    border: 1px solid #e8e8e8;
    transition: .3s;
    -moz-transition: .3s;
    background: #fff;
    position: relative;
}

.goods_tile .item>div {
    height: 340px;
    overflow: hidden;
}

.goods_list .item>div {
    height: 100%;
    padding-left: 20px;
    padding-right: 225px;
}

.goods_table .item>div {
    height: 100%;
    padding-left: 10px;
    padding-right: 240px;
    border-bottom: none;
}

.goods_table .item:last-child>div {
    border-bottom: 1px solid #e8e8e8;
}

.goods .item>div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.goods_tile .item>div:hover {
    /*height: auto;*/
    /*height: 405px;*/
}

.goods_tile .item .photo {
    height: 180px;
    padding: 20px;
    text-align: center;
    overflow: hidden;
}

.goods_list .item .photo {
    width: 170px;
    height: 100%;
    float: left;
    text-align: center;
}

.goods_list .item .photo img {
    max-width: 100%;
    max-height: 100%;
}

.goods_table .item .photo {
    width: 80px;
    padding: 10px 0;
    height: 100%;
    float: left;
    text-align: center;
    margin-right: 20px;
}

.item.clearfix .photo img {
    max-width: 100%;
    max-height: 100%;
}

.goods_list .item .photo img,
{
    max-width: 100%;
}

.goods_table .item .photo img {
    height: 100%;
}

.goods_tile .item .description {
    margin-bottom: 15px;
    padding: 0 20px;
}

.goods_table .item .description {
    width: 100%;
    max-width: 60%;
    display: inline-block;
    vertical-align: top;
}

.goods .item .title {
    display: block;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.goods_tile .item .title {
    /*min-height: 60px;*/
    padding-bottom: 10px;
}

.goods_list .item .title,
.goods_table .item .title {
    margin-top: 15px;
    margin-bottom: 5px;
}

.status {
    display: inline-block;
    /*padding: 4px 8px;*/
    /*color: white;*/
    color: #565656;
    font-size: 12px;
}

.goods .item .specification {
    display: none;
    margin-top: 18px;
    color: #7f7f7f;
    font-size: 12px;
    line-height: 18px;
}

.goods_list .item .specification {
    display: block;
    max-height: 90px;
    overflow-y: hidden;
}

.presence {
    /*background: #0bc248;*/
    font-size: 12px;
    color: #565656;
}

.un_order {
    /*background: #ccc;*/
}

.nostock {
    background: brown;
}

.pending {
    background: turquoise;
}

.discontinued {
    background: red;
}

.goods .item .price {
    /*padding: 0 20px 20px;*/
}

.goods_list .item .price {
    /*padding-top: 25px;*/
    /*padding-left: 25px;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*right: 0px;*/
    /*width: 198px;*/
    height: 100%;
    margin-bottom: 10px;
    /*border-left: 1px solid #e8e8e8;*/
}

.goods_table .item .price {
    margin-bottom: 6px;
    display: inline-block;
    vertical-align: top;
}

.goods .item .price span {
    display: block;
    color: #3b3b3b;
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
}

.goods .item .price .old_price {
    color: #878787;
    font-size: 12px;
    text-decoration: line-through;
}

.goods_tile .item .bottom {
    width: 100%;
    padding: 0 20px 20px;
    transition: .3s;
    -moz-transition: .3s;
    z-index: 2;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
}

.goods_list .item .bottom {
    padding: 10px 0 0 25px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 197px;
    /*border-top: 1px solid #e8e8e8;*/
}

.goods_table .item .bottom {
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 180px;
    /*border-left: 1px solid #e8e8e8;*/
}

.goods_tile .item>div:hover .bottom {}

.goods .item .more {
    width: 100%;
    max-width: 130px;
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    font-size: 12px;
}

.shild {
    position: absolute;
    padding: 5px 6px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    border-radius: 12px;
    top: 12px;
}

.shild.red {
    background: #ef1e59;
}

.shild.sky {
    background: #0cbae5;
}

.shild.blue {
    background: #1276cb;
}

.shild.pos-0 {
    left: 15px;
}

.shild.pos-1 {
    right: 15px;
}

.shild.pos-2 {
    top: 44px;
    left: 15px;
}

.goods_list .shild.pos-1 {
    top: 44px;
    left: 15px;
    right: unset;
}

.goods_list .shild.pos-2 {
    left: 15px;
    top: 74px;
}

.goods_list .item .shild.right {
    right: auto;
    left: 15px;
    bottom: 15px;
    top: auto;
}

.show_more {
    display: block;
    padding: 9px 0;
    margin-bottom: 55px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.show_more span {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.show_more span .fa {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pag {
    margin-bottom: 70px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
    text-align: center;
}

.pag li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    color: #3b3b3b;
    font-size: 14px;
}

.pag li a {
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #e8e8e8;
    line-height: 40px;
    color: inherit;
}

.pag li a.active {
    color: #fff;
}

.col_half_1 {
    width: 58%;
    float: left;
    padding-right: 30px;
}

.col_half_1.full {
    width: 100%;
}

.col_half_2 {
    width: 42%;
    float: left;
}

.good {
    /*border: 1px solid #e8e8e8;*/
}

.good .left_col {
    width: 41.5%;
    padding: 20px 20px 40px;
    float: left;
    position: relative;
    border: 1px solid #e8e8e8;
}

.good .right_col {
    width: 58.5%;
    padding: 0 53px;
    float: left;
    /*border-left: 1px solid #e8e8e8;*/
}

.bxslider_11 li img {
    text-align: center;
    max-width: 100%;
}

.bxslider_12 li img {
    background-color: white;
    border: 1px solid #e8e8e8;
}

.slider_good .bottom {
    margin-left: -15px;
}

.tabs_good .tabs_caption {
    position: relative;
    z-index: 2;
}

.tabs_good .tabs_caption li {
    display: inline-block;
    vertical-align: top;
    /*width: 25%;*/
    height: 50px;
    line-height: 50px;
    color: #3b3b3b;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    margin-right: -5px;
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    cursor: pointer;
    padding: 0 15px;
}

.tabs_good .tabs_caption li.active {
    background: #fff;
    /*border-bottom: #fff;*/
    border-bottom: 3px solid #1276CB;
    color: #3b3b3b;
}

.tabs_good .tabs_content {
    margin-top: -1px;
    padding: 40px 0;
    border-top: 1px solid #e8e8e8;
    position: relative;
    z-index: 1;
}

.tabs_good p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.tabs_good p:last-of-type {
    margin-bottom: 0;
}

.characteristics {}

.characteristics ul li {
    list-style: none;
    margin-bottom: 20px;
}

.characteristics ul li:last-child {
    margin-bottom: 0;
}

.characteristics ul li span {
    display: inline-block;
    /*font-family: Roboto;*/
    font-size: 13px;
    color: #3b3b3b;
}

.characteristics .dotted span {
    position: absolute;
    left: 0px;
    bottom: -4px;
    padding-right: 10px;
    padding-bottom: 3px;
    background: #fff;
    color: #747474;
}

.characteristics .dotted {
    width: 27%;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px dashed #D0D0D0;
    position: relative;
}

.characteristics .significance {
    width: 72%;
    display: inline-block;
    vertical-align: bottom;
}

.docs .col {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}

.docs .item {
    margin-bottom: 54px;
    padding-top: 10px;
    padding-left: 66px;
    position: relative;
}

.docs .txt:before {
    content: url(/local/templates/corporation/img/content/txt.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .pdf:before {
    content: url(/local/templates/corporation/img/content/pdf.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .xls:before {
    content: url(/local/templates/corporation/img/content/xls.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .csv:before {
    content: url(/local/templates/corporation/img/content/csv.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .doc:before {
    content: url(/local/templates/corporation/img/content/doc.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .jpg:before {
    content: url(/local/templates/corporation/img/content/jpg.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.docs .item a {
    display: block;
    padding-bottom: 5px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    -moz-transition: .3s;
}

.docs .item span {
    display: block;
    margin-top: 5px;
    color: #878787;
    font-size: 12px;
}

.detail.services {
    display: grid;
    line-height: 30px;
    padding: 40px;
    border: 1px solid #e8e8e8;
    margin-top: 20px;
}

.our_services {}

.our_services .item {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.our_services .item:first-child {
    padding-top: 0px;
}

.our_services .item:last-child {
    border: none;
}

.our_services .item .photo {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.our_services .item .right {
    margin-left: 240px;
}

.our_services .item h2 {
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.our_services .item p {
    min-height: 75px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.our_services .item .btn {
    width: 120px;
    height: 40px;
}


/***********/

.works .item {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.works .item:last-child {
    border: none;
}

.works .item:first-child {
    padding-top: 0px;
}

.works .item .photo {
    width: 200px;
    height: 170px;
    overflow: hidden;
    float: left;
}

.works .item .right {
    margin-left: 240px;
}

.works .item h2 {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.works .item p {
    min-height: 45px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.works .item .right>span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #878787;
}

.works .item .right>span span {
    color: #3b3b3b;
}

.works .item .btn {
    width: 120px;
    height: 40px;
    margin-top: 4px;
}


/**********/

.news_list {}

.news_list .item {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.news_list .item:first-child {
    padding-top: 0px;
}

.news_list .item:last-child {
    border: none;
}

.news_list .item .photo {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.news_list .item .right {
    margin-left: 240px;
}

.news_list .item h2 {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.news_list .item p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.news_list .item .btn {
    width: 120px;
    height: 40px;
}

.news_list ul {
    margin-bottom: 8px;
}

.news_list li {
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 12px;
}

.news_list ul li .fa {
    font-size: 9px;
    position: relative;
    top: -1px;
}


/**********/

.papers {}

.papers .item {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}

.papers .item:last-child {
    border: none;
}

.papers .item:first-child {
    padding-top: 0;
}

.papers .item .photo {
    width: 200px;
    height: 150px;
    overflow: hidden;
    float: left;
}

.papers .item .right {
    margin-left: 240px;
}

.papers .item h2 {
    margin-bottom: 12px;
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.papers .item p {
    min-height: 75px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}

.papers .item .btn {
    width: 120px;
    height: 40px;
}


/**********/

.projects {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}

.projects .item {
    width: 50%;
    padding-right: 35px;
    float: left;
    margin-bottom: 40px;
}

.projects .item .photo {
    width: 110px;
    height: 95px;
    overflow: hidden;
    float: left;
}

.projects .item .right {
    margin-left: 130px;
}

.projects .item .right a {
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 20px;
    transition: .3s;
    -moz-transition: .3s;
}

.projects .item .right p {
    color: #3b3b3b;
    font-size: 12px;
    line-height: 18px;
}

.detail {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.detail.article img {
    max-width: 100%;
}

.detail .pic {
    margin-bottom: 35px;
    position: relative;
}

.detail .pic span {
    color: white;
    font-size: 44px;
    font-weight: 300;
    line-height: 52px;
    position: absolute;
    top: 70px;
    left: 27px;
}

.detail .pic img {
    width: 100%;
}

.detail p {
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.detail p span {
    font-weight: 700;
}

.detail .title_list {
    margin-bottom: 20px;
}

ul.list {
    margin-top: 10px;
}

.list {}

.list li {
    padding-left: 28px;
    margin-bottom: 10px;
    list-style: none;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}

.list li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 7px;
    left: 0px;
}

.board_top {
    padding-top: 46px;
    border-top: 1px solid #e8e8e8;
}

.characteristics.board_top {
    padding-bottom: 20px;
}

.detail h2 {
    margin-bottom: 35px;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.gallery {
    margin-bottom: 50px;
}

.gallery .items {
    margin: 0 -5px;
}

.gallery .item {
    width: 25%;
    padding: 0 5px;
    float: left;
}

.gallery .photo {
    height: 170px;
    overflow: hidden;
}

.gallery .photo img {
    width: 100%;
}

.gallery .licenses .photo img {
    width: 50%;
}

.slider_detail {
    margin-bottom: 80px;
}

.owl-controls {
    width: 90px;
    z-index: 9;
}

.owl-controls .owl-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -62px;
    right: 55px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-controls .owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #e8e8e8;
    position: absolute;
    top: -62px;
    right: 0px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px!important;
    transition: .3s;
    -moz-transition: .3s;
}

.owl-dots {
    width: 100%;
    position: absolute;
    bottom: -38px;
    text-align: center;
}

.owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background-color: #e9e9e9;
    border-radius: 50%;
    margin: 0 4px;
}

.owl-carousel .owl-stage-outer {
    padding-left: 1px;
    padding-right: 1px;
}

.carousel_projects .item {
    transition: .3s;
    -moz-transition: .3s;
}

.carousel_projects .item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.carousel_projects .item .photo {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.carousel_projects .item .title {
    min-height: 75px;
    padding: 15px 23px 5px 23px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.carousel_reviews {}

.reviews_clients {
    margin-bottom: 35px;
}

.reviews_clients .review {
    margin-bottom: 30px;
    padding: 25px;
    background-color: #f9f9f9;
}

.reviews_clients .review p {
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 20px;
}

.reviews_clients .review p:last-child {
    margin-bottom: 0;
}

.carousel_reviews .human {}

.reviews_clients .human .quote {
    float: left;
}

.reviews_clients .human .quote .fa {
    font-size: 36px;
}

.reviews_clients .human .right {
    margin-left: 65px;
}

.reviews_clients .human .name {
    display: block;
    margin-bottom: 5px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.reviews_clients .human .post {
    display: block;
    color: #686868;
    font-size: 12px;
    font-weight: 400;
}

.detail_callback {
    padding: 40px 40px 35px;
    border: 1px solid #e8e8e8;
}

.detail_callback h2 {
    margin-bottom: 30px;
    text-align: center;
}

.detail_callback .btn {
    width: 100%;
    height: 40px;
}

.detail_callback .form {}

.detail_callback .form ul {
    text-align: justify;
    line-height: 0;
    letter-spacing: -1px;
}

.detail_callback .form ul li {
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px 15px;
}

.detail_callback .form ul li:nth-child(3) {
    width: 22%;
}

.detail .characteristics {
    margin-bottom: 45px;
}

.slider .bx-wrapper .bx-controls-direction a,
.detail .bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    transition: .3s;
    -moz-transition: .3s;
    margin-top: -20px;
}

.slider .bx-wrapper .bx-prev,
.detail .bx-wrapper .bx-prev {
    left: 0px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(/local/templates/corporation/img/pre.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.slider .bx-wrapper .bx-next,
.detail .bx-wrapper .bx-next {
    right: 0px;
    background-color: rgba(0, 0, 0, .5);
    background-image: url(/local/templates/corporation/img/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
}

.zoom {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-image: url(/local/templates/corporation/img/content/zoom.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    transition: .3s;
    -moz-transition: .3s;
    opacity: 0;
}

.bxslider_projects:hover .zoom,
.bx-wrapper:hover .bx-next,
.bx-wrapper:hover .bx-prev {
    opacity: 1;
}

.slider_container {
    margin-bottom: 40px;
}

.slider_container li img {
    width: 100%;
}

.why {}

.why ul {}

.why ul li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 60px;
    padding-top: 22px;
    padding-left: 75px;
    position: relative;
    color: #3b3b3b;
    font-size: 14px;
}

.why ul li.icon_1:before {
    content: url(/local/templates/corporation/img/why/icon_1.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_2:before {
    content: url(/local/templates/corporation/img/why/icon_2.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_3:before {
    content: url(/local/templates/corporation/img/why/icon_3.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.why ul li.icon_4:before {
    content: url(/local/templates/corporation/img/why/icon_4.png);
    position: absolute;
    top: 0px;
    left: 0px;
}

.progress {
    margin-bottom: 50px;
    padding: 40px 30px 30px;
    background: #fafafa;
}

.progress ul li {
    width: 24.5%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    border-left: 1px solid #e8e8e8;
}

.progress ul li:first-child {
    padding-left: 0;
    border: none;
}

.progress ul li span {
    display: block;
    margin-bottom: 20px;
    font-family: Roboto;
    font-size: 80px;
}

.progress ul li p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.our_partners {
    margin: 0 -10px 40px;
}

.our_partners .item {
    width: 33.33%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}

.our_partners .item>div {
    border: 1px solid #e8e8e8;
}

.our_partners .item .top {
    width: 100%;
    height: 92px;
    display: table;
    text-align: center;
}

.our_partners .item .top img {
    max-width: 100%;
}

.our_partners .item .top>div {
    display: table-cell;
    vertical-align: middle;
}

.our_partners .item .description {
    padding: 19px 17px;
    border-top: 1px solid #e8e8e8;
}

.our_partners .item h3 {
    margin-bottom: 15px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.our_partners .item p {
    color: #3b3b3b;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 14px;
}

.our_partners .item ul {
    border-top: 1px solid #e8e8e8;
}

.our_partners .item ul li {
    margin-top: 19px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
}

.our_partners .item ul li .fa {
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.reviews_clients .docs .item {
    margin-bottom: 0;
}

.review_item {
    margin-bottom: 50px;
}

.personal {
    margin: 0 -8px 40px;
}

.personal .item {
    width: 33.33%;
    padding: 0 8px;
    float: left;
    margin-bottom: 20px;
}

.personal .item>div {}

.personal .item .photo {
    height: 275px;
    overflow: hidden;
}

.personal .item .description {
    padding: 19px 17px;
    border: 1px solid #e8e8e8;
    border-top: none;
}

.personal .item .name {
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.personal .item .post {
    display: block;
    color: #686868;
    font-size: 12px;
}

.personal .item ul {
    margin-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.personal .item ul li {
    margin-top: 19px;
    padding-left: 30px;
    list-style: none;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
}

.personal .item ul li a {
    color: inherit;
}

.personal .item ul li .fa {
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
}

.accardion {
    margin-bottom: 50px;
}

.accardion .col {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
}

.accardion .col_1 {
    width: 44%;
}

.accardion .col_2 {
    width: 55%;
}

.accardion_item {
    margin-bottom: 17px;
}

.accardion_item .top {
    min-height: 70px;
    border: 1px solid #e8e8e8;
    padding-left: 25px;
    padding-right: 85px;
    line-height: 70px;
    position: relative;
    cursor: pointer;
}

.accardion_item .top .arrow {
    width: 70px;
    height: 100%;
    border-left: 1px solid #e8e8e8;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: normal;
}

.accardion_item .top .arrow>div {
    width: 100%;
    height: 100%;
    display: table;
}

.accardion_item .top .arrow>div>div {
    display: table-cell;
    vertical-align: middle;
}

.accardion_item.active .top .arrow .fa {
    transform: rotate(180deg);
}

.accardion_item .top p {
    padding-left: 25px;
    color: #3b3b3b;
    font-size: 12px;
    margin-top: 10px;
}

.accardion_item .top p span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.accardion_item .top .title {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.accardion_item .full {
    padding: 25px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: none;
}

.accardion_item .full .title {
    display: block;
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
}

.accardion_item .full p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.vacancy .list {
    margin-bottom: 30px;
}

.vacancy .list li {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.vacancy .list li:before {
    width: 4px;
    height: 4px;
    top: 10px;
}

.accardion_item .board {
    padding-top: 25px;
    border-top: 1px solid #e8e8e8;
}

.vacancy .btn {
    width: 200px;
    height: 40px;
}

.accardion_item:first-of-type .full {
    display: block;
}

.get_info {
    padding: 25px;
    background: url(/local/templates/corporation/img/content/get_info.png) center center no-repeat;
    background-size: cover;
}

.get_info .left {
    width: 100%;
    max-width: 440px;
    display: inline-block;
    vertical-align: top;
}

.get_info .right {
    display: inline-block;
    float: right;
}

.get_info span {
    display: block;
    margin-bottom: 15px;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

.get_info p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.get_info .btn {
    width: 200px;
    height: 40px;
    margin-top: 18px;
}

.filial.map {
    height: 500px;
}

.filial_item {
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-bottom: 10px;
}

.filial_item .left {
    width: 54%;
    float: left;
    padding: 13px;
}

.filial_item .right {
    width: 23%;
    float: left;
    border-left: 1px solid #e8e8e8;
    padding: 23px;
    text-align: center;
    height: 100%;
}

.filial_item .photo {
    width: 100px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.filial_item .name {
    margin-left: 120px;
    padding-top: 10px;
}

.filial_item .name p {
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 700;
}

.filial_item .name span {
    display: block;
    color: #3b3b3b;
    font-size: 12px;
}

.filial_item .name span .fa {}

.filial_item ul {
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}

.filial_item ul li {
    padding-left: 30px;
    position: relative;
    color: #3b3b3b;
    font-size: 12px;
    line-height: 22px;
    list-style: none;
}

.filial_item ul li .fa {
    position: absolute;
    top: 5px;
    left: 0px;
}

.date_news {
    padding: 12px 18px;
    border: 1px solid #ededed;
    background: #fff;
    position: absolute;
    top: 42px;
    right: 0px;
}

.date_news li {
    display: inline-block;
    vertical-align: middle;
    color: #3b3b3b;
    font-size: 12px;
}

.news_list ul li .fa {
    font-size: 9px;
    position: relative;
    top: -1px;
}


/*Related*/

.related {
    background: #fafafa;
}

.related .inner {
    padding-top: 55px;
    padding-bottom: 40px;
}

.related .container {
    padding-left: 270px;
}

.related h2 {
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}

.related .goods_tile .item {
    width: 100%;
    float: none;
    max-width: none;
}

.related .owl-carousel .owl-item img {
    width: auto;
}

.related .slider_detail {
    margin-bottom: 20px;
}

.error404 {
    padding-top: 110px;
    padding-bottom: 70px;
    background: url(/local/templates/corporation/img/content/404.png) right 10px no-repeat;
    margin-left: 10%;
    margin-right: 10%;
}

.error404 h2 {
    margin-bottom: 40px;
    /*font-family: Roboto;*/
    font-size: 28px;
    font-weight: 700;
    color: #3b3b3b;
}

.error404 p {
    margin-bottom: 20px;
    /*font-family: Roboto;*/
    font-size: 14px;
    line-height: 24px;
}

.error404>span {
    width: 181px;
    display: block;
    margin-top: 16px;
    /*font-family: Roboto;*/
    font-size: 12px;
    color: #3b3b3b;
    text-align: center;
}

.error404 .btn {
    width: 181px;
    height: 40px;
}

.contacts .col {
    display: inline-block;
    vertical-align: top;
}

.contacts .col_1 {
    width: 45%;
    padding-right: 20px;
}

.contacts .col_2 {
    width: 100%;
    /*padding-left: 20px;*/
    /*border-left: 1px solid #e8e8e8;*/
}

.contacts p {
    font-size: 14px;
    line-height: 20px;
}

.footer .contacts p {
    color: white;
}

.contacts ul {}

.contacts ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    /*padding-left: 20px;*/
    position: relative;
}

.contacts ul li.col_2in1 {
    width: 45%;
}

.contacts ul li span {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.contacts ul li p {
    margin-bottom: 0;
}

.contacts ul li p a {
    color: #3b3b3b;
    font-size: 13px;
}

.contacts ul li .fa {
    /*position: absolute;*/
    top: 2px;
    left: 0px;
    margin-right: 7px;
}

.contacts_map {
    height: 454px;
    background: #ccc;
}

.price_list h2 {
    margin-bottom: 25px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
}

.price_list_item {
    margin-bottom: 45px;
}

.table_price table {
    width: 100%;
}

.table_price table tr td {
    padding: 15px 0;
    vertical-align: middle;
}

.table_price table tr td:first-child {
    padding-left: 20px;
}

.table_price table tr td:nth-child(3) {
    width: 140px;
}

.table_price table tr td:last-child {
    padding-right: 20px;
    width: 140px;
}

.table_price table thead tr td {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.table_price table tbody tr td {
    background: #fcfcfc;
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f4f4f4;
}

.table_price table tbody tr .top {
    font-weight: 700;
    text-transform: uppercase;
    background: #fcfcfc;
    text-align: center;
}


/*recourse*/

.recourse {
    background: url(/local/templates/corporation/img/recourse.jpg) center center no-repeat;
    background-size: cover;
}

.recourse .inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.recourse .left {
    display: inline-block;
    vertical-align: middle;
}

.recourse .right {
    display: inline-block;
    float: right;
}

.recourse span {
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: 56px;
    font-weight: 300;
    text-transform: uppercase;
}

.recourse p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 30px;
    position: relative;
    color: white;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
}

.recourse p:before {
    content: "";
    width: 10px;
    height: 39px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.recourse .btn {
    width: 180px;
    height: 40px;
    margin-top: 12px;
}


/*About*/

.about p,
.about ul {
    margin-bottom: 30px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.about ul {
    margin-left: 30px;
}

.about h2 {
    margin-bottom: 10px;
}

.about .btn {
    width: 176px;
    height: 40px;
    margin-top: 30px;
}

.good {
    margin-bottom: 38px;
    position: relative;
}

.good .description .top {
    /*margin-bottom: 35px;*/
}

.good .description .status {}

.good .description .articul {
    margin-left: 26px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    color: #3b3b3b;
    border-left: 1px solid #e8e8e8;
}

.good .description p {
    margin-bottom: 24px;
    margin-top: 20px;
    color: #7C7C7C;
    font-size: 14px;
    line-height: 24px;
}

.good .price {
    margin-bottom: 25px;
}

.good .price span {
    display: block;
    color: #3b3b3b;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}

.good .price .old_price {
    color: #878787;
    font-size: 12px;
    text-decoration: line-through;
}

.good .action {
    /*padding-top: 27px;*/
    /*border-top: 1px solid #e8e8e8;*/
    margin-bottom: 30px;
}

.good .ques {
    width: 49%;
}

.good .buy {
    width: 49%;
    float: right;
}

.good .share {
    margin-top: 25px;
    padding: 5px 5px 5px 15px;
}

.good .share span {
    display: inline-block;
    vertical-align: middle;
    color: #7f7f7f;
    font-size: 12px;
}

.good .share .container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}


/*News*/

.news {}

.news_top {
    padding: 30px;
    background-color: #f5f5f5;
}

.news_top h2 {
    width: 60%;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
}

.news_top .btn {
    width: 135px;
    height: 40px;
    float: right;
}

.news_items {
    padding: 29px;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}

.news_items .item {
    margin-bottom: 35px;
}

.news_items .item:last-child {
    margin-bottom: 0;
}

.news_items .item .photo {
    width: 115px;
    height: 115px;
    overflow: hidden;
    float: left;
}

.news_items .item .right {
    margin-left: 145px;
    height: 115px;
    overflow: hidden;
}

.news_items .item .right .date {
    display: block;
    margin-bottom: 10px;
    color: #3b3b3b;
    font-size: 12px;
    font-weight: 400;
}

.news_items .item .right a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.news_items .item .right p {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 20px;
}


/*Partners*/

.partners {
    width: 100%;
    display: block;
    background: #fdfdfd;
    position: relative;
    z-index: 1;
    border-top: 1px solid #f7f7f7;
}

.partners .inner {
    padding-top: 35px;
    padding-bottom: 35px;
}

.partners ul {
    text-align: center;
}

.partners ul li {
    display: inline-block;
    vertical-align: middle;
}

.partners li img {
    max-width: 100%;
}

.partners .work ul li:after {
    width: 1px;
    height: 138px;
    display: inline-block;
    vertical-align: middle;
    content: "";
}

.partners .work ul li img {
    max-height: 138px;
    width: 95%;
    display: inline-block;
    vertical-align: middle;
}


/*Footer*/

.footer {
    width: 100%;
    display: block;
    background: #24292c;
    position: relative;
    z-index: 1;
}

.footer .inner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .col {
    float: left;
}

.footer .col_1 {
    /*width: 20%;*/
    padding-right: 15px;
}

.footer .col_2 {
    /*width: 40%;*/
    padding-right: 15px;
}

.footer .col_3 {
    /*width: 40%;*/
    padding-right: 15px;
}

.footer .logo {
    margin-bottom: 20px;
}

.footer .logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.footer .logo p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 26px;
    font-weight: 700;
    color: white;
}

.footer_copyrights {
    height: 22px;
    clear: both;
    padding-top: 20px;
}

.footer .copyrights {
    color: white;
    font-size: 12px;
    line-height: 18px;
    float: right;
}

.footer .links {
    margin-bottom: 10px;
}

.footer .links li {
    /*width: 40%;*/
    margin-bottom: 15px;
    vertical-align: middle;
    list-style-type: none;
}

.footer .links li a {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.footer .social {}

.footer .social li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}

.footer .social li:first-child {
    margin-left: 0;
}

.footer .social a {
    width: 28px;
    height: 28px;
    display: block;
    background-color: #424a4e;
    border-radius: 50%;
    transition: .3s;
    -moz-transition: .3s;
    color: white;
    font-size: 16px;
    text-align: center;
    line-height: 29px;
}

.footer .phone {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}

.footer .phone .icon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer .phone span {
    display: block;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.footer .phone span a {
    color: white;
    font-size: 16px;
}

.footer .phone a {
    color: white;
    font-size: 12px;
}

.footer .address {
    padding-left: 40px;
    position: relative;
}

.footer .address .icon {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    color: white;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.footer .address span {
    display: block;
    color: white;
    font-size: 12px;
    line-height: 18px;
}


/**Popup**/

.popup {
    padding: 30px;
}

.form h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.form input[type="text"].form_control,
input[type="email"].form_control,
.form input[type="password"].form_control,
.form textarea.form_control,
select.form_control {
    margin-bottom: 18px;
}

.form .send {
    width: 116px;
    height: 40px;
    float: right;
}

.form input#processing_approval {
    position: absolute;
}

.form .processing-block label:not(.error) {
    display: inline-block;
    margin-left: 20px;
    font-weight: 500;
}

.form .processing-block {
    padding: 10px;
}

.uploader input[type=file] {
    z-index: 10;
    opacity: 0;
    border: none;
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}

.uploader .filename {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #9aa6ae;
    position: relative;
    top: -5px;
    padding: 11px 9px 9px 145px;
    text-overflow: ellipsis;
}

.input.error input,
.input.error textarea {
    border-color: #e02222;
}

.form-control {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #d7dee3;
    height: 34px;
    padding: 6px 12px;
}

.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

.jqmOverlay {
    background: #000;
}

.jqmWindow {
    position: absolute;
    display: none;
    /*position:fixed*/
    ;
    left: 50%;
    width: 100%;
    background: white;
    top: 0px;
    max-width: 500px
}

.jqmWindow {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
}

.jqmWindow.show {
    display: block;
    visibility: visible;
    opacity: 1;
}

.jqmClose.top-close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #c2cbd2;
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 25px;
    cursor: pointer;
}

.form.popup .form-error {
    padding-left: 60px;
    padding-right: 60px;
}

.affix {
    width: 180px;
    height: 40px;
}

.affix .fa {
    margin-right: 5px;
}

.affixed {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 40px;
    color: #434343;
    font-family: Roboto;
    font-size: 12px;
    line-height: 40px;
}

.affixed a {
    margin-right: 5px;
    color: inherit;
}

.fancybox-nav {
    top: 0px;
    margin-top: -18px;
}

.fancybox-nav span {
    width: 40px;
    height: 40px;
}

.fancybox-next span {
    right: 0px;
    background: rgba(0, 0, 0, .5) url(/local/templates/corporation/img/next.png) center center no-repeat;
}

.fancybox-next span:hover {
    background: #1276cb url(/local/templates/corporation/img/next.png) center center no-repeat;
}

.fancybox-prev span {
    left: 0px;
    background: rgba(0, 0, 0, .5) url(/local/templates/corporation/img/pre.png) center center no-repeat;
}

.fancybox-prev span:hover {
    background: #1276cb url(/local/templates/corporation/img/pre.png) center center no-repeat;
}

.fancybox-skin {
    background: transparent;
}

.fancybox-opened .fancybox-skin {
    padding: 0!important;
    box-shadow: none!important;
    border-radius: 0!important;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .85);
}

.fancybox-close {
    width: 30px;
    height: 3s0px;
    /*background: url(/local/templates/corporation/img/close.png) center center no-repeat;
    top: -40px;
    right:-40px;*/
    top: 0px;
    right: 3px;
    background-image: url(/local/templates/corporation/img/close.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.thank {
    padding: 30px;
}

.thank h2 {
    padding-bottom: 25px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
}

.thank_close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/local/templates/corporation/img/close.png);
    cursor: pointer;
}

.thank p {
    margin-top: 30px;
    padding-left: 60px;
    position: relative;
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.thank p .fa {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 39px;
}

.reviews_clients .review .text {
    margin-bottom: 20px;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 20px;
}

.crp-requisites-table {
    margin: 25px 0;
    font-size: 13px;
}

.crp-requisites-table td:first-child {
    background: #f7f7fa;
}

.crp-requisites-table td {
    border: 1px solid #e6e6e6;
    padding: 8px 18px;
}

.crp-button-up {
    width: 48px;
    height: 48px;
    position: fixed;
    border: none;
    box-shadow: none;
    z-index: 1999;
    bottom: 0;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.crp-button-up i {
    color: #fff
}

.crp-button-up:hover {
    opacity: 1;
}

.btn-xs {
    line-height: 12px;
    padding: 13px 12px 7px;
    border-radius: 1px;
    text-transform: uppercase;
}

.projectslist>.col-md-12>.btn-default {
    position: absolute;
    right: 15px;
    margin-right: 0;
    overflow: visible;
}

.btn-default.white:hover {
    color: #fff !important;
}

button.crp-button-up {
    margin-bottom: 30px;
    display: inline-block;
}

button.crp-button-up.left {
    left: 30px;
}

button.crp-button-up.right {
    right: 30px;
}

button.crp-button-up.round {
    border-radius: 30px;
}

table.title-search-result th {
    display: none;
}

.divider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    background-color: #888;
    margin: 0 10px;
    height: 13px;
    width: 1px;
}

#bx_incl_area_15 {
    height: 22px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    float: right;
}

.requisites_button_vx {
    background: #1276cb;
    color: white;
    padding: 15px 15px;
    margin: 15px 15px;
}

.requisites_button_vx:hover {
    background: #72B3EE;
}

.requisites_button_vx:focus {
    background: #54A2E8;
}

.ques-left {
    width: 42%;
}

.ques-right {
    width: 50%;
    margin-left: 15px;
}

.section-popular-list {
    margin-bottom: 30px;
    display: flex;
}

.section-popular-list .section-title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 13px;
    width: 350px;
    color: #333;
    padding-top: 9px;
    min-width: 50px;
}

.section-popular-list .popular-list {
    /*margin-left: -10px;*/
    margin-right: -10px;
}

.section-popular-list .popular-list .item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    padding: 9px;
    background: #EBEBEB;
    color: #333;
    font-size: 13px;
    font-weight: 300;
}

.section-popular-list .popular-list .item:hover {
    background: #f0f0f0;
}

@media(max-width:576px) {
    .ques-left {
        width: 100%;
        /*margin-bottom: 15px;*/
    }
    .ques-right {
        width: 100%;
        margin-left: 0;
    }
}

.header_restyle .callback {
    line-height: 40px;
    height: 40px;
    width: 180px;
    color: #fff!important;
    background-color: #1276CB;
    font-weight: bold;
    margin-top: 0;
}

.header_restyle .center {
    width: 36%;
}

.header_restyle .toggleMenu .fa {
    color: #fff;
}

.header_restyle .right {
    width: unset!important;
    vertical-align: middle;
}

.header_restyle .feedback {
    display: flex;
}

.header_restyle .phone {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.header_restyle .phone span a {
    font-weight: bold;
    font-size: 21px;
}

.header_restyle .phone p {
    font-size: 14px;
    color: #848484;
    margin-top: 10px;
}

.header_restyle .left {
    width: unset;
}

.header_restyle .header_top {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: unset;
}

.header_restyle .inner {
    padding-bottom: 0;
}

.header_restyle .container {
    position: relative;
}

.header_restyle .menu_restyle {
    background-color: #1276CB;
}

.header_restyle .menu_restyle ul.nav.absolute li a {
    color: #fff;
}

.header_restyle .menu_restyle ul.nav.absolute li ul li a {
    color: #3b3b3b;
}

.header_restyle .menu_restyle ul.nav.absolute li li:hover>a {
    color: #fff;
}

.header_restyle .color_text {
    color: #fff;
}

.header_restyle .fa-chevron-down:before {
    font-size: 10px;
}

.header_restyle .nav ul {
    margin-top: 0;
}

.header_restyle .feedback {
    margin-top: 0;
}

.header_restyle .nav li a .fa {
    vertical-align: text-top;
}

.footer_restyle .links li {
    width: unset;
}

.footer_restyle .col {
    float: unset;
    display: flex;
    margin-bottom: 20px;
}

.footer_restyle .col_1 {
    width: unset;
}

.footer_restyle .footer_about {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.footer_restyle .footer_contacts {
    width: 77%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.footer_restyle .footer_title {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #383F43;
    margin: 0 0 27px 0;
    position: relative;
}

.footer_restyle .footer_about {
    width: 20%;
}

.footer_restyle .links li a {
    color: #8A959B;
    font-size: 13px;
    line-height: 12px;
    font-weight: normal;
}

.footer_restyle .footer_title .band {
    background: #1276CB;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -1px;
}

.footer_restyle .work {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer_restyle .contacts_tel {
    margin-top: 20px;
}

.footer_restyle .contacts_block {
    height: 80%;
    display: flex;
    flex-direction: column;
}

.footer_restyle span.contacts_title {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 10px;
}

.footer_restyle .contacts_tel a {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none;
}

.footer_restyle .footer_text,
.footer_restyle .contacts_mail a,
.footer_restyle .footer_text p {
    color: #8A959B;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.footer_restyle .contacts_mail a {
    font-size: 14px;
}

.footer_restyle .footer_row.row1 .fa {
    vertical-align: top;
    margin-top: -3px;
    margin-right: 10px;
}

.footer_restyle .fa {
    color: #009DDD;
    margin-right: 5px;
}

.footer_restyle .contacts_text {
    display: inline-block;
    width: 250px;
}

.footer_restyle .contacts_top {
    display: flex;
}

.footer_restyle .col_2 .contacts_bottom {
    margin-bottom: 70px;
}

.footer_restyle .footer_copyright p {
    margin-bottom: 10px;
}

.footer_restyle .footer_copyright a {
    color: #8A959B;
    border-bottom: 1px dashed;
}

.footer_restyle .footer_row {
    display: flex;
    flex-wrap: wrap;
}

.footer_restyle .row_end {
    justify-content: flex-end;
    margin-top: 20px;
}

.footer_restyle .col_2,
.footer_restyle .col_3 {
    padding-right: 40px;
}

.header_restyle .left .LIGHT_menu {
    display: none;
}

.header_restyle .menu_restyle .nav li:last-of-type {
    float: right;
}

.header_restyle .menu_restyle .nav li ul li:last-of-type {
    float: unset;
}

.header_restyle.sticky .left .LIGHT_menu {
    display: inline-block;
    margin-top: 3px;
}

.header_restyle.sticky .menu_restyle {
    display: none;
}

.header_restyle.sticky .left {
    width: 19%;
}

.header_restyle.sticky .phone span a {
    font-size: 18px;
}

.header_restyle.sticky .center {
    width: 35%;
}

.header_restyle.sticky .work .logo {
    position: unset;
}

.header_restyle.sticky .toggleMenu .fa {
    color: #3B3B3B;
    font-size: 25px;
}

.header_restyle.sticky .toggleMenu {
    border: none;
}

.header_restyle.sticky .phone p {
    margin-top: 5px;
}

.contact_row {
    display: flex;
    flex-wrap: wrap;
}

.contact_row .cols {
    width: 35%;
}

.bx-yandex-view-layout.swipeignore {
    width: 65%;
}

.contact_row .cols .col ul li span {
    color: black;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
}

.contact_row .cols .col ul li p {
    color: #747474;
    font-size: 15px;
    margin-top: 5px;
}

.toggleMenu.active .fa-bars:before {
    content: "\2573";
    font-size: 18px;
}

.content .noindex-page {
    display: flex;
}

.status.presence::before {
    content: "\2713";
    color: #78D376;
    margin-right: 6px;
}

.status.un_order::before {
    content: "\1F7A9";
    color: #F14848;
    ;
    margin-right: 6px;
}

.goods .item .title a {
    text-decoration: underline;
}

.bx-filter .fa-angle-up {
    border-radius: 25px;
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 4px 7px 6px 8px;
    margin-right: 7px;
}

.bx-filter .fa-angle-down {
    border-radius: 25px;
    border: 1px solid #E7E7E7;
    background: #fff;
    padding: 5px 7px 5px 8px;
    margin-right: 7px;
}

span.character {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
}

span.character span {
    color: #565656;
}

.goods_tile .price {
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-align: center;
    width: auto;
}

.goods_tile .price span {
    font-size: 17px;
}

.goods_tile .status {
    position: absolute;
    bottom: 23px;
    right: 20px;
}

.goods_tile .bottom {
    text-align: center;
}

.goods_tile.goods .item .title {
    color: #1276CB;
    text-decoration: underline;
}

.goods_tile .item:hover .item-block-catalog {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

span.bx-filter-container-modef.modef {
    position: absolute;
    bottom: 80px;
}

.header_restyle.sticky i.color_text {
    color: #000;
    transform: rotate(270deg);
    right: 20px;
    position: absolute;
    font-size: 11px;
    line-height: 20px;
    top: 16px;
}

.header_restyle.sticky .nav li:hover>a {
    background: #1276cb;
    color: #fff;
}

.header_restyle.sticky .nav li:hover i.color_text {
    color: #fff;
}

.smartfilter {
    position: relative;
}

.smartfilter .filter-col {
    padding-bottom: 50px;
}

.bx_filter_popup_result {
    font-size: 14px;
}

.sorting .filter-mobile {
    background: #1276CB;
    color: #fff;
    font-size: 14px;
    padding: 10px 19px;
    max-width: 112px;
    margin-right: 20px;
    display: none;
}

.sorting .filter-mobile::after {
    content: "";
    background-image: url("/images/icons/filter.png");
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

.sorting .left .select {
    display: inline-block;
}

.sort-title {
    display: inline-block;
}

.good .price span.price-title {
    color: #7C7C7C;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 10px;
}

.good .right_col .description .price {
    display: inline-block;
}

.good .right_col .description .status {
    margin-left: 28%;
}

.good .right_col .description .action .ques-left {
    width: 160px;
    height: 50px;
    line-height: 50px;
}

.good .right_col .description .action .ques-right {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.good .right_col .delivery {
    text-decoration: underline;
    color: #0078D7;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

.good .right_col span.character {
    font-size: 14px;
}

.tabs_good .tab-title {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
}

.tabs_good .characteristics {
    margin-top: 30px;
}

.mobile-desc {
    display: none;
}

.mobile-characteristics {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.mobile-tabs {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: roboto, helvetica, arial, san-serif;
    color: #666;
    background: #e0e0e0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: inherit;
    display: none;
}

.hide-tab {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.accordion {
    background: #fff;
    width: 100%;
    border: 1px solid #e0e0e0;
    list-style: none;
}

.accordion-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-label {
    padding: 20px 0 20px 30px;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #333333;
}

.accordion-label:hover {
    cursor: pointer;
}

.accordion-label:after {
    content: '';
    background-image: url("/images/icons/shevron-down.png");
    position: absolute;
    height: 5px;
    width: 9px;
    top: 25px;
    right: 22px;
    display: inline-block;
    /*border-left: 5px solid #999;*/
    /*border-top: 5px solid transparent;*/
    /*border-bottom: 5px solid transparent;*/
}

.mobile-tabs input[type=checkbox]:checked~.accordion-label:after {
    background-image: url("/images/icons/shevron-up.png");
    /*-webkit-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
}

.mobile-tabs input[type=checkbox]:checked~.accordion-label {
    background-color: #1276CB;
    color: #fff;
}

.accordion-child {
    margin: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    height: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}

.mobile-tabs input[type=checkbox]:checked~.accordion-child {
    border: 1px solid #e0e0e0;
    /*margin: 0 -20px 15px -20px;*/
    background: #F5F5F5;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
    padding: 30px;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.mobile-tabs .characteristics .dotted span {
    background: #F5F5F5;
}

.mobile-tabs .characteristics li {
    list-style: none;
    padding-bottom: 20px;
}

.mobile-tabs .characteristics span {
    font-size: 14px;
}

.mobile-tabs .characteristics .significance span {
    color: #333333;
    ;
}

.header_restyle.sticky .nav>li {
    margin-right: 0;
}

.sidebar ul.menu li.menu_title_left span {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.mobile-filter-title span {
    font-size: 17px;
    padding: 20px;
    font-weight: bold;
}

.goods_tile .item .bottom .price-slider {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    color: #000000;
    position: absolute;
    bottom: 23px;
}

.goods_tile .item .bottom .status {
    font-size: 12px;
    line-height: 22px;
    color: #565656;
}

.goods_tile.bxsliderelement {
    display: block;
}

.sidebar-all .sidebar {
    width: 267px;
}

.breadcrumbs #breadcrumb_back {
    display: none;
}

.breadcrumbs li {
    color: #1276CB;
    text-decoration: underline;
}

.breadcrumbs li.active,
.breadcrumbs #breadcrumb_back {
    color: #000000;
    text-decoration: none;
}

.sidebar-all {
    padding-right: 40px;
}

.required-star {
    color: #FB3232!important;
}

.contact_forms {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact_forms>div {
    width: 49%;
}

.contact_forms .form .send {
    float: unset;
    width: 180px;
}

.contact_forms .detail_callback {
    padding: 0;
    border: 0;
}

.contact_forms .processing-block {
    width: 65%;
    float: right;
    padding: 0;
}

.contact_forms .detail_callback h2 {
    text-align: left;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 17px;
    font-size: 23px;
}

.contact_forms .detail_callback .form ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_forms .detail_callback .form ul li {
    padding: 0;
    padding-right: 30px;
    width: 48%;
    margin-bottom: 0;
    vertical-align: top;
}

.contact_forms .detail_callback .form ul li:last-child {
    padding-right: 0;
}

.contact_forms ul li span {
    line-height: 10px;
}

.contact_forms form[name="vbf_crp_interest_question"] ul li:nth-child(2) {
    margin-top: -65px;
    order: 1;
}

.contact_forms textarea.form_control {
    margin: 0;
    padding: 10px;
    height: 121px;
}

.contact_forms .detail_callback .form p {
    margin-bottom: 23px;
    color: #666666;
    font-size: 15px;
}

.contact_forms .form .processing-block label:not(.error) {
    line-height: 18px;
    color: #9C9C9C;
    font-weight: 300;
    font-size: 12px;
}

.contact_forms .form .processing-block label:not(.error) a {
    text-decoration: underline;
}

.contacts ul li p.contacts-phone a {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #747474;
}

.contacts ul li p.contacts-email a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #1276CB;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/corporation/css/custom.css?177690856819061*/
/*Custom Style*/

.slider li {
    overflow: hidden;
}

.slider_mgspan {
    font-size: 30pt;
}

.slider .slide-title {
    padding-top: 90px;
    font-size: 36px;
    line-height: 46px;
    text-shadow: 0 4px 6px rgba(1, 0, 52, 0.42);
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
}

.slider .slide-title-h {
    height: 46px;
    position: absolute;
    z-index: 1;
    left: -144px;
    width: 270px;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider .slide-title span {
    position: relative;
    z-index: 2;
}

.slider .slide-text {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.5;
    text-shadow: 0 4px 4px rgba(1, 0, 52, 0.42);
    margin-bottom: 30px;
}

.slider .slide-button {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    padding: 10px 30px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    outline: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 6px 13px 0 rgba(255, 255, 255, 0.42);
    margin-right: 20px;
    margin-bottom: 20px;
}

.slider .slide-button:hover {
    opacity: , 5;
}

.slider .slide-button:last-child {
    margin-right: 0;
}

.bx-wrapper .bx-pager {
    position: absolute;
}

.basket.fly {
    display: none !important;
}

.nav>li {
    margin-right: 19px;
}

.nav>li>a {
    padding: 15px 5px;
}

.good .product-item-scu-item-text-container {
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.good .product-item-scu-item-list {
    /*  overflow: hidden; */
    /*  margin: 0 0 0 -2px; */
    padding: 0;
    list-style: none;
}


/* .good  .product-item-scu-item-color-container {
    max-width: 30px;
    width: 30px;
} */

.good .product-item-scu-item-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.good .product-item-scu-item-color-container {
    width: 50px;
}

.good .product-item-scu-item-color-container .color-caption {
    font-size: 10px;
    line-height: normal;
    text-align: center;
    word-break: break-word;
    margin-top: 6px;
    color: #333333;
}

.good .product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.good .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.good .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.good .product-item-scu-item-text-block:hover,
.good .product-item-scu-item-color-block:hover,
.good .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.good .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #006cc0;
}

.good .product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    /*text-transform: uppercase;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 39px;
    min-width: 57px;
    height: 40px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    cursor: pointer;
    color: #3B3B3B;
}

.good .product-item-scu-item-text-container:hover .product-item-scu-item-text,
.good .product-item-scu-item-text-container.selected .product-item-scu-item-text {
    border: 2px solid #1276CB;
}

.product-item-detail-info-container {
    margin-bottom: 10px;
}

.good .product-item-scu-item-color-container,
.good .product-item-scu-item-text-container {
    /* float: left; */
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 20px;
}

.good .product-item-scu-item-color-container .product-item-scu-item-color-block {
    width: 50px;
    padding-top: 50%;
    outline: none;
}

.good .product-item-scu-item-color-container .product-item-scu-item-color {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    overflow: hidden;
}

.good .product-item-scu-item-color-container:hover .product-item-scu-item-color-block,
.good .product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    border-color: transparent;
}

.good .product-item-scu-item-color-container:hover .product-item-scu-item-color-block:before,
.good .product-item-scu-item-color-container.selected .product-item-scu-item-color-block:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    border: 2px solid #1276CB;
    border-radius: 6px;
}

.good .wrap_to_cart {
    margin-bottom: 10px;
}

.good .buy_block.in .in_cart,
.good .buy.to_cart {
    float: none;
    margin-right: 0;
    height: 50px;
    width: 160px;
    line-height: 50px;
    text-align: left;
    padding-left: 55px !important;
    position: relative;
    background-color: #1276cb;
    color: #fff;
}

.good .buy_block.in .in_cart {
    background-color: #14bb16;
    border-color: #14bb16;
}

.good .buy_block.disabled .to_cart,
.good .buy_block.disabled .in_cart {
    background-color: gray;
    border-color: gray;
    pointer-events: none;
    cursor: not-allowed;
}

.good .buy_block.in .in_cart:before,
.good .buy.to_cart:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/local/templates/corporation/css/../images/basket-icon.png) no-repeat center;
    left: 20px;
    top: 12px;
}

.good .buy_block.in .in_cart>span {
    padding: 0;
}

.good .buy_block.in .in_cart>span:before {
    display: none;
}

.good .question-btn {
    width: 160px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
}

.product-item-detail-info-container-title {
    font-size: 14px;
    color: #7C7C7C;
    margin-bottom: 11px;
}

.product-item-detail-info-container-title .value {
    display: inline-block;
    padding-left: 3px;
    color: #3B3B3B;
}

.bx-filter .bx-filter-param-btn.bx-color-sl {
    width: 50px;
    height: 25px;
    display: block;
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

.bx-filter-param-btn-block .bx-filter-param-label {
    display: inline-block;
    width: 50px;
    vertical-align: top;
    margin-bottom: 15px;
}

.bx-filter-param-btn-block .bx-filter-param-text {
    font-size: 10px;
    text-align: center;
    display: block;
    word-break: break-word;
    margin-top: 5px;
}

.bx-filter-param-btn-block .bx-filter-btn-color-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
}

.shopping-cart-icon {
    width: 24px;
    height: 24px;
    background: url('/local/templates/corporation/css/../img/shopping-cart-icon.png') no-repeat center;
    display: inline-block;
}

.header .logo {
    max-width: 175px;
}

.header .search {
    max-width: 340px;
}

.header_restyle .center {
    width: 31%;
}

.header .center {
    padding-right: 5px;
}

.header_restyle .right {
    padding-top: 0px;
}

.header_restyle .callback {
    width: 154px;
}

.header_restyle .feedback {
    float: left;
}

.basket-top {
    float: right;
}

.basket-top a,
.bx-basket-block a {
    color: #3B3B3B;
}

.shopping-cart-icon {
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.basket-top .count,
.bx-basket-block .count {
    position: absolute;
    left: 33px;
    top: 2px;
    height: 15px;
    width: 18px;
    background: #ED1C24;
    text-align: center;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    line-height: 16px;
}

.btn.basket-btn-checkout {
    line-height: 1;
}

.white-popup-block {
    background: #fff;
    text-align: left;
    max-width: 555px;
    margin: 40px auto;
    position: relative;
    border-radius: 0;
}

.white-popup-block .form-popup {
    padding: 40px 45px;
}

.form-popup .form-title {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.form-popup .caption {
    position: relative;
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #747474;
    margin-bottom: 8px;
}

.form-popup .form-group {
    margin-bottom: 20px;
}

.form-popup .form-group .inputtext {
    text-align: center;
}

.form-popup .form-group .inputtext,
.form-popup .form-group .captcha input {
    background: #fdfdfd;
    height: 44px;
    color: #000;
    box-shadow: none;
    border-radius: 5px;
    padding: 6px 20px;
    display: block;
    width: 100%;
    border: 1px solid #dadada;
}

.form-popup .form-group textarea {
    color: #000;
    box-shadow: none;
    border-radius: 22px;
    padding: 6px 20px;
    display: block;
    width: 100%;
    border: 1px solid #dadada;
}

.form-popup .form-group .inputtext::-webkit-input-placeholder,
.form-popup .form-group .captcha input::-webkit-input-placeholder {
    color: #dedede;
}

.form-popup .form-group .inputtext::-moz-placeholder,
.form-popup .form-group .captcha input::-moz-placeholder {
    color: #dedede;
}

.form-popup .form-group .inputtext:-ms-input-placeholder,
.form-popup .form-group .captcha input:-ms-input-placeholder {
    color: #dedede;
}

.form-popup .form-group .inputtext:-moz-placeholder,
.form-popup .form-group .captcha input:-moz-placeholder {
    color: #dedede;
}

.form-popup .form-group .inputtext:placeholder,
.form-popup .form-group .captcha input:placeholder {
    color: #dedede;
}

.form-popup .action-block {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0;
}

.form-popup .action-block .form-submit {
    outline: none;
    border-color: #1485ce;
    background-color: #1485ce;
    color: #fff;
    line-height: 1;
}

.form-popup .action-block .form-submit:hover {}

.form-popup .agreement {
    font-weight: normal;
    font-size: 13px;
}

.form-popup .form-group:after {
    content: '';
    clear: both;
    display: table;
}

.bx-filter-param-label.bx-active .bx-color-sl {
    position: relative;
}

.bx-filter-param-label.bx-active .bx-color-sl:before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    bottom: -3px;
    right: -3px;
    left: -3px;
    border: 2px solid #1276CB;
    border-radius: 6px;
}

.basket-item-block-properties .basket-item-scu-item {
    display: none;
}

.basket-item-block-properties .basket-item-scu-item.selected {
    display: inline-block;
    border: 0;
}

.basket-item-property-scu-image .basket-item-scu-item-inner {
    border: 2px solid #dadada;
    display: inline-block;
}

.basket-item-block-properties .basket-item-scu-item.selected .value {
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
    padding-left: 4px;
}

.buy_block.in .to_cart {
    display: none;
    vertical-align: top;
}

.buy_block.in .to_cart {
    margin-right: 15px;
}

.basket-result-popup {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 300px;
    margin: 40px auto;
    position: relative;
}

.whatsapp,
.viber {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: sub;
    flex-shrink: 0;
}

.whatsapp {
    background-image: url('/bitrix/templates/corporation/img/ilotsib-whatsapp.png');
}

.viber {
    background-image: url('/bitrix/templates/corporation/img/ilotsib-viber.png');
    height: 23px;
    margin-bottom: -3px;
}

.header-phones_block a {
    flex-shrink: 0;
}

.footer .contacts_tel a {
    margin-right: 3px;
}

.header_restyle .right .phone {
    position: relative;
}

.header_restyle .right .phone .mess {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.bx-basket {
    width: fit-content;
    width: -moz-fit-content;
}

.header_restyle .rn .callback {
    float: none;
}

.header-right__bottom {
    display: flex;
}

.header_restyle .right.rn {
    display: inline-flex;
}

.header-phones_block {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px 0 25px;
}

.header-phones_block a {
    color: #3B3B3B;
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
}

.header-phones_block .messengers {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.header-right__shedule {
    font-size: 14px;
    line-height: 16px;
    color: #848484;
    margin-bottom: 13px;
}

.header_restyle .rn .callback i {
    display: none;
}

.header_restyle .rn .callback {
    text-align: center;
}

.sticky.header .header_top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.to_cart_link {
    display: block;
    margin-top: 10px;
}

.to_cart_link:hover {
    text-decoration: underline;
}
.description .info-block{
    border: 1px solid #F7D3CE;
    padding: 15px 10px;
    margin-bottom: 13px;
}
.description .info-block p{
    margin: 0;
    font-size: 12px;
}
.slider .slide-title-h.white{
    right: 70%;
    width: 50%;
    left: auto;
}
.slide-title.white span{
    text-transform: uppercase;
    color: #E26351;
}
.slide-text .point{
    position: relative;
    left: 40px;
    font-size: 40px;
}
.slide-text .point::before{
    color: #fff;
    content:"\2022";
    font-size: 50px;
    font-weight: 700;
    left: -30px;
    line-height: 18px;        
    position: absolute;
    top: 20px;
}

.footer__contacts-block {
    display: flex;
    justify-content: space-between;

    & > .footer__contacts-left {
        display: flex;
        flex-direction: column;
        max-width: 250px;
        width: 100%;

        & > .footer_row {
            & > .col {
                & > .contacts_tel {
                    white-space: nowrap;

                    & > .col {
                        margin-bottom: 20px;
                    }
                }
            }
        }
    }
}

.contacts_time {
    white-space: nowrap;
}

.footer__participant-logo {
    display: flex;
    flex-direction: column;
    max-width: 262px;
    width: 100%;
    margin-top: 18px;
    gap: 8px;

    & > div {
        width: 100px;
        height: 102px;

        & > img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }
    & > span {
        font: 13px/150% "Roboto";
        color: #8A959B;
    }
}

.header-phones_block a.max {
    width: 20px;
    height: 20px;
    margin-left: 20px;
}

.footer__contacts-block .max svg,
.contacts .max svg {
    margin-top: 20px;
    width: 30px;
    height: 30px;
}

@media (max-width: 1200px) {
    body .header_restyle .center {
        width: 31%;
    }
    .header-phones_block {
        padding: 0 10px;
    }
    .slider .slide-title-h.white{
        left: -90px;
        width: 416px;
    }
    .footer__contacts-block {
        display: flex;
        justify-content: unset;
        flex-direction: column;
    }
}

@media (max-width: 1100px) {
    body .header_restyle .center {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .header_restyle .right.rn {
        float: none;
        margin-top: 0;
    }
    .header .left {
        padding-right: 0;
    }
}

@media (max-width: 880px) {
    .right.rn .header-phones_block {
        display: none;
    }
    .mobile-phones .header-phones_block {
        align-items: center;
    }
    .header-phone_mobile_hidden{
        display: none;
    }
    .mobile-phones .header-phones_block .messengers {
        margin-top: 15px;
        /*margin-left: 13px;*/
    }
    .header_restyle .right.rn {
        float: right;
    }

    .header-phones_block a.max {
        margin: 0;
    }

    .header-phones_block a.max svg rect,
    .contacts .max svg rect {
        fill: #1276CB;
    }
}

@media (min-width: 880px) {
    .mobile-phones {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    body .header .logo {
        max-width: 175px;
    }
    body .header .left {
        display: inline-block;
        width: auto;
    }
    body .header .header_top {
        padding: 20px 0 15px;
    }
    .slide-text .point{
        font-size: 30px;
    }
    .slide-text .point::before{
        font-size: 40px;
        top: 10px;
    }
}

@media (min-width: 600px) {
    .header_restyle .right .phone .mess {
        display: none;
    }
}

@media (max-width: 600px) {
    body .header_restyle .header_top {
        display: block;
    }
}

@media (max-width: 550px) {
    .header_restyle .rn .callback {
        display: flex;
        align-items: center;
        width: 40px;
    }
    .header_restyle .rn .callback i {
        display: block;
    }
    .header_restyle .rn .callback span {
        display: none;
    }
    .header-right__shedule {
        display: none;
    }
    .header-phones_block a {
        /*font-size: 13px;*/
        line-height: 15px;
        white-space: nowrap;
    }
    .mobile-phones .header-phones_block .messengers {
        display: flex;
        align-items: center;
    }
    body .header .logo {
        max-width: 110px;
    }
    .mobile-phones {
        margin-top: 18px;
    }
    .slide-text .point{
        font-size: 16px;
        left: 15px;
    }
    .slide-text .point::before{
        font-size: 30px;
        top: 5px;
        left: -20px;
    }
    #bx_3218110189_3695{
        background-size: cover !important;
        background-position: 60% !important;
    }
    .slide-text .adr{
        display: inline-block;
        width: 230px;
        margin-top: 20px;
    }
}
@media (max-width: 450px) {
.slider .slide-title-h.white {
    left: -20px;
    width: 221px;
}
}

@media (max-width: 350px) {
    body .header .logo {
        max-width: 87px;
    }
}


/*@media (max-width: 600px) {
  .header_restyle .icon_not_text {
    width: auto;
    background-color: transparent;
    display: flex;
    align-items: center;
  }
  .header_restyle .callback i {
    margin: 0 5px;
    font-size: 16px;
  }
}*/

@media only screen and (max-device-width: 480px) {
    .header .logo img {
        max-width: 100%;
    }
    .search_mob {
        /*padding-bottom: 12px;
        margin-top: -29px;*/
    }
    .header .right {
        display: block;
    }
    .slider .container {
        /*display: none;*/
    }
    .slider .slide-text {
        font-size: 12px;
    }
    .slider_mgspan {
        font-size: 20px;
    }
    .slider .slide-text span {}
    .footer .contacts p {
        margin-bottom: 0;
    }
    .slider .slide-title {
        padding-top: 35px;
    }
    .slider .slide-title span {
        font-size: 60%;
    }
    .slider .slide-button {
        padding: 10px 10px;
        font-size: 15px;
    }
}
/* End */


/* Start:/local/templates/corporation/css/media.css?176292948744701*/
/*==========  Desktop First Method  ==========*/
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .sticky{
        position: fixed;
        
        border-bottom: 1px solid #f7f7f7;
    }

    .sticky.header .header_top{
        border-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .sticky.header .inner{
        padding-bottom: 0;
    }
    
    .sticky.header .right{
        vertical-align: middle;
    }

    .sticky.header .search{
        max-width: 320px;
    }
    
    .sticky.header .container{
        width: auto;
        position: static;
        display: inline-block;
        vertical-align: middle;
        float: right;
        position: relative;
    }
    
    .sticky .nav{
        width: 280px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        background: #f8f8f8;
    }
  .header_restyle.sticky .nav {
    background: #fff;
  }

    
    .sticky .toggleMenu{
        display: inline-block;
    }
    
    .sticky .nav > li{
        float: none;
        margin-left: 0;
    }
    
    .sticky .nav > li > a{
        padding-left: 10px;
    }
    
    .sticky .nav > li.hover > ul{
        left: 100%;
        top: 0px;
    }
    

    
    .nosticky .nav{
        /*display: block!important;*/
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .advantages .item .title {
    font-size: 12px;
  }
  .catalog_goods .item .top {
    display: flex;
    flex-direction: column;
  }
  .divide .item .right {
    margin-left: 0;
    clear: both;
  }
  .good .right_col .description .status {
    margin-left: 0;
  }
  .good .description .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
    .header .search{
        max-width: 312px;
    }
    
    .header .center{
        width: 51%;
    }
    
    .header .right{
        width: 19%;
    }
    
    .popup{
        width: auto;
        max-width: 380px;
        min-width: 380px;
    }
    

}

@media only screen and (max-width : 1199px) {
    .good .description {
      padding-left: 23px;
    }
    .ques-right {
      margin-left: 0;
      margin-top: 10px;
    }
    .header .btn{
        display: none;
    }

    .header.sticky .work .logo {
      position: relative;
    }
    
    .footer .col_2{
        width: 100%;
    }

    .footer .col_3{
        width: 100%;
    }
    
    .footer .links li{
        /*width: 45%;*/
    }
    
    .content .main {
        /*width: 76%;*/
        /*padding-left: 28px;*/
    }
    
    .tabs_good .tabs_content{
        padding: 30px;
    }
    
    .main .goods_tile .item{
        width: 33.3%;
        max-width: none;
    }
    
    .goods_list .item{
        height: auto;
    }
    
    .goods_list .item > div{
        padding-bottom: 15px;
    }
    
    .goods_list .item .description{
        margin-left: 167px;
    }
    
    .goods_table .item .bottom{
        width: 130px;
        padding: 15px;
    }
    
    .goods_table .item .description{
        max-width: 60%;
        position: absolute;
        top: 0px;
        z-index: 2;
    }
    
    .goods_table .item .price{
        /*position: absolute;*/
        top: 0px;
        right: 130px;
        /*padding-left: 15px;*/
        /*padding-right: 15px;*/
    }
    
    .goods_table .item .photo{
        margin-right: 10px;
    }
    
    .goods .item .price span{
        font-size: 14px;
    }
    
    .goods_table .item .photo img{
        width: 100%;
        height: auto;
    }
    
    .goods_table .item{
        height: 130px;
    }
    
    .projects .item{
        min-height: 155px;
    }
    
    .date_news{
        position: static;
        display: inline-block;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width : 767px){

  .content .main {
    width: 100%;
    /*width: 68%;*/
    /*padding-left: 25px;*/
  }
    .header_restyle .center {
        display: none;
    }

  .footer_restyle .col_2{
    width: 100%;
  }
  .nosticky .nav {
    display: none;
  }

  .footer_restyle .col_3{
    width: 100%;
  }
  .footer_restyle .col_4{
    width: 100%;
  }
    .work {
        padding-left: 90px;
        padding-right: 90px;
    }
    .header .left{
        width: auto;
    }
    
    .header .center {
        width: auto;
        margin-left: 15%;
        padding-right: 0;
    }
    
    .header .right {
        width: auto;
        float: right;
        margin-top: 20px;
    }
  .header_restyle .phone {
    padding-right: 40px;
  }

    .header_text {
        display: none;
    }
    
    .sticky .toggleMenu{
        margin-left: 25px;
    }
    
    .header .header_top {
        padding-top: 13px;
        padding-bottom: 22px;
  
    }
    
    .sticky.header .header_top{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .sticky.header .inner{
        padding-top: 15px;
        padding-bottom: 5px;
    }

    .header .search{
        width: 300px;
    }
    
    .slider .inner{
        height: 350px;
    }
    
    .slider .bx-wrapper .bx-controls-direction a{
        display: none;
    }
    
    .slider .left{
        padding-top: 43px;
    }
    
    .advantages,
    .services,
    .consultation{
        margin-bottom: 45px;
    }
    
    .services .item .right {
        margin-left: 220px;
    }
    
    .services .item .right a{
        font-size: 16px;
        line-height: 22px;
    }
    
    .services .item .right p{
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    
    .consultation {
        padding: 30px 40px 25px 35px;
    }
    
    .compilation .goods_tile .item{
        width: 25%;
        max-width: none;
        display: none;
    }
    
    .compilation .goods_tile .item:nth-child(1),
    .compilation .goods_tile .item:nth-child(2),
    .compilation .goods_tile .item:nth-child(3),
    .compilation .goods_tile .item:nth-child(4){
        display: block;
    }
    
    .content .inner{
        padding-bottom: 50px;
    }
    
    .news_items{
        padding: 20px;
    }
    
    .news_top{
        padding: 20px;
    }
    
    .about .btn{
        margin-top: 20px;
    }
    
    .main .title_block{
        margin-bottom: 30px;
    }
    
    .good .right_col {
        padding: 30px 25px;
    }
    
    .catalog_goods .item .top{
        padding: 15px;
    }
    
    .catalog_goods .item .bottom{
        padding: 15px;
    }
    
    .catalog_goods .item .icon{
        width: 80px;
        height: 80px;
    }

    .catalog_goods .item .right{
        /*margin-left: 98px;*/
    }
    
    .catalog_goods .item .title{
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    
    .catalog_goods .item ul li{
        font-size: 12px;
    }
    
    .catalog_goods .item .top{
        min-height: 160px;
    }
    /****************************/
    .our_services .item .photo,
    .works .item .photo,
    .papers .item .photo,
    .news_list .item .photo{
        width: 175px;
        height: 130px;
    }
    
    .our_services .item .right,
    .works .item .right,
    .papers .item .right,
    .news_list .item .right{
        margin-left: 200px;
    }
    
    .our_services .item p,
    .works .item p,
    .papers .item p,
    .news_list .item p{
        min-height: 0;
        margin-bottom: 10px;
    }
    
    .detail .pic{
        margin-bottom: 30px;
    }
    
    .detail p{
        margin-bottom: 20px;
    }
    
    .list li{
        margin-bottom: 20px;
    }
    
    .gallery{
        margin-bottom: 30px;
    }
    
    .board_top{
        padding-top: 30px;
    }
    
    .detail h2{
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 32px;
    }
    
    .slider_detail {
        margin-bottom: 63px;
    }
    
    .slider_detail {
        margin-bottom: 45px;
    }
    
    .detail_callback{
        padding: 30px;
    }
    
    .detail_papers{
        max-width: none;
    }
    
    .progress ul li{
        border-left: 0;
    }    
    
    .progress{
        margin-bottom: 30px;
        padding: 20px 15px;
    }
    
    .filial .map{
        height: 285px;
    }
    
    .contacts .col_2{
        /*padding-left: 35px;*/
    }
    
    .recourse .inner{
        padding: 30px;
    }
  .toggleMenu
    .recourse span{
        font-size: 40px;
    }
    
    .recourse p{
        font-size: 16px;
    }
    
    .recourse .btn{
        margin-top: 6px;
    }
    
    .error404{
        padding-top: 60px;
        padding-bottom: 60px;
        background-position: right top;
        background-size: 50%;
    }
    
    .detail .pic span {
        font-size: 30px;
        line-height: 44px;
        top: 25px;
        left: 25px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .slider .title_slider{
        font-size: 28px;
    }
    
    .slider p {
        margin-top: 9px;
        font-size: 15px;
        line-height: 24px;
    }
    
    .slider .left{
        padding-top: 20px;
        padding-left: 10px;
    }
    
    .slider .btn_list {
        margin-top: 15px;
    }
    
    .slider .title_slider {
        font-size: 24px;
        line-height: 32px;
    }
    
    .advantages .item .title{
        max-width: 107px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 8px;
    }
  .advantages .item{ width: 50%; }
  .advantages .item > div { border: none !important; }
  .advantages, .services, .consultation, .divide{ margin-bottom: 25px; }
  .compilation{ margin-bottom: 10px; }
  .advantages .item{
    margin-bottom: 14px;
  }
    /*.advantages .item > div{*/
    /*    height: 70px;*/
    /*}*/
    
    /*.advantages .items {*/
    /*    margin: 0 -8px;*/
    /*}*/
    
    /*.advantages .item{*/
    /*    padding: 0 8px;*/
    /*}*/
    
    .shild.right {
        right: 5px;
    }     
    
    .shild.left {
        left: 5px;
    }   
    
    .about p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    .news_items .item .photo{
        width: 90px;
        height: 90px;
    }
    
    .news_items .item .right{
        margin-left: 110px;
    }
    
    .news_items .item .right p{
        font-size: 12px;
        line-height: 18px;
    }
    
    .partners ul li{
        width: 18%;
    }
    
    .footer .col_2{
        width: 100%;
    }
    
    .footer .col_3{
        width: 100%;
    }
    .footer .links li{
        /*width: 45%;*/
    }

    
    .projects .item{
        width: 100%;
        float: none;
        padding-right: 0px;
        min-height: 0;
        margin-bottom: 30px;
    }
    
    .get_info .right{
        display: block;
        width: 100%;
    }
    
    .related .container{
        padding-left: 0;
    }
    
    .progress ul li span{
        font-size: 50px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    
    .why ul li{
        padding-top: 12px;
        line-height: 20px;
    }
    
    .why ul li span{
        max-width: 93%;
        display: inline-block;
    }
    
    .why ul li{
        margin-bottom: 30px;
    }
    
    .progress ul li{
        width: 24%;
        padding-left: 0px;
        
    }
    
    .progress ul li p{
        font-size: 12px;
        line-height: 20px;
    }
    
    .review_item{
        margin-bottom: 30px;
    }
    
    .filial_item .left{
        width: 45%;
        padding: 10px;
    }
    
    .filial_item .right{
        width: 27%;
        padding: 10px 5px;
    }
    
    .filial_item .photo{
        width: 80px;
    }
    
    .filial_item .name {
        margin-left: 95px;
        padding-top: 1px;
    }
    
    .filial_item .name p{
        font-size: 12px;
        line-height: 22px;
    }
    
    .filial_item ul{
        padding-top: 0;
    }
    
    .filial_item ul li{
        font-size: 11px;
        padding-left: 17px;
    }
    
    .accardion .col_1{
        width: 100%;
    }
    
    .accardion .col_2{
        width: 100%;
    }
    
    .accardion_item .top{
        min-height: 0;
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
        line-height: normal;
    }
    
    .accardion_item .top p{
        margin-top: 5px;
        padding-left: 0;
    }
    
    .accardion{
        margin-bottom: 30px;
    }
    
    .detail .pic span {
        font-size: 24px;
        line-height: 34px;
        top: 15px;
        left: 15px;
    }
    
    .our_partners .item{
        width: 50%;
    }
    
}

@media only screen and (max-width : 991px){
  .col_half_1{
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .col_half_2{
    width: 100%;
    margin-top: 40px;
    float: none;
    padding-left: 0;
  }
  .mobile-tabs ul.accordion li.accordion-item div.text.accordion-child {
    line-height: 24px;
  }
  .breadcrumbs #breadcrumb_back {
    display: block;
  }
  .breadcrumbs li:not(#breadcrumb_back) {
    display: none;
  }
  .tabs_good {
    display: none;
  }
  .mobile-tabs {
    display: -webkit-box;
    display: flex;
  }
  .tabs_good .tabs_caption li {
    display: block;
  }
    .sorting .filter-mobile {
      display: inline-flex;
    }
    .header .center{
        margin-left: 25px;
    }
    
    .sticky.header .center{
        margin-left: 0;
    }
    
    .sticky.header .search {
        max-width: 270px;
    }
    
    .sticky .toggleMenu {
        margin-left: 18px;
    }
    
    .header .left{
        padding-left: 0;
    }
    
    .partners ul li:last-child,
    .partners ul li:nth-child(4){
        display: none;
    }
    
    .partners ul li {
        width: 27%;
    }
    
    .partners .inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .content .main {
      width: 100%;
      padding-left: 0;
        /*width: 68%;*/
        /*padding-left: 25px;*/
    }

    button.btn.btn-default.white.btn-xs.value-control {
        width: 70px;
    }

    span.input-group-btn {
        margin-left: 0px !important;
    }

    a.btn.btn-default.white.btn-xs.print {
        display: none;
    }
    
    .good .left_col{
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .good .right_col{
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .blog .item {
        width: 33%;
    }

    .detail_item .item {
        width: 100%;
    }

    .bxslider_11 li img{
        width: 100%;
    }
    
    .slider_good .bottom{
        width: 160px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bx-wrapper .bx-next {
        right: -20px;
    }
    
    .good .description .articul{
        margin-left: 5px;
        padding-left: 5px;
    }
    
    .good .description .top {
        margin-bottom: 15px;
    }
    
    .good{
        /*margin-bottom: 70px;*/
        /*padding-bottom: 82px;*/
    }
    
    .good .action{
        width: 100%;
        /*padding: 23px;*/
      /*   position: absolute;
        bottom: 0px;
        left: 0px; */
        background: #fff;
        z-index: 2;
    }
    
    .good .right_col{
        padding-bottom: 0;
    }
    
    .good .share{
        width: 100%;
        margin-top: 0;
        position: absolute;
        top: 100%;
        left: 0px;
        background: #fafafa;
        margin-top: 1px;
    }
    
    .tabs_good .tabs_caption li{
        width: 140px;
    }
    
    .tabs_good .tabs_content {
        padding: 25px;
    }
    
    .tabs_good p{
        font-size: 13px;
    }
    
    .content .text p {
        margin-bottom: 20px;
    }
    
    .docs .col{
        width: 100%;
    }
    
    .docs .item,
    .reviews_clients .docs .item{
        margin-bottom: 35px;
    }
    
    .tabs_good .tabs_content{
        padding: 20px;
    }
    
    .main .goods_tile .item{
        width: 47%;
    }
    .sort-title {
      display: none;
    }
    
    .goods_list .item .price{
        /*padding: 15px;*/
        /*width: 152px;*/
    }
    
    .goods_list .item .bottom{
        padding: 15px;
        width: 151px;
    }
    
    .goods_list .item .photo{
        width: 125px;
    }
    
    .goods_list .item > div{
        padding-left: 10px;
        padding-right: 160px;
        min-height: 200px;
    }
    
    .goods_list .item .description {
        margin-left: 135px;
    }
    
    .pag{
        margin-bottom: 30px;
        padding-top: 30px;
    }
    
    .gallery .photo{
        height: 115px;
    }
    
    .contacts ul li{
        width: 100%;
    }
    
    .contacts .col_1{
        padding-right: 45px;
    }
    .basket.default .items .head {
        display: none;
    }
}

@media only screen and (max-width : 991px) and (min-width : 768px){

    .catalog_goods{
        margin-left: 0;
        margin-right: 0;
    }
    
    .catalog_goods .item{
        /*width: 100%;*/
        float: none;
    }
    
    .catalog_goods .item .top {
        min-height: 0px;
    }
    
    .catalog_goods .item .bottom{
        min-height: 0;
    }
    
    .detail_callback .form ul{
        text-align: center;
    }
    
    .detail_callback .form ul li,
    .detail_callback .form ul li:nth-child(3){
        padding: 0 5px;
        width: 48%;
    }
    
    .detail_callback .btn{
        margin-top: 20px;
    }
    
    .detail_callback{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    
    .personal .item{
        width: 50%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .header_restyle.sticky .left {
    width: 39%!important;
  }
    .work {
        padding-left: 20px;
        padding-right: 20px;
    }
  .footer_restyle .row_end .col_4 {
    left: 20px;
  }
    .toggleMenu .fa{
        color: #fff !important;
    }

    .services .item .photo{
        
    }
    
    .services .item .photo{
        width: 50%;
        height: 100%;
    }
    
    .services .item .right{
        margin-left: 136px;
    }
    
    .services .item > div{
        margin-bottom: 25px;
    }
    
    .divide .item{
        margin-bottom: 30px;
    }
    
    .divide .item .icon{
        width: 105px;
        height: 105px;
    }
    
    .divide .item .right{
        padding-top: 0px;
      margin: 0 auto;
    }
    
    .divide .item .right a{
        font-size: 16px;
        line-height: 28px;
    }
    
    .divide .item .right p{
        font-size: 12px;
        line-height: 20px;
    }


    .services .items{
        margin: 0;
        
    }
    
    .services .item{
        width: 100%;
        float: none;
        padding: 15px 0;
        border-bottom: 1px solid #f7f7f7;
    }

    .services .line .item {
        width: 100%;
    }

    .services .line .item .photo img {
        width: 100%;
    }
    .services .item .right a {
        font-size: 20px;
    }

    .services .item:first-child{
        padding-top: 0;
    }
    
    .services .item > div{
        margin-bottom: 0;
    }
    
    .compilation .goods_tile .item,
    .compilation .goods_tile .item:nth-child(4){
        width: 33.3%;
        max-width: none;
        display: none;
    }
    
    .compilation .goods_tile .item:nth-child(1),
    .compilation .goods_tile .item:nth-child(2),
    .compilation .goods_tile .item:nth-child(3){
        display: block;
    }
    
    .compilation {
        margin-bottom: 15px;
    }
    
    .goods{
        padding-bottom: 30px;
    }
    
    .related .owl-carousel .owl-stage{
        padding-bottom: 50px;
    }
    
    .content .inner {
        padding-bottom: 20px;
    }
    .sticky .container.clearfix.DARK_menu>ul>li>a {
        color: #424f60;
    }

    .sticky .container.clearfix.DARK_menu {
       background: #fff;
    }

    .sticky .container.clearfix.COLOR_menu>ul>li>a {
        color: #424f60;
    }

    .sticky .container.clearfix.COLOR_menu {
       background: #fff;
    }

    .sticky .container.clearfix .toggleMenu {
        color: #000;
    }

    .header .left .container.clearfix .toggleMenu i {
        color: #000 !important;
    }

    .header .left .container.clearfix>ul>li>a {
        font-size: 10px;
        padding: 10px 0px;
    }

    .header.sticky .left .container.clearfix>ul>li>a {
        padding: 10px 20px;
    }

    .consultation .left{
        width: 100%;
        max-width: 320px;
    }
    
    .consultation .right{
        width: 100%;
        float: none;
        text-align: left;
        padding-top: 17px;
    }
    
    .consultation{
        padding-right: 15px;
    }
}

@media only screen and (max-width : 767px) {


    .header .left .container.clearfix>ul>li>a {
        font-size: 10px;
        padding: 10px 20px;
    }

    .header .header_top{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .header .inner{
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    
    .header .left{
        width: 100%;
        display: block;
        padding-right: 0;
        position: relative;
    }
    
    .header .center{
        display: none;
    }
    
    .header .logo{
        width: 100%;
        max-width: none;
        text-align: center;
    }
    
    .header .container{
        display: block;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .container.clearfix.DARK_menu>ul>li>a {
        color: #424f60 !important;
    }
    .container.clearfix.COLOR_menu>ul>li>a {
        color: #424f60 !important;
    }
    
    .toggleMenu span{
        color: #fff;
    }
    
    .toggleMenu .fa{
        color: #fff;
        font-size: 20px;
    }

    .nav > li:hover > a, .nav > li > a.active, .pag li a:hover {
        border-color: #fff !important;
    }

    .header .logo {
        margin-left: 0px;
    }

    .header .right{
        /*display: block;*/
        float: none;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .header .phone .icon{
        display: none;
    }
    
    .header .feedback{
        width: 100%;
        text-align: left;
    }
    
    .header .phone{
        padding-left: 0;
        display: inline-block;
        vertical-align: top;
        
    }
    
    .header .callback{
        display: inline-block;
        vertical-align: top;
        float: right;
        font-size: 13px;
    }
    
    .header .phone span{
        margin: 4px 0;
    }

    .header.line .left { height: 60px; line-height: 60px; }
    .header.line .logo { width: 100%; padding-top: 0px; padding-bottom: 0px; line-height: 60px; max-width: 40%; text-align: center; z-index: 11; position: absolute; display: block; top: 0; }
    .header.line .logo img { max-width: 100%; vertical-align: middle; margin-left: 10px; max-height: 55px; }
    .header.line .container { display: block; position: relative; padding-left: 15px; padding-right: 15px; width: 100%; float: right; background-color: #fff; height: 60px; z-index: 10; position: absolute; top: 0; }
    .header.line .toggleMenu .fa { color: #000 !important; vertical-align: middle; }
    .header.line .search_mob .lup { color: #000; vertical-align: middle; }
    .header.line .toggleMenu { border: none; float: right; padding: 0px 10px; }
    .header.line .toggleMenu span { color: #000}
    .header.line .nav { box-shadow: 0 6px 12px rgba(0,0,0,.175); }
    .header.line .nav a { padding: 0 10px; }
    .header.line .search_mob { margin-top: 0px; }
    .header.line input#title-search-input-mob { height: 61px; }
    /*.nav li li a { border-bottom: 0px !important; font-size: 12px !important; padding-left: 30px !important; }*/
    .order_head { position: initial;}
    .slider .col{ width: 100%; float: none; }
    .slider .center{ display: none; }
    .advantages .item{ width: 50%; }  
    .advantages .item > div { border: none !important; }
    .advantages, .services, .consultation, .divide{ margin-bottom: 25px; }   
    .compilation{ margin-bottom: 10px; }
    .advantages .item{
        margin-bottom: 14px;
    }



    .blog .item {
        width: 50%;
    }
    
    .footer .col{
        float: none;
        max-width: 320px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }
    
    .footer .col_1{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    
    .footer .col_2{
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }
    
    .footer .col_3{
        width: 100%;
        padding-right: 0px;
    }
    
    .footer .inner{
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .footer .logo {
        display: none;
    }

    .content .sidebar{
        display: none;
    }
    
    .content .main{
        width: 100%;
        padding-left: 0;
    }
    
    .breadcrumbs {
        margin-bottom: 20px;
    }
    
    .main .title_block{
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 32px;
    }
    
    .catalog_goods .item .bottom{
        min-height: 190px;
    }
    
    .table_price table tr td:first-child{
        padding-left: 10px;
    }
    
    .table_price{
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .table_price table thead tr td{
        font-size: 12px;
    }
    
    .table_price table tbody tr td{
        font-size: 12px;
    }
    
    .table_price table tr td:last-child,
    .table_price table tr td:nth-child(3){
        width: 60px;
    }
    
    .recourse .right{
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    
    .recourse .inner{
        padding: 25px 15px;
    }
    
    .our_partners .item{
        width: 33.3%;
    }
    
    .personal .item{
        width: 33.3%;
    }

}

@media only screen and (max-width : 600px){
  .contact_forms .detail_callback h2, .contact_forms .detail_callback p {
    text-align: center;
    padding-left: 0;
  }
  .contacts .bx-yandex-view-layout.swipeignore {
    margin: 0 -20px;
    width: 110%;
  }
  .contact_forms .submit-button {
    text-align: center;
  }
  .contact_forms .processing-block {
    width: 100%;
  }
  .contact_forms .detail_callback .form ul li {
    width: 100%;
    padding-right: 0;
  }
  .contact_forms form[name="vbf_crp_interest_question"] ul li:nth-child(2) {
    order: unset;
    margin-top: 0;
  }
  .mobile-tabs {
    margin: 0 -20px;
  }
  .goods_list .item .title, .goods_table .item .title {
    margin-top: 0;
  }
  .goods_table .item > div, .goods_list .item > div {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .goods_table .item > div .photo, .goods_list .item > div .photo {
    order: 1;
    height: unset;
  }
  .goods_table .item > div .description, .goods_list .item > div .description {
    order: 3;
    max-width: 95%;
    position: unset;
    padding-bottom: 10px;
  }
  .goods_list .item > div .description {
    margin-left: 0;
    margin-top: 10px;
  }
  .goods_table .item > div .bottom, .goods_list .item > div .bottom {
    order: 2;
    margin-left: auto;
    position: unset;
  }
  .section-popular-list {
    display: none;
  }
  .contact_row .cols .col ul li.col_2in1 {
    width: 100%;
  }
  .header_restyle .phone {
    padding-right: 10px;
  }
  .nav a {
    padding: 19px 5px;
  }
  .header_restyle .right {
    margin-top: 0!important;
  }
  .header_restyle .phone span {
    margin-top: 10px;
  }
  .header_restyle .header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }
  .header_restyle .callback i {
    margin-left: 15px;
  }
  .header_restyle .left {
    width: 30%;
  }
  .header_restyle .phone span a {
    font-size: 13px;
  }
  .header_restyle .phone span p {
    display: none;
  }.footer_restyle .row_end .col_4
  .footer_restyle .row_end {
    justify-content: unset;
  }
    .footer_restyle .row_end .col_4 {
        position: unset!important;
    }
    .footer_restyle .footer_about {
        width: 100%!important;
    }
    .footer_restyle .footer_contacts {
        width: 100%!important;
    }
    .style-switcher {
        display: none;
    }

    .divide .items{
        margin: 0;
    }
    
    .divide .item{
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 30px;
    }
    
    .divide .item .right p{
        margin-top: 5px;
    }
    
    .partners ul li {
        width: 42%;
    }
    
    .partners ul li:last-child,
    .partners ul li:nth-child(3),
    .partners ul li:nth-child(4){
        display: none;
    }
    .show_more{
        margin-bottom: 28px;
    }
    
    .our_partners .item{
        width: 50%;
    }
    
    .personal .item{
        width: 50%;
    }

    .services .item .photo{
        width: 30%;
        height: 100%;
    }
    .services .item .right {
        margin-left: 32%;
    }

    .basket .items .box {
        display: block;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }


}


@media only screen and (max-width : 599px) {
    .compilation .goods_tile .item{
        
    }
    
    .compilation .goods_tile .items{
        margin: 0;
    }
    
    .compilation .goods_tile .item{
        margin-bottom: 65px;
        width: 100%;
    }
    
    .good .left_col{
        width: 100%;
        float: none;
        border-bottom: 1px solid #e8e8e8;
        border-right: 0;
        padding-bottom: 20px;
    }
    
    .good .right_col{
        width: 100%;
        float: none;
    }
    
    .good .action{
        padding: 15px;
    }
    
    .tabs_good .tabs_caption li{
        width: 33.3%;
        font-size: 11px;
        margin-right: -5px;
        height: 40px;
        line-height: 40px;
    }
    
    .catalog_goods{
        margin-left: 0;
        margin-right: 0;
    }
    
    .catalog_goods .item{
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .catalog_goods .item .top {
        min-height: 0px;
    }
    
    .catalog_goods .item .bottom{
        min-height: 0;
    }
    
    .catalog_goods{
        margin-bottom: 30px;
    }
    
    .sorting .left{
        display: block;
        margin-bottom: 15px;
    }
    
    .sorting .right{
        display: block;
        float: none;
    }
    
    .pag li:nth-child(4),
    .pag li:nth-child(5),
    .pag li:nth-child(6){
        display: none;
    }
    
    .goods_table .item {
        height: 190px;
      height: unset;
    }
    
    .goods_table .item .bottom{
        width: 50%;
        top: auto;
        bottom: 0px;
        right: 0px;
        height: auto;
        border: none;
    }
    
    .goods_table .item .price{
        width: 100%;
        top: auto;
        bottom: 0px;
        left: 0px;
        height: auto;
    }
    
    .filial_item{
        height: auto;
        width: 100%;
        float: none;
    }
    
    .filial_item .left{
        width: 100%;
        float: none;
    }
    
    .filial_item .right{
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        float: none;
        text-align: left;
    }
    
    .filial_item .name p{
        font-size: 14px;
    }
    
    .filial_item ul li{
        font-size: 14px;
    }
    
    .contacts .col{
        display: block;
    }
    
    .contacts .col_1{
        width: 100%;
        padding-right: 0;
    }
    
    .contacts .col_2{
        width: 100%;
        border: none;
        padding-left: 0;
    }
    
    .contacts p{
        margin-bottom: 23px;
    }
    
    .contacts ul li{
        /*padding-left: 40px;*/
    }
    
    .contacts_map{
        height: 380px;
    }
    
    .error404{
        background-size: 280px;
        background-position: center top;
    }
    
    .error404{
        padding-top: 219px;
        padding-bottom: 30px;
        text-align: center;
    }

    div#total_price {
        bottom: 0px;
        top: auto;
        right: auto;
        left: 0;
        width: 100%;
    }


}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .catalog_goods .item {
    border: 0;
  }
  .bx-wrapper .bx-prev {
    left: 90px;
  }
  .bx-wrapper .bx-next {
    right: 90px;
  }
  .bx-wrapper .bx-controls-direction a {
    top: unset;
    bottom: -60px;
  }
  .good.link_dop h2 {
    font-size: 17px;
  }
  .content .sidebar {
    display: block;
    position: absolute;
    z-index: 9;
    width: 100%;
    /*top: -100px;*/
    left: 0;
  }
  .mobile-tabs input[type=checkbox]:checked ~ .accordion-child {
    padding: 30px 15px;
  }
  .good .action {
    padding: 0;
  }
  .good .right_col {
    padding-left: 0;
    padding-right: 0;
  }
  .good .description {
    padding-left: 0;
  }
  .sorting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sorting .filter-mobile {
    order: 0;
  }
  .sorting .left {
    order: 2;
    margin-top: 10px;
    margin-bottom: 0;
    width: 100%;
  }
  .sorting .select {
    width: 100%;
  }
  .sorting .right {
    order: 1;
  }
  .select .checked {
    width: 100%;
  }
  .catalog_goods .item .icon {
    display: none;
  }
  .catalog_goods .item .title {
    font-size: 13px;
    margin-bottom: 0;
  }

    .basket.fly {
        display: none !important;
    }

    .slider .title_slider {
        font-size: 21px;
        line-height: 29px;
    }

    .blog .item {
        width: 100%;
    }

    .slider .inner {
        height: 250px;
    }
    
    .advantages .item .title{
        max-width: 84px;
    }
    
    .advantages .item .icon{
        font-size: 26px;
    }
    
    .advantages .item > div {
        height: 68px;
    }

    .services .all_container {
        float: right;
        display: none;
    }
    
    .main .title_block {
        /*margin-bottom: 25px;*/
        font-size: 20px;
      line-height: 23px;
    }
    
    .services .item .photo{
        width: 100%;
        height: 100%;
    }
    
    .services .item .right {
        width: 100%;
        margin-left: 0px;
        display: inline-block;
    }
    
    .consultation {
        padding: 22px;
        border: none;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .consultation span{
        font-size: 24px;
        line-height: 32px;
    }
    
    .divide .item .icon{
        width: 98px;
        height: 98px;
    }
    
    .divide .item .right{
        padding-top: 0px;
        margin-left: 110px;
    }
    
    .content .inner{
        padding-bottom: 30px;
    }
    
    .compilation .tabs_caption li{
        margin-left: 8px;
        font-size: 15px;
    }

    .news_top .btn {
        width: 135px;
        height: 40px;
        float: unset;
        margin-top: 10px;
    }
    
    .partners ul li {
        width: 100%;
    }
    
    .partners ul li:nth-child(2){
        display: none;
    }
    
    .characteristics .significance{
        display: inline-block;
        width: 53%;
        margin-top: 5px;
    }
    
    .characteristics ul li{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e8e8e8;
    }
    
    .characteristics ul li:last-child{
        margin-bottom: 0;
        border: 0;
    }
    
    .characteristics .dotted{
        width: 45%;
    }
    
    .goods_tile{
        margin-left: 0;
        margin-right: 0;
    }

    .good .price {
        margin-bottom: 10px;
    }

    .detail_item .item {
        width: 100%;
    }

    .main .goods_tile .item{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .select{
        font-size: 11px;
    }
    
    .goods_list .item > div{
        padding-right: 15px;
        /*padding-bottom: 70px;*/
    }
    
    .goods_list .item .description{
        padding-bottom: 18px;
    }
    
    .goods_list .item .price{
        /*width: 50%;*/
        border-left: 0;
        border-bottom: 0;
        display: inline-block;
        vertical-align: top;
        /*border-top: 1px solid #e8e8e8;*/
        top: auto;
        bottom: 0px;
        right: auto;
        left: 0px;
        height: auto;
    }
    
    .goods_list .item .bottom{
        width: 50%;
        display: inline-block;
        vertical-align: top;
        /*border-top: 1px solid #e8e8e8;*/
        /*border-left: 1px solid #e8e8e8;*/
        top: auto;
        bottom: 0px;
        right: 0;
    }
    
    .goods_list .item .shild.right{
        bottom: 100px;
    }
    
    .goods_list .item .photo{
        width: 100px;
    }
    
    .goods_list .item .description {
        margin-left: 110px;
    }
    
    .goods .item .specification{
        font-size: 11px;
    }
    
    /****************************/
    .our_services .item .photo, .works .item .photo, .papers .item .photo, .news_list .item .photo {
        width: auto;
        height: auto;
        float: unset;
        text-align: center;
    }
    
    .our_services .item .right,
    .works .item .right,
    .papers .item .right,
    .news_list .item .right{
            margin-left: 0px;
    }
    
    .our_services .item p,
    .works .item p,
    .papers .item p,
    .news_list .item p{
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
    
    .our_services .item h2,
    .works .item h2,
    .papers .item h2,
    .news_list .item h2{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .detail_callback .form ul{
        text-align: center;
    }
    
    .detail_callback .form ul li,
    .detail_callback .form ul li:nth-child(3){
        padding: 0px;
        width: 100%;
        margin-top: 20px;
    }
    
    .detail_callback h2{
        margin-bottom: 0;
    }
    
    .detail_callback{
        padding: 20px 15px;
    }
    
    .slider_detail h2{
        margin-bottom: 75px;
    }
    
    .reviews_clients .human .right{
        margin-left: 45px;
    }
    
    .gallery .photo{
        height: 77px;
    }
    
    .breadcrumbs{
        margin-bottom: 14px;
    }
    
    .breadcrumbs li{
        margin-bottom: 8px;
    }
    
    .detail .characteristics{
        margin-bottom: 30px;
    }
    
    .related h2{
        margin-bottom: 85px;
    }
    
    .related .inner{
        padding-top: 35px;
    }
    
    .related .inner{
        padding-bottom: 0;
    }
    
    .why ul li{
        width: 100%;
        margin-bottom: 45px;
    }
    
    .progress ul li{
        width: 48%;
    }
    
    .recourse span{
        font-size: 24px;
    }
    
    .recourse p{
        margin-left: 10px;
        padding-left: 10px;
        font-size: 12px;
    }
    
    .recourse p:before{
        width: 5px;
    }
    
    .error404{
        text-align: center;
    }
    
    .error404 h2{
        margin-bottom: 20px;
    }
    
    .error404 > span{
        width: auto;
    }
    
    .detail .pic span {
        font-size: 16px;
        line-height: 24px;
    }
    
    .our_partners .item{
        width: 100%;
    }
    
    .personal .item{
        width: 100%;
    }
    
    .popup{
        width: 100%;
        max-width: none;
        min-width: 0;
    }
    
    .affix,
    .affixed{
        width: 100%;
        margin-bottom: 20px;
    }
    
    .popup .send{
        width: 100%;
        float: none;
    }
    
    .popup h2{
        padding-left: 15px;
        padding-bottom: 15px;
        font-size: 22px;
    }
}

@media (max-width: 395px){
    .form.popup { padding: 24px 120px 20px !important; }
    .pull-right { float: none; text-align: center; padding-top: 5px; padding-bottom: 10px; }
    .form .send { float: none; }
    .form.order { margin: 0; }
}

@media only screen and (max-width : 380px){

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
@media only screen and (max-width: 1024px) {
  .content .main {
    width: 100%;
  }
  .sidebar-all {
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: width .2s step-end;
    overflow: auto;
    padding-right: 0;
  }
  .sidebar-all .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    bottom: 0;
    background: #3330;
    transition: background .2s ease-in;
    width: 100%;
    background: #333333e6;
    transition: background .2s ease-out;
    display: none;
  }
  .sidebar-all .sidebar {
    display: block;
    transform: translateX(0px);
    transition: transform 0.2s ease-out 0s;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
  }
  .fixed-body {
    position:fixed; /*позицианируем чтобы исчез скролл*/
    width:100%; /*что бы верстка не складывалась по ширине*/
  }
  .nav li li.hover ul { position: static !important; margin-top: 5px !important; margin-left: 20px !important; }
  .nav ul { width: 100% !important; box-shadow: none; }
  .content .sidebar .menu {
    display: none;
  }
  .mobile-filter-title {
    display: flex;
    justify-content: space-between;
  }
  .content .sidebar {
    display: none;
  }
  .header_restyle .menu_restyle .nav li:last-of-type {
    float: unset;
  }
  .header_restyle .menu_restyle ul.nav.absolute li a {
    color: black!important;
    line-height: 20px;
    font-size: 15px;
    padding-left: 20px;
  }
  .nav.absolute li.hover .parent::before {
    content: "\f053";
    font-family: fontawesome;
    font-size: 11px;
    margin-right: 10px;
  }
  .nav.absolute li.hover ul li .parent::before {
    content: "";
    margin-right: 0;
  }
  .nav.absolute li.hover .parent .chevron-mobile {
    display: none;
  }
  .header_restyle li i.fa-chevron-down {
    display: none;
  }
  .header_restyle.sticky .left {
    width: 30%;
  }
  .header_restyle .not_icon_text {
    display: none!important;
  }
  .header_restyle .center {
    display: none;
  }
  .header_restyle .icon_not_text {
    width: 40px;
  }
  .header_restyle .right {
    float: right;
    margin-top: 20px;
  }
  .footer_restyle {
    height: unset;
  }
  .footer_restyle .footer_about {
    width: 45%;
  }
  .footer_restyle .footer_contacts {
    width: 45%;
  }
  .footer_restyle .row_end .col_4 {
    position: absolute;
    top: 420px;
    left: 90px;
  }
  .contact_row .cols {
    width: 100%;
  }
  .bx-yandex-view-layout.swipeignore {
    width: 125%;
    margin: 0 -90px;
  }
  .contact_forms > div {
    width: 100%;
  }
  .contact_forms > div:first-child {
    margin-bottom: 57px;
  }
  .toggleMenu{
    display: inline-block;
    border: none;
  }
  .nav{
    width: 100%;
    position: absolute;
    /*top: 100%;*/
    left: 0;
    background: #fff;
    z-index: 9;
  }
  .header_restyle .container.clearfix>ul>li>a {
    font-size: 10px;
    padding: 19.5px 0px;
  }
  .menu_restyle .nav > li {
    margin-right: 0px;
    /*padding-left: 20px;*/
    background-color: #F0F0F0;
    border-top: 1px solid #DEDEDE;
  }
  .header_restyle .nav > li:first-child {
    border: none;
  }
  .header_restyle .nav > li:hover {
    background-color: #E3E3E3;
  }
  .menu_restyle .nav li li:hover > a {
    background-color: #E3E3E3;
  }
  .nav > li {
    float: none;
  }
  .nav > li > .parent {
    background-position: 95% 50%;
  }
  .nav ul {
    display: block;
    width: 100%;
  }
  .nav > li.hover > ul , .nav li li.hover ul {
    position: static;
  }
  .nav > li{
    margin-left: 0;
  }

  .nav > li.hover > ul{
    left: 0;
  }

  .nav a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_restyle .nav {
    display: none;
  }
  .search_mob{
    display: inline-block;
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-filter-title {
    display: none;
  }
  .icon_not_text {
    display: none!important;
  }
  .header_restyle li i.chevron-mobile {
    display: none;
  }
  .header_restyle .menu_title {
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .work {
    padding-right: 90px;
    padding-left: 90px;
  }
  .contact_row .cols .col ul li:first-child {
    width: 70%;
  }
  .contact_row .cols .col ul li:nth-child(2) {
    width: 20%;
  }
  .contact_row .cols .col ul li.col_2in1 {
    width: 35%;
  }
  .contact_row .cols .col ul li:nth-child(5) {
    width: 28%;
  }
  .search_mob {
    margin-top: 10px;
  }
}
/* End */


/* Start:/local/templates/corporation/themes/1/colors.css?17629294874473*/
.color{
    background-color: #1276cb;
}

.color_text{
    /*color: #1276cb;*/
    color: #333333;
}

.btn:hover{
    background: #008aff;
}

.btn_white:hover{
    color: white;
    /*background: #008aff;*/
    background: #1276CB;
}

.nav li li:hover > a{
    background: #1276cb;
}

.nav > li:hover > a,
.nav > li > a.active,
.pag li a:hover{
    border-color: #1276cb;
}

.advantages .item > div{
    border: 1px solid #1276cb;
}

.advantages .item .icon,
.reviews_clients .human .quote,
.our_partners .item ul li .fa,
.our_partners .item ul li a,
.personal .item ul li .fa,
.accardion_item .top p span,
.accardion_item .top .arrow,
.accardion_item.active .top .title,
.filial_item .name span .fa,
.filial_item ul li .fa,
.news_list li.point,
.news_list ul li.point a,
.date_news li.point,
.date_news li.point a,
.error404 span a,
.error404 h2 span,
.contacts ul li .fa,
.thank p .fa,
.toggleMenu .fa{
    color: #1b7bcd;
}

.title_block:before,
.list li:before,
.owl-dot.active,
.slider .bx-wrapper .bx-prev:hover,
.slider .bx-wrapper .bx-next:hover,
.detail .bx-wrapper .bx-prev:hover,
.detail .bx-wrapper .bx-next:hover,
.zoom,
.recourse p:before,
.table_price table thead tr td{
    background-color: #1276cb;
}

.consultation{
    border-left: 4px solid #1276cb;
}

.compilation .tabs_caption li:hover,
.compilation .tabs_caption li.active{
    color: #1276cb;
    border-color: #1276cb;
}

.footer .social a:hover{
    background-color: #1276cb;
}

.content .menu li .open .fa{
    color: #505050;
}

.catalog_goods .item ul li a span{
    color: #1276cb;
}

.filter .toddler .fill{
    background-color: #1276cb;
}

.select .arrow .fa,
.pag li a .fa,
.docs .item a:hover,
.projects .item .right a:hover{
    color: #1276cb;
}

.select .select_list li.active{
    background: #1276cb;
}
.custom_checkbox:hover > span,
.custom_checkbox > input[type="checkbox"]:checked + span{
    background-color: #1276cb;
    border-color: #1276cb;
}

.custom_radio:hover > span{
    background: #1276cb;
    border: 3px solid #1276cb;
}
.custom_radio > input[type="radio"]:checked + span{
    border: 3px solid #1276cb;
    background: #fff;
}

.catalog_items_view li{
    color: #1276cb;
}

.catalog_items_view li.active,
.pag li a.active{
    background: #1276cb;
    border-color: #1276cb;
}

.btn_board{
    border: 2px solid #1276cb;
}

.owl-controls .owl-prev{
    background-image: url(/local/templates/corporation/themes/1/img/pre.png);
}

.owl-controls .owl-next{
    background-image: url(/local/templates/corporation/themes/1/img/next.png);
}

.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    border-color: #1276cb;
}

.footer .logo span,
.divide .item .right a,
.header .callback,
.form label span{
    color: #0b61ab;
}

.content .menu li.active{
    /*background: #1276cb;*/
}

.content .menu .dropdown li.active:hover {
    /*background: #1276cb;*/
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 80;
    background: #1276cb;
    margin-left: 18px;
    margin-right: 18px;
}

.detail .text a {
    color: #1276cb;
}

.text.rew {
    border-bottom: 2px solid #1276cb;
    margin-bottom: 15px;
}
.uploader {
    border: 1px solid #1276cb;
    padding: 5px;
    border-radius: 0;
    height: 40px;
    position: relative;
}
.uploader .action {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #1276cb;
    border-bottom: 1px solid #1276cb;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 15px;
    margin-right: 10px;
}
.uploader.hover .action {
    background: #fff;
    color: #1276cb;
    border: 1px solid #1276cb;
}

.container.clearfix.COLOR_menu {
    background: #1276cb;
}
.container.clearfix.COLOR_menu>ul>li>a {
    color: #fff;
}
.container.clearfix.COLOR_menu>ul>li>a>i {
    color: #fff;
}
.container.clearfix.COLOR_menu .toggleMenu {
    color: #fff;
}
.container.clearfix.COLOR_menu .toggleMenu i {
    color: #fff;
}
.btn-default.white {
    color: #1276cb !important;
    border: 1px solid #1276cb;
    background: #ffffff;
}
blockquote {
    border-left: 4px solid #1276cb;
    padding-left: 15px;
}
.progress ul li span {
    color: #1276cb;
}
a {
    color: #1276cb;
}
.catalog_goods .item .title {
    /*color: #1276cb;*/
}
.good .description .articul span {
    color: #1276cb;
}
.filter .toddler .point {
    border: 3px solid #1276cb;
}
table.title-search-result td.title-search-item b {
    color: #1276cb;
}
@media only screen and (max-width : 767px){
    .header .container{
        background-color: #1276cb;
    }
}
/* End */
/* /local/templates/corporation/css/owl.carousel.css?17629294874614 */
/* /local/templates/corporation/css/basket.css?176292948710934 */
/* /local/templates/corporation/css/font-awesome.css?176292948739759 */
/* /local/templates/corporation/libs/fancybox/jquery.fancybox.css?17629294874846 */
/* /local/templates/corporation/libs/magnific-popup/magnific-popup.css?17629294876951 */
/* /local/templates/corporation/css/reset.css?17629294871743 */
/* /local/templates/corporation/components/bitrix/search.title/corporation_mobile/style.css?17629294872108 */
/* /local/templates/corporation/components/bitrix/search.title/corporation/style.css?1762929487433 */
/* /local/templates/corporation/components/bitrix/sale.basket.basket.line/basket-top/style.css?17629294864401 */
/* /local/templates/corporation/components/bitrix/breadcrumb/template/style.css?1762929471585 */
/* /local/templates/corporation/components/bitrix/menu/footer/style.css?1762929473581 */
/* /local/templates/corporation/template_styles.css?176292948791778 */
/* /local/templates/corporation/css/custom.css?177690856819061 */
/* /local/templates/corporation/css/media.css?176292948744701 */
/* /local/templates/corporation/themes/1/colors.css?17629294874473 */
