@charset "UTF-8";
html, body {
  height: 100%;
}

.instant {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}

body {
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #67605A;
  background-color: #fff;
}

/* tic-proportion begin */
/* tic-proportion end */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

body.modal-open {
  overflow: hidden;
}

input, select {
  border: 1px solid #BABABA;
  padding: 8px 1px;
  font-size: 16px;
  font-weight: 400;
  width: 300px;
  max-width: 100%;
}

textarea {
  font-weight: 400;
  border: 1px solid #BABABA;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

label + button {
  margin-top: 10px !important;
}

label > input, label > textarea {
  margin-top: 5px;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

#mobile-menu-button {
  display: none;
  background-color: transparent;
  color: #000;
  position: relative;
  width: 23px;
  right: 16px;
  top: 0px;
  border: none;
  outline: none;
  font-size: 36px;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  padding-top: 17px;
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 2px;
  border-radius: 1px;
  background-color: #67605A;
}

#mobile-menu-button > div + div {
  margin-top: 5px;
}

.pushy-content ul {
  padding: 10px 0 0px 0;
}

.pushy-content ul + ul {
  border-top: 1px solid #444;
}

.pushy-content a {
  color: #333 !important;
}

.pushy-content a:hover {
  background-color: transparent;
  color: #F53535 !important;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0 0 10px;
}

a.anchor {
  text-decoration: none;
}

p {
  margin: 0 0 13px;
}

a {
  color: #91430C;
  outline: none;
  text-decoration: none;
}

a:hover {
  /*color: #F53535;*/
  text-decoration: underline;
}

ul {
  padding-left: 22px;
  text-align: left;
}

li {
  margin: 0 0 16px;
  line-height: 21px;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

.container {
  max-width: 1152px !important;
  /* 64 / 32 / 12 */
  margin: 0 auto;
  /*overflow: hidden;*/
  /*outline: 1px solid red;*/
  position: relative;
}

#header .container {
  overflow: visible;
}

button.button, a.button, .upload-button {
  display: inline-block;
  position: relative;
  padding: 7px 20px 6px;
  margin: 0 0 5px 0;
  cursor: pointer;
  text-transform: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#7CB340), to(#528D10));
  background: linear-gradient(180deg, #7CB340 0%, #528D10 100%);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  outline: none !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a.button:hover, button.button:hover, .upload-button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#86CE37), to(#4A8C00));
  background: linear-gradient(180deg, #86CE37 0%, #4A8C00 100%);
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 2;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

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

#call-back-dialog {
  width: 600px;
  max-width: 100%;
}

#call-back-dialog h3 {
  margin-bottom: 23px;
}

#call-back-dialog p {
  text-align: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  color: #555;
}

#call-back-dialog label {
  margin-bottom: 15px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 90;
  overflow: auto;
  cursor: pointer;
}

.modal-panel {
  position: absolute;
  background: #fff;
  left: 0px;
  top: 0px;
  z-index: 100;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 40px;
  margin: 0px;
  text-align: center;
  max-width: 100%;
  cursor: default;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 24px;
  height: 24px;
  background-image: url("./img/close-button.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button {
  position: absolute;
  top: 13px;
  right: 8px;
}

.modal-panel .close-button:hover {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("./img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel h5.success {
  width: 454px;
  max-width: 100%;
  background-image: url("./img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  padding: 112px 0px 15px;
  color: #333;
}

.modal-panel h5.warning {
  width: 454px;
  max-width: 100%;
  background-image: url("./img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center 5px;
  padding: 112px 0px 15px;
  color: #333;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  /*font-family: Arial, Sans Serif;*/
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
}

::-moz-placeholder {
  color: #aaa !important;
  font-size: 14px;
}

:-moz-placeholder {
  color: #aaa !important;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #aaa !important;
  font-size: 14px;
}

.switch {
  /* ������������� */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("./img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("./img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

.radio {
  /* �����-������ */
  position: relative;
  text-align: center;
}

.radio > div {
  display: inline-block;
  background-image: url("./img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 44px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.radio > div + div {
  margin-left: 24px;
}

.radio > div.selected {
  background-image: url("./img/radio-button-checked.png");
}

.checkbox {
  /* �������� */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-image: url("./img/checkbox-unchecked.png");
}

.checkbox.checked {
  background-image: url("./img/checkbox-checked.png");
}

ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
  /*content:"Section " counter(section) ". ";*/
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

/* ���������� ����� ��� ����� � ������ */
@media (max-width: 991px) {
  /* md */
}

@media (max-width: 767px) {
  /* sm */
  body {
    font-size: 16px;
  }
  .no-mobile {
    display: none;
  }
  #logo {
    width: 100%;
    background-position: center;
  }
  #logo-footer {
    width: 100%;
    background-position: center;
  }
  p {
    text-align: left;
  }
  #footer p {
    text-align: center;
  }
}

@media (max-width: 479px) {
  /* xs */
}

#header {
  padding: 43px 0 0 0;
  position: relative;
  background-color: #57B3E9;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background-color: #222;
  text-align: center;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 10;
}

#header-top {
  background: #FFF2C7;
  padding: 0;
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  height: 43px;
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0s;
  transition: all 0s;
}

#header-top a:hover {
  text-decoration: none;
}

#header-top div {
  overflow: visibled;
}

