/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS. */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
}

/* 2 */

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated). */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-. */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari. */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE. */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8. */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE. */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
}

/* 2 */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
}

/* 2 */

/* Text-level semantics
 * ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
}

/* 2 */

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
}

/* 2 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari. */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers. */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
}

/* 2 */

/**
 * Add the correct font style in Android 4.3-. */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-. */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers. */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers. */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 * ========================================================================== */

/**
 * Add the correct display in IE 9-. */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7. */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-. */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE. */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
 * ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari. */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
}

/* 2 */

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge. */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox. */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari. */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* 2 */

/**
 * Remove the inner border and padding in Firefox. */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule. */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox. */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers. */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
}

/* 1 */

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
}

/* 2 */

/**
 * Remove the default vertical scrollbar in IE. */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-. */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
}

/* 2 */

/**
 * Correct the cursor style of increment and decrement buttons in Chrome. */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari. */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari. */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
}

/* 2 */

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox. */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers. */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-. */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE. */

template,
[hidden] {
  display: none;
}

/* Hidden
 * ========================================================================== */

/**
 * Add the correct display in IE 10-. */

@font-face {
  font-family: 'SFUI-reg';
  src: url(../fonts/SF-UI-Text-Regular.otf);
}

@font-face {
  font-family: 'SFUI-bold';
  src: url(../fonts/SF-UI-Text-Bold.otf);
}

@font-face {
  font-family: 'SFUI-heavy';
  src: url(../fonts/SF-UI-Text-Heavy.otf);
}

