@charset "UTF-8";
body, table {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 18px; }

body {
  margin: 0px;
  background: url("../images/bg.jpg") no-repeat center 200px #ebf2f5;
  background-attachment: fixed;
  min-width: 1280px; }

.wrap {
  box-sizing: content-box;
  width: 1180px;
  padding: 0px 50px;
  margin: auto; }

.clearfix {
  clear: both; }

.header {
  background: #fff;
  height: 76px;
  padding: 2px 0px; }
  .header .left {
    float: left; }
    .header .left a {
			padding-top: 8px;
			padding-bottom: 8px;
      font-family: Intro;
      color: black;
      text-decoration: none;
      display: inline-block;
      padding-left: 86px;
      background: url("../images/logo.png") no-repeat left center; }
      .header .left a .bigger {
        font-size: 24px;
        line-height: 24px; }
      .header .left a.second-logo {
        background-image:url('../images/logo2.png'); 
        padding-left: 155px; 
        margin-left: 70px; }
  .header .right {
    float: right;
		padding: 8px 0px; }
    .header .right .contacts {
      line-height: 30px; }
      .header .right .contacts div {
        display: inline-block;
        color: #454545;
        margin-left: 16px;
        padding-left: 20px; }
        .header .right .contacts div.address {
          background: no-repeat left center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='18' height='18'%3E%3Cpath fill='%23454545' d='M16 0c-5.523 0-10 4.477-10 10 0 10 10 22 10 22s10-12 10-22c0-5.523-4.477-10-10-10zM16 16c-3.314 0-6-2.686-6-6s2.686-6 6-6 6 2.686 6 6-2.686 6-6 6z'%3E%3C/path%3E%3C/svg%3E"); }
        .header .right .contacts div.phone {
          background: no-repeat left center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='18' height='18'%3E%3Cpath fill='%23454545' d='M22 20c-2 2-2 4-4 4s-4-2-6-4-4-4-4-6 2-2 4-4-4-8-6-8-6 6-6 6c0 4 4.109 12.109 8 16s12 8 16 8c0 0 6-4 6-6s-6-8-8-6z'%3E%3C/path%3E%3C/svg%3E"); }
        .header .right .contacts div.email {
          background: no-repeat left center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='18' height='18'%3E%3Cpath fill='%23454545' d='M29 4h-26c-1.65 0-3 1.35-3 3v20c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3v-20c0-1.65-1.35-3-3-3zM12.461 17.199l-8.461 6.59v-15.676l8.461 9.086zM5.512 8h20.976l-10.488 7.875-10.488-7.875zM12.79 17.553l3.21 3.447 3.21-3.447 6.58 8.447h-19.579l6.58-8.447zM19.539 17.199l8.461-9.086v15.676l-8.461-6.59z'%3E%3C/path%3E%3C/svg%3E"); }
    .header .right .links {
      text-align: right; }
      .header .right .links a {
        line-height: 30px;
        text-decoration: none;
        color: #454545;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-left: 20px;
        font-weight: 600;
        text-transform: uppercase; }
        .header .right .links a:hover, .header .right .links a:focus {
          color: #e74c3c; }

.main-menu {
  background: #385c73;
  color: white; }
  .main-menu .wrap .link a {
    display: none; }
  .main-menu .wrap .link .sub .link {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .main-menu .wrap .link .sub .link:before {
      position: absolute;
      height: 0%;
      width: 100%;
      background: #925f53;
      content: ' ';
      z-index: 1;
      left: 0px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .main-menu .wrap .link .sub .link:hover:before {
      height: 100%; }
    .main-menu .wrap .link .sub .link a {
      color: white;
      text-decoration: none;
      font-weight: 600;
      text-transform: uppercase;
      display: block;
      padding: 25px;
      vertical-align: top;
      z-index: 10;
      position: relative; }
    .main-menu .wrap .link .sub .link .sub {
      position: absolute;
      max-height: 0px;
      opacity: 0;
      overflow: hidden;
      background: #385c73;
      z-index: 2;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      .main-menu .wrap .link .sub .link .sub .link {
        display: block;
        white-space: nowrap; }
        .main-menu .wrap .link .sub .link .sub .link a {
          padding: 10px 25px; }
        .main-menu .wrap .link .sub .link .sub .link:before {
          position: absolute;
          height: 100%;
          width: 0%; }
        .main-menu .wrap .link .sub .link .sub .link:hover:before {
          width: 100%; }
    .main-menu .wrap .link .sub .link:hover .sub {
      display: block;
      max-height: 1000px;
      opacity: 1; }

.col-left {
  width: 290px;
  float: left; }

.col-left-offset {
  margin-left: 290px; }

.main .col-left {
  background: #fff; }

.main .col-left-offset {
  background: #fff; }

.main:after {
  content: ' ';
  clear: both; }

.main .counter {
  background: #fff;
  font-family: Intro; }
  .main .counter .title {
    margin-top: 50px;
    text-align: center;
    line-height: 10px;
    font-size: 16px;
    position: relative; }
    .main .counter .title span {
      z-index: 2;
      position: relative;
      background: #fff;
      padding: 0px 10px;
      display: inline-block; }
    .main .counter .title:after {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 3px;
      bottom: 3px;
      background: #e74c3c;
      z-index: 1;
      content: ' '; }
  .main .counter .box {
    border: 5px solid #d0dff2;
    padding: 70px 10px 20px;
    margin: -50px 10px 10px 10px;
    position: relative;
    z-index: 2; }
    .main .counter .box .block {
      padding-bottom: 10px; }
      .main .counter .box .block .number {
        color: #d0dff2;
        font-size: 50px;
        line-height: 50px;
        text-align: center; }
      .main .counter .box .block .text {
        color: #7b9fb6;
        font-size: 20px;
        line-height: 22px;
        text-align: center; }
      .main .counter .box .block:after {
        content: ' ';
        height: 1px;
        width: 80%;
        margin: auto;
        background: #d0dff2;
        display: block;
        margin-top: 10px; }
      .main .counter .box .block:last-child {
        padding-bottom: 0px; }
        .main .counter .box .block:last-child:after {
          display: none; }

.main .main-news {
  background: url("../images/main-news-cover.jpg") no-repeat center center;
  font-family: Intro;
  text-transform: uppercase; }
  .main .main-news .image {
    height: 400px;
    position: relative; }
    .main .main-news .image .caption {
      background: rgba(0, 0, 0, 0.5);
      color: white;
      padding: 25px 20px;
      font-size: 16px; }
      .main .main-news .image .caption .text {
        border-left: solid 4px #e74c3c;
        padding-left: 16px; }
    .main .main-news .image .desc {
      position: absolute;
      background: rgba(0, 0, 0, 0.5);
      color: white;
      font-family: Intro;
      text-transform: uppercase;
      bottom: 0px;
      left: 0px;
      right: 0px;
      padding: 25px 20px; }
      .main .main-news .image .desc .date {
        font-size: 12px; }
      .main .main-news .image .desc .text {
        margin-top: 6px;
        font-size: 14px;
        text-decoration: none;
        color: white; }
      .main .main-news .image .desc a.text:hover {
        text-decoration: underline; }

.main .block-caption {
  background: #edf2f5;
  padding: 20px; }
  .main .block-caption .caption {
    text-transform: uppercase;
    font-family: Intro;
    font-size: 16px;
    color: #454545;
    text-decoration: none;
    border-left: solid 4px #e74c3c;
    padding-left: 16px; }
  .main .block-caption a.caption:hover {
    text-decoration: underline; }
  .main .block-caption .bigcaption {
    text-transform: uppercase;
    font-family: Intro;
    font-size: 20px;
    line-height: 26px;
    padding-top: 6px;
    color: #454545; }
  .main .block-caption.brown {
    background: #925f53; }
    .main .block-caption.brown a, .main .block-caption.brown span {
      color: white; }
  .main .block-caption.gray {
    background: #E9E9E9;
    padding: 10px 30px 30px 30px; }
  .main .block-caption .breadcrumbs {
    font-size: 11px;
    color: #454545; }
    .main .block-caption .breadcrumbs a {
      color: #454545;
      text-decoration: underline;
      padding-right: 20px;
      margin-right: 2px;
      background: right center no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='14' height='14'%3E%3Cpath fill='#454545' d='M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z'%3E%3C/path%3E%3C/svg%3E"); }
  .main .block-caption .date {
    color: #ababab;
    font-weight: bold;
    font-size: 11px; }

.main .news-link {
  display: block;
  text-decoration: none;
  padding: 20px 20px 30px;
  border-bottom: 1px solid #edf2f5;
  color: #454545;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }
  .main .news-link .date {
    color: #ababab;
    font-weight: bold;
    font-size: 11px; }
  .main .news-link .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 600; }
  .main .news-link:hover, .main .news-link:focus {
    background: #edf2f5; }
  .main .news-link.all-news {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: right;
    padding: 20px 40px 20px 20px;
    background-position: 98% center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='14' height='14'%3E%3Cpath fill='#454545' d='M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z'%3E%3C/path%3E%3C/svg%3E"); }

.main .side-block .contents {
  padding: 20px; }
  .main .side-block .contents a {
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease; }
  .main .side-block .contents a:hover {
    text-decoration: none; }
  .main .side-block .contents a.arrow-link {
    background: no-repeat left 2px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='14' height='14'%3E%3Cpath fill='#ffffff' d='M19.414 27.414l10-10c0.781-0.781 0.781-2.047 0-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828 0s-0.781 2.047 0 2.828l6.586 6.586h-19.172c-1.105 0-2 0.895-2 2s0.895 2 2 2h19.172l-6.586 6.586c-0.39 0.39-0.586 0.902-0.586 1.414s0.195 1.024 0.586 1.414c0.781 0.781 2.047 0.781 2.828 0z'%3E%3C/path%3E%3C/svg%3E");
    padding-left: 20px;
    display: block;
    margin-bottom: 15px; }

.main .side-block.brown {
  background: #a67468;
  color: white; }
  .main .side-block.brown a {
    color: white; }
    .main .side-block.brown a:hover {
      color: #fbd8c3; }
      .main .side-block.brown a:hover.arrow-link {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='14' height='14'%3E%3Cpath fill='#fbd8c3' d='M8.192 0c-3.554 6.439-4.153 16.259 9.808 15.932v-7.932l12 12-12 12v-7.762c-16.718 0.436-18.58-14.757-9.808-24.238z'%3E%3C/path%3E%3C/svg%3E"); }

.main .story-content {
  padding: 15px 30px; }

.footer {
  background: #385c73;
  color: white;
  /*.partner {
		display:inline-block;
		
		&.partner-acpd {
			background:url('../images/partners-acpd.png') no-repeat center center;
			width:168px;
			height:60px;
		}
		
		&.partner-cpark {
			background:url('../images/partners-cpark.png') no-repeat center center;
			width:315px;
			height:45px;
		}
		
		&.partner-eicpa {
			background:url('../images/partners-eicpa.png') no-repeat center center;
			width:172px;
			height:72px;
		}
		
		&.partner-qa-centre {
			background:url('../images/partners-qa-centre.png') no-repeat center center;
			width:213px;
			height:45px;
		}
		
		&.partner-taxact {
			background:url('../images/partners-taxact.png') no-repeat center center;
			width:212px;
			height:60px;
		}
		
		&.partner-vip {
			background:url('../images/partners-vip.png') no-repeat center center;
			width:73px;
			height:88px;
		}
		
	}*/ }
  .footer .wrap .col-left {
    background: #454545; }
    .footer .wrap .col-left .contents {
      padding: 20px;
      font-family: Intro;
      line-height: 20px; }
      .footer .wrap .col-left .contents .bigger {
        font-size: 18px;
        line-height: 30px; }
  .footer .wrap .col-left-offset .contents {
    padding: 20px;
    font-family: Intro;
    line-height: 20px;
    font-size: 18px; }
  .footer .partners {
    text-align: center; }
    .footer .partners area {
      outline: none; }
  .footer:after {
    content: ' ';
    clear: both;
    display: block; }

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline {
  background: #fff; }

.highslide-image {
  border: 2px solid #fff; }

.highslide-active-anchor {
  visibility: hidden; }

.highslide-active-anchor img {
  visibility: hidden; }

.highslide-dimming {
  background-color: black; }

.highslide-html {
  background-color: white; }

.highslide-loading {
  display: block;
  color: white;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px;
  border: 1px solid white;
  background-color: black; }

a.highslide-full-expand {
  background: url(../dleimages/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px; }

.highslide-display-block {
  display: block; }

.highslide-display-none {
  display: none; }

.highslide-caption {
  display: none;
  padding: 5px;
  background: white; }

.highslide-controls {
  width: 195px;
  height: 40px;
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 10px; }

.highslide-controls ul {
  position: relative;
  left: 15px;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px; }

.highslide-controls li {
  float: left;
  padding: 5px 0; }

.highslide-controls a {
  background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  outline: none; }

.highslide-controls a.disabled {
  cursor: default; }

.highslide-controls a span {
  display: none; }

/*---Навигация по картинкам галереи---*/
.highslide-controls .highslide-previous a {
  background-position: 0 0; }

.highslide-controls .highslide-previous a:hover {
  background-position: 0 -30px; }

.highslide-controls .highslide-previous a.disabled {
  background-position: 0 -60px !important; }

.highslide-controls .highslide-play a {
  background-position: -30px 0; }

.highslide-controls .highslide-play a:hover {
  background-position: -30px -30px; }

.highslide-controls .highslide-play a.disabled {
  background-position: -30px -60px !important; }

.highslide-controls .highslide-pause a {
  background-position: -60px 0; }

.highslide-controls .highslide-pause a:hover {
  background-position: -60px -30px; }

.highslide-controls .highslide-next a {
  background-position: -90px 0; }

.highslide-controls .highslide-next a:hover {
  background-position: -90px -30px; }

.highslide-controls .highslide-next a.disabled {
  background-position: -90px -60px !important; }

.highslide-controls .highslide-move a {
  background-position: -120px 0; }

.highslide-controls .highslide-move a:hover {
  background-position: -120px -30px; }

.highslide-controls .highslide-full-expand a {
  background-position: -150px 0; }

.highslide-controls .highslide-full-expand a:hover {
  background-position: -150px -30px; }

.highslide-controls .highslide-full-expand a.disabled {
  background-position: -150px -60px !important; }

.highslide-controls .highslide-close a {
  background-position: -180px 0; }

.highslide-controls .highslide-close a:hover {
  background-position: -180px -30px; }
