

/* Start:/about_company/history/montserrat/montserrat.css?17383195711451*/
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Hairline'), local('Montserrat-Hairline'), url('/about_company/history/montserrat/montserrathairline.woff2') format('woff2'), url('/about_company/history/montserrat/montserrathairline.woff') format('woff'), url('/about_company/history/montserrat/montserrathairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('/about_company/history/montserrat/montserratlight.woff2') format('woff2'), url('/about_company/history/montserrat/montserratlight.woff') format('woff'), url('/about_company/history/montserrat/montserratlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('/about_company/history/montserrat/montserrat.woff2') format('woff2'), url('/about_company/history/montserrat/montserrat.woff') format('woff'), url('/about_company/history/montserrat/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('/about_company/history/montserrat/montserratbold.woff2') format('woff2'), url('/about_company/history/montserrat/montserratbold.woff') format('woff'), url('/about_company/history/montserrat/montserratbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'), url('/about_company/history/montserrat/montserratblack.woff2') format('woff2'), url('/about_company/history/montserrat/montserratblack.woff') format('woff'), url('/about_company/history/montserrat/montserratblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* End */


/* Start:/about_company/history/css/owl.carousel.css?17383195714028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.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;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .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-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .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 {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    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 - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  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("/about_company/history/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: 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;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/about_company/history/css/jquery.scrollbar.css?17383195719013*/
/*************** SCROLLBAR DEFAULTS ***************/
.scrollbar-container .scroll-wrapper {
  position: relative;
  max-width: none;
  max-height: none;
  padding: 0 !important;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden !important;
}
.scrollbar-container .scroll-content {
  position: relative !important;
  left: 0;
  top: 0;
  /*width: 100%;
            height: 100%;*/
  width: auto !important;
  height: auto;
  max-width: none;
  max-height: none;
  padding: 0;
  margin: 0;
  border: none !important;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  overflow: scroll !important;
}
.scrollbar-container .scroll-wrapper > .scroll-content::-webkit-scrollbar {
  opacity: 0;
}
.scrollbar-container .scroll-element .scroll-bar,
.scrollbar-container .scroll-element .scroll-arrow {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
/******************* STANDARD SCROLL *******************/
.scrollbar-container .scroll-standard > .scroll-content.scroll-scrolly_show {
  padding-right: 17px;
  /*margin-right: 0 !important;*/
  /*left: -17px; margin-left: 17px;*/
}
.scrollbar-container .scroll-standard > .scroll-content.scroll-scrollx_show {
  /*padding-bottom: 17px;*/
  /*margin-bottom: 0 !important;*/
  /*top:  -17px; margin-top:  17px;*/
}
/* EXTERNAL SCROLLS */
.scrollbar-container .scroll-element {
  position: absolute;
  display: block;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.is-mobile .scrollbar-container .scroll-element {
  pointer-events: none;
}
.scrollbar-container .scroll-element div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.scrollbar-container .scroll-element .scroll-element_outer {
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scrollbar-container .scroll-element.scroll-element_arrows_visible.scroll-x {
  padding: 6px 0 6px 0;
}
.scrollbar-container .scroll-element.scroll-element_arrows_visible.scroll-y {
  padding: 0 6px 0 6px;
}
.scrollbar-container .scroll-x {
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 20px 0 0 0;
  clear: both;
}
.scrollbar-container .scroll-element.scroll-x .scroll-element_outer {
  height: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scrollbar-container .scroll-element.scroll-x.scroll-element_arrows_visible .scroll-element_outer {
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
}
.scrollbar-container .scroll-y {
  top: 0;
  right: 5px;
  width: 5px;
  height: 100%;
  margin: 0 0 0 20px;
  float: right;
}
@media screen and (min-width: 1891px) {
  .scrollbar-container .scroll-y {
    right: 10px;
  }
}
.scrollbar-container .scroll-element.scroll-y .scroll-element_outer {
  position: absolute;
  border-top: 4px solid transparent;
  border-bottom: 2px solid transparent;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.scrollbar-container .scroll-element.scroll-y.scroll-element_arrows_visible .scroll-element_outer {
  border-top: 42px solid transparent;
  border-bottom: 42px solid transparent;
}
.scrollbar-container .scroll-element .scroll-element_inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: none;
  cursor: pointer;
}
.scrollbar-container .scroll-element .scroll-bar {
  background: #d4ceb5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.7;
  z-index: 12;
}
.scrollbar-timeline .scroll-element .scroll-bar {
 
}
.scrollbar-container .scroll-element .scroll-bar:hover,
.scrollbar-container .scroll-element.scroll-draggable .scroll-bar {
  opacity: 1;
}
.scrollbar-container .scroll-element.scroll-x .scroll-bar {
  width: 20px;
}
.scrollbar-container .scroll-element.scroll-y .scroll-bar {
  height: 20px;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SCROLLBAR DYNAMIC ***************/
 
.scrollbar-timeline > .scroll-element,
.scrollbar-timeline > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-timeline > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	background: rgba(255, 255, 255, 0.5);
}
 
.scrollbar-timeline > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}
 
.scrollbar-timeline > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
      right: 0px;
    top: -2px;
    width: 5px;
}
 
.scrollbar-timeline > .scroll-element .scroll-element_outer {
   
 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-timeline > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;
 
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
 
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
 
.scrollbar-timeline > .scroll-element .scroll-bar {
    background-color: #1889ba;
 
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
 
/* scrollbar height/width & offset from container borders */
 
.scrollbar-timeline > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-timeline > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 5px;
}
 
.scrollbar-timeline > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
 
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}
 
.scrollbar-timeline > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
 
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}
 
.scrollbar-timeline > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-timeline > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-timeline > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-timeline > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
 

/* End */


/* Start:/about_company/history/css/style.css?173831957144163*/
.h1{
	    padding: 10px 0px 5px 0;
}
.about-holder{
	    margin: 0px 0 0 -8px;
}
.right_about{
	width: 297px;
    display: table-cell;
    max-width: 297px;
	    vertical-align: top;
}
.left_about {
     display: table-cell;
	 padding: 0 15px 0 0px;
	     vertical-align: top;
}
.scrollbar-timeline{
	max-height: 2550px;
    overflow: auto;
}
.body_text ul.events{
	margin:0;
	padding: 0 0 20px 0;
}


.point-table {
    display: table;
}

.point-td {
    display: table-cell;
    font-size: 16px;
      padding: 0 5px 0 35px;
    vertical-align: middle;
}

.point-table .point-td i {
    font-style: normal;
    color: #1889ba;
}

.point-block {
    width: 66%;
    margin: 0 auto 15px;
    padding: 6px 0px;
}
.point-td:first-child {
    border-right: 1px solid #1988ba;
}
.num1-block{
	background: url(/about_company/history/css/../img/eme1.png) 0 0 no-repeat;
    width: 893px;
    height: 378px;
	margin:0 auto;
}
.numbers > div {
    position: absolute;
    display: table;
}

.num1-point {}

.numbers .num-td .num-number {
    color: #12668b;
    font-size: 60px;
    font-family: 'Montserrat',sans-serif;
    line-height: 44px;
}
.numbers .num-td .num-txt {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #12668b;
}

.numbers .num-td {
    display: table-cell;
    text-align: center;
    padding: 0px;
    vertical-align: middle;
}

.numbers .txt-td .txt {
    color: #575b71;
    font-size: 16px;
    border-left: 1px solid #12668b;
    padding: 0px 0 0 14px;
	line-height:1.25;
}
.about_banner img{max-width:100%;}


.numbers .txt-td {
    padding: 9px 0 0 14px;
    vertical-align: middle;
	display:table-cell;
}

.numbers .txt-td i{
   font-style:normal;
   color: #1889ba;
}
.numbers .num1-point {
    margin: 14px 0 0 20px;
}
.numbers .num2-point {
    margin: 57px 0 0 672px;
}
.numbers .num3-point {
    margin: 241px 0 0 54px;
}
.txt-about-block {
    margin: 20px 0 0px;
	color: #8184a1;
    font-size: 16px;
}

.txt-about-block hr {
    margin: 11px auto 23px;
    display: block;
    width: 65%;
    border-top: 1px solid #46a1c8;
}
.num2-block {
    background: url('/about_company/history/css/../img/eme2.png') 0 0 no-repeat;
    width: 892px;
    height: 487px;
	margin:15px 0 0 0;
}
.num2-block.owl-carousel{
	display:block;
	margin:0 auto;
}
.num6-point {
    margin: 129px 0 0 0;
}

.num6-point .txt_md {
    width: 282px;
    font-size: 16px;
	line-height:1.25;
}
.br-lg{
	display:block;
}
.num6-point .ico{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M392.327,226.071c0-16.209-13.186-29.394-29.395-29.394H308.91c13.125-14.753,21.703-31.552,23.36-46.623 c1.012-9.205-1.832-18.342-7.805-25.069c-5.459-6.149-12.924-9.576-21.02-9.651c-0.094-0.001-0.188-0.001-0.281-0.001 c-7.831,0-15.181,3.016-20.728,8.512c-5.548,5.497-8.618,12.82-8.654,20.635c-0.285,1.711-3.295,7.61-10.66,14.614 c-6.03,5.736-16.446,13.621-31.825,18.614c-6.03,1.958-11.541,5.563-16.379,10.715c-2.539,2.702-6.341,6.434-11.048,10.18 c-2.31-1.224-4.937-1.924-7.728-1.924h-51.307c-9.136,0-16.568,7.432-16.568,16.568v136.818c0,9.136,7.432,16.568,16.568,16.568 h51.307c6.228,0,11.659-3.458,14.489-8.551h130.923c13.851,0,25.119-11.268,25.119-25.119c0-4.657-1.273-9.021-3.491-12.765 c7.217-4.418,12.042-12.376,12.042-21.44c0-4.657-1.273-9.021-3.491-12.765c7.217-4.418,12.042-12.376,12.042-21.44 c0-5.242-1.614-10.114-4.371-14.146C387.197,245.114,392.327,236.18,392.327,226.071z M362.932,239.432h-4.276 c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017c5.01,0,9.086,4.076,9.086,9.086s-4.076,9.086-9.086,9.086 h-8.551c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017c5.01,0,9.086,4.076,9.086,9.086 c0,5.01-4.076,9.086-9.086,9.086h-8.551c-4.427,0-8.017,3.589-8.017,8.017c0,4.427,3.589,8.017,8.017,8.017 c5.01,0,9.086,4.076,9.086,9.086c0,5.01-4.076,9.086-9.086,9.086H212.71v-77.495c0-4.427-3.589-8.017-8.017-8.017 s-8.017,3.589-8.017,8.017v85.511c0,0.295-0.239,0.534-0.534,0.534h-51.307c-0.295,0-0.534-0.239-0.534-0.534V213.244 c0-0.295,0.239-0.534,0.534-0.534h51.307c0.295,0,0.534,0.239,0.534,0.534v17.103c0,4.427,3.589,8.017,8.017,8.017 s8.017-3.589,8.017-8.017v-17.103c0-0.389-0.032-0.77-0.059-1.152c6.011-4.653,10.818-9.357,13.954-12.695 c2.967-3.161,6.211-5.327,9.642-6.44c18.87-6.126,31.569-15.99,38.898-23.186c9.186-9.019,14.669-18.421,14.669-25.152 c0-3.556,1.387-6.889,3.906-9.385c2.55-2.527,5.927-3.862,9.576-3.867c4.494,0.042,7.47,2.341,9.177,4.263 c2.926,3.295,4.366,8.033,3.857,12.672c-1.751,15.929-14.49,35.619-32.454,50.161c-2.639,2.137-3.646,5.705-2.513,8.906 c1.133,3.201,4.161,5.341,7.557,5.341h74.01c7.368,0,13.361,5.993,13.361,13.361S370.299,239.432,362.932,239.432z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M170.489,316.306c-4.427,0-8.059,3.632-8.059,8.059c0,4.427,3.632,8.059,8.059,8.059c4.427,0,8.059-3.632,8.059-8.059 C178.549,319.939,174.917,316.306,170.489,316.306z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M497.71,256l13.772-36.443c1.003-2.651,0.53-5.634-1.243-7.847l-24.359-30.404l1.836-38.915 c0.134-2.83-1.238-5.523-3.606-7.078l-32.562-21.389l-10.278-37.578c-0.748-2.734-2.884-4.87-5.617-5.617l-37.578-10.278 L376.686,27.89c-1.556-2.369-4.248-3.735-7.078-3.606l-38.915,1.836L300.289,1.761c-2.212-1.772-5.195-2.245-7.847-1.243 l-36.443,13.772L219.558,0.519c-2.653-1.003-5.635-0.53-7.847,1.243l-30.404,24.359l-38.915-1.836 c-2.844-0.134-5.523,1.238-7.078,3.606l-21.388,32.562L76.348,70.731c-2.734,0.748-4.87,2.884-5.617,5.617l-10.278,37.578 l-32.562,21.388c-2.369,1.556-3.74,4.248-3.606,7.078l1.836,38.915L1.762,211.711c-1.772,2.212-2.245,5.195-1.243,7.847L14.29,256 L0.518,292.442c-1.003,2.651-0.53,5.634,1.243,7.847l24.359,30.404l-1.836,38.915c-0.134,2.83,1.238,5.523,3.606,7.078 l32.562,21.389l10.278,37.578c0.748,2.734,2.884,4.87,5.617,5.617l37.578,10.278l21.388,32.562 c1.556,2.369,4.253,3.731,7.078,3.606l38.915-1.836l30.404,24.359c2.212,1.773,5.196,2.246,7.847,1.243l36.443-13.772 l36.443,13.772c0.92,0.347,1.879,0.517,2.833,0.517c1.796,0,3.569-0.603,5.013-1.76l30.404-24.359l38.915,1.836 c2.839,0.126,5.522-1.238,7.078-3.606l21.389-32.562l37.578-10.278c2.734-0.748,4.87-2.884,5.617-5.617l10.278-37.578 l32.562-21.389c2.369-1.556,3.74-4.248,3.606-7.078l-1.836-38.915l24.359-30.404c1.772-2.212,2.245-5.195,1.243-7.847L497.71,256z M481.641,258.834l13.226,34.999l-23.394,29.199c-1.221,1.523-1.844,3.44-1.752,5.39l1.764,37.373l-31.271,20.541 c-1.631,1.071-2.817,2.702-3.332,4.586l-9.871,36.089l-36.089,9.871c-1.883,0.515-3.513,1.7-4.586,3.332l-20.541,31.271 l-37.373-1.764c-1.951-0.09-3.867,0.531-5.39,1.752l-29.199,23.394l-34.999-13.226c-0.913-0.345-1.874-0.517-2.834-0.517 c-0.96,0-1.921,0.173-2.834,0.517l-34.999,13.226l-29.199-23.394c-1.523-1.221-3.443-1.842-5.39-1.752l-37.373,1.764 l-20.541-31.271c-1.071-1.631-2.702-2.817-4.586-3.332l-36.089-9.871l-9.871-36.089c-0.515-1.883-1.7-3.513-3.332-4.586 l-31.271-20.541l1.764-37.373c0.092-1.951-0.531-3.867-1.752-5.39l-23.394-29.199l13.227-34.999c0.69-1.826,0.69-3.842,0-5.668 l-13.227-34.999l23.394-29.199c1.221-1.523,1.844-3.44,1.752-5.39l-1.764-37.373l31.271-20.541 c1.631-1.071,2.817-2.702,3.332-4.586l9.871-36.089l36.089-9.871c1.883-0.515,3.513-1.7,4.586-3.332l20.541-31.271l37.373,1.764 c1.948,0.091,3.867-0.531,5.39-1.752l29.199-23.394l34.999,13.227c1.827,0.69,3.842,0.69,5.668,0l34.999-13.227l29.199,23.394 c1.523,1.222,3.441,1.844,5.39,1.752l37.373-1.764l20.541,31.271c1.071,1.631,2.702,2.817,4.586,3.332l36.089,9.871l9.871,36.089 c0.515,1.883,1.7,3.513,3.332,4.586l31.271,20.541l-1.764,37.373c-0.092,1.951,0.531,3.867,1.752,5.39l23.394,29.199 l-13.227,34.999C480.951,254.993,480.951,257.008,481.641,258.834z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M406.634,117.574c-1.995-2.172-4.064-4.332-6.153-6.42c-2.089-2.088-4.248-4.158-6.42-6.153 c-3.261-2.994-8.332-2.778-11.327,0.484c-2.994,3.261-2.778,8.333,0.484,11.327c2.003,1.84,3.997,3.75,5.925,5.678 c1.927,1.927,3.838,3.922,5.679,5.926c1.581,1.722,3.741,2.595,5.908,2.595c1.937,0,3.88-0.698,5.419-2.111 C409.411,125.907,409.628,120.835,406.634,117.574z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M365.592,83.125c-38.66-24.63-85.206-35.576-131.059-30.829c-46.525,4.82-90.395,25.722-123.531,58.857 c-36.467,36.467-57.699,84.911-59.785,136.408C49.144,298.755,66.1,348.459,98.963,387.515c1.585,1.884,3.853,2.855,6.139,2.855 c1.822,0,3.654-0.618,5.157-1.882c3.387-2.851,3.823-7.908,0.973-11.295c-30.281-35.989-45.905-81.795-43.995-128.982 c1.922-47.462,21.49-92.11,55.101-125.72c30.54-30.541,70.972-49.806,113.846-54.247c42.275-4.38,85.171,5.709,120.792,28.403 c3.735,2.379,8.689,1.281,11.068-2.453C370.424,90.459,369.325,85.504,365.592,83.125z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M428.511,146.043c-2.379-3.735-7.337-4.833-11.069-2.454c-3.735,2.379-4.832,7.335-2.453,11.068 c22.694,35.622,32.781,78.52,28.403,120.792c-4.441,42.874-23.706,83.305-54.246,113.847 c-33.611,33.61-78.259,53.179-125.72,55.101c-47.179,1.918-92.994-13.713-128.982-43.993c-3.387-2.851-8.444-2.415-11.295,0.973 c-2.851,3.387-2.415,8.444,0.973,11.295c36.921,31.065,83.351,47.917,131.566,47.916c2.789,0,5.589-0.057,8.389-0.17 c51.497-2.085,99.94-23.317,136.408-59.784c33.136-33.136,54.039-77.007,58.857-123.532 C464.09,231.246,453.141,184.702,428.511,146.043z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 64px;
    height: 64px;
    display: block;
    position: absolute;
    margin: -52px 0 0 121px;
}
.num8-point .ico{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M438.68,329.568c-5.912-4.992-13.712-7.072-21.304-5.752L258.72,351.408l-45.064-45.064 C212.16,304.84,210.128,304,208,304h-80H96H0v16h88v96H0v16h96h32h22.112l85.528,42.768c3.696,1.848,7.704,2.776,11.696,2.776 c4.552,0,9.096-1.192,13.168-3.568L435.032,372.16c8-4.664,12.968-13.312,12.968-22.576C448,341.848,444.6,334.552,438.68,329.568 z M120,416h-16v-96h16V416z M426.968,358.336l-174.52,101.816c-2.96,1.728-6.56,1.84-9.648,0.304l-87.216-43.608 C154.472,416.288,153.24,416,152,416h-16v-96h68.688l63.032,63.032c2.72,2.72,4.28,6.488,4.28,10.344 c0,8.064-6.56,14.624-14.624,14.624c-3.848,0-7.624-1.56-10.344-4.28l-41.376-41.376l-11.312,11.312l41.376,41.376 c5.784,5.784,13.472,8.968,21.656,8.968c16.88,0,30.624-13.744,30.624-30.624c0-8.176-3.184-15.872-8.968-21.656l-6.48-6.48 l147.552-25.664c2.976-0.536,5.976,0.296,8.272,2.232c2.304,1.936,3.624,4.768,3.624,7.768 C432,353.168,430.072,356.528,426.968,358.336z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M304,0c-61.76,0-112,50.24-112,112v32v8v24v8v32h0.408c4.128,58.024,52.536,104,111.592,104 c59.056,0,107.464-45.976,111.592-104H416v-32v-8v-24v-8v-32C416,50.24,365.76,0,304,0z M304,16 c40.344,0,74.888,25.048,89.072,60.376C372.6,49.472,340.344,32,304,32s-68.6,17.472-89.072,44.376 C229.112,41.048,263.656,16,304,16z M304,48c40.344,0,74.888,25.048,89.072,60.376C372.6,81.472,340.344,64,304,64 s-68.6,17.472-89.072,44.376C229.112,73.048,263.656,48,304,48z M393.072,140.376C372.6,113.472,340.344,96,304,96 s-68.6,17.472-89.072,44.376C229.112,105.048,263.656,80,304,80S378.888,105.048,393.072,140.376z M304,304 c-52.936,0-96-43.064-96-96c0-52.936,43.064-96,96-96c52.936,0,96,43.064,96,96C400,260.936,356.936,304,304,304z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M304,128c-44.112,0-80,35.888-80,80s35.888,80,80,80s80-35.888,80-80S348.112,128,304,128z M304,272 c-35.288,0-64-28.712-64-64c0-35.288,28.712-64,64-64c35.288,0,64,28.712,64,64C368,243.288,339.288,272,304,272z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M304,200c-4.416,0-8-3.584-8-8s3.584-8,8-8c4.416,0,8,3.584,8,8h16c0-10.416-6.712-19.216-16-22.528V160h-16v9.472 c-9.288,3.312-16,12.112-16,22.528c0,13.232,10.768,24,24,24c4.416,0,8,3.584,8,8s-3.584,8-8,8c-4.416,0-8-3.584-8-8h-16 c0,10.416,6.712,19.216,16,22.528V256h16v-9.472c9.288-3.312,16-12.112,16-22.528C328,210.768,317.232,200,304,200z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M152,224h-16c0,13.232-10.768,24-24,24v16c13.232,0,24,10.768,24,24h16c0-13.232,10.768-24,24-24v-16 C162.768,248,152,237.232,152,224z M144,264.248c-2.336-3.144-5.104-5.912-8.248-8.248c3.144-2.336,5.912-5.104,8.248-8.248 c2.336,3.144,5.104,5.912,8.248,8.248C149.104,258.336,146.336,261.104,144,264.248z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M456,0h-16c0,13.232-10.768,24-24,24v16c13.232,0,24,10.768,24,24h16c0-13.232,10.768-24,24-24V24 C466.768,24,456,13.232,456,0z M448,40.248c-2.336-3.144-5.104-5.912-8.248-8.248c3.144-2.336,5.912-5.104,8.248-8.248 c2.336,3.144,5.104,5.912,8.248,8.248C453.104,34.336,450.336,37.104,448,40.248z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M408,416h-16c0,13.232-10.768,24-24,24v16c13.232,0,24,10.768,24,24h16c0-13.232,10.768-24,24-24v-16 C418.768,440,408,429.232,408,416z M400,456.248c-2.336-3.144-5.104-5.912-8.248-8.248c3.144-2.336,5.912-5.104,8.248-8.248 c2.336,3.144,5.104,5.912,8.248,8.248C405.104,450.336,402.336,453.104,400,456.248z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M40,136H24c0,13.232-10.768,24-24,24v16c13.232,0,24,10.768,24,24h16c0-13.232,10.768-24,24-24v-16 C50.768,160,40,149.232,40,136z M32,176.248c-2.336-3.144-5.104-5.912-8.248-8.248c3.144-2.336,5.912-5.104,8.248-8.248 c2.336,3.144,5.104,5.912,8.248,8.248C37.104,170.336,34.336,173.104,32,176.248z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M144,0h-16c0,13.232-10.768,24-24,24v16c13.232,0,24,10.768,24,24h16c0-13.232,10.768-24,24-24V24 C154.768,24,144,13.232,144,0z M136,40.248c-2.336-3.144-5.104-5.912-8.248-8.248c3.144-2.336,5.912-5.104,8.248-8.248 c2.336,3.144,5.104,5.912,8.248,8.248C141.104,34.336,138.336,37.104,136,40.248z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='144,128 144,112 128,112 128,128 112,128 112,144 128,144 128,160 144,160 144,144 160,144 160,128 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='464,264 464,248 448,248 448,264 432,264 432,280 448,280 448,296 464,296 464,280 480,280 480,264 '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 63px;
    height: 63px;
    display: block;
    position: absolute;
    margin: -23px 0 0 -60px;
}
.num9-point .ico{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='176.748,182.811 176.748,182.811 176.735,182.783 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='106.342,321.731 106.342,321.744 106.436,321.293 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='209.806,231.019 209.82,230.958 209.907,230.541 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon fill='%2312668b' points='236.261,386.136 236.274,386.094 236.282,386.068 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M357.053,208.842c-22.333,0-40.421,18.095-40.421,40.421s18.089,40.421,40.421,40.421 c22.326,0,40.421-18.095,40.421-40.421C397.474,226.937,379.379,208.842,357.053,208.842z M357.053,269.474 c-11.143,0-20.211-9.068-20.211-20.211s9.068-20.211,20.211-20.211c11.143,0,20.211,9.068,20.211,20.211 S368.196,269.474,357.053,269.474z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M256,0c-38.589,0-75.102,8.656-107.911,23.956C132.352,9.155,111.051,0,87.58,0C39.289,0,0.001,38.535,0.001,85.895 c0,17.812,10.907,40.26,24.367,61.238C8.806,180.183,0.001,217.047,0.001,255.999C0.001,397.379,114.601,512,256,512 s255.999-114.621,255.999-255.999S397.4,0,256,0z M20.212,85.895c0-36.292,30.174-65.684,67.368-65.684 c37.201,0,67.368,29.393,67.368,65.684c0,36.271-67.368,109.474-67.368,109.474S20.212,122.166,20.212,85.895z M20.21,255.996 c0.001-31.592,6.3-61.732,17.631-89.293c14.801,20.13,29.527,36.547,34.87,42.348l14.868,16.162l14.868-16.162 c12.146-13.191,72.71-81.132,72.71-123.156c0-16.855-5.045-32.546-13.628-45.824c16.236-7.135,33.414-12.503,51.301-15.839 l-5.478,9.849c-2.647,4.796-3.632,9.943-3.658,15.023c0.055,6.393,1.549,12.84,5.524,18.513l-0.013-0.013l15.366,21.585 c0.842,1.145,1.967,3.509,2.702,6.137c0.754,2.627,1.179,5.558,1.172,7.842c0.007,1.037-0.087,1.947-0.202,2.594l0.007-0.021 l-3.989,21.733c-0.215,1.449-1.482,4.291-3.354,6.649c-1.819,2.398-4.257,4.331-5.605,4.904l-27.021,12.47 c-8.643,4.021-13.703,12.564-13.703,21.477c0,3.267,0.694,6.649,2.162,9.836l11.406,24.831c0.593,1.266,1.273,3.469,1.725,5.922 c0.458,2.453,0.707,5.174,0.707,7.619c0,2.162-0.209,4.136-0.499,5.389l-0.134,0.546l-3.106,13.488 c-0.33,1.623-1.786,4.675-3.793,7.249c-1.967,2.614-4.541,4.803-6.016,5.544l-19.962,10.591c-1.024,0.58-3.348,1.192-5.807,1.166 c-2.971,0.047-6.056-0.89-7.209-1.704l-16.33-10.516c-5.423-3.429-11.426-4.709-17.381-4.749 c-5.48,0.034-11.041,1.131-16.158,4.123l-16.354,9.679c-3.146,1.852-5.801,4.412-7.653,7.485 c-1.846,3.065-2.857,6.629-2.85,10.206c-0.027,5.376,2.264,10.665,6.09,14.599l-0.013-0.013l9.155,9.552 c0.829,0.835,2.054,2.768,2.87,5.039c0.829,2.256,1.287,4.837,1.273,6.77c0.007,0.815-0.074,1.529-0.182,2.075l-1.826,8.745 c-0.404,2.069-1.846,5.706-3.759,8.974c-1.867,3.288-4.299,6.36-5.881,7.747l-8.28,7.424 c-5.51,4.966-12.632,12.396-17.711,18.384C30.699,335.396,20.21,296.902,20.21,255.996z M189.616,442.408l-10.576,36.413 c-48.843-16.916-90.464-49.408-118.825-91.581c0.916-1.132,1.899-2.358,2.944-3.638c3.989-4.951,12.214-13.581,17.145-17.981 l8.273-7.424c3.928-3.557,7.141-7.95,9.903-12.698c2.721-4.769,4.911-9.754,6.03-14.929l1.839-8.839 c0.41-2.028,0.593-4.069,0.593-6.117c-0.007-4.709-0.922-9.331-2.513-13.716c-1.617-4.372-3.866-8.515-7.249-12.073l-9.155-9.56 l-0.021-0.013l-0.357-0.485l0.485-0.397l16.364-9.681l0.021-0.007c0.977-0.627,3.354-1.321,5.841-1.294 c2.695-0.034,5.383,0.788,6.447,1.536l16.317,10.51c5.646,3.564,11.918,4.877,18.155,4.924 c5.174-0.027,10.381-0.956,15.279-3.517l19.962-10.591c5.079-2.742,9.129-6.656,12.577-11.088 c3.396-4.48,6.13-9.412,7.458-15.023l3.261-14.174c0.701-3.186,0.977-6.44,0.984-9.782c-0.007-3.759-0.364-7.585-1.051-11.298 c-0.694-3.719-1.684-7.296-3.227-10.678l-11.419-24.859l-0.013-0.027l-0.289-1.34c0-1.307,0.761-2.6,1.96-3.126l27.029-12.47 c5.376-2.534,9.599-6.413,13.089-10.867c3.449-4.493,6.151-9.552,7.262-15.394l3.989-21.727l0.007-0.021 c0.378-2.069,0.525-4.136,0.533-6.198c-0.013-4.507-0.714-9.041-1.96-13.399c-1.266-4.359-3.012-8.529-5.673-12.295 l-15.36-21.578l-0.007-0.013c-0.843-1.064-1.812-3.961-1.765-6.763c-0.021-2.209,0.552-4.265,1.105-5.194l12.753-22.919 c6.036-0.485,12.099-0.809,18.244-0.809c117.208,0,214.683,85.975,232.751,198.17l-9.027-5.019 c-3.739-2.062-7.774-3.409-11.999-4.386c-4.224-0.956-8.569-1.489-12.827-1.495c-2.317,0-4.601,0.155-6.892,0.559l-1.867,0.33 c-17.055-31.763-50.577-53.422-89.085-53.422c-55.72,0-101.052,45.332-101.052,101.052c0,34.055,33.435,83.28,59.203,116.163 l-15.421,17.341c-0.922,1.092-3.274,2.802-5.962,3.921c-2.661,1.172-5.659,1.799-7.451,1.772l-0.64-0.021l-29.461-2.27 l-0.741-0.162l-0.034-0.013v-0.101l0.094-0.606l0.027-0.074l5.255-17.509c0.741-2.486,1.058-4.979,1.058-7.398 c-0.013-4.796-1.219-9.384-3.354-13.528c-2.143-4.123-5.276-7.882-9.573-10.597l-11.816-7.383 c-4.049-2.526-8.577-3.679-12.982-3.672c-7.505,0.013-15.017,3.274-19.975,9.822l-35.819,47.758 c-3.167,4.21-4.703,9.223-4.703,14.114c-0.007,7.12,3.241,14.255,9.418,18.896l13.103,9.822c0.72,0.519,1.765,1.738,2.479,3.335 c0.741,1.576,1.152,3.469,1.139,4.924C189.852,441.303,189.744,441.951,189.616,442.408z M437.896,256.007 c0,44.632-80.842,134.73-80.842,134.73s-80.842-90.099-80.842-134.73c0-44.665,36.19-80.843,80.842-80.843 C401.699,175.164,437.896,211.341,437.896,256.007z M256,491.789c-19.86,0-39.154-2.5-57.593-7.148l10.624-36.615 c0.72-2.513,1.03-5.026,1.03-7.492c-0.013-4.696-1.077-9.216-2.999-13.393c-1.933-4.157-4.722-8.031-8.711-11.041l-13.097-9.822 c-0.862-0.64-1.321-1.631-1.327-2.721c0.007-0.735,0.202-1.387,0.654-1.988l35.827-47.764c0.66-0.95,2.224-1.752,3.8-1.731 c0.909,0,1.684,0.236,2.27,0.599l11.81,7.383c0.694,0.418,1.657,1.408,2.351,2.762c0.701,1.34,1.098,2.971,1.085,4.224 c0,0.66-0.094,1.2-0.209,1.589l-5.234,17.462c-0.674,2.183-0.99,4.393-0.99,6.534c-0.021,5.2,1.98,10.348,5.571,14.06 c3.571,3.753,8.596,5.988,13.871,6.373l29.461,2.27c0.735,0.055,1.462,0.081,2.19,0.081c5.416-0.027,10.584-1.347,15.455-3.422 c4.851-2.115,9.371-4.951,13.063-9.047l13.191-14.848c6.164,7.398,11.136,13.036,13.925,16.141l15.037,16.761l15.037-16.768 c14.37-16.007,86.016-98.378,86.016-148.224c0-9.822-1.476-19.295-4.102-28.281c0.303-0.007,0.573-0.034,0.896-0.034 c2.5-0.007,5.557,0.35,8.341,0.984c2.776,0.62,5.308,1.57,6.67,2.345l21.498,11.944c0.242,4.325,0.384,8.664,0.384,13.036 C491.79,386.013,386.014,491.789,256,491.789z'/%3E%3Cpolygon points='94.172,252.312 94.183,252.306 94.185,252.305 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M89.256,47.151c-18.614,0-33.677,15.07-33.677,33.684c0,18.607,15.064,33.684,33.678,33.684s33.69-15.077,33.69-33.684 C122.948,62.228,107.87,47.151,89.256,47.151z M89.257,94.308c-7.431,0.007-13.467-6.043-13.467-13.473 c0-7.43,6.036-13.473,13.467-13.473c7.438,0,13.48,6.043,13.48,13.473C102.738,88.265,96.695,94.308,89.257,94.308z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 64px;
    height: 64px;
    margin: 6px 10px 0 0px;
}
.num10-point .ico{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M208,152c-13.232,0-24,10.768-24,24h16c0-4.408,3.584-8,8-8s8,3.592,8,8h16C232,162.768,221.232,152,208,152z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M272,152c-13.232,0-24,10.768-24,24h16c0-4.408,3.584-8,8-8c4.416,0,8,3.592,8,8h16C296,162.768,285.232,152,272,152z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M240,368c-17.648,0-32,14.352-32,32s14.352,32,32,32s32-14.352,32-32S257.648,368,240,368z M240,416 c-8.824,0-16-7.176-16-16c0-8.824,7.176-16,16-16c8.824,0,16,7.176,16,16C256,408.824,248.824,416,240,416z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M432,464V360c0-66.168-53.832-120-120-120h-8.712c2.848-2.504,5.528-5.176,8.064-8H320c22.056,0,40-17.944,40-40v-14.096 c9.64-6.464,16-17.456,16-29.904c0-12.496-6.408-23.504-16.096-29.96C358.84,52.784,305.512,0,240,0S121.16,52.784,120.096,118.04 C110.408,124.496,104,135.504,104,148c0,19.848,16.152,36,36,36h5.448c3.744,22.168,15.072,41.744,31.272,56H168 c-66.168,0-120,53.832-120,120v104H0v16h56h40h288h40h56v-16H432z M344,192c0,12.136-9.088,22.088-20.792,23.672 c5.544-9.64,9.432-20.32,11.344-31.672H340c1.368,0,2.672-0.256,4-0.408V192z M360,148c0,11.024-8.968,20-20,20h-4v-40h4 C351.032,128,360,136.976,360,148z M144,168h-4c-11.032,0-20-8.976-20-20s8.968-20,20-20h4V168z M140,112 c-1.24,0-2.408,0.24-3.616,0.368C140.32,58.584,185.232,16,240,16s99.68,42.584,103.616,96.368C342.408,112.24,341.24,112,340,112 h-5.448c-7.648-45.328-47.08-80-94.552-80s-86.904,34.672-94.552,80H140z M319.992,127.8C262.256,125.768,224,102.16,224,80 c0-4.416-3.576-8-8-8s-8,3.584-8,8c0,19.992-20.672,36.56-47.536,39.496C164.728,79.368,198.768,48,240,48 C284.04,48,319.88,83.784,319.992,127.8z M160,168v-32.448c24.984-2.168,46.184-14.216,56.768-31.088 C233.504,126.64,272.616,142.248,320,143.84V168c0,18.024-6.064,34.608-16.152,48H240v16h47.792c-4.592,3.44-9.544,6.4-14.824,8.8 c-20.992,9.536-44.952,9.536-65.952,0C179.336,228.208,160,200.352,160,168z M215.272,260.656C223.176,262.768,231.44,264,240,264 s16.824-1.232,24.728-3.344L240,310.112L215.272,260.656z M227.056,320h-14.112l-32-64h14.112L227.056,320z M284.944,256h14.112 l-32,64h-14.112L284.944,256z M88,360v104H64V360c0-55.72,44.08-101.208,99.176-103.752L195.056,320H128 C105.944,320,88,337.944,88,360z M376,464H104V360c0-13.232,10.768-24,24-24h80h32h32h80c13.232,0,24,10.768,24,24V464z M416,464 h-24V360c0-22.056-17.944-40-40-40h-67.056l31.88-63.752C371.92,258.792,416,304.28,416,360V464z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='344' y='392' width='16' height='56'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='344' y='360' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='416' y='72' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='416' y='104' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='416' y='136' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='48' y='168' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='48' y='200' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect fill='%2312668b' x='48' y='232' width='16' height='16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    width: 64px;
    height: 64px;
    margin: 6px 42px 0 0px;
}
.num11-point .ico{
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0%29 --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2312668b' d='M503.202,444.126L390.89,331.815l7.115-18.973c1.327-3.54,0.463-7.529-2.21-10.203l-16.757-16.757 c-3.765-3.764-9.868-3.765-13.635,0l-21.053,21.053l-44.014-44.014l97.59-97.578c9.37-9.381,21.227-16.564,34.286-20.774 c11.149-3.589,21.432-9.878,29.738-18.184c14.368-14.365,22.101-33.468,21.78-53.789c-0.321-20.319-8.673-39.181-23.515-53.111 c-2.423-2.273-5.841-3.138-9.052-2.293c-3.211,0.845-5.76,3.283-6.75,6.453l-12.225,39.195c-1.509,4.839-4.814,8.802-9.309,11.158 c-4.497,2.358-9.641,2.823-14.477,1.315c-7.985-2.494-13.351-9.775-13.351-18.113c0-1.91,0.294-3.82,0.874-5.678l12.083-38.744 c0.994-3.189,0.267-6.666-1.923-9.188c-2.189-2.523-5.531-3.736-8.826-3.197c-13.792,2.239-26.577,8.259-36.97,17.405 c-18.299,16.089-27.608,40.11-24.902,64.251c2.764,24.788-6.073,49.426-24.244,67.597L249.1,211.687L115.142,77.729l-2.428-26.272 c-0.276-2.993-1.932-5.684-4.476-7.281L40.15,1.474c-3.81-2.388-8.763-1.827-11.941,1.351L2.824,28.209 c-3.179,3.179-3.738,8.132-1.35,11.939l42.703,68.087c1.595,2.545,4.288,4.201,7.28,4.477l26.272,2.427l133.963,133.965 l-97.586,97.573c-9.377,9.379-21.238,16.559-34.304,20.767c-11.297,3.638-21.301,9.76-29.739,18.196 c-14.366,14.366-22.1,33.468-21.778,53.785c0.323,20.314,8.673,39.173,23.515,53.104c2.422,2.273,5.84,3.137,9.05,2.295 c3.211-0.845,5.76-3.28,6.751-6.45l12.239-39.187c1.51-4.845,4.815-8.811,9.307-11.168c4.377-2.297,9.374-2.798,14.111-1.427 c0.123,0.044,0.247,0.085,0.373,0.125c9.992,3.115,15.588,13.789,12.474,23.789l-12.083,38.731 c-0.995,3.189-0.269,6.668,1.922,9.191c1.847,2.129,4.512,3.322,7.28,3.322c0.514,0,1.032-0.041,1.549-0.125 c13.769-2.239,26.549-8.251,36.971-17.396c18.279-16.086,27.587-40.109,24.897-64.267c-2.773-24.775,6.064-49.411,24.243-67.592 l62.043-62.031l44.009,44.009l-21.053,21.053c-3.765,3.768-3.765,9.872,0,13.637l16.757,16.759 c2.674,2.674,6.668,3.535,10.203,2.21l18.975-7.115l112.31,112.311c5.866,5.866,13.572,8.799,21.277,8.799 c7.705,0,15.41-2.932,21.277-8.799l16.523-16.523C514.933,474.946,514.933,455.857,503.202,444.126z M324.776,163.278 c22.339-22.337,33.191-52.725,29.773-83.374c-2.005-17.891,4.9-35.697,18.475-47.632c3.368-2.964,7.082-5.485,11.05-7.519 l-6.557,21.022c-1.161,3.719-1.748,7.56-1.748,11.42c0,16.82,10.803,31.495,26.888,36.52c20.151,6.282,41.657-4.994,47.939-25.14 l6.81-21.836c4.458,7.897,6.895,16.82,7.043,26.159c0.239,15.055-5.492,29.208-16.135,39.849 c-6.24,6.24-13.645,10.77-22.016,13.465c-15.963,5.144-30.492,13.963-42.011,25.496l-97.586,97.574l-23.966-23.966 L324.776,163.278z M187.248,348.735c-22.35,22.35-33.201,52.739-29.771,83.366c1.994,17.905-4.912,35.719-18.462,47.643 c-3.376,2.962-7.089,5.479-11.058,7.511l6.556-21.012c6.22-19.977-4.808-41.281-24.618-47.768 c-0.174-0.064-0.348-0.125-0.527-0.181c-9.762-3.04-20.124-2.1-29.177,2.649c-9.055,4.751-15.717,12.744-18.756,22.501 l-6.821,21.837c-4.461-7.897-6.9-16.822-7.048-26.161c-0.239-15.053,5.492-29.203,16.135-39.847 c6.251-6.251,13.658-10.786,22.014-13.477c15.964-5.141,30.498-13.954,42.027-25.486l97.586-97.574l23.965,23.965L187.248,348.735 z M87.934,98.078c-1.883-1.883-4.35-2.824-6.818-2.824c-1.08,0-2.161,0.181-3.19,0.541l-19.948-1.843l-36.087-57.54L36.413,21.89 l57.541,36.088l1.843,19.95c-0.355,1.016-0.542,2.091-0.542,3.187c0,2.557,1.016,5.009,2.823,6.817l232.635,232.637 l-10.145,10.146L87.934,98.078z M328.901,371.388l-17.018,6.381l-5.551-5.551l65.888-65.886l5.551,5.551l-6.381,17.017 L328.901,371.388z M489.566,473.042l-16.523,16.523c-4.212,4.212-11.069,4.212-15.283,0L347.877,379.683l31.806-31.806 l109.883,109.883C493.78,461.973,493.78,468.828,489.566,473.042z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 64px;
    height: 64px;
    margin: 6px 13px 0 0px;
}
.num7-point {
    margin: 317px 0 0 12px;
}

.num7-point .more {
    color: #575b71;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 8px;
    font-weight: bold;
}
.num8-point{
	margin: 9px 0 0 730px;
}
.spec1400 {
    text-align: center;
    width: 93px;
}

.num7-point .more_num {
    color: #12668b;
    font-family: 'Montserrat',sans-serif;
    font-size: 30px;
    font-weight: bold;
}

.num7-point .more_txt {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    color: #12668b;
}
.num9-point {
    margin: 147px 0 0 563px;
}

.num9-point .num-td .txt {
    color: #12668b;
    font-size: 16px;
    text-align: right;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
}
.num10-point {
   margin: 265px 0 0 491px;
}
.num11-point {
   margin: 380px 0 0 374px;
}
.num11-point .spectxt1 {
    color: #575b71;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
	margin: 13px -8px 0 7px;
}
.num11-point .spectxt2 {
    color: #12668b;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
	text-align: right;
    line-height: 22px;
}

.map,h2{
	border:none;
	outline:none;
}
.map{
	margin:15px 0 0 0;
	
}
.map__cont {
    position: relative;
    height: 430px;
}
.map__cont-inner {
    height: 100%;
}
.ymaps-2-1-60-balloon__tail:after{
	content:none;
}
.ymaps-2-1-60-balloon_to_top .ymaps-2-1-60-balloon__tail{
	display:none;
}
.map__controls-item {
    display: block;
    margin-bottom: 10px;
}
.button-square {
    position: relative;
    display: block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    cursor: pointer;
}
.button-square_plus:before {
    width: 18px;
    height: 2px;
}
.button-square:after, .button-square:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #7baedd;
}
.button-square_plus:after {
    height: 18px;
    width: 2px;
}
.button-square_minus:before {
    width: 18px;
    height: 2px;
}
h2.padding-slim:after {
  content: '';
    width: 50px;
    height: 50px;
    border-top: 50px solid #edeef8;
    border-right: 50px solid transparent;
    z-index: 99;
    position: absolute;
    margin: -14px 0 0 12px;
    display: inline-block;
	line-height: 20px;
}

h2.padding-slim {
    background: #edeef8;
    display: inline-block;
    margin: 0px 0 0 0;
    height: 50px;
    z-index: 99;
    position: absolute;
    padding: 14px 13px;
}
.map__panel {
    background: #edeef8;
	    margin: 0px 0px 15px;
    padding: 20px;
	margin: 0px 0px 0 0;
}
.mapchx {
    margin: 0;
    padding: 0;
}

.map__panel_left>div {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.mapchx input {
    margin: 0;
    padding: 0;
}
.switch{
	float:left;
	margin:0 10px 0 14px;
}
.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
  float:left;
}
input.cmn-toggle-round + label {
  padding: 2px;
  width: 44px;
  height: 22px;
  background-color: #dddddd;
  border-radius: 22px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 22px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 20px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #1889ba;
}
input.cmn-toggle-round.togglered:checked + label:before{
	 background-color: #c6243a;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 22px;
}
.label2lvl{
	    margin: 4px 11px 0 0px;
}
.map__panel_left{
		float:left;
}
.map__panel_right{
		float:right;
}
.map__panel_right a {
    margin: 0 10px;
    padding: 2px 0;
    text-decoration: none!important;
    border-bottom: 1px dotted #1889ba;
}
.team h2 {
    margin: 15px 0;
}
.team-point {
    width: 282px;
    height: auto;
	margin: 0 0 16px 0;
}

.team-img {
    background-position: center center;
    width: 282px;
    height: 260px;
    background-repeat:  no-repeat;
	    background-image: linear-gradient(to top, #fff 35px, #e1e2e3 100%);
}
.teamnum{
	padding:0 10px;
}
.teamlist{
	padding: 0 5px;
}
.teamnum .name {
    color: #12668b;
    font-size: 16px;
    margin: 10px 0 0 18px;
}

.teamnum .descr {
    color: #575b71;
    font-size: 16px;
    margin: 7px 10px 0 18px;
}
.teamnum .team-descr {
    background-image: linear-gradient(to bottom, #fff 35px, #e1e2e3 100%);
    height: auto;
    padding: 0px 0 10px 0;
}
/*hotfix teamnumber for 4*/
.team-img {
    background-position: center center;
    width: 208px;
    height: 276px;
}
.team-point{
	width: 208px;
}
.team-img img{
	max-width:100%;
}
.teamnum .name{
	font-size:15px;
}
.teamnum .descr{
	font-size:14px;
}
/*<--*/

/*-----------------------------timeline-block---------------------------------*/
.timeline-block { 
	position: relative; height: 100%; overflow: hidden; display: none; 
	background: url(/about_company/history/css/../img/bg_history.jpg) top center repeat;
	
}
.timeline { position: relative; padding: 8px 24px 8px 20px;}
.timeline-group { position: relative; margin-bottom: 15px; }
.timeline-group:after { position: absolute; left: 12px; bottom: 0; height: 14px; width: 14px; margin-left: -7px; border-top-right-radius: 50%; border-top-left-radius: 50%; border-bottom-right-radius: 50%; border-bottom-left-radius: 50%; border: 4px solid rgba(255, 255, 255, 0.2); background: #929aa2; }

.timeline-group__year { 
	font-family: 'Montserrat';
	font-size: 36px; 
	font-weight: normal; 
	line-height: 1; 
	margin: 0px 0 0px 0; 
	color: #1889ba; 
}

@media screen and (min-width: 768px) {
  .timeline-block { display: block;     margin: 0 -2px 0 0px;}
}

  .timeline-group__year { text-align: right; }


.timeline-group:first-of-type .timeline-group__year {
  margin-top: 0;
}
.timeline-group__header {
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  width: 100%;
  margin-bottom: 5px;
  display: table;
  color: #fff;
}
.timeline-group__header-text {
  display: table-cell;

}
.timeline-group__header:before,
.timeline-group__header:after {
  width: 100%;

  display: table-cell;
}
.timeline-group__header:before {
      content: '-------------';
    margin: -2px 0 0 2px;
    display: block;
    position: absolute;
    font-size: 36px;
    color: rgba(255, 255, 255, 0.52);
    font-family: 'Montserrat',sans-serif;
    width: 162px;
}

  .timeline-group__header-text {
	color:#575b71;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:normal;
	text-align:right;
  }
  


/*-----------------------------events-----------------------------------------*/
.events {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding-top: 10px;
  padding-bottom: 20px;
  overflow: hidden;
}
.events:before {
  position: absolute;
  content: "";
  left: 12px;
  top: 0;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background: rgba(255, 255, 255, 0.5);
}
.events__item {
  width: 100%;
  margin-top: 20px;
  padding-left: 29px;
  float: left;
  clear: both;
}
.events__item:first-child {
  margin-top: 0;
}
.events__item--right {
  float: right;
}

  .events:before {
   left: 234px;
  }
  .events__item {
	width: 235px;
    padding-right: 18px;
    padding-left: 0;
	margin: 50px 0 0 0;
  }
  .events__item--right {
    padding-right: 0;
    padding-left: 17px;
  }
  

.event {
  position: relative;
  padding: 13px 17px 26px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #fff 35px, #e1e2e3 100%);
  background-image: -o-linear-gradient(top, #fff 35px, #e1e2e3 100%);
  background-image: linear-gradient(to bottom, #fff 35px, #e1e2e3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe1e2e3', GradientType=0);
  text-align: left;
}
.events__item_special .event {
  position: relative;
  padding: 13px 17px 26px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: #ffffff;
  background-image: -webkit-linear-gradient(top,#1889ba 35px, #12678b 100%);
  background-image: -o-linear-gradient(top, #1889ba 35px, #12678b 100%);
  background-image:linear-gradient(to bottom, #1889ba 35px, #12678b 100%);
  background-repeat: repeat-x;
  
  text-align: left;
}
.event:before {
  position: absolute;
  content: "";
  right: 100%;
  top: 0;
  width: 28px;
  height: 34px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'  x='0px' y='0px' width='28px' height='34px' viewBox='0 0 28 34' enable-background='new 0 0 28 34' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cellipse fill='%23FFFFFF' cx='17.45' cy='10.49' rx='10.55' ry='10.49'/%3E%3Crect fill='%23FFFFFF' width='17.5' height='20.98'/%3E%3Cpath fill='%23FFFFFF' d='M0,20.47v8.13h0.02c0.18-4.23,3.76-7.61,8.16-7.61v-0.52H0z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Ellipse_copy_7'%3E%3Cg%3E%3Cpath fill='%231889ba' d='M9.81,10.5c0,4.25,3.44,7.69,7.69,7.69s7.69-3.44,7.69-7.69s-3.44-7.69-7.69-7.69S9.81,6.25,9.81,10.5z M14,10.5C14,8.57,15.57,7,17.5,7c1.93,0,3.5,1.57,3.5,3.5S19.43,14,17.5,14C15.57,14,14,12.43,14,10.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.events__item_special .event:before {
 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='28px' height='34px' viewBox='0 0 28 34' enable-background='new 0 0 28 34' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cellipse fill='%231889ba' cx='17.45' cy='10.49' rx='10.55' ry='10.49'/%3E%3Crect fill='%231889ba' width='17.5' height='20.98'/%3E%3Cpath fill='%231889ba' d='M0,20.47v8.13h0.02c0.18-4.23,3.76-7.61,8.16-7.61v-0.52H0z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Ellipse_copy_7'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M9.81,10.5c0,4.25,3.44,7.69,7.69,7.69s7.69-3.44,7.69-7.69s-3.44-7.69-7.69-7.69S9.81,6.25,9.81,10.5z M14,10.5C14,8.57,15.57,7,17.5,7c1.93,0,3.5,1.57,3.5,3.5S19.43,14,17.5,14C15.57,14,14,12.43,14,10.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.event__type {
  font-size: 16px;
  line-height: 19px;
  color: #1889ba;
}

.events__item_special .event__type {
  color: #50c9fd;
}

.event__info {
  line-height: 20px;
  font-size:14px;
  color: #8184a1;
  padding: 9px 0 0 0;
}
.events__item_special .event__info {
  color: #ffffff;
}
.event__info i{
	font-style:normal;
	 color: #1889ba;
}
.events__item_special .event__info i{
	 color: #50c9fd;
}
.event__info p:last-of-type {
  padding: 0;
  margin: 0;
}


  .event {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
	box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.22);
  }
  .event:before {
    right: -28px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'  x='0px' y='0px' width='28px' height='34px' viewBox='0 0 28 34' enable-background='new 0 0 28 34' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cellipse fill='%23FFFFFF' cx='17.45' cy='10.49' rx='10.55' ry='10.49'/%3E%3Crect fill='%23FFFFFF' width='17.5' height='20.98'/%3E%3Cpath fill='%23FFFFFF' d='M0,20.47v8.13h0.02c0.18-4.23,3.76-7.61,8.16-7.61v-0.52H0z'/%3E%3C/g%3E%3C/g%3E%3Cg id='Ellipse_copy_7'%3E%3Cg%3E%3Cpath fill='%231889ba' d='M9.81,10.5c0,4.25,3.44,7.69,7.69,7.69s7.69-3.44,7.69-7.69s-3.44-7.69-7.69-7.69S9.81,6.25,9.81,10.5z M14,10.5C14,8.57,15.57,7,17.5,7c1.93,0,3.5,1.57,3.5,3.5S19.43,14,17.5,14C15.57,14,14,12.43,14,10.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") 0 0 no-repeat;
  }


.timeline-navbar{
	 background:#c8d5df;
	 display: block;
    width: 100%;
    min-height: 40px;
 }
.timeline-navbar ul.slider-navbar{
	border-top: 3px dashed white;
	padding: 15px 40px;

 }
.timeline-navbar ul.slider-navbar li{
	list-style-type:none;
	font-size:24px;
	color:white;
	cursor:pointer;
	font-family:'Montserrat',sans-serif;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
 }
.timeline-navbar ul.slider-navbar li.navyear.active{
	font-size:30px;
	color:#1889ba;
	line-height: 24px;
}

.owl-carousel .owl-nav > div {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 13px;
}
.owl-carousel .owl-nav > div {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 13px;
}
.owl-carousel .owl-nav > div.disabled{
  cursor: auto;
  color:#c8d5e0;
}
.owl-carousel .owl-nav > div.owl-prev {
  left: 19px;
}
.owl-carousel .owl-nav > div.owl-next {
  right: 19px;
}

.emeabout aside.timeline-block{
	box-shadow:none;
	width: 100%;
}
.emeabout .about_banner {
    margin: 20px auto;
}

.emeabout .about_banner img {
    display: block;
    margin: 0 auto;
}

.emeabout .team h2 {
    font-size: 20px;
    font-weight: bolder;
    color: #323e52;
    margin: 2px 0 15px;
}



.emeabout .team-point {
    width: 100%;
    background: #f3f6f9;
}

.emeabout .team-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: none;
}

.emeabout .teamnum .team-descr {
    background: #f3f6f9;
}

.emeabout .teamnum .name {
    font-family: Circe, Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #29384d;
    text-align: left;
    /* padding: 0px 0 0 20px; */
    padding: 0px 0 0 0px;
    font-weight: bold;
}

.emeabout .teamnum .descr {
    margin: 0;
    /* padding: 10px 10px 0 40px; */
    padding: 10px 10px 0 20px;
    font-family: Circe, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

.emeabout .owl-dots {
    display: none;
}
.emeabout .txt-about-block{
	color: #212529;
	    margin: 20px 10px;
}
.map__panel_right a {
    color: #1889ba;
}
/* End */


/* Start:/about_company/history/css/media_eme.css?17383195715097*/
@media screen and (max-width: 1400px){
	.events{
		overflow:unset;
	}
	.owl-stage-outer:before{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		background-color: rgba(5, 117, 177, 0.5);
		background-color: rgba(237, 238, 248, 0.85);
		z-index: 1;
	}
	.owl-stage-outer>div{
		position:relative;
		z-index:2;
	}
	
	#to_top{
		background:none!important;
	}
	
	.num1-block,.num2-block,.point-block{
		width:100%;
		max-width:100%;
	}
	.left_about{
		/* width:calc(100% - 312px); */
		/* padding: 0 15px 0 0px; */
		/* overflow:hidden; */
		max-width: calc(100% - 300px);
	}
	.about-holder{
		margin:0;
	}
	.num1-block {
		background: url(/about_company/history/css/../img/eme1s.png) center center no-repeat;
		height: auto;
		background-size: cover;
	}
	.num2-block {
		background: url(/about_company/history/css/../img/eme2s.png) center center no-repeat;
		height: auto;
		background-size: cover;
		max-width:1255px;
	}
	.numbers > div {
	    position: relative;
		display: table;
		margin: 0 0 10px 0!important;
		padding: 10px;
		 background: rgba(237, 238, 248, 0.85); 
		/* border: 4px solid #1889ba; */
		
	}
	.num2-block.owl-carousel .numbers > div {
		background:transparent;
	}
	.numbers > div > div{
		display:block;
		
	}
	.team-point {
		width: 100%;
		height: auto;
		margin: 0 0 16px 0;
	}

	.team-img {
		background-position: center center;
		width: 100%	;
		height: auto;
		background-repeat:  no-repeat;
	}
	.team-img img{
		max-width:100%;
		display: block;
    margin: 0 auto;
	}
	
	.num2-block .numbers .num1-point {
		display: block;
	}
	.num2-block .numbers .num-td{
		display:block;
	}
	.num2-block .numbers .txt-td{
		display:block;
	}

	.num6-point .txt_md {
		font-size: 13px;
		width: 100%;
	}

	.num2-block .numbers .num1-point .num-td {
		display: table-cell;
		vertical-align: middle;
	}
	.num2-block .numbers .num1-point .num-td img{
		width: 100%;
	}

	.num2-block .numbers .num1-point .txt-td {
		margin: 0 0 0 78px;
		display: table-cell;
	}

	.num2-block .numbers .num1-point {
		display: table;
	}
	.num6-point .ico {
		position: relative;
		margin: -26px 15px 0 0;
		float: right;
	}

	.num6-point .txt_md {
	}

	.num2-block .numbers .num6-point .txt-td {
	}

	.num8-point .ico {
		margin: 0 0 0 0;
		position: relative;
	}

	.num2-block .numbers .num8-point .txt-td {
		float: left;
	}

	.num2-block .numbers .num8-point .num-td {
		position: relative;
		float: left;
	}

	.num9-point .ico {
		margin: 0 auto;
	}

	.num2-block .numbers .num9-point .num-td:nth-child(2n+2) {
		float: left;
		width: 46%;
	}
	.num2-block .numbers .num9-point .txt-td {
		float: left;
	}

	.num9-point .ico {
		margin: 0 auto;
	}
	.num10-point .ico {
		margin: 0 auto;
	}
	.num2-block .numbers .num10-point .num-td:nth-child(2n+2) {
		display: table-cell;
	}
	.num2-block .numbers .num10-point .txt-td {
		float: left;
	}

	.num9-point,.num10-point,.num11-point {
		width: 100%;
	}
	.num2-block .numbers .num11-point .num-td:nth-child(2n+1) {
		float:left;
	}
	.num2-block .numbers .num11-point .num-td:nth-child(2n+2) {
		float:left;
	}
	.num2-block .numbers .num11-point .num-td:nth-child(2n+3) {
		float:none;
		clear:both;
	}
	.num11-point .txt-td:before {
	   content: "\f041";
	   font: normal normal normal 14px/1 FontAwesome;
	   display:block;
	   float:left;
	   font-size: 34px;
	   color: #12668b;
	   margin: 0px 0px 0 -13px;
	}


	.numbers .num11-point .txt-td .txt {
		margin: 0 0 0 16px;
	}

	.num11-point {
		max-width: 320px;
	}
	/*-->*/
	.num2-block .num11-point{
		float:right;
	}
	.num2-block .spec1400{
		margin:0 auto;
	}
	.num2-block .numbers {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	.num2-block .numbers > div{
		    margin: 50px 45px 10px 45px!important;
	}
	.num2-block.owl-carousel .owl-nav > div.owl-prev{
		left:0;
	}
	.num2-block.owl-carousel .owl-nav > div.owl-next{
		right:0;
	}
	.num2-block.owl-carousel .owl-nav > div{
		top: 0px;
		background: #1889ba;
		padding: 0px 12px;
		cursor:pointer;
	}
	.num2-block.owl-carousel .numbers .txt-td{
		padding: 9px 0 0 10px;
	}
	/*<--*/
	.map__panel{
		padding: 15px 10px;
	}
	.map__panel_right {
		float: right;
		/* margin: 19px 0 0 0; */
		margin: 3px 0 0 0;
	}
	h2.padding-slim{
		position:relative;
		width:100%;
	}
}
@media screen and (min-width: 1024px) and (max-width:1254px){
	.timeline{

	}
}
@media screen and (min-width: 768px) and (max-width:1023px){
	.emeabout .teamnum .name{
		padding: 0;
	}
	.emeabout .teamnum .descr {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 767px){
	.right_about{
		display:none;
	}
	.left_about{
		padding: 0 0px 0 0px;
	}
	.point-td{
		font-size:12px;
		padding: 0 5px 0 15px;
	}
	.numbers .txt-td .txt{
		font-size: 13px;
	}
	.numbers .num-td .num-number{
		font-size: 36px;
		line-height: 30px;
	}
	.numbers > div{
		padding: 5px 10px 7px 10px;
	}
	h2.padding-slim{
		height: auto;
		padding: 14px 8px;
	}
	h2.padding-slim:after{
		content:none;
	}
	.teamnum .name{
		font-size:13px;
	}
	.teamnum .descr{
		padding: 0px 7px 10px 0px;
		overflow: hidden;
		font-size:12px;
	}
	.txt-about-block{
		font-size:13px;
	}
}
/* End */
/* /about_company/history/montserrat/montserrat.css?17383195711451 */
/* /about_company/history/css/owl.carousel.css?17383195714028 */
/* /about_company/history/css/jquery.scrollbar.css?17383195719013 */
/* /about_company/history/css/style.css?173831957144163 */
/* /about_company/history/css/media_eme.css?17383195715097 */
