html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

article,
aside,
details menu,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  font-size: 1.5rem;
  color: #2e2e2d;
  font-weight: 700;
  margin: 0.75em 0;
  line-height: 1.2;
  text-transform: uppercase;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='submit'],
button,
html [type='button'] [type='reset'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: inherit;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.grid--fit {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid--around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.grid--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid--vertical-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.grid--nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.order-0 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

@media (max-width: 1179px) {
  .order-l-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-l-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-l-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-l-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-l-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-l-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (max-width: 767px) {
  .order-m-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-m-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-m-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-m-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-m-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-m-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

@media (max-width: 559px) {
  .order-s-0 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-s-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-s-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-s-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-s-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-s-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
}

.col-1,
.col-10,
.col-10p,
.col-11,
.col-12,
.col-1p,
.col-2,
.col-20p,
.col-3,
.col-30p,
.col-4,
.col-40p,
.col-5,
.col-50p,
.col-5p,
.col-6,
.col-60p,
.col-7,
.col-70p,
.col-8,
.col-80p,
.col-9,
.col-90p {
  position: relative;
  padding: 10px;
  margin: 0;
  outline: 0;
}

.col-1p {
  width: 1%;
}

.col-5p {
  width: 5%;
}

.col-10p {
  width: 10%;
}

.col-20p {
  width: 20%;
}

.col-30p {
  width: 30%;
}

.col-40p {
  width: 40%;
}

.col-50p {
  width: 50%;
}

.col-60p {
  width: 60%;
}

.col-70p {
  width: 70%;
}

.col-80p {
  width: 80%;
}

.col-90p {
  width: 90%;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (max-width: 1179px) {
  .col-l-1 {
    width: 8.33333%;
  }

  .col-l-2 {
    width: 16.66667%;
  }

  .col-l-3 {
    width: 25%;
  }

  .col-l-4 {
    width: 33.33333%;
  }

  .col-l-5 {
    width: 41.66667%;
  }

  .col-l-6 {
    width: 50%;
  }

  .col-l-7 {
    width: 58.33333%;
  }

  .col-l-8 {
    width: 66.66667%;
  }

  .col-l-9 {
    width: 75%;
  }

  .col-l-10 {
    width: 83.33333%;
  }

  .col-l-11 {
    width: 91.66667%;
  }

  .col-l-12 {
    width: 100%;
  }

  .col-l-1p {
    width: 1%;
  }

  .col-l-5p {
    width: 5%;
  }

  .col-l-10p {
    width: 10%;
  }

  .col-l-20p {
    width: 20%;
  }

  .col-l-30p {
    width: 30%;
  }

  .col-l-40p {
    width: 40%;
  }

  .col-l-50p {
    width: 50%;
  }

  .col-l-60p {
    width: 60%;
  }

  .col-l-70p {
    width: 70%;
  }

  .col-l-80p {
    width: 80%;
  }

  .col-l-90p {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .col-m-1 {
    width: 8.33333%;
  }

  .col-m-2 {
    width: 16.66667%;
  }

  .col-m-3 {
    width: 25%;
  }

  .col-m-4 {
    width: 33.33333%;
  }

  .col-m-5 {
    width: 41.66667%;
  }

  .col-m-6 {
    width: 50%;
  }

  .col-m-7 {
    width: 58.33333%;
  }

  .col-m-8 {
    width: 66.66667%;
  }

  .col-m-9 {
    width: 75%;
  }

  .col-m-10 {
    width: 83.33333%;
  }

  .col-m-11 {
    width: 91.66667%;
  }

  .col-m-12 {
    width: 100%;
  }

  .col-m-1p {
    width: 1%;
  }

  .col-m-5p {
    width: 5%;
  }

  .col-m-10p {
    width: 10%;
  }

  .col-m-20p {
    width: 20%;
  }

  .col-m-30p {
    width: 30%;
  }

  .col-m-40p {
    width: 40%;
  }

  .col-m-50p {
    width: 50%;
  }

  .col-m-60p {
    width: 60%;
  }

  .col-m-70p {
    width: 70%;
  }

  .col-m-80p {
    width: 80%;
  }

  .col-m-90p {
    width: 90%;
  }
}

@media (max-width: 559px) {
  .col-s-1 {
    width: 8.33333%;
  }

  .col-s-2 {
    width: 16.66667%;
  }

  .col-s-3 {
    width: 25%;
  }

  .col-s-4 {
    width: 33.33333%;
  }

  .col-s-5 {
    width: 41.66667%;
  }

  .col-s-6 {
    width: 50%;
  }

  .col-s-7 {
    width: 58.33333%;
  }

  .col-s-8 {
    width: 66.66667%;
  }

  .col-s-9 {
    width: 75%;
  }

  .col-s-10 {
    width: 83.33333%;
  }

  .col-s-11 {
    width: 91.66667%;
  }

  .col-s-12 {
    width: 100%;
  }

  .col-s-1p {
    width: 1%;
  }

  .col-s-5p {
    width: 5%;
  }

  .col-s-10p {
    width: 10%;
  }

  .col-s-20p {
    width: 20%;
  }

  .col-s-30p {
    width: 30%;
  }

  .col-s-40p {
    width: 40%;
  }

  .col-s-50p {
    width: 50%;
  }

  .col-s-60p {
    width: 60%;
  }

  .col-s-70p {
    width: 70%;
  }

  .col-s-80p {
    width: 80%;
  }

  .col-s-90p {
    width: 90%;
  }
}

@media (max-width: 319px) {
  .col-xs-1 {
    width: 8.33333%;
  }

  .col-xs-2 {
    width: 16.66667%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-4 {
    width: 33.33333%;
  }

  .col-xs-5 {
    width: 41.66667%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-7 {
    width: 58.33333%;
  }

  .col-xs-8 {
    width: 66.66667%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-10 {
    width: 83.33333%;
  }

  .col-xs-11 {
    width: 91.66667%;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-1p {
    width: 1%;
  }

  .col-xs-5p {
    width: 5%;
  }

  .col-xs-10p {
    width: 10%;
  }

  .col-xs-20p {
    width: 20%;
  }

  .col-xs-30p {
    width: 30%;
  }

  .col-xs-40p {
    width: 40%;
  }

  .col-xs-50p {
    width: 50%;
  }

  .col-xs-60p {
    width: 60%;
  }

  .col-xs-70p {
    width: 70%;
  }

  .col-xs-80p {
    width: 80%;
  }

  .col-xs-90p {
    width: 90%;
  }
}

.collapse-height {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.collapse {
  padding: 0 !important;
  margin: 0 !important;
}

.shift-1 {
  margin-left: 8.33333%;
}

.shift-2 {
  margin-left: 16.66667%;
}

.shift-3 {
  margin-left: 25%;
}

.shift-4 {
  margin-left: 33.33333%;
}

.shift-5 {
  margin-left: 41.66667%;
}

.shift-6 {
  margin-left: 50%;
}

.shift-7 {
  margin-left: 58.33333%;
}

.shift-8 {
  margin-left: 66.66667%;
}

.shift-9 {
  margin-left: 75%;
}

.shift-10 {
  margin-left: 83.33333%;
}

.shift-11 {
  margin-left: 91.66667%;
}

.shift-12 {
  margin-left: 100%;
}

.body,
.html {
  height: 100%;
}

.html {
  width: 100% !important;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  background-color: #f5f5f5;
  color: #2e2e2d;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: #2e2e2d;
  margin: 0.75em 0;
  line-height: 1.2;
  font-weight: 700;
}

h2 {
  font-size: 1.125rem;
}

h2,
h3,
h5,
h6 {
  text-transform: uppercase;
}

h3,
h4,
h5,
h6 {
  font-size: 0.9375rem;
}

h4,
h5,
h6 {
  text-transform: none;
}

h5,
h6 {
  font-size: 0.875rem;
  font-weight: 400;
}

h6 {
  font-size: 0.8125rem;
}

@media (max-width: 559px) {
  h1 {
    font-size: 1.375rem;
    color: #2e2e2d;
    font-weight: 700;
    margin: 0.75em 0;
    line-height: 1.2;
    text-transform: uppercase;
  }

  h1:first-child {
    margin-top: 0;
  }
}

.g-button,
.g-button::before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.g-button {
  font-family: 'PT Sans Caption', Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  font-size: 0.8125rem;
  font-weight: 700 !important;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  cursor: pointer;
  margin: 10px 0;
  color: #32964d;
  padding: 12px 15px;
  border-radius: 22px/50%;
  border: 2px solid currentColor;
  opacity: 1;
  will-change: opacity;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  min-width: 180px;
}

.g-button::after,
.g-button::before {
  content: '';
  position: absolute;
  display: block;
  opacity: 0;
}

.g-button::before {
  left: 0;
  background-image: -webkit-linear-gradient(45deg, #32964d, #060);
  background-image: linear-gradient(45deg, #32964d, #060);
  z-index: -1;
  width: 101%;
  height: 101%;
  top: 0;
}

.g-button::after {
  right: 12px;
  top: 50%;
  margin-top: -5.5px;
  width: 8px;
  height: 11px;
  background-image: url(/img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.g-button:focus,
.g-button:hover {
  color: #fff;
  border-color: #0a700f;
  background-color: #0a700f;
}

.g-button:focus::after,
.g-button:hover::after {
  -webkit-animation: arrowSlideLeft 0.4s ease forwards;
  animation: arrowSlideLeft 0.4s ease forwards;
}

.g-button:focus::before,
.g-button:hover::before {
  opacity: 1;
}

.g-button:active {
  border-color: #0a700f;
}

.g-button:active::before {
  background-image: -webkit-linear-gradient(45deg, #060, #32964d);
  background-image: linear-gradient(45deg, #060, #32964d);
}

.g-button--center {
  margin-left: auto;
  margin-right: auto;
}

.g-button--yellow {
  color: #ffc915;
}

.g-button--yellow::before {
  background-image: -webkit-linear-gradient(45deg, #ffc915, #f90);
  background-image: linear-gradient(45deg, #ffc915, #f90);
}

.g-button--yellow:focus,
.g-button--yellow:hover {
  background-color: #f90;
  border-color: #f90;
}

.g-button--yellow:active::before {
  background-image: -webkit-linear-gradient(45deg, #f90, #ffc915);
  background-image: linear-gradient(45deg, #f90, #ffc915);
}

.g-link {
  position: relative;
  color: #32964d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.g-link:focus,
.g-link:hover {
  color: #1e8239;
}

.g-link:active {
  color: #46aa61;
}

.g-icon {
  display: inline-block;
}

.g-icon-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}

.g-icon-arrow::after,
.g-icon-arrow::before {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
}

.g-icon-arrow::before {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  top: 4px;
}

.g-icon-arrow::after {
  top: 50%;
  width: 13px;
  height: 2px;
  background-color: currentColor;
}

.g-section {
  margin: 30px 0;
  position: relative;
}

@media (max-width: 1179px) {
  .g-section {
    margin: 30px 0;
  }
}

.g-section__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 35px;
}

.g-section__title i {
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  color: #32964d;
}

@media (max-width: 1179px) {
  .g-section__title {
    margin-bottom: 20px;
  }
}

.g-section__container {
  padding: 30px;
}

.g-section--scroll .b-text {
  overflow: auto;
}

.g-section--collapse-top {
  margin-top: 0;
}

.g-section--contacts {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -68px;
}

.g-section--white {
  background-color: #fff;
  -webkit-box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  overflow: hidden;
}

.g-section--white .g-section__title {
  margin: 0;
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}

@-webkit-keyframes arrowSlideLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes arrowSlideLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrowSlideTop {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrowSlideTop {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes arrowFromTop {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes arrowFromTop {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.g-align-left {
  text-align: left !important;
}

.g-align-center {
  text-align: center !important;
}

.g-align-right {
  text-align: right !important;
}

@media (max-width: 1179px) {
  .g-l-align-left {
    text-align: left !important;
  }

  .g-l-align-center {
    text-align: center !important;
  }

  .g-l-align-right {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .g-m-align-left {
    text-align: left !important;
  }

  .g-m-align-center {
    text-align: center !important;
  }

  .g-m-align-right {
    text-align: right !important;
  }
}

@media (max-width: 559px) {
  .g-s-align-left {
    text-align: left !important;
  }

  .g-s-align-center {
    text-align: center !important;
  }

  .g-s-align-right {
    text-align: right !important;
  }
}

.g-hide {
  display: none;
}

.g-show {
  display: block;
}

@media (max-width: 1179px) {
  .g-l-hide {
    display: none !important;
  }

  .g-l-show {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .g-m-hide {
    display: none !important;
  }

  .g-m-show {
    display: block !important;
  }
}

@media (max-width: 559px) {
  .g-s-hide {
    display: none !important;
  }

  .g-s-show {
    display: block !important;
  }
}

.g-module {
  margin: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  overflow: hidden;
}

.b-text p:first-child,
.g-module:first-child {
  margin-top: 0;
}

.g-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding-bottom: 30px;
}

.arcticmodal-container,
.arcticmodal-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff;
}

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%;
}

.box-modal {
  position: relative;
  width: 500px;
  padding: 16px;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
  -webkit-box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0 0 6px rgba(153, 153, 153, 0.3);
  border-radius: 6px;
}

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
  cursor: pointer;
}

.box-modal_close:hover {
  color: #666;
}

.header {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.content,
.footer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.b-activity__descr {
  padding: 30px;
  border-bottom: 2px solid #f5f5f5;
}

.b-activity__docs-list {
  list-style: none;
  margin: 0;
  padding: 20px 30px;
}

.b-activity__docs-link {
  display: inline-block;
  text-decoration: none;
  color: #515151;
  width: 100%;
  font-size: 16px;
  position: relative;
  margin: 12px 0;
  padding-left: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.6;
}

.b-activity__docs-link::before {
  content: '';
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/file.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-activity__docs-link:focus,
.b-activity__docs-link:hover {
  text-decoration: underline;
  color: #32964d;
}

.b-activity__docs-link:active {
  opacity: 0.8;
}

.b-address {
  margin: 6px 0;
}

.b-address__item {
  display: inline-block;
  padding: 0 10px;
}

.b-address__item:first-child {
  padding-left: 25px;
  position: relative;
}

.b-address__item:first-child::before {
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  background-image: url(/img/icons/location.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-address__item + .b-address__item {
  border-left: 1px solid #d7d7d7;
}

.b-breadcrumb {
  margin: 10px 0 5px;
  padding: 0;
}

.b-breadcrumb__item {
  position: relative;
  display: inline;
  color: #2e2e2d;
  font-size: 0.8125rem;
}

.b-breadcrumb__item + .b-breadcrumb__item {
  padding-left: 20px;
}

.b-breadcrumb__item:first-child::before {
  display: none;
}

.b-breadcrumb__item::before {
  content: '>';
  display: block;
  position: absolute;
  color: #2e2e2d;
  top: -2px;
  left: 5px;
  width: 5px;
  height: 12px;
}

.b-breadcrumb__item:last-of-type {
  color: #949494;
}

.b-breadcrumb__link {
  color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.b-breadcrumb__link:focus,
.b-breadcrumb__link:hover {
  text-decoration: underline;
}

.b-breadcrumb__link:active {
  color: #32964d;
}

.b-emails {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.b-emails__item {
  position: relative;
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
}

.b-cats__header {
  padding: 27px 30px;
  border-bottom: 2px solid #f5f5f5;
  position: relative;
}

.b-cats__title {
  color: #32964d;
  margin: 0;
  padding-right: 30px;
  line-height: 1;
}

.b-cats__icon {
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-cats__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-cats__list--sub {
  margin-left: 50px;
}

.b-cats__list--sub .b-cats__item {
  border-bottom: none;
  position: relative;
  overflow: visible;
}

.b-cats__list--sub .b-cats__item::after,
.b-cats__list--sub .b-cats__item::before {
  content: '';
  display: block;
  background-color: #bcbcbc;
  position: absolute;
  left: -8px;
  z-index: 1;
}

.b-cats__list--sub .b-cats__item::before {
  height: 1px;
  top: 50%;
  width: 8px;
}

.b-cats__list--sub .b-cats__item::after {
  width: 1px;
  height: 100vh;
  bottom: 50%;
}

.b-cats__list--sub .b-cats__item--current {
  pointer-events: none;
}

.b-cats__list--sub .b-cats__item--current .b-cats__link {
  border-left: none;
  padding-left: 20px;
}

.b-cats__list--sub .b-cats__link {
  padding-left: 20px;
}

.b-cats__item {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}

.b-cats__item--current {
  pointer-events: none;
}

.b-cats__item--current .b-cats__link {
  border-left: 8px solid #32964d;
  padding-left: 22px;
  color: #2e2e2d;
}

.b-cats__item:last-child {
  border-bottom: none;
}

.b-cats__item--has-sub-menu > .b-cats__link {
  font-weight: 400;
  pointer-events: none;
  background-color: #fff;
  z-index: 2;
  position: relative;
}

.b-cats__link,
.b-cats__span {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  padding: 10px 30px 13px;
  line-height: 1.4;
}

.b-cats__link::after,
.b-cats__span::after {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  background-image: url(/img/icons/arrow-green.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}

.b-cats__span,
.b-contact__item-email a {
  color: #32964d;
}

.b-cats__link {
  color: #868686;
  text-decoration: none;
}

.b-cats__link:hover {
  color: #32964d;
  background-color: #fafafa;
}

.b-cats__link:hover::after,
.b-nav__list--level-2 .b-nav__link:hover::after {
  -webkit-animation: arrowSlideLeft 0.4s ease forwards;
  animation: arrowSlideLeft 0.4s ease forwards;
}

.b-contact__group {
  padding: 20px 40px;
}

.b-contact__group + .b-contact__group {
  border-top: 2px solid #f5f5f5;
}

.b-contact__address {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
}

.b-contact__workhours {
  margin: 15px 0 0;
}

.b-contact__workhours-title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.b-contact__workhours-list {
  margin-top: 5px;
}

.b-contact__workhours-list dt {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  color: #32964d;
}

.b-contact__workhours-list dd {
  display: inline-block;
  font-size: 16px;
  color: #515151;
  vertical-align: baseline;
  margin: 0;
  padding: 4px 6px;
}

.b-contact__workhours-item {
  padding: 0;
}

.b-contact__workhours-item:nth-child(odd) {
  text-align: right;
}

.b-contact__workhours-item:nth-child(even) {
  padding-left: 20px;
}

.b-contact__item {
  padding: 15px;
  text-align: center;
  color: #515151;
}

.b-contact__item-title {
  max-width: 340px;
  margin: auto;
  color: #2e2e2d;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.b-contact__item-email,
.b-contact__item-fax,
.b-contact__item-phone {
  display: table;
  padding-left: 25px;
  position: relative;
  margin: 5px auto;
}

.b-contact__item-email {
  padding-left: 0;
}

.b-contact__item-email::before,
.b-contact__item-fax::before,
.b-contact__item-phone::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-contact__item-phone::before {
  background-image: url(/img/icons/phone.png);
}

.b-contact__item-fax::before {
  background-image: url(/img/icons/fax.png);
}

@media (max-width: 767px) {
  .b-contact__workhours-list dd,
  .b-contact__workhours-list dt {
    display: block;
  }

  .b-contact__workhours-item:nth-child(even) {
    padding-left: 0;
  }
}

.b-doclist {
  padding: 20px 30px 30px;
  border-top: 2px solid #f5f5f5;
}

.b-doclist__title {
  margin: 15px 0 20px !important;
}

.b-doclist__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-doclist__label,
.b-doclist__link {
  display: inline-block;
  text-decoration: none;
  color: #515151;
  width: 100%;
  font-size: 16px;
  position: relative;
  margin: 12px 0;
  padding-left: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.6;
}

.b-doclist__label {
  font-weight: bold;
}

.b-doclist__label::before,
.b-doclist__link::before {
  content: '';
  display: block;
  width: 24px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/file.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-doclist__link:focus,
.b-doclist__link:hover {
  text-decoration: underline;
  color: #32964d;
}

.b-doclist__link:active {
  opacity: 0.8;
}

.b-docsublist {
  margin-bottom: 15px;
}

.b-docsublist__title {
  margin-left: 20px;
  position: relative;
  color: #515151;
  padding: 0;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #32964d;
  font-family: 'PT Sans Caption';
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.b-docsublist__title::before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: calc(50% - 4px);
  background-image: url(/img/sublist-open.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-docsublist__close {
  display: none;
  margin-left: 20px;
  position: relative;
  color: #515151;
  padding: 0;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #32964d;
  font-family: 'PT Sans Caption';
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.b-docsublist__close::before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  position: absolute;
  left: -20px;
  top: calc(50% - 4px);
  background-image: url(/img/sublist-close.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-docsublist.is-active .b-docsublist__close {
  display: block;
}

.b-docsublist__list {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.b-docsublist__item {
  position: relative;
}

.b-docsublist__item::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -15px;
  top: 0;
  background-color: #e0e0e0;
}

.b-docsublist__item:last-child::before {
  height: 50%;
  top: auto;
  bottom: 50%;
}

.b-docsublist__item::after {
  content: '';
  display: block;
  width: 6px;
  height: 1px;
  position: absolute;
  left: -15px;
  top: 50%;
  background-color: #e0e0e0;
}

.b-docsublist__link {
  display: inline-block;
  text-decoration: none;
  color: #515151;
  width: 100%;
  font-size: 16px;
  position: relative;
  margin: 8px 0;
  padding-left: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.6;
}

.b-docsublist__link::before {
  content: '';
  display: block;
  width: 19px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/file.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-docsublist__link:focus,
.b-docsublist__link:hover {
  text-decoration: underline;
  color: #32964d;
}

.b-docsublist__link:active {
  opacity: 0.8;
}

.b-face {
  width: 100%;
  min-height: 470px;
  padding-top: 70px;
  background-image: url(/img/face.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.b-dron {
  width: 100%;
  min-height: 470px;
  padding-top: 70px;
  background-image: url(/img/fon_001.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}


.b-face__inner {
  max-width: 40%;
  margin: auto;
}

.b-face__caption,
.b-face__title {
  color: #ffc915;
  text-align: center;
  text-transform: uppercase;
  max-width: 80%;
  margin: auto;
  font-size: 34px;
}

.b-face__caption {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.b-face__text {
  text-align: center;
  color: #d7d7d7;
}

.b-face__button {
  width: 100%;
}

@media (max-width: 1179px) {
  .b-face__inner {
    max-width: 80%;
    text-align: center;
  }

  .b-face__button {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .b-face__caption,
  .b-face__title {
  }
  .b-emails {
    text-align: center;
  }
}

.b-footer {
  position: relative;
  background-color: #32964d;
  background-image: -webkit-linear-gradient(120deg, #020000 0%, #030 100%);
  background-image: linear-gradient(330deg, #020000 0%, #030 100%);
  height: 100%;
  color: #fff;
}

.b-footer__copyright,
.b-footer__dancecolor {
  font-size: 13px;
  color: #a1a1a1;
}

.b-footer__dancecolor {
  position: relative;
}

.b-footer__dancecolor-text {
  position: relative;
}

.b-footer__dancecolor-text::before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url(/img/icons/logo-s.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-footer__dancecolor-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-footer__dancecolor-link:focus,
.b-footer__dancecolor-link:hover {
  color: #ffc915;
}

.b-footer__dancecolor-link:active {
  color: #f90;
}

.b-form__box {
  margin-bottom: 20px;
  position: relative;
  font-size: 0.9375rem;
}

.b-form__box:last-of-type {
  margin-bottom: 0;
}

.b-form__label {
  position: absolute;
  top: 13.33333px;
  left: 18.33333px;
  color: #c3c3c3;
  line-height: 1.4;
  opacity: 1;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.b-form__field {
  padding: 13.33333px 18.33333px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  width: 100%;
  color: #2e2e2d;
}

.b-form__field--textarea {
  max-width: 100%;
}

.b-form__submit {
  margin: 20px 0;
}

.b-form__field:focus + .b-form__label,
.b-form__field:valid + .b-form__label {
  opacity: 0;
  pointer-events: none;
}

.b-header {
  width: 100%;
  background: #fff;
}

.b-header__logo {
  max-width: 400px;
  padding: 15px 0;
}

.b-header__login,
.b-header__phones {
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.b-header__login {
  max-width: 220px;
}

.b-header__promo {
  display: block;
  text-align: center;
  line-height: 0;
}

@media (max-width: 767px) {
  .b-header__logo {
    margin: 20px auto auto;
  }

  .b-header__login {
    margin-bottom: 20px;
  }
}

.b-headline {
  background: #fff;
  padding: 20px 0;
}

.b-headline__title {
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
}

.b-headline__breadcrumb {
  margin: 0;
  padding: 0;
}

.b-inform {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
  height: 120px;
  background-color: #495170;
  background-image: url(/img/gerb.png),
    -webkit-gradient(linear, left top, right top, from(#3a4058), to(#495170));
  background-image: url(/img/gerb.png),
    -webkit-linear-gradient(left, #3a4058 0%, #495170 100%);
  background-image: url(/img/gerb.png),
    linear-gradient(90deg, #3a4058 0%, #495170 100%);
  background-repeat: no-repeat;
  background-position: -webkit-calc(50% - 660px) 0, 0 0;
  background-position: calc(50% - 660px) 0, 0 0;
  background-size: 400px, auto;
}

.b-inform__title {
  position: absolute;
  top: 50%;
  left: 170px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: #fff;
  max-width: 400px;
  line-height: 1.3;
}

@media (max-width: 1179px) {
  .b-inform {
    background-position: -260px 0, 0 0;
  }
}

@media (max-width: 767px) {
  .b-inform__title {
    max-width: 280px;
    left: 140px;
    padding-right: 20px;
    font-size: 13px;
  }
}

.b-link {
  display: block;
  padding: 20px 40px 20px 65px;
  text-decoration: none;
  color: #2e2e2d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.b-link::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: transparent;
  border: 2px solid #32964d;
  border-radius: 50%;
}

.b-link + .b-link {
  border-top: 2px solid #f5f5f5;
}

.b-link:focus,
.b-link:hover {
  color: #32964d;
}

.b-link:active {
  color: #46aa61;
}

.b-links {
  /* height: 100%; */
  height: 440px;
  margin: 10px 0;
}

.b-links__list {
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-links__item {
  margin: 20px 0;
}

.b-links__item--disable .b-links__link {
  pointer-events: none;
  color: #fff !important;
}

.b-links__link {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-links__link:focus,
.b-links__link:hover {
  color: #f90;
}

.b-links__link:active {
  color: #ffad14;
}

.b-links__sub-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}

.b-links__sub-item {
  max-width: 300px;
  margin: 15px 0;
  position: relative;
}

.b-links__sub-link {
  display: block;
  font-size: 14px;
  color: #a1a1a1;
  line-height: 1.4;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-links__sub-link[data-link-id] {
  margin: 30px 0;
  padding-left: 40px;
}

.b-links__sub-link[data-link-id]::before {
  content: '';
  display: block;
  width: 30px;
  height: 36px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-links__sub-link[data-link-id='1']::before {
  background-image: url(/img/link-1.png);
}

.b-links__sub-link[data-link-id='2']::before {
  background-image: url(/img/link-2.png);
}

.b-links__sub-link[data-link-id='3']::before {
  background-image: url(/img/link-3.png);
}

.b-links__sub-link[data-link-id='4']::before {
  background-image: url(/img/link-4.png);
}


.b-links__sub-link:focus,
.b-links__sub-link:hover {
  color: #fff;
}

.b-links__sub-link:active {
  opacity: 0.8;
}

@media (max-width: 1179px) {
  .b-links__sub-list {
    display: none;
  }

  .b-links__item--disable > .b-links__sub-list {
    display: block;
  }
}

@media (max-width: 767px) {
  .b-links {
    max-height: initial;
  }

  .b-links__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .b-links__sub-item {
    margin: 15px auto 0;
  }

  .b-links__sub-link {
    margin: 10px 0 !important;
    padding-left: 0 !important;
  }

  .b-links__sub-link::before {
    display: none !important;
  }
}

.b-login__button {
  width: 100%;
  margin: 0;
}

.b-logo {
  display: block;
  padding: 0;
  line-height: 0;
}

.b-logo__image {
  max-height: 76px;
}

.b-map {
  margin-top: 10px;
  height: 430px;
  width: 100%;
}

.b-nav__outer {
  width: 100%;
  background-color: #32964d;
  background-image: -webkit-linear-gradient(120deg, #020000 0%, #030 100%);
  background-image: linear-gradient(330deg, #020000 0%, #030 100%);
  min-height: 56px;
  position: relative;
}

.b-nav__search {
  width: 100%;
  height: 100%;
  padding-right: 20px;
}

.b-nav__login {
  padding: 10px 0;
}

.b-nav__button {
  background-color: transparent;
  border: 0;
  position: relative;
  font-family: 'PT Sans Caption', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 20px 20px 40px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-nav__button::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(40%, currentColor),
    color-stop(40%, transparent)
  );
  background-image: -webkit-linear-gradient(
    0,
    currentColor 40%,
    transparent 40%
  );
  background-image: linear-gradient(0, currentColor 40%, transparent 40%);
  background-size: 4px;
}

.b-nav__list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.b-nav__item,
.b-nav__link {
  display: block;
  position: relative;
  height: 100%;
  color: #fff;
}

.b-nav__item {
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.b-nav__item::before {
  z-index: -2;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(45deg, #32964d, #060);
  background-image: linear-gradient(45deg, #32964d, #060);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}

.b-nav__item--current::before,
.b-nav__item:hover::before {
  opacity: 1;
}

.b-nav__link {
  padding: 21px;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-nav__list--level-1 > .b-nav__item--has-sub-menu::after {
  content: '';
  display: block;
  border: 15px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: 9px solid transparent;
  border-bottom-width: 9px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}

.b-nav__item--has-sub-menu .b-nav__link {
  padding-right: 40px;
}

.b-nav__item--has-sub-menu .b-nav__link::after {
  content: '';
  display: block;
  width: 9px;
  height: 11px;
  -webkit-transform: rotate(90deg) translateZ(0);
  transform: rotate(90deg) translateZ(0);
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -6px;
  background-image: url(/img/icons/arrow.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.b-nav__list--level-2,
.b-nav__list--level-3 {
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  position: absolute;
  min-width: 270px;
  -webkit-box-shadow: 3px 3px 10px rgba(174, 174, 174, 0.25);
  box-shadow: 3px 3px 10px rgba(174, 174, 174, 0.25);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.b-nav__list--level-2 {
  -webkit-transition-delay: 0.0125s;
  transition-delay: 0.0125s;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  overflow: hidden;
  z-index: 100;
  height: 0;
}

.b-nav__list--level-2 .b-nav__item {
  text-align: left;
}

.b-nav__list--level-2 .b-nav__item::before {
  background-image: none;
  background-color: #fafafa;
}

.b-nav__list--level-2 .b-nav__link {
  font-size: 16px;
  color: #2e2e2d;
  text-transform: none;
  padding: 15px 21px;
}

.b-nav__list--level-2 .b-nav__link:hover {
  color: #32964d;
}

.b-nav__list--level-2 .b-nav__link::after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  background-image: url(/img/icons/arrow-green.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
  z-index: -1;
}

.b-nav__list--level-3 {
  top: 0;
  left: 100%;
  height: auto;
  -webkit-transform: translateX(-50px) !important;
  -ms-transform: translateX(-50px) !important;
  transform: translateX(-50px) !important;
  z-index: -5;
}

@media (min-width: 1179px) {
  .b-nav__item--has-sub-menu:hover > .b-nav__list {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
  }

  .b-nav__item--has-sub-menu:hover > .b-nav__list--level-3 {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  .b-nav__list--level-1 .b-nav__item--has-sub-menu:hover::after {
    -webkit-animation: arrowFromTop 0.4s ease-in-out forwards;
    animation: arrowFromTop 0.4s ease-in-out forwards;
  }

  .b-nav__list--level-2,
  .b-nav__list--level-3 {
    display: block !important;
  }
}

@media (max-width: 1179px) {
  .b-nav {
    position: absolute;
    background-color: #0f2e17;
    background-image: -webkit-linear-gradient(120deg, #020000 0%, #030 100%);
    background-image: linear-gradient(330deg, #020000 0%, #030 100%);
    top: 100%;
    width: -webkit-calc(100vw - 17px);
    width: calc(100vw - 17px);
    z-index: 100;
    border-top: 1px solid #005200;
  }

  .b-nav--open {
    display: block !important;
  }

  .b-nav--open .b-nav__item {
    width: 100%;
    text-align: left;
  }

  .b-nav--open .b-nav__item + .b-nav__item {
    border-top: 1px solid #005200;
  }

  .b-nav__list--level-2,
  .b-nav__list--level-3 {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    min-width: initial;
    z-index: 100;
    -webkit-transition: none;
    transition: none;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateY(0) translateX(0) !important;
    -ms-transform: translateY(0) translateX(0) !important;
    transform: translateY(0) translateX(0) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: visible;
    margin-bottom: 20px;
  }

  .b-nav__list--level-2 .b-nav__item,
  .b-nav__list--level-3 .b-nav__item {
    border-top: none !important;
  }

  .b-nav__list--level-2 .b-nav__link {
    text-transform: uppercase;
  }

  .b-nav__list--level-2 .b-nav__link,
  .b-nav__list--level-3 .b-nav__link {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
  }

  .b-nav__list--level-2 .b-nav__link:focus,
  .b-nav__list--level-2 .b-nav__link:hover,
  .b-nav__list--level-3 .b-nav__link:focus,
  .b-nav__list--level-3 .b-nav__link:hover {
    color: #ffc915;
  }

  .b-nav__list--level-2 .b-nav__item--has-sub-menu > .b-nav__link,
  .b-nav__list--level-3 .b-nav__item--has-sub-menu > .b-nav__link {
    padding-right: 40px;
  }

  .b-nav__item::before,
  .b-nav__list--level-2 .b-nav__item--has-sub-menu > .b-nav__link::after,
  .b-nav__list--level-3 .b-nav__item--has-sub-menu > .b-nav__link::after {
    display: none;
  }

  .b-nav__list--level-2 .b-nav__item--has-sub-menu > .b-nav__link::before,
  .b-nav__list--level-3 .b-nav__item--has-sub-menu > .b-nav__link::before {
    content: '';
    display: block;
    width: 9px;
    height: 11px;
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
    position: absolute;
    right: 21px;
    top: 50%;
    margin-top: -6px;
    background-image: url(/img/icons/arrow.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .b-nav__list--level-3 .b-nav__link {
    text-transform: none;
  }

  .b-nav__link:focus,
  .b-nav__link:hover {
    color: #ffc915;
  }

  .b-nav__item--has-sub-menu > .b-nav__list,
  .b-nav__list--level-1 .b-nav__item--has-sub-menu::after {
    display: none;
  }
}

.b-pagination {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  line-height: 0;
}

.b-pagination__list {
  padding: 0;
  margin: 0;
  position: relative;
  display: inline-block;
  list-style: none;
}

.b-pagination__list::before {
  content: '';
  display: table;
}

.b-pagination__list::after {
  content: '';
  display: table;
  clear: both;
}

.b-pagination__item {
  position: relative;
  float: left;
  font-size: 1rem;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
  margin: 0 10px;
  text-align: center;
  color: #2e2e2d;
}

.b-pagination__item--active,
.b-text b,
.b-text strong {
  font-weight: 700;
}

.b-pagination__item--disable {
  opacity: 0.5;
  pointer-events: none;
}

.b-pagination__link {
  display: block;
  height: inherit;
  color: currentColor;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.b-pagination__link:focus,
.b-pagination__link:hover {
  color: #32964d;
}

.b-pagination__link:active {
  color: #0a6e25;
}

.b-pagination__label {
  display: block;
  cursor: default;
  padding: 0 10px;
}

.b-panel {
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
  font-size: 14px;
  color: #434343;
}

.b-phones {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.b-phones__item {
  position: relative;
  color: #333;
  font-size: 1.25rem;
  font-weight: 700;
}

.b-post {
  background-color: #fff;
  -webkit-box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  box-shadow: rgba(174, 174, 174, 0.35) 0 2px 16px 0;
  padding: 30px;
}

.b-post__date {
  display: block;
  margin: 0 0 10px;
  font-size: 13px;
  color: #32964d;
  text-transform: uppercase;
}

.b-post__link {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #2e2e2d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-post__link:focus,
.b-post__link:hover,
.b-text a[href*='files']:focus,
.b-text a[href*='files']:hover {
  color: #32964d;
}

.b-post__link:active {
  color: #46aa61;
}

.b-post__title {
  color: currentColor;
  font-size: 18px;
  text-transform: none;
}

.b-search {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.b-search__button {
  display: block;
  margin-top: -12px;
  padding: 0;
  position: absolute;
  background-color: transparent;
  right: 15px;
  top: 50%;
  border: 0;
  cursor: pointer;
  opacity: 0.75;
  z-index: 1;
}

.b-search__button:focus,
.b-search__button:hover {
  opacity: 1;
}

.b-search__button::after {
  content: '';
  display: block;
  width: 18px;
  height: 25px;
  background-color: transparent;
  background-image: url(/img/icons/search.svg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-search__container {
  position: absolute;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  pointer-events: none;
  visibility: hidden;
}

.b-search__field {
  width: 100%;
  font-size: 0.875rem;
  font-size: 14px;
  color: #a1a1a1;
  outline: 0;
  padding: 12px 20px;
  border: 1px solid #a1a1a1;
  border-radius: 23px/50%;
}

.b-search--open .b-search__container {
  width: 100%;
  opacity: 1;
  right: 0;
  pointer-events: all;
  visibility: visible;
}

@media (max-width: 1179px) {
  .b-search {
    overflow: visible;
  }

  .b-search--open .b-search__button::after {
    background-image: url(/img/icons/search.svg);
  }

  .b-search--open .b-search__container {
    width: 320px;
  }

  .b-search__container {
    right: 0;
  }

  .b-search__button::after {
    background-image: url(/img/icons/search-w.svg);
  }
}

@media (max-width: 767px) {
  .b-search--open .b-search__container {
    width: 220px;
  }
}

.b-senddoc {
  display: block;
  padding: 10px 30px;
  border: 2px solid #060;
  text-decoration: none;
  position: relative;
  color: #32964d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-senddoc::after {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/img/icons/doc.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-senddoc--big {
  text-align: center;
  border-radius: 50px;
  text-transform: uppercase;
  color: #060;
  margin-bottom: 20px;
}

.b-senddoc--big:hover .b-senddoc__title {
  color: #32964d;
}

.b-senddoc--big:after {
  content: '';
  background: 0 0;
}

.b-senddoc--big .b-senddoc__title {
  font-size: 16px;
}

.b-senddoc__icon {
  width: 40px;
  vertical-align: bottom;
  display: inline-block;
  margin-left: 10px;
}

.b-senddoc__title {
  color: currentColor;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.b-senddoc:focus,
.b-senddoc:hover {
  color: #060;
}

.b-service {
  display: block;
  position: relative;
  height: 260px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #32964d;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 20px;
  z-index: 0;
}

.b-service::after,
.b-service::before {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-service::before {
  left: 0;
  top: 0;
  background-color: #1e4121;
  width: 100%;
  height: 100%;
}

.b-service::after {
  width: 11px;
  height: 16px;
  background-image: url(/img/icons/arrow-orange.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  bottom: 20px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.b-service[data-service-id='1'] {
  background-image: url(/img/service-bg-1.jpg);
}

.b-service[data-service-id='1'] .b-service__text::before,
.b-service__text::before {
  background-image: url(/img/icons/service-1.svg);
  background-size: 76px 80px;
}

.b-service[data-service-id='2'] {
  background-image: url(/img/service-bg-2.jpg);
}

.b-service[data-service-id='2'] .b-service__text::before {
  background-image: url(/img/icons/service-2.svg);
  background-size: 76px 76px;
}

.b-service[data-service-id='3'] {
  background-image: url(/img/service-bg-3.jpg);
}

.b-service[data-service-id='3'] .b-service__text::before {
  background-image: url(/img/icons/service-3.svg);
  background-size: 48px 48px;
}

.b-service[data-service-id='4'] {
  background-image: url(/img/service-bg-4.jpg);
}

.b-service[data-service-id='4'] .b-service__text::before {
  background-image: url(/img/icons/service-4.svg);
  background-size: 40px 40px;
}

.b-service[data-service-id='5'] {
  background-image: url(/img/service-bg-5.jpg);
}

.b-service[data-service-id='5'] .b-service__text::before {
  background-image: url(/img/icons/service-4.svg);
  background-size: 40px 40px;
}
.b-service[data-service-id='6'] {
  background-image: url(/img/service-bg-6.jpg);
}

.b-service[data-service-id='6'] .b-service__text::before {
  background-image: url(/img/icons/service-4.svg);
  background-size: 40px 40px;
}
.b-service[data-service-id='7'] {
  background-image: url(/img/service-bg-7.jpg);
}

.b-service[data-service-id='7'] .b-service__text::before {
  background-image: url(/img/icons/service-4.svg);
  background-size: 40px 40px;
}



.b-service__content {
  z-index: 2;
  position: relative;
  height: 100%;
}

.b-service__text {
  font-size: 18px;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 90px;
}

.b-service__text::before {
  content: '';
  display: block;
  width: 76px;
  height: 76px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.b-service:focus::before,
.b-service:hover::before {
  opacity: 0.5;
}

.b-service:focus::after,
.b-service:hover::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.scroll-to-top {
  display: none;
  cursor: pointer;
  outline: 0;
  position: fixed;
  right: -webkit-calc(50% - 590px);
  right: calc(50% - 590px);
  bottom: 90px;
  width: 60px;
  height: 60px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: -25px;
  background-color: #333;
  opacity: 0.6;
  z-index: 100;
}

.scroll-to-top::after,
.scroll-to-top::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 35%;
  display: block;
  background: #fff;
  width: 3px;
  height: 15px;
  margin-left: -7px;
  border-radius: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scroll-to-top::after {
  margin-left: 3px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.b-text::after,
.b-text::before {
  content: '';
  display: table;
}

.b-text::after {
  clear: both;
}

.b-text a {
  color: #32964d;
  text-decoration: none;
}

.b-text a:focus,
.b-text a:hover {
  text-decoration: underline;
  color: #23873e;
}

.b-text a:active {
  color: #14782f;
}

.b-text a[href*='files'] {
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #2e2e2d;
  position: relative;
  margin: 7px 0;
  padding-left: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.b-text a[href*='files']::before {
  content: '';
  display: block;
  width: 18px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/img/icons/file.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.b-text a[href*='files']:active {
  opacity: 0.8;
}

.b-text img {
  max-width: 100%;
  display: inline-block;
  margin: 0;
  margin-bottom: 1.25rem;
}

.b-text p {
  margin: 30px 0;
}

.b-text p:last-child:first-child {
  margin: 0;
}

.b-text p:last-child {
  margin-bottom: 0;
}

.b-text ul {
  list-style: none;
  padding: 0;
}

.b-text ul > li {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}

.b-text ul > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: transparent;
  border: 2px solid #32964d;
  border-radius: 50%;
}

.b-text li > ul > li {
  padding-left: 15px;
}

.b-text li > ul > li::before {
  border: 0;
  background-color: #32964d;
  width: 6px;
  height: 6px;
  top: 11px;
}

.b-text ol,
.b-text ul {
  margin-bottom: 30px;
}

.b-text table {
  width: 100%;
  border-collapse: collapse;
}

.b-text table thead {
  color: #2e2e2d;
}

.b-text table thead tr {
  border-bottom: 5px solid #32964d;
  font-weight: 700;
  background: #f5f5f5;
}

.b-text table thead td {
  padding: 10px;
  border-right: 1px solid #f5f5f5;
}

.b-text table thead td:last-child {
  border-right: none;
}

.b-text table thead td:first-child {
  text-align: center;
}

.b-text table tbody tr {
  border-bottom: 1px solid #f5f5f5;
}

.b-text table tbody tr td {
  padding: 10px;
}

.b-text table tbody tr td:first-child {
  text-align: center;
  color: #32964d;
  border-right: 1px solid #f5f5f5;
}

.b-text table tbody tr td:last-child {
  color: #32964d;
  padding-left: 10px;
  font-weight: 700;
  border-left: 1px solid #f5f5f5;
  width: 200px;
}

.b-user {
  padding: 20px;
  border-bottom: 2px solid #f5f5f5;
}

.b-user__image-wrap {
  text-align: center;
}

.b-user__name {
  margin: 0;
  font-size: 18px;
  text-transform: none;
}

.b-user__caption {
  margin-top: 5px;
  color: #004a00;
}

.b-user__caption,
.b-user__cerf,
.b-user__position {
  font-size: 13px;
  text-transform: uppercase;
}

.b-user__position {
  margin-top: 5px;
  color: #515151;
}

.b-user__cerf {
  font-weight: 700;
  color: #004a00;
}

.b-user__cerf,
.b-user__edu {
  margin-top: 25px;
}

.b-user__edu-title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.b-user__edu-text {
  margin-top: 5px;
  font-size: 14px;
  color: #515151;
}

.b-user__edu-text p {
  margin: 0 0 10px;
}

.b-user__edu-text p:last-child:first-child,
.b-user__edu-text p:last-of-type {
  margin-bottom: 0;
}

.b-workhours {
  margin: 6px 0;
  text-align: right;
}

.b-workhours__item {
  display: inline-block;
  padding: 0 10px;
}

.b-workhours__item:first-child {
  padding-left: 25px;
  position: relative;
}

.b-workhours__item:first-child::before {
  content: '';
  display: block;
  width: 16px;
  height: 22px;
  background-image: url(/img/icons/time.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.b-workhours__item:last-child {
  padding-right: 0;
}

.b-workhours__item + .b-workhours__item {
  border-left: 1px solid #d7d7d7;
}

@media (max-width: 767px) {
  .b-workhours {
    text-align: center;
  }
}

.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
  height: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
}
.sl-wrapper .sl-close:focus,
.sl-wrapper .sl-navigation button:focus {
  outline: 0;
}
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 1000;
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-counter {
  top: 30px;
  display: none;
  color: #000;
  position: fixed;
}
.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0;
  background: 0 0;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  right: 30px;
  z-index: 1060;
  margin-top: -14px;
  margin-right: -14px;
  width: 44px;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  left: 30px;
  z-index: 1060;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  width: 22px;
  text-align: center;
  display: block;
  z-index: 1060;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-image iframe,
  .sl-wrapper .sl-image img {
    border: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0%,
  100% {
    opacity: 0;
  }
  0% {
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
  }
}

.js-lightbox {
  display: block;
  line-height: 0;
}

.js-lightbox img {
  margin: 0;
}
