* {
  outline: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE/Edge */
  user-select: none;
  /* non-prefixed version, currently not supported by any browser */ }

div:focus,
span:focus,
i:focus,
input:focus {
  color: #000;
  outline: none; }

html {
  height: 100%; }

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #222e33;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  min-height: 100%;
  word-wrap: break-word;
  background-color: #f7f9fa; }

a {
  color: #1e76b2;
  text-decoration: none;
  transition: all 100ms linear;
  cursor: pointer; }

a.is-active, a:hover, a:active {
  color: #3876af; }

h1, h2, h3, h4, h5, h6 {
  color: #107429;
  font-family: 'helveticaneuecyr-medium', Arial, sans-serif;
  font-weight: normal;
  margin: 0; }

h1 {
  font-size: 30px;
  margin-bottom: 10px; }

h2 {
  font-size: 19px;
  margin-bottom: 11px; }

h3 {
  font-size: 17px;
  margin-bottom: 9px; }

h4 {
  font-size: 15px;
  margin-bottom: 7px; }

h5 {
  font-size: 13px;
  margin-bottom: 6px; }

h6 {
  font-size: 11px;
  margin-bottom: 5px; }

p {
  margin: 8px 0 8px; }

sup {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  vertical-align: baseline;
  position: relative;
  bottom: -0.4em; }

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%; }

img {
  max-width: 100%;
  height: auto;
  border: none; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0.25em 1em; }

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25em 1em; }

button {
  cursor: pointer; }

tr td,
tr th {
  border: none; }

/**
 * Container
 */
.layout-container {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box; }

@media all and (min-width: 851px) {
  .layout-container {
    max-width: 1150px; } }

/**
 * Main
 */
.layout-main-wrapper {
  min-height: 300px; }

.layout-main {
  margin-top: 0;
  margin-bottom: 40px; }

.bg-white .layout-main,
.category .layout-main {
  position: relative;
  z-index: 2;
  border: 1px solid #dae2e6;
  border-bottom: 2px solid #9dcbea;
  border-radius: 3px;
  background: white;
  box-shadow: 0 1px 0 #dae2e6;
  padding: 15px 22px 14px 19px; }

.header-main .layout-container {
  position: relative; }

#page {
  position: relative;
  overflow: hidden; }

#main-wrapper {
  position: relative;
  margin-top: 30px; }

/* ------------------ Menu ----------------- */
ul.menu {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none outside; }

.main-menu .menu {
  display: table;
  position: relative;
  z-index: 100;
  width: 100%; }