#header-top > div, #header-top > div > div {
  height: 100%;
}

#header-top .contacts {
  display: none;
}

#header-top .contacts a.email {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #146B9C;
  white-space: nowrap;
  margin-right: 20px;
}

#header-top .contacts a.phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  color: #67605A;
  white-space: nowrap;
}

#header-top a.logo {
  background-image: url("img/logo.png");
  background-position: center 8px;
  background-repeat: no-repeat;
  width: 124px;
  height: 128px;
  position: absolute;
  top: 0px;
  left: calc(50% - 62px);
  display: block;
}

#header-top a.logo-mobile {
  display: none;
  background-image: url("img/logo-mobile.png");
  background-position: left 2px;
  background-repeat: no-repeat;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #67605A;
  height: 56px;
  padding-left: 68px;
  white-space: nowrap;
}

#header-top .languages > a {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 43px;
  height: 100%;
  color: #146B9C;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-right: 20px;
}

#header-top .languages > a.ru {
  background-image: url("img/ru.png");
}

#header-top .languages > a.by {
  background-image: url("img/by.png");
}

#header-top .languages > a.en {
  background-image: url("img/en.png");
}

#header-top .versions {
  display: inline-block;
  background-image: url("img/eye.png");
  background-repeat: no-repeat;
  background-position: center left;
  padding: 0 0 0 40px;
  vertical-align: middle;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 43px;
  text-align: right;
  color: #333333;
  cursor: pointer;
  height: 100%;
}

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

#header-top.scrolled {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  height: 50px;
}

#header-top.scrolled .languages a > span {
  display: none;
}

#header-top.scrolled .versions > span {
  display: none;
}

#header-top.scrolled #mobile-menu-button {
  display: block;
}

#header-top.scrolled a.logo-mobile {
  display: block;
}

#header-top.scrolled a.logo {
  display: none;
}

#header-top.scrolled .contacts {
  display: block;
}

h2 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  margin: 0 0 22px 0;
}

h3 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  margin: 17px 0 22px 0;
}

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #444;
}

#header-main {
  width: 100%;
  height: 611px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

#header-main h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFF2C7;
  margin: 124px 0 36px;
}

#header-main h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  color: #FFD852;
  margin: 0px auto 43px;
  max-width: 600px;
  position: relative;
  padding: 24px 0 14px;
}

#header-main h1 hr {
  display: block;
  height: 0px;
  opacity: 0.58;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #FFD852;
}

#header-main h1 hr:nth-of-type(1) {
  margin-bottom: 24px;
}

#header-main h1 hr:nth-of-type(2) {
  margin-top: 14px;
}

#header-main h1 > span {
  display: block;
  font-weight: 700;
  font-size: 90px;
  line-height: 105px;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0px 0 0px;
}

@media (max-width: 560px) {
  #header-main h1 {
    font-size: 24px;
  }
  #header-main h1 > span {
    font-size: 70px;
  }
}

@media (max-width: 440px) {
  #header-main h1 {
    font-size: 18px;
  }
  #header-main h1 > span {
    font-size: 56px;
  }
}

#header-main h3 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #FFF2C7;
  margin: 0px auto 20px;
  max-width: 484px;
}

#header-main .first-screen-background {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
}

#header-main .first-screen-background::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

