

/* Start:/bitrix/templates/.default/components/bitrix/menu/menu_work/style.css?15350181503140*/
.menu-sitemap-tree {
  margin-bottom: 25px;
}
.menu-sitemap-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-sitemap-tree ul li {
  padding: 0;
  margin: 0;
  width: 25%;
  float: left;
  display: inline-block;
}
.menu-sitemap-tree ul li a {
  display: block;
  min-height: 100px;
  background: #fff;
  color: #222222;
  margin: 0 15px 15px 0;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  transition-duration: 0.218s;
  transition-property: box-shadow;
  transition-timing-function: ease-in;
}
.menu-sitemap-tree ul li a .item-icon {
  display: inline-block;
  position: absolute;
  right: 45px;
  bottom: 0px;
  z-index: 120;
  opacity: 0;
  -webkit-transition: opacity .62s cubic-bezier(.05,.2,.1,1), transform .62s cubic-bezier(.05,.2,.1,1);
  -o-transition: opacity .62s cubic-bezier(.05,.2,.1,1), transform .62s cubic-bezier(.05,.2,.1,1);
  transition: opacity .62s cubic-bezier(.05,.2,.1,1), transform .62s cubic-bezier(.05,.2,.1,1);
}
.menu-sitemap-tree ul li a .item-icon i {
  font-size: 3em;
  color: #fff;
}
.menu-sitemap-tree ul li a:hover {
  background: #fbc200;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.15);
}
.menu-sitemap-tree ul li a:hover .item-icon {
  transform: translateX(30px);
  opacity: 1;
}
/*@media (max-width: 480px) {

}*/
@media (max-width: 767px) {
  .menu-sitemap-tree ul li {
    width: 50%;
  }
  .menu-sitemap-tree ul li a {
    font-size: 16px;
    font-weight: normal;
    min-height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-sitemap-tree ul li {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-sitemap-tree ul li {
    width: 33.33%;
  }
}
/*@media (min-width: @screen-lg-min) and (max-width: @screen-lg-max) {

}

@media (min-width: @screen-wd-min) {

}*/
.specialversion .menu-sitemap-tree ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.specialversion .menu-sitemap-tree ul li {
  padding: 0;
  margin: 0;
}
.specialversion .menu-sitemap-tree ul li a {
  background: #fff;
  color: #000;
  font-size: 18px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
}
.specialversion .menu-sitemap-tree ul li a .item-icon {
  display: none;
}
.specialversion .menu-sitemap-tree ul li a:hover {
  background: #000;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fs-big .menu-sitemap-tree ul li a {
  font-size: 24px;
}
.color2 .menu-sitemap-tree ul li a {
  background: #000;
  color: #ff0;
  border: 1px solid #ff0;
}
.color2 .menu-sitemap-tree ul li a:hover {
  background: #ff0;
  color: #000;
}

/* End */


/* Start:/bitrix/components/pixelcraft/tabs/templates/.default/style.css?152697787612295*/
// Core variables and mixins
@import "/bitrix/components/pixelcraft/tabs/templates/.default/../../less/variables.less";
@import "/bitrix/components/pixelcraft/tabs/templates/.default/../../less/mixins.less";

// Config
@pc-document-main-border-color: #a9a9a9;
@pc-document-main-bg-color: #fff;
@pc-document-button-border-color: #a9a9a9;
@pc-document-button-bg-color: #fff;

// Main styles of document
.pc-document{
  border: 1px solid @pc-document-main-border-color;
  background: @pc-document-main-bg-color;
  padding: 15px;
  margin: 20px 0 25px 0;
  min-height: 100px;
  border-radius: 5px;
  .pc-sprite-icon {
    display: inline-block;
    vertical-align: middle;
  }
  .box-shadow(0px 5px 10px 0px rgba(0, 0, 0, 0.1));
  .pc-document-icon{
    float: left;
    margin: 0;
  }
  .pc-document-desc{
    padding-left: 60px;
    .pc-document-title{
      color: #000;
      font-size: 130%;
      margin: 0 60px 10px 0;
      padding: 0;
      a{
        //color: #000;
      }
    }
    .pc-document-size{
      color: #898989;
      font-size: 90%;
    }
    .pc-document-extension{
      color: #898989;
      font-size: 90%;
      span{
        text-transform: uppercase;
      }
    }
    .pc-document-button{
      display: inline-block;
      width: 60px;
      height: 60px;
      border: 1px solid @pc-document-button-border-color;
      text-align: center;
      float: right;
      border-radius: 30px;
      background: @pc-document-button-bg-color url("/bitrix/components/pixelcraft/tabs/templates/.default/./images/icons2.png") no-repeat left top;
      &:hover{
        background-position: -60px 0;
      }
    }
  }
}


// Icons 2 (copy from /css/icons2.css)
.pc-sprite-icon-download-2,
.pc-sprite-icon-download-1{
  background-image:url('/bitrix/components/pixelcraft/tabs/templates/.default/./images/icons2.png');
  background-repeat:no-repeat;
}


.pc-sprite-icon-download-2{
  background-position:0 0;
  width:60px;
  height:60px;
}

.pc-sprite-icon-download-1{
  background-position:-60px 0;
  width:60px;
  height:60px;
}


// Icons (copy from /css/icons.css)
.pc-sprite-icon-file-smooth-xls,
.pc-sprite-icon-file-smooth-web,
.pc-sprite-icon-file-smooth-video,
.pc-sprite-icon-file-smooth-vector,
.pc-sprite-icon-file-smooth-torrent,
.pc-sprite-icon-file-smooth-text,
.pc-sprite-icon-file-smooth-system,
.pc-sprite-icon-file-smooth-raster,
.pc-sprite-icon-file-smooth-ppt,
.pc-sprite-icon-file-smooth-pdf,
.pc-sprite-icon-file-smooth-mac,
.pc-sprite-icon-file-smooth-java,
.pc-sprite-icon-file-smooth-iso,
.pc-sprite-icon-file-smooth-html,
.pc-sprite-icon-file-smooth-font,
.pc-sprite-icon-file-smooth-docx,
.pc-sprite-icon-file-smooth-document,
.pc-sprite-icon-file-smooth-database,
.pc-sprite-icon-file-smooth-code,
.pc-sprite-icon-file-smooth-cad,
.pc-sprite-icon-file-smooth-blank,
.pc-sprite-icon-file-smooth-audio,
.pc-sprite-icon-file-smooth-archive,
.pc-sprite-icon-file-smooth-apk,
.pc-sprite-icon-file-flat-xls,
.pc-sprite-icon-file-flat-web,
.pc-sprite-icon-file-flat-video,
.pc-sprite-icon-file-flat-vector,
.pc-sprite-icon-file-flat-torrent,
.pc-sprite-icon-file-flat-text,
.pc-sprite-icon-file-flat-system,
.pc-sprite-icon-file-flat-raster,
.pc-sprite-icon-file-flat-ppt,
.pc-sprite-icon-file-flat-pdf,
.pc-sprite-icon-file-flat-mac,
.pc-sprite-icon-file-flat-java,
.pc-sprite-icon-file-flat-iso,
.pc-sprite-icon-file-flat-html,
.pc-sprite-icon-file-flat-font,
.pc-sprite-icon-file-flat-docx,
.pc-sprite-icon-file-flat-document,
.pc-sprite-icon-file-flat-database,
.pc-sprite-icon-file-flat-code,
.pc-sprite-icon-file-flat-cad,
.pc-sprite-icon-file-flat-blank,
.pc-sprite-icon-file-flat-audio,
.pc-sprite-icon-file-flat-archive,
.pc-sprite-icon-file-flat-apk,
.pc-sprite-icon-file-circle-xls,
.pc-sprite-icon-file-circle-web,
.pc-sprite-icon-file-circle-video,
.pc-sprite-icon-file-circle-vector,
.pc-sprite-icon-file-circle-torrent,
.pc-sprite-icon-file-circle-text,
.pc-sprite-icon-file-circle-system,
.pc-sprite-icon-file-circle-raster,
.pc-sprite-icon-file-circle-ppt,
.pc-sprite-icon-file-circle-pdf,
.pc-sprite-icon-file-circle-mac,
.pc-sprite-icon-file-circle-java,
.pc-sprite-icon-file-circle-iso,
.pc-sprite-icon-file-circle-html,
.pc-sprite-icon-file-circle-font,
.pc-sprite-icon-file-circle-docx,
.pc-sprite-icon-file-circle-document,
.pc-sprite-icon-file-circle-database,
.pc-sprite-icon-file-circle-code,
.pc-sprite-icon-file-circle-cad,
.pc-sprite-icon-file-circle-blank,
.pc-sprite-icon-file-circle-audio,
.pc-sprite-icon-file-circle-archive,
.pc-sprite-icon-file-circle-apk{
  background-image:url('/bitrix/components/pixelcraft/tabs/templates/.default/./images/icons.png');
  background-repeat:no-repeat;
}


.pc-sprite-icon-file-smooth-xls{
  background-position:0 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-web{
  background-position:-50px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-video{
  background-position:-100px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-vector{
  background-position:0 -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-torrent{
  background-position:-50px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-text{
  background-position:-100px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-system{
  background-position:-150px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-raster{
  background-position:-150px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-ppt{
  background-position:0 -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-pdf{
  background-position:-50px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-mac{
  background-position:-100px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-java{
  background-position:-150px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-iso{
  background-position:-200px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-html{
  background-position:-200px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-font{
  background-position:-200px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-docx{
  background-position:-250px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-document{
  background-position:-250px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-database{
  background-position:-250px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-code{
  background-position:0 -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-cad{
  background-position:-50px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-blank{
  background-position:-100px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-audio{
  background-position:-150px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-archive{
  background-position:-200px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-smooth-apk{
  background-position:-250px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-xls{
  background-position:-300px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-web{
  background-position:-300px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-video{
  background-position:-300px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-vector{
  background-position:-300px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-torrent{
  background-position:0 -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-text{
  background-position:-50px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-system{
  background-position:-100px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-raster{
  background-position:-150px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-ppt{
  background-position:-200px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-pdf{
  background-position:-250px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-mac{
  background-position:-300px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-java{
  background-position:-350px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-iso{
  background-position:-350px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-html{
  background-position:-350px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-font{
  background-position:-350px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-docx{
  background-position:-350px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-document{
  background-position:0 -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-database{
  background-position:-50px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-code{
  background-position:-100px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-cad{
  background-position:-150px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-blank{
  background-position:-200px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-audio{
  background-position:-250px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-archive{
  background-position:-300px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-flat-apk{
  background-position:-350px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-xls{
  background-position:-400px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-web{
  background-position:-400px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-video{
  background-position:-400px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-vector{
  background-position:-400px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-torrent{
  background-position:-400px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-text{
  background-position:-400px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-system{
  background-position:-450px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-raster{
  background-position:-450px -65px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-ppt{
  background-position:-450px -130px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-pdf{
  background-position:-450px -195px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-mac{
  background-position:-450px -260px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-java{
  background-position:-450px -325px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-iso{
  background-position:0 -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-html{
  background-position:-50px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-font{
  background-position:-100px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-docx{
  background-position:-150px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-document{
  background-position:-200px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-database{
  background-position:-250px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-code{
  background-position:-300px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-cad{
  background-position:-350px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-blank{
  background-position:-400px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-audio{
  background-position:-450px -390px;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-archive{
  background-position:-500px 0;
  width:50px;
  height:65px;
}

.pc-sprite-icon-file-circle-apk{
  background-position:-500px -65px;
  width:50px;
  height:65px;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/menu/menu_work/style.css?15350181503140 */
/* /bitrix/components/pixelcraft/tabs/templates/.default/style.css?152697787612295 */
