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

@font-face {
  font-family: 'icomoon';
  src: url(../fonts/icomoon/icomoon.eot?tkcjbh);
  src: url(../fonts/icomoon/icomoon.eot?tkcjbh#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?tkcjbh) format("truetype"), url(../fonts/icomoon/icomoon.woff?tkcjbh) format("woff"), url(../fonts/icomoon/icomoon.svg?tkcjbh#icomoon) format("svg");
  font-weight: 400;
  font-style: normal
}

body {
  font-family: Arial;
  margin: 0;
  padding: 0 5%;
  font-size: 17px;
  letter-spacing: 0;
}

a {
  color: inherit;
}

a:hover {}

h3 {
  margin: 0px;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input, textarea {
  width: 310px;
  height: 40px;
  border: 1px solid;
  font-size: inherit;
  color: #000;
  padding-left: 10px;
}

button {
  padding: 0 20px;
  height: 40px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: inherit;
  cursor: pointer;
  margin: 10px auto;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
}

.center:after {
  content: '';
  clear: both;
  display: table;
}

#maincolumn {
  display: inline;
  float: left;
  max-width: 65%;
  margin: 0 20px;
}

#leftbar {
  display: inline;
  float: left;
  width: 310px;
  margin: 0 20px 0 0;
}

#rightbar {
  display: inline;
  float: left;
  width: 15%;
  margin: 0 0.83333333%;
}

#top h1 {
  text-align: center;
}

body h1 img, body h1 .special-version, #maincolumn .news_more+h1, #maincolumn .slider_wrapper {
  display: none;
}

/* MENU */
#leftbar nav>ul {
  list-style: none;
  border: 1px solid;
  padding: 0;
  margin: 0;
}

#leftbar li {
  padding: 5px 20px;
  position: relative;
}

#leftbar nav>ul>li {
  border-bottom: 1px solid;
}

#leftbar li:last-child {
  border: none;
}

#leftbar li:not(:hover) a {
  text-decoration: none;
}

#leftbar li ul {
  display: none;
  padding: 10px 10px 0 25px;
}

#leftbar li li {
  padding: 0 5px 5px 0;
}

#leftbar li:hover {
  background: #d7d7d7 !important;
}

.background-2 #leftbar li:hover, .background-5 #leftbar li:hover {
  background: #888 !important;
}

#leftbar li.active ul {
  display: block;
}

#leftbar .search {
  position: relative;
  width: 310px;
  margin: 15px 0;
}

#leftbar .search button {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0;
  font-size: inherit;
  width: 75px;
  height: 100%;
  cursor: pointer;
  border: 1px solid black;
  margin: 0;
}

#leftbar .banners img {
  width: auto;
  height: auto;
}

/* RIGHTBAR */
/* MAIN */
#maincolumn .content {
  margin-bottom: 40px;
  clear: both;
}

#maincolumn .content h2 img {
  margin-right: 15px;
}

#maincolumn .content sup {
  color: #888;
}

#maincolumn .news {
  clear: both;
}

#maincolumn .new {
  border-bottom: 3px dotted;
  padding: 20px 0 10px 0;
  clear: both;
  overflow: hidden;
}

#maincolumn .new .pic {
  float: left;
  margin-right: 30px;
  display: block;
}

#maincolumn .new .news_timestamp {
  display: block;
  margin-bottom: 10px;
}

#maincolumn .news_more {
  max-width: 300px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  margin: 40px auto 45px;
  display: block;
}

#maincolumn .navigator {
  margin: 20px auto 40px;
  text-align: center;
}

#maincolumn .navigator strong, #maincolumn .navigator a {
  display: inline-block;
  padding: 2px 8px;
}

#maincolumn .navigator strong {
  padding: 5px;
  border: 1px solid;
  font-style: normal;
}

/* CONTENT */
#maincolumn .content img {
  margin: 0 10px 5px;
}

.structure li {
  margin: 5px 0;
}

#maincolumn .search strong {
  display: block;
}

/* FOOTER */
#spacecrabs {
  display: inline;
  width: 40%;
  float: left;
}

#spacecrabs a {
  display: block;
  /* width: 15%; */
  /* float: left; */
}

#copyright {
  display: inline;
  width: 60%;
  float: right;
}

.cookies-popup {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: inherit;
  border: 1px solid #000;
  padding: 20px 30px;
  z-index: 999;
}

