/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; 
  }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/** Generated by FG **/
@font-face {
  font-family: 'Conv_NeoSansPro-Regular';
  src: url("fonts/NeoSansPro-Regular.eot");
  src: url("fonts/NeoSansPro-Regular.woff") format("woff"), url("fonts/NeoSansPro-Regular.ttf") format("truetype"), url("fonts/NeoSansPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/** Generated by FG **/
@font-face {
  font-family: 'Conv_NeoSansPro-Medium';
  src: url("fonts/NeoSansPro-Medium.eot");
  src: url("fonts/NeoSansPro-Medium.woff") format("woff"), url("fonts/NeoSansPro-Medium.ttf") format("truetype"), url("fonts/NeoSansPro-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/***********
=COLORS
***********/
/***********
=TYPOGRAPHY
***********/
/************
=MISC
************/
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  color: #2c2c2c; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
  margin: 0; }

p {
  margin: 0; }

a {
  color: #005B99;
  text-decoration: none; }
  a:visited {
    color: #005B99; }
  a:hover {
    color: #f78230;
    text-decoration: none; }
  a.read-more {
    font-family: "Conv_NeoSansPro-Medium";
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 10px;
    max-width: 100%;
    margin-bottom: 23px;
    }
    a.read-more:after {
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -40px -48px;
      display: block;
      position: absolute;
      width: 11px;
      height: 16px;
      right: -13px;
      bottom: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: -webkit-transform 0.5s ease;
              transition: transform 0.5s ease; }
    a.read-more:hover:after {
      -webkit-transform: translateX(7px);
          -ms-transform: translateX(7px);
              transform: translateX(7px); }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

input {
  width: 483px;
  height: 38px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  float: right; }

textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #8b8b8b;
  background-color: #fff; }

label {
  font-size: 0.875em;
  line-height: 36px;
  float: left; }
  label span {
    color: #ee0000; }

button, input[type="submit"] {
  color: #005b99;
  font-family: "Conv_NeoSansPro-Medium";
  font-size: 1em;
  line-height: 38px;
  text-align: left;
  font-weight: 500;
  position: relative;
  width: 146px;
  height: 40px;
  padding: 0 0 0 20px;
  border: none;
  border-radius: 10px;
  /*background-color: #005B99;*/
  background-color: #fff;  }
  button:hover, input[type="submit"]:hover {
    /*background-color: #0082dd;*/
background-color: #fff; }
    button:hover:after, input[type="submit"]:hover:after {
      -webkit-transform: translateX(7px);
          -ms-transform: translateX(7px);
              transform: translateX(7px); }
  button:after, input[type="submit"]:after {
    content: '';
    background-image: url(../images/sprite.png);
    background-position: -40px -48px;
    display: block;
    position: absolute;
    width: 11px;
    height: 16px;
    right: 30px;
    top: 12px;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s ease;
            transition: transform 0.5s ease; }

.container {
  width: 1000px;
  margin: 0 auto; }

/**************
=Header Styles
**************/
header.mainheader {
  margin: 0 0 32px 0; }

.headline {
  position: relative;
  padding: 23px 0 0 0; }
  .headline span {
    text-indent: -9999px;
    float: left;
    width: 154px;
    height: 46px; }
    .headline span a {
      background-image: url(../images/sprite.png);
      background-position: 0 0;
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }

.social-links {
  float: right; }
  .social-links li {
    background-image: url(../images/sprite.png);
    background-position: right bottom;
    background-color: white;
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 23px;
    margin: 0 3px 0 -5px; }
    .social-links li:first-child {
      margin-left: 0; }
    .social-links li:last-child {
      margin-right: 0; }
    .social-links li.dummy {
      background-color: #8b8b8b; }
/*      
    .social-links li.fb {
      background-position: -238px -93px; }
    .social-links li.bs {
      background-position: -264px -93px; }
    .social-links li.gp {
      background-position: -290px -93px; }
    .social-links li.tw {
      background-position: -316px -93px; }
    .social-links li.vk {
      background-position: -238px -117px; }
    .social-links li.ok {
      background-position: -264px -117px; }
    .social-links li.is {
      background-position: -290px -117px; }
*/      
    .social-links li a {
      display: block;
      width: 100%;
      height: 100%; }
    .social-links li img{
      transition:0.2s;
    }
    .social-links li:hover img{
      opacity:0.8;
    }

.header-search {
  float: right; }
  .header-search.active .input-wrapper input {
    width: 300px;
    border: 1px solid #cbcbcb;
    border-radius: 10px; }
  .header-search .input-wrapper {
    position: relative;
    margin: 0 0 0 30px; }
    .header-search .input-wrapper input {
      padding: 0 2em;
      border: none;
      width: 0;
      outline: none;
      -webkit-transition: width 0.75s ease;
              transition: width 0.75s ease; }
  .header-search label {
    background-image: url(../images/sprite.png);
    background-position: 0 -48px;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 5px;
    cursor: pointer; }

/*****************
=Main menu Styles
*****************/
.mainnav {
  margin: 24px 0 0 0; }
  .mainnav .mainmenu {
    display: inline-block;
    vertical-align: top; }
    .mainnav .mainmenu > li {
      line-height: 22px;
      display: inline-block;
      vertical-align: top;
      position: relative;
      height: 24px;
      border-right: 1px solid #8eb4ce; }
      .mainnav .mainmenu > li:hover .submenu-one, .mainnav .mainmenu > li[data-expanded=true] .submenu-one {
        display: block; }
      .mainnav .mainmenu > li:first-child a {
        padding-left: 0; }
      .mainnav .mainmenu > li:last-child {
        border-right: 0; }
        .mainnav .mainmenu > li:last-child a {
          padding-right: 0; }
      .mainnav .mainmenu > li > a {
        font-size: 0.875em;
        padding: 0 11px; }
    .mainnav .mainmenu > li  {
    font-size: 16px !important;
    }
      .mainnav .mainmenu > li .submenu-one {
        display: none;
        position: absolute;
        left: -5px;
        top: 24px;
        padding: 13px 0 0 0;
        z-index: 8000; }
        .mainnav .mainmenu > li .submenu-one:before {
          content: '';
          background-image: url(../images/sprite.png);
          background-position: -100px -52px;
          position: absolute;
          display: block;
          width: 20px;
          height: 10px;
          top: 3px;
          left: 27px; }
        .mainnav .mainmenu > li .submenu-one li {
          background-color: rgba(238,238,238,.98);
          line-height: 27px;
          position: relative;
          padding: 0 5px;
          height: 27px; }
          .mainnav .mainmenu > li .submenu-one li:last-child a {
            border-bottom: none; }
          .mainnav .mainmenu > li .submenu-one li:hover > a, .mainnav .mainmenu > li .submenu-one li[data-expanded=true] > a {
            /*background-color: #005B99;*/
      color: #005B99;
      text-decoration: underline; }
          .mainnav .mainmenu > li .submenu-one li:hover .submenu-two, .mainnav .mainmenu > li .submenu-one li[data-expanded=true] .submenu-two {
            display: block; }
          .mainnav .mainmenu > li .submenu-one li[data-expandable=true] > a:after {
            content: '';
            content: '';
      background-image: url(../images/sprite.png);
      background-position: -69px -48px;
      display: block;
      position: absolute;
      width: 11px;
      height: 16px;
      right: 6px;
      top: 50%;
      margin: -8px 0 0 0;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
            -webkit-transition: -webkit-transform 0.5s ease;
                    transition: transform 0.5s ease; }
          .mainnav .mainmenu > li .submenu-one li[data-expandable=true]:hover > a:after {
            -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                    transform: rotate(0); }
          .mainnav .mainmenu > li .submenu-one li[data-expanded=true] > a:after {
            -webkit-transform: rotate(0);
                -ms-transform: rotate(0);
                    transform: rotate(0); }
          .mainnav .mainmenu > li .submenu-one li a {
            font-size: 12px;
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 0 29px 0 10px;
            border-bottom: dotted 1px rgb(203,203,203);
            white-space: nowrap; }
      .mainnav .mainmenu > li .submenu-two {
        display: none;
        position: absolute;
        top: 0;
        left: 98%;
        box-shadow: 0 0 10px 0 black;
        z-index: 16000; }
        .mainnav .mainmenu > li .submenu-two li {
          position: relative; }
          .mainnav .mainmenu > li .submenu-two li:hover > a, .mainnav .mainmenu > li .submenu-two li[data-expanded=true] > a {
            /*background-color: #005B99;*/
      color: #005B99;
      text-decoration: underline; }
          .mainnav .mainmenu > li .submenu-two li:hover .submenu-three, .mainnav .mainmenu > li .submenu-two li[data-expanded=true] .submenu-three {
            display: block; }
      .mainnav .mainmenu > li .submenu-three {
        display: none;
        position: absolute;
        top: 0;
        left: 98%;
        box-shadow: 0 0 10px 0 black;
        z-index: 32000; }
        .mainnav .mainmenu > li .submenu-three li:hover a {
          /*background-color: #005B99;*/
      color: #005B99;
      text-decoration: underline;}

a.h-feedback {
  font-size: 0.75em;
  line-height: 22px;
  position: relative;
  float: right; }
  a.h-feedback:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-position: -19px -48px;
    display: block;
    position: absolute;
    width: 20px;
    height: 24px;
    top: 0;
    left: -25px; }

/*****************
=END menu Styles
*****************/
/**************
=End Header Styles
**************/
/*************************
=START Main Content Styles
**************************/
.main-content {
  display: inline-block;
  vertical-align: top;
  width: 667px;
  margin: 0 0 0 22px; }

.content-article {
  background-color: #e8eff4;
  position: relative;
  width: 100%;
  height: 229px;
  margin: 0 0 25px 0;
  padding: 0 0 0 258px;
  border-radius: 10px; }
  .content-article figure {
    text-align: center;
    line-height: 229px;
    background-color: #1e8bc3;
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }
  .content-article .article-body {
    height: 100%;
    padding: 18px 0 0 21px;
    border: 2px solid #cbcbcb;
    border-left: none;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
    .content-article .article-body h1 {
      font-family: "Conv_NeoSansPro-Regular";
      font-size: 1.8125em;
      margin: 0 0 17px 0; }
    .content-article .article-body p {
      font-size: 0.875em;
      margin: 0 0 29px 0; }
      .content-article .article-body p.sm-m-b {
        margin-bottom: 15px; }

.links-list li {
  float: left;
  margin: 0 33px 0 0; }
  .links-list li:nth-child(3n) {
    margin-right: 0; }

.row {
  margin-bottom: 25px; }

.c-club, .c-service {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 320px;
  height: 186px;
  margin: 0 22px 0 0;
  padding: 23px 0 0 23px;
  border: 2px solid #cbcbcb;
  border-radius: 10px; }
  .c-club:before, .c-service:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-position: -461px 0;
    display: block;
    position: absolute;
    width: 88px;
    height: 93px;
    top: 23px;
    left: 31px; }
  .c-club h2, .c-service h2 {
    font-family: "Conv_NeoSansPro-Medium";
    font-size: 1em;
    line-height: 22px;
    margin: -3px 0 15px 0;
    padding: 0 0 0 117px; }
  .c-club p, .c-service p {
    font-size: 0.875em;
    line-height: 18px;
    padding: 0 0 0 117px;
    }
  .c-club .read-more, .c-service .read-more {
    line-height: 1em;
    /*position: absolute;
    left: 26px;
    bottom: 12px;*/ }

.c-service {
  margin-right: 0; }
  .c-service:before {
    background-position: -549px 0;
    width: 75px;
    height: 75px; }

/*****************
=START Tabs Styles
******************/
.tabs dt {
  text-align: center;
  position: relative;
  float: left;
  height: 150px;
  width: 156px;
  padding: 105px 0 0 0;
  z-index: 2000;
  cursor: pointer; }
  .tabs dt:hover a, .tabs dt.active a {
    color: #f78230; }
  .tabs dt.active {
    padding: 103px 0 0 0;
    border: 2px solid #cbcbcb;
    border-bottom: 2px solid white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .tabs dt h2 {
    font-size: 1em; 
  text-align: center;}
    .tabs dt h2 a {
      font-family: "Conv_NeoSansPro-Medium";
      position: relative; }
      .tabs dt h2 a:before {
        content: '';
        background-image: url(../images/sprite.png);
        display: block;
        position: absolute;
        bottom: 24px;
        left: 50%; }
  .tabs dt.t-seminars a:before {
    background-position: 0 -93px;
    width: 48px;
    height: 70px;
    margin: 0 0 0 -24px; }
  .tabs dt.t-seminars:hover a:before, .tabs dt.t-seminars.active a:before {
    background-position: 0 -166px; }
  .tabs dt.t-exam a:before {
    background-position: -50px -93px;
    width: 76px;
    height: 64px;
    margin: 0 0 0 -38px; }
	.tabs dt.t-exam a:before{
		background: url(/bitrix/templates/main/img/literature.jpg) 0 0 no-repeat !important;
		filter: saturate(0);
		margin-left: -29px;
		opacity: 0.3;
		background-size: contain !important;
		height: 89px;
	}
  .tabs dt.t-exam:hover a:before, .tabs dt.t-exam.active a:before {
    background-position: -50px -166px; }
	.tabs dt.t-exam a:hover:before,
	.tabs dt.t-exam.active a:before{
		filter: saturate(1);
		opacity:1;
	}
  .tabs dt.t-forum a:before {
    background-position: -127px -93px;
    width: 67px;
    height: 65px;
    margin: 0 0 0 -34px; }
  .tabs dt.t-forum:hover a:before, .tabs dt.t-forum.active a:before {
    background-position: -127px -166px; }
  .tabs dt.t-faq a:before {
    background-position: -195px -93px;
    width: 37px;
    height: 66px;
    margin: 0 0 0 -19px; }
  .tabs dt.t-faq:hover a:before, .tabs dt.t-faq.active a:before {
    background-position: -195px -166px; }
.tabs dd {
  position: relative;
  float: right;
  width: 100%;
  height: 247px;
  margin: 148px 0 0 -100%;
  padding: 20px;
  border: 2px solid #cbcbcb;
  border-radius: 10px;
  display: none;
  z-index: 1000; }
  .tabs dd:first-of-type {
    border-top-left-radius: 0; }
  .tabs dd.active {
    display: block; }
  .tabs dd figure {
    float: left;
    margin: 0 20px 0 0; }
  .tabs dd p {
    font-size: 0.875em; }
  .tabs dd .read-more {
    position: absolute;
    bottom: 20px;
    right: 40px;
    }
    .tabs dd .read-more:after {
      bottom: 2px; }

/*****************
=END Tabs Styles
******************/
/*************************
=END Main Content Styles
**************************/
/************
=ASIDE styles
*************/
aside.mainaside {
  display: inline-block;
  vertical-align: top;
  width: 306px; }
  aside.mainaside > div {
    width: 100%;
    margin: 0 0 25px 0;
    padding: 25px 35px 17px 20px;
    border: 2px solid #cbcbcb;
    border-radius: 10px; }
    aside.mainaside > div span {
      font-size: 1em;
      }
      aside.mainaside > div h2 a {
        font-family: "Conv_NeoSansPro-Medium";
        position: relative; }

.a-equipment {
  height: 229px; }
  .a-equipment p {
    position: relative;
    margin: 27px 0;
    padding: 0 0 0 127px; }
    .a-equipment p:before {
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -155px 0;
      position: absolute;
      display: block;
      width: 84px;
      height: 79px;
      top: 0;
      left: 10px; }

.a-news {
  height: 229px; }
  .a-news h2 a {
    padding: 0 0 0 86px; }
    .a-news h2 a:before {
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -241px 0;
      position: absolute;
      display: block;
      width: 73px;
      height: 43px;
      top: -13px;
      left: 0; }
      .a-news .sk_home_news a {
    padding: 0 10px 0 86px;
    position: relative;
    color: #005b99 !important;
    font-size: 16px !important;
    }
    .a-news .sk_home_news a:before {
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -241px 0;
      position: absolute;
      display: block;
      width: 73px;
      height: 43px;
      top: -13px;
      left: 0; }
  .a-news article {
    margin: 11px 0; }
    .a-news article time {
      color: #727576;
      font-size: 0.75em; }
    .a-news article h1 {
      font-size: 1em;
      font-weight: 500; }
      .a-news article h1 a {
    text-decoration:underline;
        color: #2c2c2c; }
    .a-news article h1 a:hover {
    color:rgb(0, 81, 146);
    }

.a-heating h2 {
  line-height: 22px;
  padding: 0 0 0 87px; }
  .a-heating h2 a:before {
    content: '';
    background-image: url(../images/sprite.png);
    background-position: -315px 0;
    position: absolute;
    display: block;
    width: 75px;
    height: 58px;
    top: -10px;
    left: -87px; }
.a-heating p {
  font-size: 0.875em;
  line-height: 18px;
  margin: 20px 0; }
  .a-heating span{
    line-height: 22px;
    padding: 0 0 0 87px;
    height: 45px;
    display: block;
    }
    .a-heating span a:before{
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -50px -166px;
	position: absolute;
	display: block;
	width: 76px;
	height: 64px;
	top: -10px;
	left: -87px; }

.a-catalog, .a-info {
  height: 182px; }
  .a-catalog span, .a-info span {
    line-height: 22px;
    padding: 0 0 0 87px;
    height: 45px;
    display: block;
    }
    .a-catalog span a:before, .a-info span a:before {
      content: '';
      background-image: url(../images/sprite.png);
      background-position: -391px 0;
      position: absolute;
      display: block;
      width: 46px;
      height: 62px;
      top: -10px;
      left: -75px; }
  .a-catalog p, .a-info p {
    font-size: 0.875em;
    line-height: 18px;
    margin: 20px 0; }

.a-info {
  height: 188px; }
  .a-info span a:before {
    background-position: -438px 0;
    width: 22px;
    height: 57px;
    left: -57px; }

/************
=END ASIDE styles
*************/
/*******************
=START FOOTER STYLES
*******************/
footer.mainfooter {
  width: 100%;
  margin: 37px 0 0 0;
  padding: 17px 0 45px 0;
  border-top: 1px dotted #2c2c2c; }

.footer-links {
  margin: 0 0 67px 0; }
  .footer-links nav {
    color: #8b8b8b;
    display: inline-block;
    vertical-align: top;
    margin: 0 87px 0 0; }
    .footer-links nav:last-child {
      margin-right: 0; }
    .footer-links nav h2 {
      font-family: "Conv_NeoSansPro-Medium";
      font-size: 1em;
      font-weight: 500;
      margin: 0 0 18px 0; }
    .footer-links nav ul li {
      line-height: 12px;
      position: relative;
      margin: 0 0 13px 0;
font-size:16px !important;    }
      .footer-links nav ul li:hover:before {
        -webkit-transform: translateX(7px);
            -ms-transform: translateX(7px);
                transform: translateX(7px); }
      .footer-links nav ul li:before {
        content: '';
        background-image: url(../images/sprite.png);
        background-position: -51px -48px;
        position: absolute;
        display: block;
        width: 7px;
        height: 11px;
        top: 50%;
        left: 0;
        margin: -6px 0 0 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease;
                transition: transform 0.5s ease; }
      .footer-links nav ul li a {
        color: #8b8b8b;
        font-size: 0.75em;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 0 0 14px; }
        .footer-links nav ul li a:hover {
          color: #3f3f3f;
          text-decoration: underline; }

p.copyright {
  font-size: 0.875em;
  float: left; }

ul.policy {
  float: right; }
  ul.policy li {
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #8b8b8b; }
    ul.policy li:last-child {
      border-right: none; }
      ul.policy li:last-child a {
        padding-right: 0; }
    ul.policy li a {
      color: #8b8b8b;
      font-size: 0.75em;
      text-decoration: underline;
      padding: 0 7px; }
      ul.policy li a:hover {
        color: #8b8b8b;
        text-decoration: none; }

/************************
=START Roundabout Styles
************************/
.mainpromo {
  position: relative;
  }

.roundabout {
  position: relative;
  width: 800px;
  height: 300px;
  margin: 0 auto; }
  .roundabout li {
    width: 800px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden; }
    .roundabout li p.slide-title {
      color: #005B99;
      font-family: "Conv_NeoSansPro-Regular";
      font-size: 2.5em;
      line-height: 48px;
      position: absolute;
      top: 50px;
      left: 40px;
      z-index: 4000; }
    .roundabout li a.slide-link {
      font-size: 24px;
      position: absolute;
      top: 235px;
      left: 40px;
      z-index: 4000; }
      .roundabout li a.slide-link:hover:after {
        -webkit-transform: translateX(7px);
            -ms-transform: translateX(7px);
                transform: translateX(7px); }
      .roundabout li a.slide-link:after {
        content: '';
        background-image: url(../images/sprite.png);
        background-position: -69px -48px;
        display: block;
        position: absolute;
        width: 11px;
        height: 16px;
        right: -15px;
        top: 50%;
        margin: -8px 0 0 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform 0.5s ease;
                transition: transform 0.5s ease; }
    .roundabout li img {
      border-radius: 10px; }
  .roundabout li p,  
  .roundabout li a {
/*    display: none;*/
  }
    .roundabout li.roundabout-in-focus {
      position: relative; }
    .roundabout li.roundabout-in-focus p,
    .roundabout li.roundabout-in-focus a {
    display: block;
    }
      .roundabout li.roundabout-in-focus img {
        position: relative;
        z-index: 1000; }
      .roundabout li.roundabout-in-focus:after {
        content: '';
        background-image: url(../images/shadow.png);
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        width: 766px;
        height: 165px;
        left: 50%;
        bottom: -8px;
        margin: 0 0 0 -383px;
        z-index: 0; }

.roundabout-controls .prev, .roundabout-controls .next {
  background-image: url(../images/sprite.png);
  background-position: -338px -93px;
  position: absolute;
  width: 72px;
  height: 118px;
  left: 0;
  top: 38%;
  margin: -28px 0 0 0;
  cursor: pointer;
  z-index: 4000; }
  .roundabout-controls .prev:hover, .roundabout-controls .next:hover {
    background-position: -481px -93px; }
  .roundabout-controls .prev:hover {
    width: 63px;
  }
.roundabout-controls .next {
  background-position: -411px -93px;
  right: 0;
  left: auto; }
  .roundabout-controls .next:hover {
    background-position: -543px -93px; }

/************************
=END Roundabout Styles
************************/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

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

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

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

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

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

.fancybox-inner {
  overflow: hidden; }

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

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

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

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

.fancybox-nav:hover span {
  visibility: visible; }

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

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

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

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

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

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

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

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

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  color: black;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.feedback-form {
  width: 565px;
  padding: 10px; }
  .feedback-form h2 {
    color: #005B99;
    font-family: "Conv_NeoSansPro-Medium";
    font-size: 1em;
    margin: 0 0 15px 0; }
  .feedback-form .row {
    margin-bottom: 10px; }
.feedback-form .row select{
  height: 38px;
  border: 1px solid #8b8b8b;
  background-color: #fff;
  float: right;
  width: 370px;
} 
  
.faq-form {
  width: 565px;
  padding: 10px; }
  .faq-form h2 {
    color: #005B99;
    font-family: "Conv_NeoSansPro-Medium";
    font-size: 1em;
    margin: 0 0 15px 0; }
  .faq-form .row {
    margin-bottom: 10px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.a-equipment p, .a-news article h1 a {
font-size: 14px;
}
.mainaside .a-news span {padding-bottom: 15px;font-size: 14px;}
.a-news article a:hover {
text-decoration:underline;
}

.vacncy_desc a {
padding: 2px 0 10px 0
}
.vacncy_desc img {
padding: 0px 0 5px 0;
height:217px;
}
.otstup {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.mobile_ver a {
  color: #8b8b8b;
  font-size: 0.75em;
  text-decoration: underline;
  padding: 0 7px;
  margin-left: 30px;
}span#c_top {
    position: fixed;
    bottom: 40px;
    right: 5%;
    background: url(/button_up.png);
    width: 60px;
    height: 60px;
    font-size: 0;
    transition: 0.3s;
    cursor: pointer;
}

span#c_top:hover {
    bottom: 43px;
}.main-content p {
    display: block;
    width: 100%;
    float: left;
}.tab-body p {
    float: left;
    width: 281px;
}.mainpromo iframe {
    height: 333px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mainpromo iframe body {
    background: white;
    border-radius: 20px !important;
    overflow: hidden;
}.mainaside .a-news span a {
    color: black;
    font-size: 13px;
}.footer-links nav span {
    color: #2874a9;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
}.article-body a {
    margin-bottom: 0;
    padding-right: 4px;
    line-height: 20px;
}.a-news a {
    text-decoration: underline;
	display: block;
	font-size: 14px !important;
}