#header-bottom {
  padding: 0px 0 0px;
  background: #91430C;
}

#header ul.main-menu {
  padding: 0;
  position: relative;
  z-index: 10;
  margin: 0;
}

#header ul.main-menu > li {
  display: inline-block;
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #FFD852;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  margin: 0;
}

#header ul.main-menu > li + li {
  margin-left: 2em;
}

#header ul.main-menu > li.with-sub {
  /*background-image: url("img/drop-down.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;*/
}

#header ul.main-menu a {
  color: inherit;
  display: block;
}

#header ul.main-menu li > a {
  padding: 14px 0;
  display: block;
}

#header ul.main-menu a.no-action:hover {
  text-decoration: none;
}

#header ul.main-menu > li > ul {
  display: none;
  z-index: 99;
  position: absolute;
  left: 0px;
  top: 36px;
  width: 256px;
  list-style: none;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
  border-top: 1px solid #FFD852;
}

#header ul.main-menu > li ul > li {
  display: block;
  position: relative;
  text-transform: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #f5f5f5;
  padding: 0px;
  margin: 0px;
  background: #91430C;
}

#header ul.main-menu > li ul > li > a {
  padding: 12px 20px 12px 12px;
}

#header ul.main-menu > li ul > li > a:hover {
  text-decoration: none;
}

#header ul.main-menu > li ul > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#header ul.main-menu > li ul > li:hover {
  color: #FFD852;
}

#header ul.main-menu > li ul > li.active {
  background-color: #4A7916;
}

#header ul.main-menu li:hover > ul {
  display: block;
}

#header ul.main-menu > li > ul > li.with-sub {
  background-image: url("img/drop-right.png");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

#header ul.main-menu > li > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  left: 256px;
  top: 0px;
  width: 256px;
  list-style: none;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}

#contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

#contrast-setting #font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

#contrast-setting #font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

#contrast-setting #font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

#contrast-setting #contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

#contrast-setting #contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

.pushy {
  background-color: #f5f5f5;
  width: 320px;
}

.pushy-left {
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
}

.pushy-content {
  color: #fff;
  text-align: center;
  padding: 0 4px;
}

.pushy-content a.logo {
  display: block;
  width: 90%;
  height: 100px;
  background-image: url("img/logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px auto 0;
}

.pushy-content h3 {
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}

.pushy-content button {
  margin-bottom: 16px;
}

.pushy-content a.phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333;
  white-space: nowrap;
  display: block;
  padding: 0;
  margin-bottom: 16px;
}

.pushy-content a.email {
  font-size: 18px;
  line-height: 21px;
  color: #4786C7 !important;
  white-space: nowrap;
  display: block;
  margin-top: 8px;
  padding: 0;
}

.pushy-content ul {
  padding: 8px 0 0 24px;
}

.pushy-content ul > li > ul > li > ul {
  display: none;
}

.pushy-content ul.pushy-meny {
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 16px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-left: 50px;
}

.pushy-content li {
  color: #333;
  margin-bottom: 8px;
}

.pushy-content li > a {
  padding: 0;
}

.pushy-content ul > li > ul {
  display: none;
}

.pushy-content .languages {
  margin: 32px 0;
}

.pushy-content .languages > a {
  display: inline-block;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #146B9C;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 30px;
  margin: 0 0 0px;
}

.pushy-content .languages > a.ru {
  background-image: url("img/ru.png");
}

.pushy-content .languages > a.by {
  background-image: url("img/by.png");
}

.pushy-content .languages > a.en {
  background-image: url("img/en.png");
}

.pushy-content .languages > a > span {
  display: none;
}

#template1-page {
  padding: 48px 0 48px;
}

#template2-page {
  padding: 48px 0 48px;
}

#template2-page .row + .row {
  margin-top: 20px;
}

#template2-page .alt-column {
  margin-top: 80px;
}

#template3-page {
  padding: 48px 0 48px;
}

#template4-page {
  padding: 48px 0 48px;
}

#template3-page input, #template3-page textarea {
  display: inline-block;
}

#template4-page input, #template4-page textarea {
  display: inline-block;
}

#template1-page h1, #template2-page h1 {
  font-size: 28px;
  margin-bottom: 24px;
}

#template1-page h3, #template2-page h3 {
  margin: 32px 0 16px;
}