.cookies-popup p {
  max-width: 450px
}

.cookies-popup__button {
  padding: 5px 20px;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 20px 50% 0
}

/* FORMS */
#maincolumn form:not(.search) {
  width: 440px;
  border: 1px solid #000;
  padding: 20px;
}

#maincolumn form:not(.search) .form_element {
  display: inline-block;
  margin: 10px;
  padding: 0;
}

#maincolumn form:not(.search) .form_element:last-of-type img {
  margin: 10px;
  display: block;
}

#maincolumn form:not(.search) .form_element input[type="submit"] {
  display: block;
  zoom: 1.2;
}

#maincolumn form:not(.search) .form_element input {
  display: block;
  width: 420px;
  padding: 0 5px;
  border: 1px solid #000;
}

#maincolumn form:not(.search) .form_element input[name*="email"],
#maincolumn form:not(.search) .form_element input[name*="phone"],
#maincolumn form:not(.search) .form_element input[name="captcha"] {
  display: block;
  width: 200px;
}

#maincolumn form:not(.search) .form_element input[type="checkbox"] {
  float: left;
  margin-right: 15px;
  width: 40px;
}

#maincolumn form:not(.search) .form_element textarea {
  display: block;
  padding: 5px;
  margin: 0;
  width: 420px;
  height: 150px;
  border: 1px solid #000;
}

#maincolumn form:not(.search) .form_element select {
  display: block;
  color: #000;
  width: 420px;
  height: 27px;
  padding: 0 5px;
  border: 1px solid #000;
  background: #fff;
}

#maincolumn form:not(.search) button {
  padding: 5px 20px;
  display: block;
}

/* TABLES */
table {
  font: inherit;
}

table th, table td {
  border: 1px solid;
  padding: 10px;
}

table caption {
  font-size: 1.3em;
}

/* media queries */
@media screen and (max-width: 1175px) {
  #maincolumn {
    width: 600px;
    max-width: none;
  }

  #spacecrabs, #copyright {
    float: none;
    width: 100%;
    display: block;
    margin: 20px 0;
  }
}

@media screen and (max-width: 1056px) {
  #maincolumn {
    width: 500px;
  }
}

@media screen and (max-width: 981px) {
  #maincolumn {
    width: 100%;
    margin: 0;
  }

  #leftbar {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 500px) {
  #maincolumn form:not(.search) {
    width: 90%;
  }

  #maincolumn form:not(.search) .form_element {
    display: block;
  }

  #maincolumn form:not(.search) .form_element input,
  #maincolumn form:not(.search) .form_element textarea,
  #maincolumn form:not(.search) .form_element select {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  #maincolumn .new .pic {
    float: none;
    margin: 20px auto;
  }
}

/* -----UP PANEL----- */
#hpvgd {
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgb(230, 230, 230);
}

.socials .h-background-1, .h-background-2, .h-background-3, .h-background-4, .h-background-5 {
  /* background: transparent !important;*/
}

#hpvgd, .h-mdiv, .h-mdiv2, .h-ldiv, .h-rdiv {
  /*background:#EAEAEA; color:#6D6D6D;*/
}

#hpvgd {
  z-index: 101;
  width: 929px;
  height: 46px;
  border: none !important;
  background-image: url(../img/access.png);
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0 !important;
  /* background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(240,244,246,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(240,244,246,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(240,244,246,1) 100%);*/
}

.h-mdiv {
  display: none;
  position: relative;
  margin: auto;
  text-align: center;
}

.h-mdiv2 {
  display: none;
  position: fixed;
  margin: auto;
  text-align: center;
  width: 400px;
  height: 200px;
}

.h-ldiv {
  float: left;
  /*padding:7px 26px 7px 0px;*/
  position: relative;
  padding-left: 28px;
}

.h-rdiv {
  float: none;
  text-align: left;
  margin-bottom: 9px;
  padding: 0;
}

.h-ni {
  display: none !important;
}

a.hcmaf {
  /*color:red; margin-left:5px; font-size:20px; font-weight:bold;*/
  display: none;
}

a.h-anl {
  color: #2a72cc;
}

#fsd {
  font-family: Times New Roman;
  font-size: 19px !important;
  color: #000;
  text-shadow: #fff 0 1px 0;
  padding-top: 12px;
}