@font-face {
  font-family: 'SFUI-light';
  src: url(../fonts/SF-UI-Text-Light.otf);
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.wrapper.inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

p {
  font-size: 16px;
  font-family: "SFUI-light", sans-serif;
  color: #000000;
}

.main {
  padding: 40px 30px;
  padding-bottom: 40px;
  width: 75%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-photo {
  height: 330px;
  position: relative;
}

.top-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.top-photo h1 {
  padding: 30px;
  background: rgba(3, 76, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 40px;
  font-family: "SFUI-heavy", sans-serif;
  margin: 0;
  width: 100%;
  max-width: 630px;
  text-align: center;
}

.title {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "SFUI-bold", sans-serif;
  font-weight: bold;
}

.title::after {
  display: block;
  content: '';
  width: 63px;
  height: 2px;
  background: #a7aea7;
  margin-top: 15px;
  margin-bottom: 50px;
}

.text p {
  font-size: 16px;
  font-family: "SFUI-reg", sans-serif;
  color: #585958;
}

.form-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.form-wrapper > a {
  color: #0a7c05;
  font-family: "SFUI-light", sans-serif;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-wrapper > a:hover {
  color: #555555;
}

.form {
  width: 100%;
  max-width: 400px;
  text-align: right;
}

.form input {
  border: none;
  border-bottom: 1px solid #8e8e8e;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
}

.form input::-webkit-input-placeholder {
  color: #555555;
}

.form input::-moz-placeholder {
  color: #555555;
}

.form input:-moz-placeholder {
  color: #555555;
}

.form input:-ms-input-placeholder {
  color: #555555;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}

.form input[type="radio"]:checked + label::before,
.form input[type="checkbox"]:checked + label::before {
  background-image: url(../images/radio-active.png);
}

.form input[type="radio"] + label,
.form input[type="checkbox"] + label {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.form input[type="radio"] + label::before,
.form input[type="checkbox"] + label::before {
  width: 20px;
  height: 21px;
  margin-right: 20px;
  display: inline-block;
  content: '';
  background-image: url(../images/radio.png);
}

.form button {
  padding: 10px 40px;
  background: #0a7c05;
  border: 1px solid #0a7c05;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}

.form button:hover,
.form button:focus {
  background: transparent;
  color: #0a7c05;
}

.form div {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.form a {
  color: #0a7c05;
}

.form a:hover {
  text-decoration: underline;
}

.icon {
  margin-top: 50px;
  margin-bottom: 25px;
}

.link {
  padding: 10px 40px;
  background: #0a7c05;
  border: 1px solid #0a7c05;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
  display: inline-block;
}

.link:hover,
.link:focus {
  background: transparent;
  color: #0a7c05;
}

.link-container a {
  padding: 10px 40px;
  background: #0a7c05;
  border: 1px solid #0a7c05;
  color: #fff;
  letter-spacing: 1px;
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
  display: inline-block;
}

.link-container a:hover,
.link-container a:focus {
  background: transparent;
  color: #0a7c05;
}

.simple-link {
  font-family: "SFUI-light", sans-serif;
  color: #0a7c05;
  font-size: 16px;
  margin: 20px 0;
  display: inline-block;
  white-space: nowrap;
}

.simple-link::before {
  display: inline-block;
  content: '<';
  margin-right: 5px;
}

.simple-link:hover {
  color: #555555;
}

.link-to {
  font-family: "SFUI-light", sans-serif;
  color: #0a7c05;
  font-size: 16px;
  margin: 20px 0;
  display: inline-block;
  white-space: nowrap;
  display: block;
  margin: 5px 0;
}

.link-to::after {
  display: inline-block;
  content: '>>>';
  margin-left: 5px;
}

.link-to:hover,
.link-to:focus {
  color: #555555;
}

.table {
  width: 100%;
  overflow: auto;
}

.table table {
  min-width: 500px;
  width: 100%;
  border: 1px solid #8e8e8e;
}

.table table td,
.table table th {
  border: 1px solid #8e8e8e;
}

.table table th {
  color: #0a7c05;
}

.fancybox-caption {
  text-align: center;
}

.header-mob {
  display: none;
}

.header-desk {
  display: block;
}

.is-drilldown .drilldown .is-drilldown-submenu {
  margin-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

.off-canvas {
  background: #fff;
  padding-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 72px;
  height: -webkit-calc(100% - 72px);
  height: calc(100% - 72px);
  padding-bottom: 140px;
}

.drilldown a {
  color: #0a7c05;
  font-weight: bold;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #0a7c05;
}

.drilldown .js-drilldown-back > a::before {
  border-color: transparent #0a7c05 transparent transparent;
}

.header-top {
  background: #0a7c05;
  padding: 10px 0;
}

.header-top .wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top__right {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.languages {
  position: relative;
  padding-right: 20px;
}

.languages p {
  margin: 0;
  color: #0a7c05;
  background: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  font-family: "SFUI-light", sans-serif;
  cursor: pointer;
}

.languages p::after {
  display: block;
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../images/arrow-down.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 10px;
}

.languages ul {
  padding: 10px 20px;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
  z-index: 10;
  background: #0a7c05;
}

.languages ul li a {
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
  font-family: "SFUI-light", sans-serif;
}

.search {
  position: relative;
  width: 265px;
  margin-right: 115px;
  padding-bottom: 5px;
}

.search input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background: transparent;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search input::-webkit-input-placeholder {
  color: #fff;
}

.search input::-moz-placeholder {
  color: #fff;
}

.search input:-moz-placeholder {
  color: #fff;
}

.search input:-ms-input-placeholder {
  color: #fff;
}

.search input:focus {
  background: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
}

.search button {
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 3px;
  cursor: pointer;
}

.search button img {
  width: 18px;
}

.socials a {
  text-decoration: none;
  margin-left: 10px;
}

.socials a:hover {
  opacity: 0.8;
}

.socials a img {
  width: 26px;
}

.navigation {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
}

.navigation__list li {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  line-height: 105px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation__list li::after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 13px;
  background: #a7aea7;
  margin: 0 20px;
}

.navigation__list li:first-child::after,
.navigation__list li:last-child::after {
  display: none;
}

.navigation__list li:first-child {
  line-height: 1;
  padding: 0;
  height: auto;
}

.navigation__list li.with-sub > a {
  position: relative;
}

.navigation__list li.with-sub > a::before {
  display: block;
  content: '';
  width: 16px;
  height: 11px;
  background-image: url(../images/arrow-down-grey.png);
  background-size: cover;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navigation__list li.with-sub:hover .submenu {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation__list li a {
  font-family: "SFUI-bold", sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation__list li a:hover {
  color: #0a7c05;
}

.navigation__list li a.active {
  color: #0a7c05;
}

.navigation__logo {
  width: 170px;
  height: 65px;
  margin-right: 25px;
}

.navigation .submenu {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 105px;
  left: 190px;
  width: -webkit-calc(100% - 190px);
  width: calc(100% - 190px);
  z-index: 5;
  background: rgba(243, 245, 243, 0.95);
  padding: 40px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation .submenu .active {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation .submenu ul {
  padding-left: 0;
  margin-top: 0;
  margin-right: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
}

.navigation .submenu ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.navigation .submenu ul li:first-child {
  line-height: 26px;
  padding-right: 20px;
}

.navigation .submenu ul li::after {
  display: none;
}

.navigation .submenu ul li a {
  font-size: 18px;
  line-height: 20px;
  padding-top: 20px;
  vertical-align: middle;
  text-transform: none;
  font-family: "SFUI-light", sans-serif;
}

.bmenu {
  width: 60px;
  height: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  z-index: 20;
}

.bmenu__top {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.bmenu__bottom {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.bmenu__middle {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

div.part {
  width: 50px;
  height: 7px;
  margin: 5px 0;
  background: #0a7c05;
}

.bmenu.active .bmenu__top {
  -webkit-transform: rotate(45deg) translateY(9px) translateX(9px);
  -ms-transform: rotate(45deg) translateY(9px) translateX(9px);
  transform: rotate(45deg) translateY(9px) translateX(9px);
}

.bmenu.active .bmenu__bottom {
  -webkit-transform: rotate(-45deg) translateY(-9px) translateX(9px);
  -ms-transform: rotate(-45deg) translateY(-9px) translateX(9px);
  transform: rotate(-45deg) translateY(-9px) translateX(9px);
}

.bmenu.active .bmenu__middle {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bread-crumbs ul {
  padding-left: 0;
  margin: 0;
  margin-bottom: 40px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bread-crumbs ul li::after {
  display: inline-block;
  content: '';
  width: 7px;
  height: 13px;
  margin: 0 10px;
  background-image: url(../images/bread-arrow.png);
}

.bread-crumbs ul li:last-child::after {
  display: none;
}

.bread-crumbs ul li:last-child a {
  color: #555555;
  pointer-events: none;
}

.bread-crumbs ul li a {
  color: #057500;
  font-weight: bold;
  font-size: 16px;
  font-family: "SFUI-light", sans-serif;
}

.top {
  width: 100%;
  height: -webkit-calc(100vh - 371px);
  height: calc(100vh - 371px);
  min-height: 400px;
  background: #0a7c05;
  position: relative;
}

.top .slick-track,
.top .slick-list {
  height: 100%;
}

.top__controls {
  width: 100%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__controls img {
  cursor: pointer;
}

.top-slider {
  height: 100%;
}

.top-item {
  width: 100%;
  height: 100%;
  outline: none;
  position: relative;
}

.top-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.top-item__text {
  background: rgba(3, 76, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 800px;
  z-index: 5;
  text-align: center;
}

.top-item__text p {
  font-size: 54px;
  line-height: 62px;
  color: #fff;
  margin: 30px;
  font-family: "SFUI-heavy", sans-serif;
}

.top-item__text span {
  width: 120px;
  display: block;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 40px;
}

.links {
  padding: 43px 0;
}

.links__left {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  border-right: 2px solid #a7aea7;
  padding-right: 30px;
  position: relative;
  min-height: 120px;
}

.links__left h2 {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "SFUI-bold", sans-serif;
  text-align: center;
}

.links__left img {
  width: 69px;
  height: 88px;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 200px;
}

.links__left ul {
  display: none;
  padding-left: 0;
  list-style: none;
  list-style-type: none;
  margin: 0;
}

.links__left ul li a {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  font-family: "SFUI-light", sans-serif;
  text-decoration: none;
}

.links__left ul li a:hover {
  color: #0a7c05;
}

.links__right {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
  padding-left: 60px;
  position: relative;
  min-height: 130px;
}

.links__right h2 {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  font-family: "SFUI-bold", sans-serif;
}

.links__right img {
  width: 104px;
  height: 94px;
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 200px;
}

.links__right ul {
  display: none;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.links__right ul li a {
  color: #555555;
  font-size: 16px;
  line-height: 24px;
  font-family: "SFUI-light", sans-serif;
  text-decoration: none;
}

.links__right ul li a:hover {
  color: #0a7c05;
}

.links-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-news {
  padding: 65px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/news.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.main-news .slick-arrow {
  position: absolute;
  bottom: -50px;
  width: 23px;
  height: 40px;
  background-color: transparent;
  background-size: cover;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.main-news .slick-arrow.slick-prev {
  left: 0;
  background-image: url(../images/arrow-prev-green.png);
}

.main-news .slick-arrow.slick-next {
  right: 0;
  background-image: url(../images/arrow-next-green.png);
}

.main-news-container {
  background: #fff;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-news-container h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: "SFUI-bold", sans-serif;
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}

.main-news-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-news-item.slick-slide {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
}

.main-news-item__image {
  width: 30%;
  max-height: 250px;
}

.main-news-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.main-news-item__info {
  width: 70%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 70px;
}

.main-news-item__info h3 {
  margin-top: 0;
  font-family: "SFUI-light", sans-serif;
  font-size: 25px;
}

.main-news-item__info p {
  font-size: 16px;
  color: #555555;
  font-family: "SFUI-light", sans-serif;
}

.main-news-item__links {
  position: absolute;
  bottom: 20px;
}

.main-news-item__links a {
  padding: 15px 35px;
  border: 1px solid #0a7c05;
  text-decoration: none;
  font-size: 20px;
  color: #0a7c05;
  font-family: "SFUI-bold", sans-serif;
  margin-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-news-item__links a:hover {
  background: #0a7c05;
  color: #fff;
}

.main-gallery {
  padding-bottom: 50px;
  padding-top: 50px;
}

.main-gallery__list ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.main-gallery__list ul li {
  border-right: 2px solid #a8b2a8;
}

.main-gallery__list ul li:first-child svg {
  width: 53px;
}

.main-gallery__list ul li:nth-child(2) svg {
  width: 55px;
}

.main-gallery__list ul li:nth-child(3) svg {
  width: 44px;
}

.main-gallery__list ul li:nth-child(4) {
  border-right: none;
}

.main-gallery__list ul li:nth-child(4) svg {
  width: 60px;
}

.main-gallery__list ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  height: 100%;
  padding: 0 70px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-gallery__list ul li a div svg path {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-clip-path: none;
  clip-path: none;
}

.main-gallery__list ul li a:hover {
  background: #0a7c05;
}

.main-gallery__list ul li a:hover div svg path {
  fill: #fff;
}

.main-gallery__list ul li a:hover span {
  color: #fff;
}

.main-gallery__list ul li a div {
  margin-bottom: 12px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-gallery__list ul li a span {
  text-align: center;
  font-size: 20px;
  font-family: "SFUI-bold", sans-serif;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-gallery__links {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 33px;
}

.main-gallery__photo {
  width: 49%;
  position: relative;
}

.main-gallery__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.main-gallery__photo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "SFUI-light", sans-serif;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-gallery__photo a::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.main-gallery__photo a:hover {
  background: rgba(8, 133, 3, 0.7);
  font-family: "SFUI-bold", sans-serif;
}

.main-gallery__photo a:hover::after {
  opacity: 1;
}

.main-gallery__video {
  width: 49%;
  position: relative;
}

.main-gallery__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.main-gallery__video a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "SFUI-light", sans-serif;
  font-size: 25px;
  text-decoration: none;
  text-align: center;
}

.main-gallery__video a::after {
  display: block;
  content: '';
  width: 120px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.main-gallery__video a:hover {
  background: rgba(8, 133, 3, 0.7);
  font-family: "SFUI-bold", sans-serif;
}

.main-gallery__video a:hover::after {
  opacity: 1;
}

.sidebar {
  width: 25%;
  background: #ecf1ef;
  padding-top: 120px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar__mob-menu {
  display: none;
}

.sidebar__main.opened {
  display: block;
  width: 300px;
  background: #ecf1ef;
  z-index: 10;
  position: relative;
  padding: 50px;
  height: 100%;
}

.sidebar__main > li {
  border-bottom: 1px solid #c9cfcb;
}

.sidebar ul {
  list-style: none;
  padding-left: 20px;
  margin-left: 0;
}

.sidebar ul li {
  color: #000000;
  font-size: 20px;
  margin-top: 5px;
}

.sidebar ul li a {
  color: #000000;
  font-size: 20px;
  line-height: 35px;
  position: relative;
}

.sidebar ul li a:hover {
  color: #0a7c05;
}

.sidebar ul li a svg {
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar ul li a.active {
  color: #0a7c05;
}

.sidebar ul li a.active svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar ul li a.active svg g,
.sidebar ul li a.active svg path {
  fill: #088503;
}

.sidebar ul li ul {
  display: none;
  padding-left: 20px;
}

.sidebar ul li ul.active {
  display: block;
}

.sidebar ul li li {
  color: #585958;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
}

.sidebar ul li li a {
  color: #585958;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

.sidebar ul li li a:hover {
  color: #0a7c05;
}

.sidebar ul li li a.active {
  color: #0a7c05;
}

.sidebar ul li li a svg {
  width: 10px;
}

.sidebar ul li li a svg g,
.sidebar ul li li a svg path {
  fill: #a2a9a2;
}

.pagination {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.pagination ul {
  padding: 0;
  margin: 0;
}

.pagination ul li a {
  color: #555555;
}

.pagination ul li a.active {
  color: #0a7c05;
  font-size: 16px;
  font-family: "SFUI-bold", sans-serif;
}

.structure {
  position: relative;
}

.structure .link {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 60px;
  padding: 10px 130px;
  text-transform: uppercase;
  font-size: 20px;
}

.structure__link {
  font-size: 17px;
  line-height: 19px;
  font-family: "SFUI-reg", sans-serif;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  padding: 20px 20px;
  color: #0a7c05;
  border: 1px solid #0a7c05;
  margin-top: 46px;
}

.structure__link:hover,
.structure__link:focus {
  color: #0a7c05;
  background: #e2e4e2;
}

.structure__link_grey {
  background: #e2e4e2;
  border: 1px solid #e2e4e2;
}

.structure__link_grey:hover {
  background: #fff;
}

.structure__top {
  padding: 20px 40px;
  color: #0a7c05;
  border: 2px solid #0a7c05;
  display: inline-block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "SFUI-bold", sans-serif;
  text-transform: uppercase;
}

.structure__top:hover {
  background: #e2e4e2;
}

.structure__top:after {
  display: block;
  content: '';
  width: 2px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 78px;
  background: #0a7c05;
}

.structure__top:focus,
.structure__top:hover {
  color: #0a7c05;
}

.structure-head {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 38px;
}

.structure-head1 {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 38px;
}
.structure-head__mid::after {
  display: block;
  content: '';
  width: 46px;
  height: 2px;
  background: #0a7c05;
  top: 50%;
  position: absolute;
  left: -49px;
}
.structure-head-head.structure-head__mid::after {
  display: block;
  content: '';
  width: 46px;
  background: #0a7c05;
  top: 50%;
  position: absolute;
  left: -49px;
}

.structure-head__mid::before {
  display: block;
  content: '';
  width: 46px;
  height: 2px;
  background: #0a7c05;
  top: 50%;
  position: absolute;
  right: -49px;
}

.structure-head a {
  position: relative;
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  padding: 20px 20px;
  color: #0a7c05;
  background: #e2e4e2;
  border: 3px solid #e2e4e2;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "SFUI-bold", sans-serif;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.structure-head a:hover {
  background: transparent;
}

.structure-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts {
  padding-top: 40px;
}

.contacts__list {
  padding-bottom: 40px;
}

.contacts__list ul {
  padding-left: 0;
  list-style-image: url(../images/list.png);
}

.contacts__list ul li {
  margin-bottom: 30px;
  color: #555555;
  font-size: 16px;
}

.contacts__list ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #555555;
  line-height: 20px;
}

.contacts__list ul li a:hover {
  text-decoration: underline;
}

.contacts__list p {
  width: 100%;
  max-width: 450px;
  color: #0a7c05;
  font-size: 16px;
  line-height: 20px;
}

.contacts #map {
  width: 100%;
  height: 550px;
  position: relative;
}

.contacts #map::before {
  content: "";
  background: #0a7c05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.contacts #map > div {
  background: transparent !important;
}

.contacts #map .gm-style {
  opacity: 0.8 !important;
}

.branches {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.branches__image {
  width: 100%;
  height: 175px;
  margin-bottom: 30px;
  position: relative;
}

.branches__image svg {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.branches__item {
  width: 28%;
  color: #000000;
  font-size: 17px;
  text-align: center;
  margin-top: 30px;
}

.branches__item span {
  color: #000;
}

.branches__item svg path,
.branches__item svg g {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.branches__item:hover svg path,
.branches__item:hover svg g {
  fill: #fff;
  stroke-width: 5px;
  stroke: #0a7c05;
}

.branches__item:hover span {
  color: #0a7c05;
}

.article a {
  font-family: "SFUI-light", sans-serif;
  color: #057500;
  font-size: 16px;
}

.article a::before {
  display: inline-block;
  content: '<';
  margin-right: 5px;
}

.article a::before:hover {
  color: #555555;
}

.article__top {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__top p {
  font-family: "SFUI-light", sans-serif;
  font-size: 25px;
}

.article__link {
  margin-top: 30px;
  display: inline-block;
}

.article-container img {
  width: 30%;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.article-container p {
  color: #000000;
  font-size: 16px;
}

.article-container p a {
  color: #000000;
}

.article-container p a::after,
.article-container p a::before {
  display: none;
}

.article-container p a:hover {
  text-decoration: underline;
}

.article-slider {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-slider a {
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

.article-slider a::before {
  display: none;
}

.article-slider img {
  width: 100%;
}

.article-slider .slick-arrow {
  position: absolute;
  top: 0;
  width: 23px;
  height: 40px;
  background-color: transparent;
  background-size: cover;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}

.article-slider .slick-arrow.slick-prev {
  left: 15px;
  background-image: url(../images/arrow-prev-green.png);
}

.article-slider .slick-arrow.slick-next {
  right: 15px;
  background-image: url(../images/arrow-next-green.png);
}

.news-item {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 70px;
}

.news-item.publishing-item .news-item__info {
  padding-bottom: 0;
}

.news-item__date {
  font-size: 25px;
  margin-top: 0;
}

.news-item__date::after {
  display: block;
  content: '';
  width: 63px;
  height: 2px;
  background: #a7aea7;
  margin-top: 15px;
}

.news-item__image {
  width: 30%;
  max-height: 250px;
}

.news-item__image img {
  border: 1px dotted black;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.news-item__info {
  width: 70%;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 70px;
}

.news-item__info h3 {
  margin-top: 0;
  font-family: "SFUI-light", sans-serif;
  font-size: 25px;
}

.news-item__info p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  font-family: "SFUI-light", sans-serif;
}

.news-item__info p.news-item__date {
  font-size: 25px;
  line-height: 1;
  margin-top: 0;
  color: #000;
}

.news-item__links {
  position: absolute;
  bottom: 10px;
}

.news-item__links a {
  padding: 10px 25px;
  border: 1px solid #0a7c05;
  text-decoration: none;
  font-size: 18px;
  color: #0a7c05;
  font-family: "SFUI-bold", sans-serif;
  margin-right: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-item__links a:hover {
  background: #0a7c05;
  color: #fff;
}

.photo-gallery {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-gallery__item {
  width: -webkit-calc(100% / 3 - 30px);
  width: calc(100% / 3 - 30px);
  height: 260px;
  outline: none;
  margin: 15px 15px;
  position: relative;
  overflow: hidden;
}

.photo-gallery__item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.photo-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.photo-gallery__bottom {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-gallery__bottom .pagination {
  margin: 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.video-gallery {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.video-gallery-item {
  font-family: "SFUI-light", sans-serif;
  outline: none;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  margin-bottom: 65px;
  padding: 15px;
  position: relative;
  overflow: hidden;
}

.video-gallery-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.video-gallery-item h3 {
  color: #000000;
  font-size: 25px;
}

.video-gallery-item h3::after {
  display: block;
  content: '';
  width: 63px;
  height: 2px;
  background: #a7aea7;
  margin-top: 15px;
}

.video-gallery-item p {
  color: #000000;
  font-size: 25px;
}

.video-gallery-item img {
  width: 100%;
  max-height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.leadership-category {
  margin-bottom: 20px;
}

.leadership-category__staff {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.person {
  border: 1px dotted black;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 0 15px;
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.person img {
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover';
  display: block;
}

.person h4 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
  font-family: "SFUI-light", sans-serif;
  font-weight: bold;
}

.person h4::after {
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  background: #a7aea7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.person p {
  color: #000000;
  font-size: 16px;
  margin: 0;
  margin-bottom: 5px;
}

.person ul {
  list-style-image: url(../images/list.png);
  margin-top: 15px;
}

.person ul li {
  color: #000000;
  font-size: 16px;
}

.person ul li a {
  color: #000000;
  font-size: 16px;
}

.person ul li a:hover {
  text-decoration: underline;
}

.position {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.position-item {
  width: 75%;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-bottom: 50px;
}

.position-item:only-child {
  width: 100%;
}

.position-item__image {
  width: 40%;
  max-width: 170px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-right: 25px;
}

.position-item p {
  font-size: 25px;
  color: #000;
}

.department h3 {
  font-size: 21px;
}

.footer {
  position: relative;
}

.footer__to-top {
  position: absolute;
  right: 10%;
  top: -35px;
  cursor: pointer;
}

.footer__contacts {
  width: 240px;
}

.footer__contacts img {
  width: 170px;
  margin-bottom: 30px;
}

.footer__contacts p {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "SFUI-light", sans-serif;
  margin: 0;
}

.footer__contacts p.footer__title {
  font-size: 20px;
  color: #000;
  font-family: "SFUI-bold", sans-serif;
  margin-bottom: 25px;
}

.footer__contacts p a {
  color: #000000;
  text-decoration: none;
}

.footer__contacts p a:hover {
  text-decoration: underline;
}

.footer__links {
  width: 300px;
}

.footer__links p {
  font-size: 20px;
  color: #000;
  font-family: "SFUI-bold", sans-serif;
  margin-bottom: 25px;
  margin-top: 0;
}

.footer__links a {
  display: block;
  color: #555555;
  text-decoration: none;
  font-family: "SFUI-light", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__form {
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__form p {
  font-size: 20px;
  color: #000;
  font-family: "SFUI-bold", sans-serif;
  margin-bottom: 15px;
  margin-top: 0;
}

.footer__form input {
  border: none;
  border-bottom: 1px solid #8e8e8e;
  background: transparent;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  color: #8e8e8e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer__form input:focus {
  background: transparent;
}

.footer__form input::-webkit-input-placeholder {
  color: #555555;
}

.footer__form input::-moz-placeholder {
  color: #555555;
}

.footer__form input:-moz-placeholder {
  color: #555555;
}

.footer__form input:-ms-input-placeholder {
  color: #555555;
}

.footer__form textarea {
  outline: none;
  border: 1px solid #8e8e8e;
  background: transparent;
  resize: none;
  width: 100%;
  height: 115px;
  color: #8e8e8e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer__form textarea::-webkit-input-placeholder {
  color: #555555;
}

.footer__form textarea::-moz-placeholder {
  color: #555555;
}

.footer__form textarea:-moz-placeholder {
  color: #555555;
}

.footer__form textarea:-ms-input-placeholder {
  color: #555555;
}

.footer__form button {
  color: #0a7c05;
  border: none;
  outline: none;
  background: transparent;
  font-family: "SFUI-bold", sans-serif;
  font-size: 20px;
  cursor: pointer;
  margin-top: 10px;
}

.footer__form button:hover {
  color: #8e8e8e;
}

.footer-wrapper {
  width: 100%;
  max-width: 990px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.footer-top {
  background: #ecf1ef;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-top .footer-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom {
  background: #c5c6c6;
  padding: 15px 0;
}

.footer-bottom p {
  color: #555555;
  font-size: 13px;
  font-family: "SFUI-light", sans-serif;
  margin: 0;
  max-width: 500px;
}

.footer-bottom p a {
  color: #555555;
  text-decoration: none;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.footer-bottom img {
  width: 100%;
  max-width: 300px;
}

.footer-bottom .footer-wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px;
}

.footer-bottom__partners {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  padding: 0 10px;
}

.footer-bottom__partners a img {
  width: 40px;
}

@media (min-width: 1024px) {
  .links__left:hover ul {
    display: block;
  }

  .links__left:hover img {
    position: absolute;
    left: 0;
  }

  .links__left:hover h2 {
    display: none;
  }

  .links__right:hover ul {
    display: block;
  }

  .links__right:hover img {
    position: absolute;
    right: 0;
  }

  .links__right:hover h2 {
    display: none;
  }
}

@media (max-width: 1440px) {
  .top-photo h1 {
    font-size: 36px;
  }

  .top {
    height: -webkit-calc(100vh - 325px);
    height: calc(100vh - 325px);
  }

  .top-item__text p {
    font-size: 42px;
    line-height: 54px;
  }

  .links {
    padding: 20px 0;
  }
}

@media (max-width: 1279px) {
  .navigation__list li {
    line-height: 60px;
  }

  .navigation__list li.with-sub > a::before {
    top: 43px;
  }

  .navigation__list li a {
    font-size: 12px;
  }

  .navigation__logo {
    width: 100px;
  }

  .navigation .submenu {
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    top: 66px;
    left: 125px;
    padding: 15px;
  }

  .navigation .submenu ul li a {
    font-size: 16px;
    line-height: 15px;
    padding-top: 0;
  }

  .sidebar {
    padding-top: 80px;
  }

  .sidebar ul li a {
    font-size: 18px;
  }

  .sidebar ul li li a {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .main-gallery__list ul li a {
    padding: 0 35px;
  }
}

@media (max-width: 1023px) {
  .header-mob {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  }

  .header-mob__bottom {
    background: #0a7c05;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
  }

  .header-mob__bottom .languages {
    width: 60px;
  }

  .header-mob__bottom .languages ul {
    border: 1px solid #fff;
    padding: 0 20px;
  }

  .header-mob__bottom .socials {
    width: 50%;
  }

  .header-mob__bottom .search {
    margin-top: 10px;
    width: 250px;
  }

  .header-mob__bottom .search input {
    width: 220px;
  }

  .header-desk {
    display: none;
  }

  .top {
    height: 300px;
    min-height: inherit;
    margin-top: 70px;
  }

  .top-item__text p {
    font-size: 36px;
    line-height: 44px;
  }

  .links__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    border: none;
  }

  .links__left img {
    margin: 0;
  }

  .links__left ul {
    display: block;
    margin-top: 10px;
  }

  .links__right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-top: 20px;
  }

  .links__right h2 {
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .links__right img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }

  .links__right ul {
    display: block;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }

  .links-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-news-item__links a {
    padding: 10px 20px;
  }
}

@media (max-width: 900px) {
  .main {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }

  .sidebar {
    width: 50px;
    padding: 0;
    padding-top: 0;
  }

  .sidebar__mob-menu {
    display: block;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
  }

  .sidebar__mob-menu img {
    width: 28px;
    height: 28px;
  }

  .sidebar__main {
    display: none;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 20px 15px;
  }

  .top-photo h1 {
    font-size: 26px;
  }

  .title {
    font-size: 22px;
    line-height: 26px;
  }

  .title::after {
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-wrapper > a {
    margin-top: 20px;
  }

  .top-item__text p {
    font-size: 28px;
    line-height: 32px;
  }

  .links__left h2 {
    font-size: 18px;
  }

  .links__right h2 {
    font-size: 18px;
  }

  .main-gallery {
    padding: 0;
  }

  .main-gallery__list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-gallery__list ul li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin-top: 20px;
  }

  .main-gallery__list ul li a {
    padding: 0;
  }

  .main-gallery__list ul li a span {
    font-size: 14px;
  }

  .main-gallery__links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-gallery__photo {
    width: 100%;
  }

  .main-gallery__video {
    width: 100%;
    margin-top: 10px;
  }

  .structure__link {
    width: 100%;
    margin-top: 20px;
  }

  .structure__top {
    font-size: 18px;
  }

  .structure__top:after {
    top: 68px;
  }

  .structure-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
  }

  .structure-head__mid::after {
    top: -15px;
    width: 2px;
    height: 15px;
    left: 50%;
  }

  .structure-head__mid::before {
    top: auto;
    bottom: -15px;
    width: 2px;
    height: 15px;
    left: 50%;
  }

  .structure-head a {
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
  }

  .contacts {
    padding-top: 20px;
  }

  .contacts__list {
    padding-bottom: 20px;
  }

  .contacts__list ul li {
    margin-bottom: 10px;
  }

  .branches__item {
    width: 45%;
  }

  .article-slider a {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }

  .news-item__date::after {
    margin-top: 10px;
  }

  .photo-gallery__item {
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .video-gallery-item {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
    margin-bottom: 10px;
  }

  .video-gallery-item h3::after {
    margin-top: 10px;
  }

  .person {
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }

  .position-item {
    width: 100%;
  }

  .position-item p {
    font-size: 20px;
    margin-top: 20px;
  }

  .footer__to-top {
    display: none;
  }

  .footer__contacts {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .footer__contacts p.footer__title {
    margin-bottom: 10px;
  }

  .footer__links {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .footer__links p {
    margin-bottom: 10px;
  }

  .footer__form {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .footer__form p {
    margin-bottom: 10px;
  }

  .footer-top .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-bottom .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom__partners {
    margin: 10px 0;
  }
}

@media (max-width: 700px) {
  .main-news .slick-arrow {
    bottom: auto;
    top: 50%;
  }

  .main-news .slick-arrow.slick-prev {
    left: -33px;
  }

  .main-news .slick-arrow.slick-next {
    right: -33px;
  }

  .main-news-container h2 {
    font-size: 30px;
  }

  .main-news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-news-item__image {
    width: 100%;
  }

  .main-news-item__info {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .main-news-item__info h3 {
    font-size: 20px;
  }

  .main-news-item__info p {
    font-size: 15px;
  }

  .news-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .news-item__image {
    width: 100%;
  }

  .news-item__info {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }

  .news-item__info h3 {
    font-size: 20px;
  }

  .news-item__info p {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .article-slider a {
    width: 100%;
  }

  .photo-gallery__item {
    width: 100%;
    height: auto;
  }

  .photo-gallery__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .photo-gallery__bottom .pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-gallery-item {
    width: 100%;
    height: auto;
  }

  .person {
    width: 100%;
  }

  .person img {
    height: auto;
  }
}

@media (max-width: 550px) {
  .position-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .position-item__image {
    margin-right: 0;
  }

  .position-item__image img {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .form-wrapper > a {
    text-align: center;
    display: block;
    width: 100%;
  }

  .form button {
    margin-top: 10px;
  }

  .form div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-news-item__info {
    padding-bottom: 30px;
  }

  .main-news-item__links {
    bottom: 10px;
  }

  .main-news-item__links a {
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }

  .news-item__info {
    padding-bottom: 30px;
  }

  .news-item__links a {
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

@media (max-width: 480px) {
  .branches__item {
    width: 100%;
  }
}