#template1-page h4, #template2-page h4 {
  margin: 32px 0 16px;
}

#template1-page h5, #template2-page h5 {
  margin: 20px 0 8px;
}

#template1-page img, #template2-page img {
  margin: 2px;
}

#about {
  text-align: left;
  padding: 82px 0 48px;
}

#about h2 {
  color: #4A7916;
}

#about img {
  margin-top: -73px;
}

#opytnaya {
  background-color: #FCF7EB;
  padding: 66px 0 65px;
}

#opytnaya h2 {
  color: #4A7916;
}

#opytnaya p {
  max-width: 500px;
}

#opytnaya img {
  margin: 10px 0 45px;
}

#opytnaya .button {
  margin-top: 20px;
}

#semenovodstvo {
  background-image: url("img/plant-bg.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #EAEAEA;
  padding: 65px 0 65px;
}

#semenovodstvo a {
  color: #fff;
  text-decoration: underline;
}

#semenovodstvo a.button {
  text-decoration: none;
}

#semenovodstvo .row + .row {
  margin-top: 80px;
}

#semenovodstvo .row + .row h3 {
  margin-top: 0;
}

.doc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #929292;
  border-bottom: 1px solid #929292;
  margin-top: -1px;
  padding: 20px 20px 17px;
}

.doc-item h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #FFD852;
  margin: 0;
  padding-right: 30px;
}

.doc-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #EAEAEA;
  padding-top: 3px;
  padding-right: 30px;
  margin: 0;
}

.doc-item p:empty {
  display: none;
}

@media (max-width: 480px) {
  .doc-item {
    display: block;
    text-align: center;
  }
  .doc-item h4, .doc-item p {
    padding-right: 0px;
  }
}

#semenovodstvo h2 {
  color: #FFD852;
  margin-bottom: 50px;
}

#semenovodstvo h3 {
  color: #FFD852;
  margin-bottom: 12px;
}

#semenovodstvo a.button {
  margin-top: 6px;
}

#semenovodstvo div.small-button-container {
  position: absolute;
  bottom: 0;
}

#news {
  text-align: left;
  padding: 64px 0 44px;
  background: #FCF7EB;
}

#news h2 {
  color: #4A7916;
}

p.news-date {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #91430C;
  margin-bottom: 6px;
}

div.short-news-item {
  position: relative;
  padding-bottom: 38px;
  margin-bottom: 40px;
}

div.small-button-container {
  position: absolute;
  bottom: 0;
}

#news div.more-link {
  text-align: center;
  margin-top: 0px;
}

#news div.more-link > a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #146B9C;
}

.news-item {
  max-width: 800px;
  text-align: left;
  margin-bottom: 20px;
}

.news-item .small-button-container {
  padding-top: 16px;
  text-align: center;
}

#photos {
  padding: 64px 0 44px;
  overflow: hidden;
}

#photos h2 {
  color: #4A7916;
  margin-bottom: 27px;
}

div.album-preview {
  position: relative;
  width: 308px;
  height: 232px;
  margin: 0 auto 47px;
}

div.album-preview > div {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform-origin: -70% 200%;
          transform-origin: -70% 200%;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

div.album-preview > div:nth-of-type(1) {
  z-index: 3;
}

div.album-preview > div:nth-of-type(2) {
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
  z-index: 2;
}

div.album-preview > div:nth-of-type(3) {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  z-index: 1;
}

div.album-preview:hover > div:nth-of-type(1) {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}

div.album-preview:hover > div:nth-of-type(2) {
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

div.album-item h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #146B9C;
  margin-left: 14px;
  max-width: 80%;
}

div.album-item {
  margin-bottom: 41px;
}

#photos div.more-link {
  text-align: center;
  margin-top: -23px;
}

#photos div.more-link > a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #146B9C;
}

#template3-page textarea, #template4-page textarea {
  width: 500px;
  height: 200px;
  display: block;
}

#left-menu a {
  color: #401F03;
}

#footer div.logo {
  background-image: url("img/logo-footer.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 90px;
  padding: 22px 0 0 102px;
  margin-bottom: 22px;
}

#footer-top {
  background: #FCF7EB;
  position: relative;
  /*z-index: 2;*/
  padding: 24px 0 35px;
}

#footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer-menu > li > ul {
  display: none;
}

#footer-menu > li > a {
  color: inherit;
}

#footer-menu > li {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #146B9C;
  margin-bottom: 6px;
}

#footer h2 {
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #401F03;
  margin-bottom: 4px;
}

#footer h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #401F03;
  margin-bottom: 12px;
}

#footer p.labels {
  margin-bottom: 6px;
}

#footer a.location {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #146B9C;
  background-image: url("img/location.png");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 23px;
  padding-left: 20px;
}

#footer a.phone {
  display: inline-block;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #91430C;
  margin: 0px 0 10px;
}

#footer a.email {
  display: inline-block;
  font-family: Roboto Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #91430C;
  margin: 0px 0 20px;
}

#footer .map-link {
  margin: 10px 0 10px;
}

#footer-bottom {
  background: #E6D9D0;
  padding: 36px 0 30px;
  position: relative;
  z-index: 1;
}

#footer-bottom img {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 23px 0 32px;
}

#footer-bottom h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #91430C;
  margin-bottom: 12px;
}

#footer-bottom a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #146B9C;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

a.parent-page {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
}

ul.pages-around {
  list-style: none;
  padding: 0;
  margin: 12px 0 32px;
}

ul.pages-around > li {
  padding: 9px 0 3px 0;
}

ul.pages-around > li + li {
  border-top: 1px solid #eee;
}

ul.pages-around > li.active {
  font-weight: bold;
  color: #555;
}

table.table thead > tr {
  background-color: #67605A;
  color: #f5f5f5;
}

.table-bordered > thead > tr > th {
  border: 1px solid #67605A !important;
  font-weight: normal;
  font-size: 14px;
  vertical-align: top;
}

.children-pages {
  margin-bottom: 56px;
}

.children-page > a {
  text-decoration: underline;
  color: #2D4B78;
}

div.table-container {
  overflow: auto;
}

p.table10 {
  font-size: 12px;
  margin-bottom: 6px;
}

.big-digit {
  font-style: normal;
  font-weight: 900;
  font-size: 42px;
  line-height: 49px;
  text-align: center;
}

@media (max-width: 1199px) {
  /* lg */
  #header ul.main-menu > li + li {
    margin-left: 1.2em;
  }
}

@media (min-width: 992px) {
  /* lg */
}

@media (max-width: 991px) {
  /* md */
  #header-top .languages > a > span {
    display: none;
  }
  #header-top {
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    height: 50px;
  }
  #header-top .languages {
    display: none;
  }
  #header-top .versions > span {
    display: none;
  }
  #header-top #mobile-menu-button {
    display: block;
  }
  #header-top a.logo-mobile {
    display: block;
  }
  #header-top a.logo {
    display: block;
    margin-top: 60px;
  }
  #header-top .contacts {
    display: block;
  }
  #header-top .contacts a.email {
    display: none;
  }
  #header {
    padding: 0px 0 0 0;
  }
  #header-bottom {
    display: none;
  }
  div.short-news-item {
    margin-bottom: 32px;
  }
  #header-main {
    width: 100%;
    padding: 80px 0 50px 0;
    height: auto;
    position: relative;
    text-align: center;
    overflow: hidden;
  }
}

@media (max-width: 830px) {
  #header .short-info {
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  /* sm */
  div.album-item h4 {
    text-align: center;
    margin: 0 auto;
  }
  #footer {
    text-align: center;
  }
  #footer div.logo {
    background-position: center top;
    padding: 100px 0 0 0;
  }
  #footer a.location {
    margin-bottom: 32px;
  }
  #footer-menu {
    margin-bottom: 32px;
  }
  #footer-menu > li {
    text-align: center;
  }
  #footer-bottom img {
    margin: 23px 0 0px;
  }
}

@media (max-width: 720px) {
  #header .short-info {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 216, 82, 0.8);
  }
  #header .short-info > div {
    max-width: 100%;
    text-align: left;
  }
  #header .short-info:before, #header .short-info:after {
    display: none;
  }
}

@media (max-width: 580px) {
  #header-top .versions {
    display: none;
  }
}

@media (max-width: 480px) {
  #header-top .contacts {
    display: none !important;
  }
  #header h1 {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 38px;
  }
}
/*# sourceMappingURL=common.css.map */