#fsd .uhpv-a {
  text-shadow: none !important;
  font-family: Arial;
  text-decoration: none;
  height: 31px;
  margin-left: 5px;
  display: inline-block;
  background-image: url(../img/fontsize.png);
  position: relative;
  top: -5px;
}

.uhpv-a1 {
  width: 20px;
}

.uhpv-a2 {
  width: 26px;
  background-position: -20px 0;
}

.uhpv-a3 {
  width: 26px;
  background-position: -46px 0;
}

.uhpv-a1:hover, .f-z-1 .uhpv-a1 {
  background-position: 0 -31px;
}

.uhpv-a2:hover, .f-z-2 .uhpv-a2 {
  background-position: -20px -31px;
}

.uhpv-a3:hover, .f-z-3 .uhpv-a3 {
  background-position: -46px -31px;
}

.ac-span {
  position: relative;
  top: -14px;
  background: none !important;
}

#vimg {
  font-family: Times New Roman;
  font-size: 19px !important;
  color: #000;
  padding-top: 2px;
  text-shadow: #fff 0 1px 0;
}

#a-colors {
  font-family: Times New Roman;
  font-size: 19px !important;
  color: #000;
  padding-top: 12px;
  text-shadow: #fff 0 1px 0;
}

#a-colors .h-fi {
  text-shadow: none !important;
  font-family: Arial;
}

#a-colors .color {
  height: 31px;
  margin-left: 5px;
  display: inline-block;
  /*float: left;*/
  background: url(../img/colors.png) no-repeat !important;
  position: relative;
  top: -5px;
  text-decoration: none;
  width: 26px;
  background-color: transparent !important;
}

#a-colors .color-2 {
  background-position: -26px 0 !important;
}

#a-colors .color-3 {
  background-position: 100% 0 !important;
}

#a-colors .color-1:hover, .background-1 #a-colors .color-1 {
  background-position: 0 -31px !important;
}

#a-colors .color-2:hover, .background-2 #a-colors .color-2 {
  background-position: -26px -31px !important;
}

#a-colors .color-3:hover, .background-3 #a-colors .color-3 {
  background-position: 100% -31px !important;
}

.background-1 .popped_sp-1 {
  display: inline !important;
}

.background-2 .popped_sp-2 {
  display: inline !important;
}

.background-3 .popped_sp-3 {
  display: inline !important;
}

.background-4 .popped_sp-4 {
  display: inline !important;
}

.background-5 .popped_sp-5 {
  display: inline !important;
}

.popped_back-1 {
  color: #000 !important;
  background: #fff !important;
}

.popped_back-2 {
  color: #fff !important;
  background: #000 !important;
}

.popped_back-3 {
  color: #063462 !important;
  background: #9DD1FF !important;
}

.popped_back-4 {
  color: #59422E !important;
  background: #F7F3D6 !important;
}

.popped_back-5 {
  color: #A9DD38 !important;
  background: #3B2716 !important;
}

a.h-al {
  /*color: #fff;
    background-color: #000;
    padding: 4px;
    border-radius: 4px;
    position: relative;*/
}

/*a.h-al:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    position: absolute;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0px;
    bottom: -5px;
}*/
.h-fi {
  font-weight: bold;
  border-radius: 4px;
  padding: 4px;
  margin-right: 5px;
  font-size: 19px;
}

.h-ab {
  font-size: 26px;
}

.background-1 {
  color: #000 !important;
  background: #fff !important;
}

.background-2 {
  color: #fff !important;
  background: #000 !important;
}

.background-3 {
  color: #063462 !important;
  background: #9DD1FF !important;
}

.background-4 {
  color: #59422E !important;
  background: #F7F3D6 !important;
}

.background-5 {
  color: #A9DD38 !important;
  background: #3B2716 !important;
}

a.hvit {
  display: inline-block;
  background-image: url(../img/enable-images.png);
  width: 90px;
  height: 27px;
  position: relative;
  top: 6px;
}

.click-img {
  background-position: bottom;
}

.interval-text {
  font-family: Times New Roman;
  font-size: 21px !important;
  color: #000 !important;
  margin: 0;
  right: -5px;
  background-color: transparent !important;
}

.int {
  background: #FFF !important;
  text-decoration: none;
  display: inline-block;
  font-size: 21px !important;
  color: #000 !important;
  padding: 2px 4px;
  border: 1px solid #063462;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  text-shadow: none !important;
}