.menu__item {
  display: table-cell;
  vertical-align: middle;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s; }
  .menu__item:hover {
    background: #042f0d;
    background-image: -moz-linear-gradient(#042f0d, #053a12);
    background-image: -webkit-linear-gradient(#042f0d, #053a12);
    background-image: linear-gradient(#042f0d, #053a12); }
    .menu__item:hover .menu__drop {
      opacity: 0.98;
      top: 100%;
      visibility: visible;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  @media (min-width: 801px) {
    .menu__item {
      border-right: solid 1px #0e5c15;
      box-shadow: 1px 0 0 #094016; } }

.menu__link {
  display: block;
  position: relative;
  z-index: 2;
  padding: 11px 46px 11px 12px;
  text-align: center;
  white-space: nowrap; }

.nav-education .menu__link {
  padding: 11px 16px 11px 12px; }

.menu__link img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  vertical-align: middle; }

.menu__link span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font: bold 15px arial, sans-serif;
  color: white;
  text-align: left;
  white-space: normal;
  vertical-align: middle; }

.menu__drop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  display: table;
  width: 100%;
  table-layout: fixed;
  opacity: 0;
  visibility: hidden;
  background: #053b12;
  will-change: opacity;
  background-image: -moz-linear-gradient(#063a12, #053b12);
  background-image: -webkit-linear-gradient(#063a12, #053b12);
  background-image: linear-gradient(#063a12, #053b12); }

.menu__drop ul {
  display: table-cell;
  vertical-align: top;
  padding: 30px 0 32px 45px; }

.menu__drop ul a {
  color: #ffd257;
  text-decoration: underline;
  font: normal 13px/1.7 arial, sans-serif;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }

.menu__drop ul a:hover {
  color: yellow;
  text-decoration: none; }

@media (max-width: 800px) {
  .menu__item {
    display: block; }
  .menu__drop {
    display: none; }
  .menu__link {
    padding: 11px 0 !important; } }

@media (min-width: 801px) and (max-width: 1024px) {
  .menu__link img {
    display: none; }
  .menu__link {
    padding: 11px 0 !important; }
  .menu__link span {
    text-align: center; } }

/* ------------------ header ----------------- */
.header {
  position: relative;
  background: url(../images/green-bg.png) 0 0 repeat;
  color: #fff;
  z-index: 10; }

.header a {
  color: #fff; }

.header .layout-container {
  padding: 0 15px; }

.header-top {
  position: relative;
  z-index: 2;
  background: #06390e;
  background-image: -moz-linear-gradient(#063b0e, #063b0e);
  background-image: -webkit-linear-gradient(#063b0e, #063b0e);
  background-image: linear-gradient(#063b0e, #063b0e);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25); }

.header-top a:hover {
  text-decoration: underline; }

.main-menu {
  background: #0b501c;
  box-shadow: 0 3px 4px #094016 inset;
  color: #fff;
  padding: 0; }

.header-main {
  padding: 27px 0 19px;
  background: #10752a url(../images/green-bg.png) 0 0 repeat; }

/* ------------------ main-content ----------------- */
.main-content .section {
  padding: 0 20px; }

.main-content {
  float: left;
  position: relative;
  width: 810px;
  min-height: 300px; }

.layout-no-sidebars .main-content {
  width: 100%;
  float: none; }

.layout-sidebar-first .main-content {
  margin-left: 30%;
  margin-right: 0;
  width: 70%; }

.layout-sidebar-first .main-content .section {
  padding: 0 20px 0 40px; }

.sidebar .section {
  padding: 0; }

.sidebar .block {
  padding: 15px 10px;
  margin: 0 0 20px; }

#sidebar-second {
  width: 318px;
  float: right; }

#sidebar-first {
  width: 30%;
  margin-left: -100%;
  position: relative;
  float: left; }

@media (max-width: 930px) {
  .main-content {
    width: 100%;
    float: none; }
  .layout-sidebar-first .main-content {
    margin: 0;
    width: 100%; }
  .layout-sidebar-first .main-content .section {
    padding: 0 20px; }
  #sidebar-second {
    float: none;
    width: 100%; }
  #sidebar-first {
    width: 100%;
    margin: 0;
    padding: 0 20px; } }

@media (min-width: 931px) and (max-width: 1150px) {
  .main-content {
    width: 65%; }
  .layout-sidebar-first .main-content {
    width: 70%; } }

/* ------------------ featured bottom ----------------- */
.featured-bottom {
  background: #e1f4fd;
  border-bottom: 1px solid #fff;
  padding: 18px 0;
  box-shadow: 0 -60px 100px -10px #cee5ef; }

.featured-bottom img {
  border-radius: 3px; }

.featured-bottom .region {
  padding: 5px 8px;
  text-align: center; }

@media all and (min-width: 560px) {
  .featured-bottom .region {
    float: left;
    /* LTR */
    position: relative;
    box-sizing: border-box;
    padding: 0 8px;
    width: 33%; } }

@media all and (min-width: 851px) {
  .featured-bottom .region {
    padding: 0 8px; } }

/* ------------------ footer ----------------- */
.footer {
  background: url(../images/green-bg.png) 0 0 repeat;
  color: #fff; }

.footer a {
  color: #fff; }

.footer .layout-container {
  padding: 0 30px; }

.footer-top {
  padding: 17px 0 20px;
  border-top: solid 3px #034817; }

.footer-bottom {
  padding: 15px 0;
  background: url(../images/green-bg-dark.png) 0 0 repeat;
  font-size: 11px; }

/* --------------- breadcrumb  --------------- */
.breadcrumb {
  font-size: 13px;
  background: none;
  margin: 0; }

.region-breadcrumb {
  margin: 28px 0 22px; }

.breadcrumb ol {
  margin: 0;
  padding: 0; }

.breadcrumb li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0; }

@media (max-width: 560px) {
  .breadcrumb li {
    float: none; }
  .region-breadcrumb {
    margin: 7px 0 5px; } }

.breadcrumb a {
  text-decoration: none;
  display: block;
  border-bottom: 2px solid #bcab94;
  background: #f0e0ca;
  background-image: -moz-linear-gradient(#f0e0ca, #ebd7b9);
  background-image: -webkit-linear-gradient(#f0e0ca, #ebd7b9);
  background-image: linear-gradient(#f0e0ca, #ebd7b9);
  color: #222e33;
  font-size: 13px;
  padding: 3px 13px 2px 18px;
  position: relative; }

.breadcrumb a:after {
  content: "";
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 2;
  background: url(../images/icons/icons-group.png) 0 -229px no-repeat;
  width: 7px;
  height: 24px; }

.breadcrumb a:hover {
  background: #dec8a9;
  border-color: #b2a087; }

.breadcrumb a:hover:after {
  background-position: 0 -195px; }

.breadcrumb div {
  background: #2eaa45;
  background-image: -moz-linear-gradient(#2eaa45, #008d32);
  background-image: -webkit-linear-gradient(#2eaa45, #008d32);
  background-image: linear-gradient(#2eaa45, #008d32);
  font-weight: bold;
  border-bottom: 2px solid #3e6f2f;
  color: white;
  padding: 3px 13px 2px 18px; }

.breadcrumb div:hover {
  background: #158e34;
  border-color: #11722a; }

/* --------------- System Tabs  --------------- */
div.tabs {
  margin-bottom: 20px; }

.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  border-color: #bbb;
  border-style: solid solid none;
  border-width: 1px;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  padding: 0 10px 3px;
  text-shadow: 0 1px 0 #fff; }

.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border: 1px solid #bbb; }

@media screen and (max-width: 37.5em) {
  /* 600px */
  .tabs ul.primary {
    border-bottom: 1px solid #bbb; }
  .tabs ul.primary li {
    display: block;
    margin: 0; }
  .tabs ul.primary li a {
    padding: 5px 10px; }
  .tabs ul.primary li.is-active a {
    border-bottom: none; } }

@media screen and (min-width: 37.5em) {
  /* 600px */
  .tabs ul.primary {
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    padding: 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: transparent url(../images/tabs-border.png) repeat-x left bottom;
    white-space: nowrap; }
  .tabs ul.primary li {
    display: block;
    float: left;
    vertical-align: bottom;
    margin: 0 5px 0 0; }
  .tabs ul.primary li a {
    float: left;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
  .tabs ul.primary li.is-active a {
    border-bottom: 1px solid #fff; } }

.tabs ul.secondary {
  border-bottom: none;
  margin: 5px;
  padding: 0.5em 0;
  overflow: hidden; }

.tabs ul.secondary li {
  border-right: 1px solid #ccc;
  display: block;
  float: left;
  margin: 0;
  padding: 0 1em; }

.tabs ul.secondary li:last-child {
  border-right: none; }

.tabs ul.secondary li:first-child {
  padding-left: 0; }

.tabs ul.secondary li a {
  display: inline;
  padding: 0.25em 0.5em;
  text-decoration: none; }

.tabs ul.secondary li a.is-active {
  background: #f2f2f2;
  border-bottom: none;
  border-radius: 5px; }

/* --------------- Slider  --------------- */
.slider {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #f7f9fa;
  box-shadow: 0 40px 150px -10px #cee5ef;
  height: 442px;
  display: none; }

.slider-cycle {
  height: 437px;
  overflow: hidden; }

.slider-item {
  background-color: #4c3f39;
  width: 100%;
  overflow: hidden;
  height: 437px; }

.slider-item img {
  display: block;
  margin: 0 auto;
  max-width: none; }

.slider-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider-box {
  position: absolute;
  top: 93px;
  left: 50%;
  max-width: 440px;
  margin-left: -220px;
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 62, 15, 0.6);
  display: block; }

@media (max-width: 470px) {
  .slider-box {
    margin-left: -130px; }
  .slider-text p {
    font-size: 2.5em !important; } }

@media all and (min-width: 851px) {
  .slider-box {
    position: absolute;
    left: 380px;
    margin-left: 0; } }

@media all and (min-width: 1024px) {
  .slider {
    display: block; }
  .slider-box-wrapper {
    left: 50%;
    margin-left: -480px; } }

.slider-box-info {
  font-family: "helveticaneuecyr-medium",Arial,sans-serif;
  font-size: 40px;
  letter-spacing: 3.5px;
  line-height: 1.2; }

.slider-pager {
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 200; }

.slider-pager button {
  background: none;
  margin-left: 5px;
  border: 3px solid white;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 0; }

.slider-pager button:first-child {
  margin-left: 0; }

.slider-pager button:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.slider-pager button.is-active {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.slider-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #159735;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.75); }

.slider-progress div {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  background: #fad884;
  background-image: -moz-linear-gradient(#fad884, #f5ba4c);
  background-image: -webkit-linear-gradient(#fad884, #f5ba4c);
  background-image: linear-gradient(#fad884, #f5ba4c); }

.slider-block-wrapper {
  position: absolute;
  top: 53px;
  left: 0;
  z-index: 101;
  margin-left: 20px;
  width: 340px; }

@media (max-width: 850px) {
  .slider-block-wrapper {
    display: none; } }

@media all and (min-width: 1024px) {
  .slider-block-wrapper {
    left: 50%;
    margin-left: -493px; } }

.slider-block {
  position: relative;
  padding: 67px 45px 86px;
  width: 247px;
  font-size: 16px;
  height: 180px;
  text-align: center;
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
  background: url(../images/slider-block.png) 0 0 no-repeat;
  box-sizing: content-box; }

.slider-block:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 36px;
  background: url(../images/line-catalog.png) 50% 0 no-repeat; }

.slider-block-text {
  height: 175px;
  line-height: 1.2;
  overflow: hidden; }

.slider-block-title {
  margin: 0 0 16px;
  font-family: "helveticaneuecyr-bold", Arial, sans-serif;
  font-size: 44px;
  line-height: 1.1;
  text-shadow: none;
  color: #633614; }

.slider-block-btn {
  position: absolute;
  left: -9px;
  right: 0;
  bottom: 30px;
  text-align: center; }

.slider-block-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icons/icons-group.png) 0 -836px no-repeat;
  width: 65px;
  height: 54px; }

.slider-block-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 217px;
  height: 48px;
  line-height: 48px;
  color: white;
  font-size: 22px;
  font-family: "helveticaneuecyr-bold", Arial, sans-serif;
  text-shadow: 0 -1px 0 #ef6e06;
  border-radius: 5px;
  background: #f07707;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  background-image: -moz-linear-gradient(#f07707, #eb5905);
  background-image: -webkit-linear-gradient(#f07707, #eb5905);
  background-image: linear-gradient(#f07707, #eb5905);
  text-decoration: none; }

.slider-block-btn a:hover {
  background: #f49a12;
  background-image: -moz-linear-gradient(#f49a12, #eb5905);
  background-image: -webkit-linear-gradient(#f49a12, #eb5905);
  background-image: linear-gradient(#f49a12, #eb5905); }

.slider-block-btn a:active {
  box-shadow: none; }

/* --------------- Form elements --------------- */
.label {
  color: #222e33;
  font-size: 15px; }

/* --------------- Menu category --------------- */
#block-menu-category {
  /* width: 318px;	 */
  margin: 0 auto;
  position: relative; }

.category-menu {
  padding: 10px 0; }

.category-menu li {
  position: relative;
  border-top: 1px solid #dae2e6;
  border-bottom: 1px solid #dae2e6;
  margin-bottom: -1px; }

.category-menu li:after {
  content: "";
  display: none;
  position: absolute;
  top: 22px;
  bottom: 14px;
  left: 20px;
  width: 1px;
  background: url(../images/other/dots-v.png) 0 0 repeat-y; }

.category-menu li:first-child {
  border-top: 0; }

.category-menu li:last-child {
  border-bottom: 0; }

.category-menu li.is-open {
  background: #fafafa;
  box-shadow: inset 0 1px 1px rgba(33, 45, 51, 0.05), inset 0 -1px 1px rgba(33, 45, 51, 0.05); }

.category-menu li.is-open:after {
  display: block; }

.category-menu li.is-open ul {
  display: block;
  padding: 2px 0; }

.category-menu li.is-open a {
  font-weight: bold; }

.category-menu li.is-open a:before {
  background: url(../images/icons/icons-group.png) 0 -791px no-repeat;
  width: 16px;
  height: 12px; }

.category-menu li.is-open a:hover {
  background: #e9f6ff; }

.category-menu li.is-open li {
  font-weight: normal;
  box-shadow: none; }

.category-menu li.is-open li ul {
  display: none; }

.category-menu li.is-open li a {
  font-weight: normal; }

.category-menu li.is-open li a:before {
  background: url(../images/icons/icons-group.png) 0 -813px no-repeat;
  width: 15px;
  height: 13px; }

.category-menu li.is-open li a:hover {
  background: #e9f6ff; }

.category-menu li.is-open li.is-open:after {
  left: 45px;
  top: 19px;
  bottom: 19px; }

.category-menu li.is-open li.is-open ul {
  display: block; }

.category-menu li.is-open li.is-open a {
  font-weight: bold;
  background: #d1eafa; }

.category-menu li.is-open li.is-open a:before {
  background: url(../images/icons/icons-group.png) 0 -791px no-repeat;
  width: 16px;
  height: 12px;
  z-index: 2; }

.category-menu li.is-open li.is-open a:after {
  left: 21px; }

.category-menu li.is-open li.is-open li {
  box-shadow: none; }

.category-menu li.is-open li.is-open li a {
  font-weight: normal;
  text-decoration: none;
  background: none; }

.category-menu li.is-open li.is-open li a.is-active {
  text-decoration: underline; }

.category-menu li.is-open li.is-open li a:after {
  display: block;
  left: 45px; }

.category-menu li.is-open li.is-open li a:before {
  background: url(../images/icons/icons-group.png) 0 -768px no-repeat;
  width: 15px;
  height: 13px; }

.category-menu li ul {
  display: none; }

.category-menu li li {
  border: 0;
  position: relative; }

.category-menu li li a {
  padding-left: 63px; }

.category-menu li li a:before {
  left: 38px; }

.category-menu li li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 21px;
  margin-top: -1px;
  width: 17px;
  height: 1px;
  background: url(../images/other/dots-h.png) 0 0 repeat-x; }

.category-menu li li li a {
  padding-left: 88px;
  text-decoration: underline; }

.category-menu li li li a:hover {
  text-decoration: none; }

.category-menu li li li a:before {
  left: 62px; }

.category-menu li li li a:after {
  left: 44px; }

.category-menu a {
  display: block;
  position: relative;
  padding: 6px 20px 6px 38px;
  color: #222e33;
  font-size: 14px;
  text-decoration: none; }

.category-menu a:hover {
  background: #e9f6ff; }

.category-menu a:active {
  background: #d1eafa; }

.category-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -7px;
  background: url(../images/icons/icons-group.png) 0 -813px no-repeat;
  width: 15px;
  height: 13px; }

/* --------------- messages --------------- */
.messages__wrapper {
  padding: 0 0 5px 8px !important;
  font-family: Arial, sans-serif !important;
  margin: 0 0 8px !important; }

.messages--error {
  background-color: #fcf4f2;
  color: #a51b00; }

/* --------------- Form elements --------------- */
.form-required:after {
  content: '';
  vertical-align: super;
  display: inline-block;
  /* Use a background image to prevent screen readers from announcing the text. */
  background: url(/core/misc/icons/ee0000/required.svg) no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 0.3em; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

/* Inline error messages. */
.form-item--error-message:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background: url(/core/misc/icons/e32700/error.svg) no-repeat;
  background-size: contain; }

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

.user-pass .form-item,
.user-login-form .form-item,
.user-form .form-item {
  margin: 0; }

/* Contact Form */
.contact-form label {
  display: table;
  font-weight: bold;
  font-size: 0.929em; }

.contact-form label[for] {
  cursor: pointer; }

.contact-form input {
  margin: 2px 0;
  padding: 4px;
  max-width: 100%;
  box-sizing: border-box; }

.contact-form textarea {
  max-width: 100%;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

/* --------------- select --------------- */
.select-wrap {
  *zoom: 1; }

.select-wrap:after {
  content: " ";
  display: table;
  clear: both; }

.select-wrap .select {
  margin-left: 6px;
  float: left; }

.select-wrap .select:first-child {
  margin-left: 0; }

.select {
  position: relative; }

.select i {
  position: absolute;
  top: 15px;
  z-index: 3;
  right: 8px;
  background: url(../images/icons/icons-group.png) 0 -1187px no-repeat;
  width: 11px;
  height: 6px;
  cursor: pointer; }

.select.is-active .select__text {
  border-radius: 6px 6px 0 0; }

.select_small .select__text {
  height: 30px;
  line-height: 32px; }

.select_small .select__text:after {
  top: 13px; }

.select__text {
  display: block;
  position: relative;
  z-index: 2;
  border: 1px solid #dfe3e7;
  border-bottom: 2px solid #bbbbbc;
  padding: 0 25px 0 15px;
  color: #222e33;
  height: 35px;
  line-height: 36px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  background: #f4f5f9;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: content-box; }

.select a {
  color: #222e33;
  font-size: 13px; }

.select__list {
  position: absolute;
  display: none;
  top: 100%;
  margin-top: -3px;
  left: 0;
  right: 0;
  z-index: 4;
  border-radius: 0 0 6px 6px;
  padding: 5px;
  border: 1px solid #dfe3e7;
  border-bottom: 2px solid #bbbbbc;
  background: white; }

.select__list a {
  display: block;
  margin-bottom: 2px;
  padding: 5px 12px;
  border-radius: 3px; }

.select__list a:hover, .select__list a.is-active {
  background: #f5f6fa; }

.select select {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

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

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

article h1 {
  margin-bottom: 20px;
  line-height: 27px; }

article h2 {
  line-height: 24px; }

img, fieldset, a img {
  border: none; }

/* ------------------ header ----------------- */
#top-menu-left {
  float: left;
  width: 100%; }
  #top-menu-left a[href="/calculators"] {
    color: #ffd257; }

.header-top .menu-item {
  float: left;
  padding: 14px 19px;
  border-right: 1px solid #052f0b;
  color: #fefdf9;
  font: bold 13px arial, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#top-menu-left .menu-item:first-child {
  border-left: 1px solid #052f0b; }

@media all and (min-width: 851px) {
  #top-menu-left .menu-item:last-child {
    float: right;
    border-left: 1px solid #052f0b; }
  #top-menu-right {
    float: right; }
  #top-menu-right .menu-item:first-child {
    border-left: 1px solid #052f0b; } }

.logo {
  display: block;
  float: left;
  height: 69px;
  width: 241px; }

#block-searchform {
  float: left;
  position: relative;
  margin: 10px 0 0 100px; }

#search-block-form {
  float: left;
  position: relative;
  width: 350px;
  margin: 0; }

#block-header-info {
  float: right;
  position: absolute;
  right: 15px; }

@media (max-width: 520px) {
  a.logo {
    width: 150px; }
  .user_welcom {
    display: none; } }

@media (min-width: 520px) and (max-width: 800px) {
  .user_welcom {
    display: none; } }

@media (max-width: 800px) {
  #block-searchform {
    margin-left: 0;
    width: 100%;
    text-align: center; }
  #search-block-form {
    margin: 0 auto;
    float: none; } }

@media (min-width: 801px) and (max-width: 950px) {
  .user_welcom {
    display: none; } }

@media (min-width: 801px) and (max-width: 1024px) {
  #block-searchform {
    margin-left: 10px; }
  #search-block-form {
    width: 292px; } }

@media (min-width: 1024px) and (max-width: 1100px) {
  #block-searchform {
    margin-left: 30px; } }

.head-informers {
  padding: 15px 0 0 0;
  line-height: 1;
  text-align: right;
  *zoom: 1;
  font-size: 0; }

.head-informers:after {
  content: " ";
  display: table;
  clear: both; }

.head-informers li {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 26px;
  font-size: 13px; }

.head-informers li:first-child {
  margin-left: 0; }

.head-informers img {
  margin: -4px 4px 0 0;
  vertical-align: middle; }

.head-informers span {
  color: #ceffdc; }

/* ------------------ search ----------------- */
.search-form input.search-keys {
  display: block;
  padding: 0 45px 0 15px;
  height: 40px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
  font: normal 13px Arial, sans-serif;
  border-radius: 6px;
  border: 1px solid rgba(86, 55, 67, 0.2); }

.search-form input.search-keys:-ms-input-placeholder {
  color: gray; }

.search-form input.search-keys:-moz-placeholder {
  color: gray; }

.search-form input.search-keys::-moz-placeholder {
  color: gray; }

.search-form input.search-keys::-webkit-input-placeholder {
  color: gray; }

.search-form input.search-keys::placeholder {
  color: gray; }

.search-form .form-actions {
  position: absolute;
  top: 3px;
  right: 4px;
  margin: 0; }

.search-form .image-button,
.search-form .button--search {
  width: 33px;
  height: 34px;
  background: url(../images/icons/icon-search.png) center center no-repeat;
  background-color: #f3a744;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #cf8a36;
  overflow: visible;
  text-indent: -9999px; }

.search-form .image-button:hover,
.search-form .button--search:hover {
  background-color: #fdad47; }

.search-form .image-button:active,
.search-form .button--search:active {
  background-color: #eea142;
  border-top: 2px solid #cf8a36;
  border-bottom: none; }

.search-form .form-item {
  margin: 0; }

/* ------------------ footer ----------------- */
#footer-menu {
  text-align: center; }

#footer-menu .menu-item {
  float: left;
  margin-right: 45px;
  padding: 8px 0; }

#footer-menu .menu-item:last-child {
  margin-right: 0; }

#footer-menu .menu-item a {
  text-decoration: underline;
  color: #fff; }

#footer-menu a:hover {
  text-decoration: none; }

#block-social {
  margin-top: 15px;
  text-align: center; }

#block-social a {
  margin-left: 10px; }

#block-social a:hover {
  opacity: 0.8; }

@media all and (min-width: 560px) {
  #footer-menu {
    float: left; }
  #block-social {
    margin-top: 4px;
    float: right; } }

.footer-bottom .footer-info > div {
  float: left;
  margin-right: 20px; }

.footer-bottom .footer-info > div:last-child {
  margin-right: 0; }

.footer-bottom p {
  margin: 0; }

.footer-pay a {
  margin-right: 10px; }

.footer-pay a:last-child {
  margin-right: 0; }

a.master_card img {
  margin-top: 7px; }

.footer-bottom a {
  opacity: 0.8; }

.footer-bottom a:hover {
  opacity: 1; }

@media (max-width: 650px) {
  .footer-pay {
    display: none; } }

@media all and (min-width: 770px) {
  .footer-bottom .footer-info > div {
    margin-right: 50px; }
  .footer-pay a {
    margin-right: 30px; } }

.pageTop {
  display: none;
  position: fixed;
  z-index: 50000;
  right: 40px;
  bottom: 60px; }

.pageTop:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }

/* ------------------ article ----------------- */
/*** table styles ***/
.article table {
  margin: 15px 0 15px;
  width: 100%;
  border-top: 1px solid #dae2e6;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #dae2e6;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-collapse: separate; }

.article table th, .article table td {
  padding: 10px 20px;
  vertical-align: middle; }

.article table th {
  background: none repeat scroll 0 0 #d1eafa;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  text-align: left; }

.article table th:first-child {
  border-left: none; }

.article table tr:last-child th:last-child {
  border-right: 1px solid #dae2e6; }

.article table td {
  border-right: 1px solid #dae2e6;
  border-bottom: 1px solid #dae2e6; }

.article table td:first-child {
  border-top: none; }

.article table td:last-child {
  border-right: 1px solid #dae2e6; }

.article table tr.tr-attach {
  background: #fdfdfd; }

.no_border, .no_border tr, .no_border td {
  border: none !important; }

/*** //table styles ***/
/*** lists styles ***/
.article ul, .article ol {
  list-style-type: none;
  padding: 0; }

.article ul {
  margin: 12px 0; }

.article ul li {
  position: relative;
  padding-left: 41px; }

.article ul li:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 7px;
  background: url(../images/icons/icons-group.png) 0 -628px no-repeat;
  width: 6px;
  height: 7px; }

.article ol {
  margin: 12px 0;
  counter-reset: list2; }

.article ol li {
  position: relative;
  padding-left: 41px; }

.article ol li:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 0;
  font-weight: bold;
  counter-increment: list2;
  content: counter(list2) ". "; }

.article ul.contextual-links li:before {
  background: none; }

/*** lists styles ***/
/*** blockquote+q styles ***/
.article blockquote, .article cite {
  position: relative;
  display: block;
  margin: 30px 0 45px;
  padding: 25px 50px 26px 64px;
  border-radius: 3px;
  line-height: 1.35;
  border-bottom: 2px solid;
  font-style: normal;
  font-size: 14px;
  border-left: none; }

.article blockquote:before, .article cite:before {
  content: "";
  position: absolute;
  left: 17px;
  top: 19px; }

.article blockquote {
  background: #fff1f5;
  border-color: #e8c2cc; }

.article blockquote:before {
  background: url(../images/icons/icons-group.png) 0 -933px no-repeat;
  width: 33px;
  height: 35px; }

.article cite {
  background: #fdffed;
  border-color: #e1e0bd; }

.article cite:after {
  content: ""; }

.article cite:before {
  background: url(../images/icons/icons-group.png) 0 -1122px no-repeat;
  width: 32px;
  height: 31px; }

/*** //blockquote+q styles ***/
/*** download styles ***/
.article a.file-doc,
.article a.file-docx,
.article a.file {
  padding-left: 48px;
  padding-top: 10px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #1E76B2;
  text-decoration: none;
  height: 40px;
  overflow: hidden; }

.article a.file {
  text-decoration: none; }

.article a.file-docx:before,
.article a.file-doc:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-doc.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

/********************************/
.article a.word_link, .article a.excel_link, .article a.pdf_link, .article a.rar_link,
.article a.ppt_link, .article a.pptx_link, .article a.pps_link, .article a.ppsx_link,
.article a.gif_link, .article a.jpg_link, .article a.jpeg_link, .article a.png_link,
.article a.attach_link {
  padding-left: 48px;
  padding-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #1E76B2;
  text-decoration: none;
  height: 40px;
  overflow: hidden; }

.article a.attach_link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-align: left;
  color: #3876af;
  cursor: default;
  text-decoration: none;
  height: 30px; }

.article a.word_link:hover, .article a.excel_link:hover, .article a.pdf_link:hover, .article a.rar_link:hover,
.article a.ppt_link:hover, .article a.pptx_link:hover, .article a.pps_link:hover, .article a.ppsx_link:hover,
.article a.gif_link:hover, .article a.jpg_link:hover, .article a.jpeg_link:hover, .article a.png_link:hover {
  text-decoration: underline; }

.article a.attach_link:hover {
  text-decoration: none; }

.article a.attach_link:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: url(../images/icons/icons-group.png) 0 -365px no-repeat;
  width: 31px;
  height: 27px; }

.article a.word_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-doc.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.excel_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-xls.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.pdf_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-pdf.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.rar_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-rar.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.ppt_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-ppt.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.pptx_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-pptx.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.pps_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-pps.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.ppsx_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-ppsx.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.gif_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-gif.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.jpg_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-jpg.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.jpeg_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-jpeg.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

.article a.png_link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icons/file-png.png) 0 0 no-repeat;
  width: 33px;
  height: 39px; }

/*** //download styles ***/
/*** steps styles ***/
table.step_table,
table.step_table_last {
  margin: 3px 0 0 0;
  width: 100%;
  border: none;
  background: #ffffff;
  position: relative; }

table.step_table:after {
  background: url(../images/icons/icons-group.png) no-repeat scroll 0 -94px rgba(0, 0, 0, 0);
  content: "";
  height: 31px;
  margin-top: -11px;
  position: absolute;
  width: 40px;
  right: auto;
  left: 50%;
  margin-left: -20px;
  z-index: 2; }

table.step_table th,
table.step_table_last th {
  padding: 12px 12px 8px 12px;
  background: #f7eacb;
  border: 1px solid #d8d8d8;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 1px 0 #e5e5e5;
  font-size: 17px;
  color: #53270c;
  font-weight: normal; }

table.step_table th a,
table.step_table_last th a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 16px;
  padding: 4px 5px;
  font-weight: bold;
  font-size: 17px;
  font-style: italic;
  color: white;
  text-align: center;
  vertical-align: middle;
  background: #53270c;
  height: 20px;
  width: 18px;
  border-radius: 50%;
  text-decoration: none;
  cursor: default;
  margin-top: -5px;
  float: left;
  box-sizing: content-box; }

table.step_table th a:hover,
table.step_table_last th a:hover {
  text-decoration: none; }

table.step_table td,
table.step_table_last td {
  position: relative;
  padding: 11px 19px 13px;
  border: 1px solid #d8d8d8;
  border-bottom: 3px solid #d8d8d8;
  border-radius: 0 0 5px 5px; }

table.step_table th p,
table.step_table td p,
table.step_table_last th p,
table.step_table_last td p {
  padding: 0;
  margin: 0; }

/*** //steps styles ***/
/* ------------------ calendar ----------------- */
#block-calendarblock {
  width: 318px;
  margin: 0 auto;
  position: relative; }

#block-calendarblock ul {
  padding: 0; }

.box {
  position: relative;
  z-index: 2;
  border: 1px solid #dae2e6;
  border-bottom: 2px solid #9dcbea;
  margin: 0 0 20px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 1px 0 #dae2e6; }

.box_gray {
  border-bottom-color: #dae2e6; }

.box__more {
  display: block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #1e76b2;
  background: #e7f5ff;
  cursor: pointer; }

.box__more:hover {
  background: #f5fbff; }

.box__more.is-active i {
  background-position: 0 0; }

.box__more.is-active span {
  display: none; }

.box__more.is-active strong {
  display: inline-block; }

.box__more i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: middle;
  background: url(../images/icons/icons-group.png) 0 -19px no-repeat;
  width: 14px;
  height: 9px; }

.box__more strong {
  display: none; }

.calendar-info {
  padding: 11px 18px 14px;
  font-size: 13px;
  color: #294261;
  line-height: 1.3;
  background: #d6edf7 url(../images/other/cal-bg.png) 100% 100% no-repeat; }

.calendar-info + .box__more {
  height: 42px;
  line-height: 42px; }

.calendar-dates {
  display: block;
  padding: 17px 20px;
  background: white;
  font-size: 18px;
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  color: #107429; }

.calendar-dates i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 2px;
  margin-right: 13px;
  background: url(../images/icons/icons-group.png) 0 -263px no-repeat;
  width: 19px;
  height: 19px; }

.calendar-dates-box {
  display: none;
  padding: 0 20px;
  font-size: 13px;
  color: #435a64;
  line-height: 1.3; }

.calendar-dates-box li {
  padding: 15px 0;
  border-top: 1px solid #ececec; }

.calendar-dates-box p {
  margin-bottom: 15px; }

.calendar-dates-box p:last-child {
  margin-bottom: 0; }

.calendar-dates-box em {
  font-style: italic;
  font-size: 11px;
  color: #85a0ac; }

.is-active.calendar-window {
  width: 376px; }

.calendar-window {
  position: absolute;
  right: 0;
  top: 230px;
  z-index: 2;
  width: 0;
  *zoom: 2; }

.calendar-window:after {
  content: " ";
  display: table;
  clear: both; }

.calendar-window.is-active .box {
  visibility: visible;
  right: 56px; }

.calendar-window.is-fixed {
  position: fixed;
  top: 0; }

.calendar-window.is-fixed-b {
  position: fixed;
  bottom: 0; }

.calendar-window .box {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 318px;
  right: -400px;
  -moz-transition: right 0.4s;
  -o-transition: right 0.4s;
  -webkit-transition: right 0.4s;
  transition: right 0.4s; }

.calendar-window.is-fixed-b .box {
  bottom: 0; }

.calendar-button {
  position: relative;
  z-index: 2;
  float: right;
  width: 34px;
  padding: 10px 11px 12px;
  background: #10752a;
  font-size: 0;
  box-shadow: inset 0 -2px 0 #013607;
  border-radius: 3px 0 0 3px;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  box-sizing: content-box;
  cursor: pointer; }

.calendar-button i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../images/icons/icons-group.png) 0 -292px no-repeat;
  width: 34px;
  height: 35px; }

.calendar-button:hover {
  background: #138831; }

.calendar-button:active {
  box-shadow: inset 0 2px 0 #013607;
  background: #10752a; }

.calendar-scroll {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden; }

/* ------------------ ui-datepicker ----------------- */
.ui-datepicker a {
  text-decoration: none;
  opacity: 1; }

.ui-widget-content {
  position: relative; }

.ui-datepicker {
  width: auto;
  display: none;
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1000 !important; }

.ui-datepicker .ui-datepicker-calendar {
  margin: 0; }

.ui-datepicker-inline {
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0; }

.ui-datepicker-inline tbody td:first-child {
  border-left: 0; }

.ui-datepicker-inline tbody td:last-child {
  border-right: 0; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
  color: white;
  font-size: 18px;
  text-shadow: 0 1px 0 black;
  border-radius: 3px 3px 0 0;
  background: url(../images/green-bg.png) 0 0 repeat; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 43px;
  line-height: 53px;
  cursor: pointer;
  text-align: center; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }

.ui-datepicker-prev {
  left: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
  border-right: 1px solid #2e8745; }

.ui-datepicker-prev span {
  background: url(../images/icons/icons-group.png) 0 -38px no-repeat;
  width: 12px;
  height: 18px; }

.ui-datepicker-next {
  border-left: 1px solid #2e8745;
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
  right: 0; }

.ui-datepicker-next span {
  background: url(../images/icons/icons-group.png) 0 -66px no-repeat;
  width: 12px;
  height: 18px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker-month, .ui-datepicker-year {
  width: 66px;
  font-size: 16px;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: none; }

.ui-datepicker-year option {
  color: #10752A; }

.ui-datepicker-month {
  margin-right: 5%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 6px 0;
  font-size: 13px;
  color: white;
  font-weight: normal;
  border: 0;
  background: #0b501c;
  text-shadow: 0 1px 0 black;
  text-align: center; }

.ui-datepicker td {
  vertical-align: middle;
  border: 1px solid #e3e3e3;
  padding: 0; }

.ui-datepicker td:first-child {
  border-left: 0; }

.ui-datepicker td:hover {
  background: #e5e5e5; }

.ui-datepicker td a, .ui-datepicker td span {
  width: 44px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 19px;
  font-weight: bold;
  cursor: default;
  color: #747474;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 0 #fefefe; }

.ui-datepicker td a:hover, .ui-datepicker td span:hover {
  background: #178036;
  background-image: -moz-linear-gradient(#0d6923, #178036);
  background-image: -webkit-linear-gradient(#0d6923, #178036);
  background-image: linear-gradient(#0d6923, #178036);
  color: white; }

.ui-datepicker td.ui-datepicker-other-month a, .ui-datepicker td.ui-datepicker-other-month span {
  color: #d7d7d7;
  cursor: default;
  pointer-events: none; }

.ui-datepicker td.ui-datepicker-other-month a:hover, .ui-datepicker td.ui-datepicker-other-month span:hover {
  background: #f3f3f3; }

.ui-datepicker td.ui-datepicker-other-month.ui-datepicker-week-end a, .ui-datepicker td.ui-datepicker-other-month.ui-datepicker-week-end span {
  color: #d7d7d7; }

.ui-datepicker td.ui-datepicker-week-end a, .ui-datepicker td.ui-datepicker-week-end span {
  color: #c63342; }

.ui-datepicker td.ui-datepicker-week-end a:hover, .ui-datepicker td.ui-datepicker-week-end span:hover {
  color: #fff; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ie7 .ui-datepicker .ui-datepicker-prev span, .ie7 .ui-datepicker .ui-datepicker-next span {
  margin-top: 18px; }

.ui-datepicker td a.ui-state-highlight {
  background-color: #10752A;
  color: #fff; }

/* ------------------ news ----------------- */
.page-news {
  position: relative;
  z-index: 2;
  border: 1px solid #dae2e6;
  border-bottom: 2px solid #9dcbea;
  margin: 0 0 20px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 1px 0 #dae2e6;
  padding: 0 28px 14px; }

.page-news .views-row {
  padding: 18px 0 4px;
  line-height: 1.4;
  letter-spacing: 0.4px;
  border-top: 1px solid #dae2e6; }

.page-news .views-row:first-child {
  border: none; }

.page-news .views-row:after {
  content: " ";
  display: table;
  clear: both; }

.news-date {
  font-size: 12px;
  color: #85a0ac;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-right: 9px; }

.news-title {
  margin: 5px 0 8px; }

.news-title a {
  line-height: 1.2;
  color: #222e33;
  font-size: 19px; }

.news-title a:hover {
  text-decoration: underline; }

.news-preview {
  margin-bottom: 11px;
  color: #222e33; }

.box-title {
  font-family: "helveticaneuecyr-light", Arial, sans-serif;
  font-size: 30px;
  color: #1e76b2; }

.box-title i, .box-title img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 18px; }

.icon-news {
  background: url(../images/icons/icons-group.png) 0 -1009px no-repeat;
  width: 31px;
  height: 27px; }

.box__in {
  padding: 12px 18px 8px; }

a.box__more {
  text-decoration: none; }

.item {
  *zoom: 1;
  margin-bottom: 2px;
  border-top: 1px solid #dae2e6;
  padding: 5px 5px 6px 0; }

.item:after {
  content: " ";
  display: table;
  clear: both; }

.item__date {
  float: left;
  width: 50px;
  color: #85a0ac;
  font-size: 13px; }

.item__main {
  overflow: hidden;
  font-size: 14px;
  color: #435a64; }

.item__main a {
  color: #435a64; }

/* ------------------ badge ----------------- */
.badge {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 7px;
  padding: 3px 5px 3px;
  font-size: 10px;
  text-transform: uppercase;
  color: white;
  line-height: 1;
  font-weight: bold;
  border-radius: 0; }

.badge.is-red {
  background: #ff7000; }

.badge.is-orange {
  background: #ffb800; }

.badge.is-turquoise {
  background: #1eb0b2; }

.badge.is-green {
  background: #0e6824; }

.badge.is-blue {
  background: #3eb2d5; }

.badge.is-darkblue {
  background: #1e76b2; }

.post .badge {
  vertical-align: middle; }

.doc__title .badge {
  margin-left: 4px;
  vertical-align: middle; }

/* ------------------ forms ----------------- */
.header__action {
  text-align: right; }

.header__action button {
  margin-left: 16px; }

.modal-title {
  font-size: 30px; }

.btn-login,
.modal-login-form .login-field-row .button {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
  color: white;
  height: 41px;
  background: #e06274;
  background-image: -moz-linear-gradient(#e06274, #d64a58);
  background-image: -webkit-linear-gradient(#e06274, #d64a58);
  background-image: linear-gradient(#e06274, #d64a58);
  border-radius: 6px;
  font: bold 13px/41px arial, sans-seri;
  box-shadow: 0 2px 0 #ab3a46;
  text-align: center;
  text-decoration: none; }

.btn-login:hover,
.modal-login-form .login-field-row .button:hover {
  background: #c04b59;
  box-shadow: 0 -2px 0 #ab3a46;
  color: #fff; }

.btn-login:active,
.modal-login-form .login-field-row .button:hover {
  box-shadow: 0 -2px 0 #ab3a46; }

.btn-login.disabled {
  pointer-events: none; }

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: 0; }

.btn:hover,
.btn:focus,
.btn.focus {
  color: #fff;
  text-decoration: none; }

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-login i {
  display: inline-block;
  vertical-align: middle; }

.icon-enter {
  margin-right: 9px;
  background: url(../images/icons/icons-group.png) 0 -645px no-repeat;
  width: 21px;
  height: 15px; }

.icon-lamp {
  margin-right: 9px;
  background: url(../images/icons/icons-group.png) 0 -978px no-repeat;
  width: 13px;
  height: 21px; }

.btn-login {
  color: #fff !important;
  padding-left: 11px;
  border: none; }

.modal-login-form .btn-action {
  width: 200px; }

.btn-action,
.user-form input.button,
.user-register-form input.btn-action,
.login-field-row input.button {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  font-family: "helveticaneuecyr-bold", Arial, sans-serif;
  text-shadow: 0 -1px 0 #ef6e06;
  border-radius: 5px;
  background: #f07707;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  background-image: -moz-linear-gradient(#f07707, #eb5905);
  background-image: -webkit-linear-gradient(#f07707, #eb5905);
  background-image: linear-gradient(#f07707, #eb5905);
  color: #fff !important;
  text-decoration: none !important;
  border: none; }

.btn-action:hover,
.user-form input.button:hover,
.user-register-form input.btn-action:hover,
.login-field-row input.button:hover {
  background: #f49a12;
  background-image: -moz-linear-gradient(#f49a12, #eb5905);
  background-image: -webkit-linear-gradient(#f49a12, #eb5905);
  background-image: linear-gradient(#f49a12, #eb5905); }

.btn-action:active,
.user-register-form input.btn-action:active,
.login-field-row input.button:active {
  box-shadow: none; }

a.user_name {
  border-bottom: 1px dashed #ffd257;
  color: #ffd257;
  display: inline-block;
  font: 13px arial,sans-serif;
  letter-spacing: 0.6px;
  margin: 0 0 0 10px;
  text-shadow: 0 1px 0 #0b4f1b;
  font-weight: bold;
  text-decoration: none; }

span.user_welcom {
  color: #FFFFFF; }

.user_exit {
  text-align: right; }

.user_exit a {
  clear: both;
  display: block;
  color: #ffd257;
  text-decoration: underline;
  margin: 5px 0 0 0;
  font: 12px arial, sans-serif;
  letter-spacing: 0.6px;
  font-weight: bold; }

img.img_user {
  margin: 0 0 -2px 2px; }

@media (min-width: 400px) {
  .modal-dialog {
    width: 300px; } }

.modal-login-form .user-login-form {
  text-align: center; }

.modal-login-form .login-field-label {
  width: 60px; }

.modal-login-form .login-field-row .button {
  margin-left: 0; }

.modal-login-form .login-field-row input {
  width: 200px; }

.modal-login-form .login-field-row .button {
  background: #e06274;
  background-image: -moz-linear-gradient(#e06274, #d64a58);
  background-image: -webkit-linear-gradient(#e06274, #d64a58);
  background-image: linear-gradient(#e06274, #d64a58); }

.modal-login-form .modal-footer {
  text-align: center; }

input.required {
  color: #231f20; }

.login-field-row {
  margin-bottom: 8px; }

.login-field-label {
  float: left;
  width: 100px;
  font-size: 16px;
  margin-top: 8px; }

.login-field-row input {
  font-size: 16px;
  width: 250px;
  height: 36px;
  border: 1px solid #dadada;
  padding: 0 10px;
  background-color: #fff; }

.pass-recevery-link {
  margin-left: 100px; }

.login-field-row .button {
  border: none;
  color: #fff;
  cursor: pointer;
  margin-left: 100px; }

.user-form label,
.user-register-form label {
  float: left;
  width: 200px;
  font-size: 16px;
  margin-top: 8px;
  font-weight: normal; }

.user-register-form .description {
  display: none; }

.user-form input,
.user-register-form input {
  margin-top: 8px;
  font-size: 16px;
  width: 250px;
  height: 36px;
  border: 1px solid #dadada;
  padding: 0 10px;
  background-color: #fff; }

.user-form input.form-radio,
.user-register-form input.form-radio {
  margin-top: 8px;
  font-size: 14px;
  width: 13px;
  height: 36px;
  border: none;
  padding: 0 10px;
  float: left; }

.user-register-form input.btn-action {
  margin-left: 200px; }

div.password-confirm {
  margin-top: 8px;
  margin-left: 200px; }

div.password-confirm .ok {
  color: #77b259; }

div.password-confirm .error {
  color: #f37465; }

.register-login-link {
  margin-left: 200px;
  margin-top: 8px; }

.field--name-field-customer-code-edrpo {
  display: none; }

.field--name-field-customer-osoba {
  margin-top: 8px; }

.field--name-field-customer-osoba legend {
  float: left;
  width: 200px;
  font-size: 16px;
  margin-top: 8px;
  font-weight: normal;
  border: none; }

.field--name-field-customer-osoba label {
  float: left;
  width: auto;
  height: 38px;
  line-height: 38px;
  margin: 8px 14px 0 0;
  padding-left: 5px; }

.user-form {
  margin-top: 20px;
  display: inline-block; }

.user-form input.button {
  margin-left: 200px; }

.information-form {
  text-align: center;
  font-size: 16px; }

.block-title-form {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px; }

.user-pass,
.user-login-form,
.user-form {
  margin-top: 20px; }

.modal-dialog .user-login-form {
  margin-top: 0; }

.node-block,
.node-login-form {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 auto 20px;
  z-index: 1;
  max-width: 100%; }

.node-block .login-field-row .button,
.node-login-form .login-field-row .button {
  margin-left: 0;
  background: #e06274;
  background-image: -moz-linear-gradient(#e06274, #d64a58);
  background-image: -webkit-linear-gradient(#e06274, #d64a58);
  background-image: linear-gradient(#e06274, #d64a58); }

.node-block .login-field-row .button:hover {
  background: #c04b59; }

.node-block .btn-action,
.node-login-form .btn-action {
  width: 200px; }

.node-block .modal-footer,
.node-login-form .modal-footer {
  text-align: center; }

.phone-line .modal-dialog {
  margin-top: 100px;
  font-size: 16px; }

@media (min-width: 520px) {
  .phone-line .modal-dialog {
    width: 500px;
    margin: 100px auto 0; } }

/************************************************/
.doc {
  padding-bottom: 15px;
  margin-top: 15px;
  line-height: 1.25;
  letter-spacing: 0.25px;
  border-bottom: 1px solid #dae2e6;
  position: relative; }

.doc__title {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 15px; }

a.doc-title {
  color: #222e33; }

a.doc-title:hover {
  text-decoration: underline; }

.doc__date span {
  font-weight: normal; }

.doc__anons {
  padding-bottom: 0; }

.doc__footer {
  height: 20px;
  line-height: 20px; }

.doc__date {
  margin-top: 5px;
  color: #85a0ac;
  font-size: 12px;
  font-weight: bold;
  float: left; }

.doc__read-more {
  float: right; }

/************************************************/
.block-btn {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }

.row-flex {
  display: flex;
  flex-flow: row wrap; }

.block-btn .col-xs-12 {
  padding: 0; }

.btn-edu i {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle; }

.btn-edu span {
  display: inline-block;
  vertical-align: middle;
  width: 220px; }

a.btn-edu {
  display: block;
  color: #fff;
  background-color: #64c32a;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 50px 0 50px 50px; }

a.btn-edu:hover {
  background-color: #55b71d; }

a.btn-video i {
  background: url(../images/icons/icon-video-less.png) no-repeat;
  width: 99px;
  height: 72px; }

a.btn-seminar {
  background-color: #339c00; }

a.btn-seminar:hover {
  background-color: #1f9115; }

.btn-seminar i {
  background: url(../images/icons/icon-seminar.png) no-repeat;
  width: 88px;
  height: 81px; }

a.btn-education {
  display: table;
  background-color: #008034;
  height: 100%;
  width: 100%; }

a.btn-education:hover {
  background-color: #00712e; }

.btn-education i {
  background: url(../images/icons/icon-edu.png) no-repeat;
  width: 136px;
  height: 82px; }

.bth-content {
  display: table; }

.bth-content {
  display: table-cell;
  vertical-align: middle; }

.btn-cab i {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle; }

.btn-cab span {
  display: inline-block;
  vertical-align: middle; }

a.btn-cab {
  display: block;
  color: #fff;
  background-color: #64c32a;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  border: 2px solid #fff;
  line-height: 1.3;
  /* padding: 20px 0 20px 50px; */
  padding: 50px 0 50px 50px; }

a.btn-cabinet {
  background-color: #339c00; }

a.btn-cabinet:hover {
  background-color: #1f9115; }

i.icon-cabinet {
  background: url(../images/icons/icon-cabinet.png) no-repeat;
  width: 60px;
  height: 81px; }

a.btn-bookmarks {
  background-color: #64c32a; }

a.btn-bookmarks:hover {
  background-color: #55b71d; }

i.icon-bookmarks {
  background: url(../images/icons/icon-bookmarks.png) no-repeat;
  width: 58px;
  height: 82px; }

a.btn-consultations {
  background-color: #87d955;
  display: none; }

a.btn-consultations:hover {
  background-color: #79d044; }

i.icon-consultations {
  background: url(../images/icons/icon-consultations.png) no-repeat;
  width: 60px;
  height: 82px; }

a.btn-eversion {
  display: table;
  background-color: #008034;
  height: 100%;
  width: 100%; }

a.btn-eversion:hover {
  background-color: #00712e; }

.btn-eversion i {
  background: url(../images/icons/icon-edu.png) no-repeat;
  width: 136px;
  height: 82px; }

.btn-eversion span {
  width: 230px; }

a.btn-phone-line {
  background-color: #ff6f00;
  display: table;
  height: 100%;
  width: 100%; }

a.btn-phone-line:hover {
  background-color: #eb6804; }

i.icon-phone-line {
  background: url(../images/icons/icon-phone-line.png) no-repeat;
  width: 84px;
  height: 82px; }

.btn-phone-line span {
  width: 230px; }

a.btn-access {
  background-color: #ff8f00; }

a.btn-access:hover {
  background-color: #ff8700; }

i.icon-access {
  background: url(../images/icons/icon-access.png) no-repeat;
  width: 111px;
  height: 83px; }

a.btn-promocode {
  background-color: #ffb300; }

a.btn-promocode:hover {
  background-color: #ffa100; }

i.icon-promocode {
  background: url(../images/icons/icon-promocode.png) no-repeat;
  width: 54px;
  height: 82px; }

/***************** eversion *****************************/
a.btn-ev {
  display: block;
  color: #fff;
  background-color: #64c32a;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 50px 0 50px 50px; }

a.btn-bonus {
  /* background: url("../../images/bonus.png") #ffb300 center center no-repeat;	 */
  background-color: #ffb300;
  display: table;
  height: 100%;
  width: 100%; }

a.btn-bonus:hover {
  background-color: #ffa100; }

a.btn-ku {
  background-color: #0277bd; }

a.btn-ku:hover {
  background-color: #0170b2; }

a.btn-ku-spec {
  background-color: #03a9f4; }

a.btn-ku-spec:hover {
  background-color: #019de4; }

a.btn-zp-spec {
  background-color: #64c32a; }

a.btn-zp-spec:hover {
  background-color: #55b71d; }

a.btn-zp {
  background-color: #008034; }

a.btn-zp:hover {
  background-color: #00712e; }

a.btn-konsultant {
  background-color: #ff6f00; }

a.btn-konsultant:hover {
  background-color: #eb6804; }

.eversion-content {
  position: relative;
  overflow: hidden; }

.eversion-header {
  margin-bottom: 10px;
  height: 50px; }

.eversion-item {
  position: relative;
  text-align: center;
  margin-bottom: 5px; }

.eversion-old .eversion-item {
  text-align: left; }

.eversion-item-text {
  margin: 5px 0 5px 0; }

.eversion-year-nav li a {
  background-color: #64c32a;
  color: #fff; }

.eversion-year-nav li.active a {
  background-color: #107429;
  color: #fff; }

.eversion-year-nav li a:hover,
.eversion-year-nav li.active a:hover {
  background-color: #339c00;
  color: #fff; }

.eversion-year-nav .nav-pills > li + li {
  margin-left: 10px; }

.eversion-item-double .col-xs-6 {
  padding: 0; }

.eversion-item-double .item-image-left {
  padding-right: 15px; }

.eversion-item-double .item-image-right {
  padding-left: 15px; }

.eversion-item-menu {
  margin: 5px 0 20px 0; }
  .eversion-item-menu i {
    font-size: 22px; }
  .eversion-item-menu a {
    text-decoration: none;
    color: #339c00; }
    .eversion-item-menu a:hover {
      color: #107429; }
    .eversion-item-menu a.eversion-newurl {
      margin-left: 5px;
      color: #ff0000; }
      .eversion-item-menu a.eversion-newurl span {
        display: inline-block;
        font-size: 12px;
        line-height: 1;
        text-align: left;
        padding-left: 5px;
        font-weight: bold;
        vertical-align: bottom; }

.eversion-info {
  padding-bottom: 20px; }

/***************** education *****************************/
.educaion-menu {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  background: url(../images/bg-education.jpg) no-repeat center 0;
  height: 637px;
  padding: 50px 10px; }

.educaion-menu .row {
  padding: 300px 20px 0; }

.title-edu {
  text-align: center;
  font-size: 60px;
  color: #fff; }

a.btn-kurs {
  display: block;
  color: #fff;
  background-color: #64b4ec;
  text-decoration: none;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  min-height: 120px;
  vertical-align: middle; }

a.btn-kurs:hover {
  background-color: #4794ca; }

.btn-kurs span {
  vertical-align: middle; }

a.btn-kurs2 {
  background-color: #a7e283; }

a.btn-kurs2:hover {
  background-color: #89c863; }

a.btn-kurs3 {
  background-color: #f7d656; }

a.btn-kurs3:hover {
  background-color: #d8b220; }

.flowplayer {
  margin-bottom: 5px; }

.node-education .panel {
  margin-bottom: 10px; }

.node-education .panel-title a {
  color: #107429;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  display: block; }

.page-education-menu a.btn-ev {
  display: table;
  height: 100%;
  width: 100%; }

/***************** promocode *****************************/
#user-promocod-form {
  text-align: center; }

#user-promocod-form .form-field-row {
  margin-bottom: 15px; }

.promo-mess {
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.promocode {
  color: red; }

.promo-warning {
  color: red; }

.promo-text {
  text-align: center;
  font-size: 16px;
  padding: 10px 20px 10px; }

.form-field-label {
  font-weight: bold;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: right;
  margin-right: 14px; }

.form-field {
  float: left; }

.form-field input {
  height: 38px;
  line-height: 38px; }

input.promo-path {
  display: inline-block;
  float: left;
  position: relative;
  width: 60px;
  margin-right: 10px; }

.field-promo-path {
  display: inline-block; }

/**********************************************/
.flowplayer .fp-embed {
  display: none; }

/*************** prices *******************************/
.prices-page {
  background: #faf9f5;
  border-bottom: 3px solid #dae2e6; }

.prices-page .btn-action {
  width: 180px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  margin: 13px 26px 0 26px; }

.item-package {
  padding: 0; }

.package__top {
  background: #1a9a3b;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-shadow: 0 1px 1px #005d1f;
  padding: 26px 0;
  color: #fff;
  text-align: center;
  height: 164px;
  position: relative;
  border-left: 1px solid #20723c; }

.col-package-desc .package__top {
  border-left: 0; }

.package__top:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -1px;
  right: 0;
  height: 5px;
  background: url(../images/other/arr-bg.png) 0 0 repeat-x; }

.package__name_desc {
  font-size: 17px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.package__name {
  padding: 0 40px; }

.package__btn {
  text-align: center; }

.package__desc {
  border-left: 1px solid #dae2e6;
  padding: 15px 20px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  position: relative; }

@media (min-width: 992px) {
  .package__desc {
    height: 148px; } }

.col-package-desc .package__desc span {
  font-size: 17px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  font-weight: bold; }

.col-package-desc .package__desc {
  border-left: 0; }

.package__line {
  height: 10px;
  background-image: -moz-linear-gradient(rgba(120, 69, 3, 0.1), #faf9f5);
  background-image: -webkit-linear-gradient(rgba(120, 69, 3, 0.1), #faf9f5);
  background-image: linear-gradient(rgba(120, 69, 3, 0.1), #faf9f5); }

.package__property {
  position: relative;
  text-align: center;
  padding: 0 20px;
  line-height: 1.2;
  margin-bottom: 20px; }

.col-package-desc .package__property {
  font-size: 12px;
  text-align: left; }

.package__property td {
  height: 60px;
  border-bottom: 1px solid #dae2e6; }

.package__property i {
  width: 18px;
  height: 18px;
  display: inline-block;
  margin: 0 auto; }

.package__property .icon-check {
  background: url(../images/icons/icons-group.png) 0 -337px no-repeat; }

.package__property .icon-not-check {
  background: url(../images/icons/icons-group.png) 0 -1046px no-repeat; }

.package__price td {
  height: 140px;
  text-align: center;
  font-weight: bold; }

.package__price_title {
  font-weight: bold;
  padding: 0 20px;
  text-align: center; }

.package__price_month {
  display: inline-block;
  position: relative; }

.price_month {
  font-size: 36px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 1.2;
  height: 63px;
  float: left; }

.package__price_month img {
  float: left;
  margin: 15px 0 0 5px; }

.package__price_month span {
  display: block;
  font-size: 14px; }

.pay-info span {
  text-decoration: line-through;
  color: red; }

.package__footer .btn-action {
  margin: 0 0 20px 0; }

/*************** user pay *******************************/
.pay-logo {
  text-align: center;
  margin-top: 30px; }

.pay-title {
  font-size: 15px;
  font-weight: bold;
  margin: 14px 0;
  text-align: center; }

.pay-desc {
  font-size: 12px;
  text-align: center; }

.pay-buttons {
  margin-bottom: 80px;
  text-align: center; }

.btn_payment {
  background: url(../images/other/pay_btn.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  width: 180px;
  height: 43px;
  -moz-transition: background 0s;
  -o-transition: background 0s;
  -webkit-transition: background 0s;
  transition: background 0s;
  cursor: pointer; }

.btn_payment:hover {
  background-position: 0 -43px; }

span.lbl_pay {
  margin: 10px 0;
  display: block;
  font-weight: bold; }

hr.opl {
  background-color: #dfe3e7;
  border: 1px none;
  height: 1px;
  margin: 20px; }

.pay-params {
  margin: 50px auto 30px;
  width: 700px; }

.pay-params .row {
  margin-bottom: 14px; }

.param-name {
  width: 240px;
  float: left;
  font-size: 14px;
  height: 38px;
  line-height: 38px;
  text-align: right; }

.pay-params .select {
  float: left;
  margin-left: 14px;
  width: 240px; }

#show-paysum {
  text-align: center; }

#show-paysum span {
  text-decoration: line-through;
  color: red; }

@media (min-width: 992px) {
  .pay-title {
    min-height: 42px; }
  .pay-desc {
    text-align: left;
    height: 110px;
    width: 260px;
    padding: 0 20px;
    margin: 0 auto; } }

/*************** seminar *******************************/
.node-seminar .flowplayer {
  width: 700px;
  background-color: #dddddd; }

/*************** advanced-search *******************************/
.advanced-search {
  padding: 33px 20px 22px 20px; }

.advanced-search form {
  max-width: 988px; }

.advanced-search label {
  font-weight: normal; }

.advanced-search input {
  height: 38px; }

.advanced-search .btn-action {
  width: 180px;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  margin: 13px 26px 0 26px; }

.advanced-search .search-col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .advanced-search .form-group {
    margin-bottom: 0; } }

.advanced-search .search-condition {
  display: none; }

.advanced-search .search-condition.active {
  display: block; }

.advanced-search .search-date {
  width: 100px;
  display: inline-block;
  padding: 6px 10px; }

/*************/
.flag-favorites {
  display: inline-block; }

.node-item-btn-favorite:before,
.flag-favorites:before {
  content: '';
  background: url(../images/icons/bookmark.png) no-repeat;
  width: 8px;
  height: 16px;
  padding: 0 16px 0 0; }

.node-item-buttons {
  padding: 10px 0;
  text-align: right; }

.node-item-btn-favorite {
  text-decoration: none;
  cursor: pointer;
  color: #3876af; }

.node-item-btn-favorite:hover {
  text-decoration: underline; }

.view-favorites {
  font-size: 16px; }

.view-favorites td {
  padding: 5px 0;
  vertical-align: top;
  border-bottom: 1px solid #dae2e6; }

.view-favorites .views-field-link-flag {
  min-width: 200px;
  height: 46px;
  text-align: right; }

.node-actions {
  text-align: right;
  padding: 10px 0 30px; }

.node-actions .btn-action {
  padding: 0 20px;
  text-align: center; }

.calculator-wrapper {
  max-width: 800px; }

.calculator-block {
  box-sizing: border-box;
  padding: 15px 0 15px;
  display: table-cell;
  vertical-align: top; }
  @media (max-width: 600px) {
    .calculator-block {
      display: block; } }
  .calculator-block .calculator {
    padding: 25px;
    background-color: #eff1f5; }
    .calculator-block .calculator .calc-label {
      font-weight: bold; }
    .calculator-block .calculator .calc-option {
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .calculator-block .calculator .calc-option .icon {
        position: absolute;
        right: 22px;
        font-size: 22px;
        top: 37px;
        pointer-events: none; }
    .calculator-block .calculator input.calc-input {
      margin-top: 10px;
      margin-bottom: 25px;
      margin-right: 9px;
      display: inline-block;
      width: 200px;
      height: 40px;
      line-height: 40px;
      background-color: #fff;
      border: 1px solid #b3bbc5;
      font-size: 14px;
      box-sizing: border-box;
      padding: 8px 30px 8px 8px;
      outline: none;
      border-radius: 2px; }
      .calculator-block .calculator input.calc-input#calc1-dayscount {
        width: 100px;
        padding-right: 8px; }
      .calculator-block .calculator input.calc-input:focus {
        border: 1px solid #158e34; }
    .calculator-block .calculator .calc1-clear {
      width: 208px;
      height: 38px;
      margin-top: 20px;
      line-height: 38px;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      color: #222e33;
      display: inline-block;
      margin-right: 15px;
      cursor: pointer;
      background-color: #fff;
      border: 1px solid #158e34; }
      .calculator-block .calculator .calc1-clear:hover {
        color: #fff;
        background-color: #158e34; }
    .calculator-block .calculator .calc1-calculate {
      width: 210px;
      height: 40px;
      margin-top: 20px;
      line-height: 40px;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      text-align: center;
      display: inline-block;
      margin-right: 15px;
      cursor: pointer;
      background-color: #158e34; }
      .calculator-block .calculator .calc1-calculate:hover {
        background-color: #107429; }
    .calculator-block .calculator .calc1-result {
      margin: 25px 0;
      font-size: 18px;
      color: #158e34; }
      .calculator-block .calculator .calc1-result b {
        color: #222e33; }
    @media (max-width: 600px) {
      .calculator-block .calculator .calc-option {
        display: block; }
      .calculator-block .calculator input.calc-input {
        width: 100%; }
      .calculator-block .calculator .calc1-calculate,
      .calculator-block .calculator .calc1-clear {
        width: 100%; } }

.calculator-block .calculator2 {
  padding: 25px;
  background-color: #eff1f5; }
  .calculator-block .calculator2 .calc-date-title {
    margin-right: 100px;
    font-weight: bold; }
  .calculator-block .calculator2 .calc2-remove-period {
    display: inline-block;
    margin-top: 18px;
    cursor: pointer;
    color: #158e34;
    margin-left: 15px; }
  .calculator-block .calculator2 .calc2-option {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .calculator-block .calculator2 .calc2-option .icon {
      position: absolute;
      right: 22px;
      font-size: 22px;
      top: 18px;
      pointer-events: none; }
  .calculator-block .calculator2 input {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 9px;
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #b3bbc5;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 30px 8px 8px;
    outline: none;
    border-radius: 2px; }
    .calculator-block .calculator2 input:focus {
      border: 1px solid #158e34; }
    .calculator-block .calculator2 input.calc2-fio {
      width: 408px; }
  .calculator-block .calculator2 .calc2-addperiod {
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer; }
    .calculator-block .calculator2 .calc2-addperiod .icon {
      position: relative;
      top: 1px;
      width: 19px;
      height: 19px;
      line-height: 19px;
      background-color: #158e34;
      font-size: 18px;
      text-align: center;
      margin-right: 10px;
      display: inline-block;
      color: #fff; }
  .calculator-block .calculator2 .calc2-calculate {
    width: 210px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    background-color: #158e34; }
    .calculator-block .calculator2 .calc2-calculate:hover {
      background-color: #107429; }
  .calculator-block .calculator2 .calc2-clear {
    width: 208px;
    height: 38px;
    margin-top: 20px;
    line-height: 38px;
    color: #222e33;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #158e34; }
    .calculator-block .calculator2 .calc2-clear:hover {
      color: #fff;
      background-color: #158e34; }
  .calculator-block .calculator2 .calc2-result {
    margin: 25px 0;
    font-size: 18px;
    color: #158e34; }
    .calculator-block .calculator2 .calc2-result b {
      color: #222e33; }
  .calculator-block .calculator2 .calc2-option-label {
    display: none; }
  @media (max-width: 600px) {
    .calculator-block .calculator2 .calc2-period-labels {
      display: none; }
    .calculator-block .calculator2 .calc2-option-label {
      display: block; }
    .calculator-block .calculator2 .calc2-option {
      display: block; }
      .calculator-block .calculator2 .calc2-option .icon {
        top: 32px; }
    .calculator-block .calculator2 input {
      margin-top: 5px;
      margin-bottom: 10px;
      width: 100%; }
      .calculator-block .calculator2 input.calc2-fio {
        width: 100%; }
    .calculator-block .calculator2 .calc2-remove-period {
      display: block;
      cursor: pointer;
      margin: 0; }
    .calculator-block .calculator2 .calc2-calculate,
    .calculator-block .calculator2 .calc2-clear {
      width: 100%; } }

.calculator-block .calculator3 {
  padding: 25px;
  background-color: #eff1f5; }
  .calculator-block .calculator3 .calc3-label {
    font-weight: bold;
    display: inline-block;
    min-width: 100px; }
  .calculator-block .calculator3 .calc3-months {
    margin-top: 10px;
    max-width: 470px; }
    .calculator-block .calculator3 .calc3-months .calc3-month {
      display: inline-block; }
      .calculator-block .calculator3 .calc3-months .calc3-month:nth-child(2n+1) {
        padding-right: 20px; }
  .calculator-block .calculator3 .calc3-year-count {
    border-top: 1px solid #d1d6dd;
    margin-top: 10px;
    padding-top: 10px; }
  .calculator-block .calculator3 input.calc3-input {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 9px;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border: 1px solid #b3bbc5;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px 8px 8px 8px;
    outline: none;
    border-radius: 2px; }
    .calculator-block .calculator3 input.calc3-input:focus {
      border: 1px solid #158e34; }
  .calculator-block .calculator3 .calc3-calculate {
    width: 210px;
    height: 40px;
    margin-top: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    background-color: #158e34; }
    .calculator-block .calculator3 .calc3-calculate:hover {
      background-color: #107429; }
  .calculator-block .calculator3 .calc3-clear {
    width: 208px;
    height: 38px;
    margin-top: 20px;
    line-height: 38px;
    color: #222e33;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #158e34; }
    .calculator-block .calculator3 .calc3-clear:hover {
      color: #fff;
      background-color: #158e34; }
  .calculator-block .calculator3 .calc3-result {
    margin: 25px 0;
    font-size: 18px;
    color: #158e34; }
    .calculator-block .calculator3 .calc3-result b {
      color: #222e33; }
  @media (max-width: 600px) {
    .calculator-block .calculator3 .calc3-calculate,
    .calculator-block .calculator3 .calc3-clear {
      width: 100%; } }

.calculator-description-block {
  box-sizing: border-box;
  padding: 15px 20px 54px;
  font-size: 16px; }
  @media (max-width: 1280px) {
    .calculator-description-block {
      font-size: 14px; } }
  .calculator-description-block p {
    margin-bottom: 12px; }
  .calculator-description-block ul {
    padding-left: 20px;
    list-style-position: inside;
    list-style-type: disc; }
    .calculator-description-block ul li {
      margin-bottom: 12px; }

.calculator-page i.icon-calculator {
  display: inline-block;
  vertical-align: middle;
  width: 64px;
  height: 64px;
  font-size: 64px;
  color: #fff;
  margin-right: 20px; }

.calculator-page .btn-calculator {
  display: block;
  color: #fff;
  background-color: #64c32a;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  border: 2px solid #fff;
  line-height: 1.3;
  padding: 50px 0 50px 50px; }
  .calculator-page .btn-calculator span {
    display: inline-block;
    vertical-align: middle;
    width: 320px; }

.calculator-page .btn-calculator1 {
  background-color: #339c00; }
  .calculator-page .btn-calculator1:hover {
    background-color: #1f9115; }

.calculator-page .btn-calculator2 {
  background-color: #64c32a; }
  .calculator-page .btn-calculator2:hover {
    background-color: #55b71d; }

.calculator-page .btn-calculator3 {
  display: table;
  background-color: #008034;
  height: 100%;
  width: 100%; }
  .calculator-page .btn-calculator3:hover {
    background-color: #00712e; }

@media (max-width: 992px) {
  .calculator-page .btn-calculator {
    padding: 20px 0 20px 20px; }
    .calculator-page .btn-calculator span {
      width: 80%; } }

@media (max-width: 500px) {
  .calculator-page i.icon-calculator {
    margin-right: 10px; }
  .calculator-page .btn-calculator {
    font-size: 20px; }
    .calculator-page .btn-calculator span {
      width: 70%; } }


/*# sourceMappingURL=style.css.map*/