.interval-2 {
  letter-spacing: 2px;
}

.interval-3 {
  letter-spacing: 5px;
}

.int-1 {
  letter-spacing: 0;
}

.int-2 {
  letter-spacing: 2px;
}

.int-3 {
  letter-spacing: 4px;
}

.hswm {
  display: none;
}

/*.h-ldiv:before {
    content: '';
    position: absolute;
    height: 63px;
    top: 0;
    border-right: 1px solid #999;
    right: 11px;
}*/
.active-int {
  background-color: #000 !important;
  color: #fff !important;
}

.font-block {
  /* float: left;*/
  background: none !important;
  padding: 7px 0;
  text-align: left;
}

.font-text {
  font-family: Times New Roman;
  font-size: 21px !important;
  color: #000 !important;
  background-color: transparent !important;
  margin: 0;
}

a.font-link {
  background: #FFF !important;
  text-decoration: none;
  display: inline-block;
  font-size: 19px !important;
  color: #000 !important;
  padding: 2px 4px;
  border: 1px solid #063462;
  text-decoration: none;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.font-link-1 {
  margin-right: 5px;
  font-family: Arial !important;
}

.font-link-2 {
  font-family: Times New Roman !important;
}

a.active-font {
  background-color: #000 !important;
  color: #FFF !important;
}

.a-setting {
  float: left;
  padding-left: 49px;
  margin-top: 8px;
  padding-top: 0px;
  padding-bottom: 6px;
  text-shadow: #fff 0 1px 0;
  margin-left: 41px;
  display: inline;
  position: relative;
  background-image: url(../img/a-settin.png) !important;
  background-position: left !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  color: #000 !important;
  position: relative;
}

.popped {
  border: 2px solid #000;
  position: absolute;
  left: 0;
  top: 46px;
  width: 883px;
  z-index: 100;
  padding: 13px 21px 23px 21px;
  font-size: 20px;
  font-weight: bold;
  display: none;
  background-color: #fff;
  color: #000 !important;
}

.a-setting .start-setting {
  padding-right: 18px;
  background: url(../img/arr00000.png) no-repeat 100% 60% !important;
  background-color: transparent !important;
  cursor: pointer;
  text-decoration: underline;
  font-size: 17px !important;
  font-family: 'Times New Roman';
}

.popped h2 {
  font-size: 48px;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  text-align: left;
}

.popped .h-fi {
  display: block;
  text-align: left;
  padding: 10px 22px;
  text-decoration: none;
  zoom: 1;
}

.popped .h-fi.h-background-3 {
  border: 6px solid #063462;
}

.popped .h-fi span {
  margin-right: 5px;
  background-color: transparent !important;
  color: inherit !important;
  display: none;
}

.popped .h-ab {
  font-size: inherit;
}

.popped .h-ab span {
  display: inline;
}

.saveit {
  width: 100%;
  overflow: hidden;
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  padding: 5px 0;
}

.saveit a {
  float: right;
  border: 4px solid #063462;
  text-decoration: none;
  color: #fff !important;
  margin-left: 28px;
  display: inline;
  background: #000 !important;
  border-color: #000;
  cursor: pointer;
}

.saveit a span {
  padding: 6px 14px;
  border: 2px solid #fff;
  float: left;
  background: #000 !important;
  color: #FFF !important;
}

.active-f-z {
  background-color: #000;
  color: #FFF;
}

body.font-1 {
  font-family: Arial;
}

body.font-2 {
  font-family: 'Times New Roman';
}

.f-z-1 {
  font-size: 17px !important;
}

.f-z-2 {
  font-size: 19px !important;
}

.f-z-3 {
  font-size: 21px !important;
}

div#h-f {
  height: 40px !important;
}

.offspecial {
  position: absolute;
  right: -224px;
  font-size: 18px;
  text-align: center;
  top: -6px;
  background-color: #FFF;
  border: 1px solid;
  text-decoration: none;
  width: 157px;
}

/*  ADAPT PANEL */
@media (min-width: 909px) and (max-width: 1355px) {
  .offspecial {
    right: -20px;
    top: 44px;
  }
}

@media (max-width: 908px) {
  .h-ldiv {
    float: none;
    display: block;
    padding: 0;
  }

  .a-setting {
    float: none;
    margin-left: 0;
    background-position: -2px !important;
  }

  #hpvgd {
    text-align: center;
  }

  .offspecial {
    right: -20px;
    top: 44px;
  }

  .setting-block {
    margin: 19px 0;
  }

  #hpvgd {
    height: 250px;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 100%;
  }

  div#h-f {
    /*height: 240px !important;*/
  }

  /*#hpvgd{
    position: relative !important;
  }*/
}

.close-panel {
  display: none;
}

.open-panel {
  display: none;
}

@media (max-width: 908px) {
  #hpvgd {
    display: none;
  }

  .close-panel {
    display: block;
    right: 0;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99999;
    color: #000;
  }

  .close-panel:before {
    content: '\2716';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
  }

  .open-panel {
    display: block;
    position: fixed;
    width: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    padding: 15px 0;
    background-color: #e9e9e9;
    color: #000;
  }

  .open-panel span {
    position: relative;
  }

  .open-panel span:after {
    position: absolute;
    left: -22px;
    background: linear-gradient(#000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%);
    content: '';
    width: 15px;
    height: 15px;
  }

  .popped {
    width: 100%;
  }

  .headerContacts {
    margin-top: 20px;
  }

  .open-p {
    position: relative !important;
  }
}

@media (max-width: 650px) {
  .popped h2 {
    font-size: 23px;
    text-align: center;
  }

  .font-block {
    text-align: center;
  }

  .h-rdiv {
    text-align: center;
  }

  .offspecial {
    left: 50%;
    transform: translateX(-50%);
  }

  .saveit a {
    float: none;
    margin-left: 0;
    border: none;
  }

  .saveit a span {
    font-size: 15px;
    padding: 8px 14px;
    float: none;
    display: block;
  }

  .popped .h-fi {
    font-size: 15px;
  }

  .int {
    margin-top: 6px;
  }

  .popped {
    padding: 0;
  }

  .popped .h-fi {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 30px;
    text-decoration: none;
    zoom: 1;
    padding: 0;
    position: relative;
    text-indent: -651px;
  }

  .popped .h-fi:before {
    content: 'ц';
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: 10px
  }

  .popped .color-1 {
    border: 1px solid #000;
  }

  a.font-link {
    margin-bottom: 5px;
  }

  @media (max-width: 319px) {
    .close-panel {
      position: relative;
    }
  }

  @media (min-width: 909px) {
    #hpvgd {
      display: block !important;
    }
  }

  @media (max-width: 370px) {
    .int-2 {
      letter-spacing: .5px;
    }

    .int-3 {
      letter-spacing: 1px;
    }
  }

  body .open-panel {
    font-size: 16px !important;
    letter-spacing: 0 !important;
  }

  /* .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;
}
.fa-angle-left:before {
    content: "";
}

.gallery__btn._prev {
    left: 0;
}
.gallery__btn.disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: .3;
    cursor: not-allowed;
}
.gallery__btn {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 52px;
    cursor: pointer;
    color: #c6c7c7;
}
@font-face{font-family:'icomoon';src:url(../fonts/icomoon/icomoon.eot?tkcjbh);src:url(../fonts/icomoon/icomoon.eot?tkcjbh#iefix) format("embedded-opentype"),url(../fonts/icomoon/icomoon.ttf?tkcjbh) format("truetype"),url(../fonts/icomoon/icomoon.woff?tkcjbh) format("woff"),url(../fonts/icomoon/icomoon.svg?tkcjbh#icomoon) format("svg");font-weight:400;font-style:normal}
[class^="icon-"],[class*=" icon-"]{font-family:'icomoon'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-file:before{content:"\e900"}.icon-html:before{content:"\e901"}.icon-jpg:before{content:"\e902"}.icon-pdf:before{content:"\e903"}.icon-png:before{content:"\e904"}.icon-ppt:before{content:"\e905"}.icon-rtf:before{content:"\e906"}.icon-txt:before{content:"\e907"}.icon-xls:before{content:"\e908"}.icon-zip:before{content:"\e909"}.icon-doc:before{content:"\e90a"}.icon-arrow-left-thin:before{content:"\e636"}.icon-arrow-right-thin:before{content:"\e63e"}.icon-sitemap:before{content:"\e90b"}

 */
