@charset "UTF-8";

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@font-face {
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/roboto/regular.woff2) format("woff2"), url(../fonts/roboto/regular.woff) format("woff")
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s
}

@media (print),
(prefers-reduced-motion:reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
hr,
html {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%
}

body,
sub,
sup {
  position: relative
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%;
  font-family: "Roboto bold", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #3c434b;
}

.slick-slide img,
details,
main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent;
  text-decoration: none
}

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

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -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 {
  padding: .35em .75em .625em
}

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

progress {
  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-decoration {
  -webkit-appearance: none
}

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

summary {
  display: list-item
}

.hidden {
  display: none !important;
}

.slick-slide.slick-loading img,
[hidden],
template {
  display: none
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../libs/slick-carousel/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: "slick";
  src: url(../libs/slick-carousel/slick/fonts/slick.eot);
  src: url(../libs/slick-carousel/slick/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../libs/slick-carousel/slick/fonts/slick.woff) format("woff"), url(../libs/slick-carousel/slick/fonts/slick.ttf) format("truetype"), url(../libs/slick-carousel/slick/fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 280px;
  margin: 0 auto;
  padding: 0 6.25%
}

@media (min-width:768px) {
  .container {
    width: 688px;
    padding: 0 8.33333%
  }
}

@media (min-width:1460px) {
  .container {
    width: 1320px;
    padding: 0 8.3333%
  }
}

.container-fluid {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  padding: 0 6.25%
}

@media (min-width:768px) {
  .container-fluid {
    padding: 0 8.33333%
  }
}

@media (min-width:1460px) {
  .container-fluid {
    width: 1000px;
    margin: 0 auto;
    padding: 0 6.10959%
  }
}

@media screen and (max-width:782px) {
  .fw-container {
    width: 750px
  }
}

@media screen and (min-width:783px) and (max-width:900px) {
  .fw-container {
    width: 860px
  }
}

@media screen and (min-width:901px) and (max-width:1199px) {
  .fw-container {
    width: 1160px
  }
}

@media screen and (min-width:1200px) {
  .fw-container {
    width: 1160px
  }
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

.nav__search .screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, .5)
}

.article-content__text .table>tbody,
.flex,
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.main-wrapp {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.margin0 {
  margin: 0 !important
}

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

.social li {
  margin-right: 5px
}

.social li:last-child {
  margin-right: 0
}

.social a {
  display: block;
  width: 28px;
  height: 28px;
  background: #44bcf8 no-repeat;
  border-radius: 50%
}

.social a:active {
  background-color: #13aaf6;
  opacity: .9
}

@media screen and (min-width:500px) {
  .social a {
    width: 35px;
    height: 35px
  }
}

.social .menu-item-264 a {
  background-image: url(../img/social/fb.svg)
}

.social .menu-item-265 a {
  background-image: url(../img/social/vk.svg)
}

.social .menu-item-266 a {
  background-image: url(../img/social/inst.svg)
}

.social .menu-item-267 a {
  background-image: url(../img/social/youtube.svg)
}

@media screen and (min-width:768px) {
  .social a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .social a:focus,
  .social a:hover {
    opacity: .8
  }

  .social a:active {
    background-color: #13aaf6;
    opacity: 1
  }
}

.nav {
  z-index: 2;
  background-color: #f1f5f8
}

.nav__list {
  padding: 10px 0 20px;
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1460px) {
  .nav__list {
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

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

.nav li {
  color: #333;
  text-align: left;
  text-transform: uppercase
}

.nav a {
  display: block;
  padding: 10px 6.25%;
  color: #333
}

.nav a--active,
.nav a:active {
  color: gray;
  background-color: #e0e9f0
}

.nav__link--search,
.nav__toggle {
  display: none
}

.nav__search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 6.25% 30px
}

.nav__search form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

.nav__search form input[type=text] {
  width: 80%;
  padding: 10px 20px;
  border: 0;
  border-bottom: 2px solid #44bcf8;
  outline: 0
}

.nav__search form input[type=text]::-webkit-input-placeholder {
  color: #b3b3b3
}

.nav__search form input[type=text]::-moz-placeholder {
  color: #b3b3b3
}

.nav__search form input[type=text]:-ms-input-placeholder,
.nav__search form input[type=text]::-ms-input-placeholder {
  color: #b3b3b3
}

.nav__search form input[type=text]::placeholder {
  color: #b3b3b3
}

.nav__search form input[type=text]:active {
  border-bottom-color: #13aaf6
}

.nav__search form input[type=submit] {
  width: 20%;
  padding: 0;
  text-indent: 9999px;
  background: #44bcf8 url(../img/nav/search.svg) no-repeat center;
  border: 0;
  outline: 0;
  cursor: pointer
}

.nav__search form input[type=submit]:active {
  background-color: #13aaf6
}

@media screen and (max-width:767px) {
  .nav .menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
    transition: max-height 1s cubic-bezier(0, 1, 0, 1)
  }

  .nav .menu-item-has-children .sub-menu--show,
  .nav--nojs .menu-item-has-children .sub-menu {
    max-height: 999px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out
  }

  .nav .menu-item-has-children>a {
    position: relative
  }

  .nav--nojs .menu-item-has-children>a::after {
    background: 0 0
  }

  .nav .menu-item-has-children>a:active::after {
    opacity: .3
  }

  .nav .sub-menu {
    margin-bottom: 5px
  }

  .nav .sub-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12.5%
  }

  .nav .sub-menu a+.sub-menu a {
    padding-left: 18.75%
  }

  .nav .sub-menu a+.sub-menu a+.sub-menu a {
    padding-left: 25%
  }

  .nav__toggle {
    position: absolute;
    top: 5px;
    right: 6.25%;
    display: block;
    width: 26px;
    height: 26px;
    padding: 0;
    background: url(../img/nav/arrow-down.svg) no-repeat center;
    background-size: 16px;
    border: 0;
    opacity: .5;
    cursor: pointer
  }
}

@media screen and (min-width:768px) {
  .nav {
    background-color: transparent
  }

  .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .nav li {
    position: relative;
    margin-right: 17px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
  }

  .nav li:last-child {
    margin-right: 0
  }

  .nav li li {
    padding: 0;
    font-weight: 400;
    text-transform: none
  }

  .nav a {
    padding: 0;
    color: #2899d0;
    background-color: transparent;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .nav a:focus,
  .nav a:hover {
    color: #216b90;
  }

  .nav a--active,
  .nav a:active {
    color: #44bcf8; /*ffa653*/
    text-decoration: none;
    background-color: transparent
  }

  .nav .sub-menu {
    position: absolute;
    top: 100%;
    left: -13px;
    z-index: 1;
    min-width: 280px;
    padding: 10px 0;
    background-color: #f1f5f8;
    display: none
  }

  .nav .sub-menu .sub-menu {
    left: 100%;
    top: -10px
  }

  .nav li:last-child .sub-menu .sub-menu,
  .nav li:nth-last-child(2) .sub-menu .sub-menu {
    /* left: -100% */
    left: 0;
    top: 53px;
  }

  .nav .sub-menu li {
    width: 100%;
    margin: 0
  }

  .nav .sub-menu li:last-child {
    margin-bottom: 0
  }

  .nav .sub-menu a {
    display: block;
    padding: 8px 20px
  }

  .nav .sub-menu a:hover,
  .nav .sub-menu a:focus {    
    background-color: #e0e6ea;
  }

  .nav .menu-item-has-children:focus>.sub-menu,
  .nav .menu-item-has-children:hover>.sub-menu {
    display: block
  }

  .nav__link--search {
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    padding: 10px;
    background: #43c23c url(../img/nav/search.svg) no-repeat center;
    background-size: 16px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .nav__link--search:focus,
  .nav__link--search:hover {
    background-color: #44bcf8
  }

  .nav__link--search:active {
    background-color: #ffa653
  }

  .nav__search,
  .nav__search--hidden {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .nav__search {
    width: auto;
    margin: 0;
    padding: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
  }

  .nav__search--hidden {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
  }

  .nav__search--show {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
  }

  .no-js .nav__search--hidden {
    opacity: 1
  }

  .nav__search form input[type=text] {
    border: 2px solid #44bcf8;
    border-right: none;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .nav__search form input[type=text]:focus,
  .nav__search form input[type=text]:hover {
    border-color: #ffa653
  }

  .nav__search form input[type=text]:active {
    border-color: #ffa653
  }

  .nav__search form input[type=submit] {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .nav__search form input[type=submit]:focus,
  .nav__search form input[type=submit]:hover {
    background-color: #13aaf6
  }

  .nav__search form input[type=submit]:active {
    background-color: #5dc5f9
  }

  .nav__search form input[type=text]:focus+input[type=submit],
  .nav__search form input[type=text]:hover+input[type=submit] {
    background-color: #ffa653
  }

  .nav__search form input[type=text]:focus+input[type=submit]:focus,
  .nav__search form input[type=text]:focus+input[type=submit]:hover,
  .nav__search form input[type=text]:hover+input[type=submit]:focus,
  .nav__search form input[type=text]:hover+input[type=submit]:hover {
    background-color: #ff8c20
  }
}

@media screen and (min-width:1460px) {
  .nav__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 160%;
    margin: 50px -60% 0;
    padding: 0 10px;
    padding-top: 25px;
    border-radius: 3px;
  }

  .nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }

  .nav li {
    margin-bottom: 10px
  }

  .nav__search {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80%;
    margin-left: auto;
  }
}

.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -60px;
  /* display: none; */
  width: 100%;
  height: 500px;
  background: url('../img/design/6.png') no-repeat;
  background-size: 1200px;
  opacity: 0.7;
}

.header__address,
.header__top {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%
}

.header__top {
  padding-bottom: 10px
}

.header__address ul,
.header__top .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__top .container-fluid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:500px) {
  .header__top .container-fluid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.header__address {
  margin-top: 20px
}

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

@media screen and (min-width:500px) {
  .header__address ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.header__address li,
.slider li.slick-active button:before {
  color: #44bcf8
}

@media screen and (min-width:500px) {
  .header__address li {
    margin-right: 5%
  }

  .header__address li:last-child {
    margin-right: 0
  }
}

.header__address .menu-item-26,
.header__address li:first-child {
  display: none
}

@media screen and (min-width:630px) {

  .header__address .menu-item-26,
  .header__address li:first-child {
    display: block
  }
}

.header__address a {
  color: #2899d0;
  text-decoration: underline
}

.header__address a:active {
  color: #13aaf6;
  text-decoration: none
}

.header__lang {
  max-width: 32%
}

@media screen and (min-width:500px) {
  .header__lang {
    margin-right: 5%
  }
}

.header__lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header__lang .lang-item {
  margin-right: 3px;
  font-size: 14px;
  color: #fff
}

.header__lang .lang-item:last-child {
  margin-right: 0
}

@media screen and (min-width:500px) {
  .header__lang .lang-item {
    font-size: 16px
  }
}

.header__lang a {
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  background-color: #44bcf8
}

.header__lang a:active,
.header__toggle:active {
  background-color: #13aaf6
}

@media screen and (min-width:500px) {
  .header__lang a {
    padding: 8px 15px
  }
}

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

.header__toggle {
  position: relative;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #44bcf8;
  border: 0;
  outline: 0;
  cursor: pointer
}

.header__toggle::after,
.header__toggle::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 15px;
  height: 2px;
  margin-left: -7.5px;
  background-color: #fff
}

.header__toggle::after {
  top: 17px;
  -webkit-box-shadow: 0 5px #fff;
  box-shadow: 0 5px #fff
}

@media screen and (min-width:500px) {
  .header__toggle {
    width: 40px;
    height: 40px;
    margin-left: auto
  }

  .header__toggle::before {
    top: 14px
  }

  .header__toggle::after {
    top: 19px
  }
}

.header__logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  padding: 10px 6.25%
}

@media screen and (min-width:500px) {
  .header__logo {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.header__nav-wrapp {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-left: -50px;
}

@media screen and (max-width:1460px) {
  .header__nav-wrapp {
    margin-left: 0;
  }
}

.article-content__text .table>td,
.article-content__text .table>td img,
.article-content__text .table>tr,
.header__nav {
  width: 100%
}

@media screen and (max-width:767px) {
  .header__toggle {
    display: block
  }

  .header--open .header__toggle::after,
  .header--open .header__toggle::before {
    top: 50%
  }

  .header--open .header__toggle::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .header--open .header__toggle::after {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .header__nav {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .5s cubic-bezier(0, 1, 0, 1);
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
  }

  .header--open .header__nav {
    left: 0;
    max-height: 999px;
    -webkit-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out
  }

  .header--nojs .header__toggle {
    display: none
  }

  .header--nojs .header__nav {
    position: relative;
    left: auto;
    max-height: 100%
  }
}

@media screen and (min-width:768px) {
  .header {
    padding-bottom: 20px
  }

  .header__top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px 0;
    background-color: rgba(241, 245, 248, 0.6);
  }
}

@media screen and (min-width:768px) and (min-width:1100px) {
  .header__top .container-fluid {
	width: 1000px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (min-width:768px) {
  .header__address {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 80%;
    margin: 0
  }
}

@media screen and (min-width:768px) and (min-width:1100px) {
  .header__address {
    width: auto
  }
}

@media screen and (min-width:768px) {
  .header__address li {
    margin-right: 50px
  }

  .header__address .menu-item-26,
  .header__address li:first-child {
    display: none
  }
}

@media screen and (min-width:768px) and (min-width:880px) {

  .header__address .menu-item-26,
  .header__address li:first-child {
    display: block
  }
}

@media screen and (min-width:768px) {
  .header__address a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .header__address a:focus,
  .header__address a:hover {
    color: #13aaf6
  }

  .header__address a:active {
    color: #13aaf6;
    text-decoration: none
  }

  .header__lang {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 32%;
    margin: 0 0 0 auto
  }
}

@media screen and (min-width:768px) and (min-width:1100px) {
  .header__lang {
    width: auto;
    margin: 0
  }
}

@media screen and (min-width:768px) {
  .header__lang a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .header__lang a:focus,
  .header__lang a:hover {
    background-color: #13aaf6
  }

  .header__lang a:active {
    background-color: #5dc5f9
  }

  .header__social {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-top: 5px
  }
}

@media screen and (min-width:768px) and (min-width:1100px) {
  .header__social {
    width: auto
  }
}

@media screen and (min-width:768px) {
  .header__logo {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px 8.33333%
  }

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

  .header__nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    padding: 0 8.33333%
  }
}

@media screen and (min-width:1460px) {

  .header,
  .header__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 450px;
    margin: 0 0 0 140px;
    padding: 20px 0 0
  }

  .header__nav-wrapp {
    width: 820px;
    padding: 55px 0 0
  }

  .header__nav {
	width: 650px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*width: auto;*/
    padding: 0
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /*flex-wrap: wrap;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  /*align-items: center; */
  transform: scale(0.75);
}

.logo__pic {
  margin: 0 2% 0 0;
  line-height: 0
}

.logo__img {
  width: 100px
}

@media screen and (min-width:500px) {
  .logo__img {
    width: 110px
  }
}

.logo__info {
  width: 62.29%;
  margin: 0
}

.logo__title {
  display: block;
  font-size: 18px;
  color: #2899d0
}

.logo__desc {
  display: block;
  color: #2899d0
}

@media screen and (min-width:768px) {
  .logo__info {
    width: auto
  }

  .logo__title {
    font-size: 29px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .logo:focus .logo__title,
  .logo:hover .logo__title {
    color: #369b30
  }

  .logo:active .logo__title {
    color: #55c94f
  }

  .logo__desc {
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .logo:focus .logo__desc,
  .logo:hover .logo__desc {
    color: #13aaf6
  }

  .logo:active .logo__desc {
    color: #5dc5f9
  }

  .logo__img {
    width: 160px
  }
}

.main__title {
  position: relative;
  margin: 0 0 40px;
  font-weight: 400;
  color: #333;
  text-align: center;
  text-transform: uppercase
}

.main__title::after,
.main__title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 15%;
  height: 1px;
  background-color: #ccc;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.main__title::after {
  width: 5%;
  height: 3px;
  bottom: -11px;
  background-color: #44bcf8
}

.slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 80%
}

.slider__item {
  position: relative;
  width: 100%;
  height: 250px
}

.slider__pic {
  height: 100%;
  margin: 0 15% 0 15%;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center
}

.slider__wrapp {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.slider__info {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: auto;
  padding: 10px 6.25%
}

.slider__title {
  max-width: 300px;
  max-height: 50px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-shadow: 0 0 10px #000
}

@media screen and (min-width:600px) {
  .slider__title {
    max-height: 50px;
    margin-bottom: 10px;
    padding-right: 30%
  }
}

.slider__text {
  display: none;
  max-width: 400px;
  margin: 0 0 20px;
  padding: 20px;
  background-color: rgba(241, 245, 248, .6)
}

@media screen and (min-width:600px) {
  .slider__text {
    display: block
  }
}

.slider__text-wrapp {
  overflow: hidden
}

@media screen and (min-width:600px) {
  .slider__text-wrapp {
    max-height: 45px;
    line-height: 1.4
  }
}

.slider .slick-dotted.slick-slider,
.slider__text-wrapp p {
  margin: 0
}

.slider__text-wrapp a {
  color: #43c23c;
  text-decoration: underline
}

.slider__text-wrapp a:active {
  color: #369b30;
  text-decoration: none
}

.slider__link {
  display: inline-block;
  max-width: 200px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  text-shadow: none;
  background-color: #44bcf8;
  outline: 0
}

.slider__link:active {
  background-color: #13aaf6
}

.slider .slick-dots {
  bottom: 10px
}

.slider li button:before {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 2px 5px #333;
  opacity: .6
}

.slider .slick-arrow {
  z-index: 2
}

.slider .slick-arrow::before {
  color: #44bcf8
}

.slider .slick-next {
  right: 5px
}

.slider .slick-prev {
  left: 5px
}

@media screen and (min-width:768px) {
  .slider__item {
    height: 400px
  }

  .slider__wrapp {
    height: auto
  }

  .slider__info {
    padding: 30px 18.33333%
  }

  .slider__title {
    max-width: 400px;
    max-height: 60px;
    font-size: 24px
  }
}

@media screen and (min-width:768px) and (min-width:900px) {
  .slider__title {
    max-height: 70px;
    margin-bottom: 20px;
    font-size: 28px
  }
}

@media screen and (min-width:768px) {
  .slider__text {
    max-width: 600px;
    margin-bottom: 25px
  }

  .slider__text-wrapp {
    max-height: 83px
  }
}

@media screen and (min-width:768px) and (min-width:900px) {
  .slider__text-wrapp {
    max-height: 110px;
    font-size: 20px
  }
}

@media screen and (min-width:768px) {
  .slider__text-wrapp a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .slider__text-wrapp a:focus,
  .slider__text-wrapp a:hover {
    color: #369b30;
    text-decoration: none
  }

  .slider__text-wrapp a:active {
    color: #55c94f;
    text-decoration: underline
  }

  .slider__link {
    font-size: 17px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .slider__link:focus,
  .slider__link:hover {
    background-color: #13aaf6
  }

  .slider__link:active {
    background-color: #75cefa
  }
}

@media screen and (min-width:768px) and (min-width:900px) {
  .slider__link {
    padding: 10px 20px;
    font-size: 18px
  }
}

@media screen and (min-width:768px) {

  .slider .slick-next::before,
  .slider .slick-prev::before {
    font-size: 25px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .slider .slick-next {
    right: 2%
  }

  .slider .slick-prev {
    left: 1.5%
  }
}

@media screen and (min-width:1460px) {
  .slider__item {
    height: 400px
  }

  .slider__info {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 4.10959%
  }

  .slider__title {
    max-width: 600px;
    max-height: 81px;
    font-size: 32px;
    line-height: 1.3
  }

  .slider__text {
    max-width: 800px
  }

  .slider .slick-next::before,
  .slider .slick-prev::before {
    font-size: 30px
  }

  .slider .slick-next {
    right: 30px
  }

  .slider .slick-prev {
    left: 25px
  }
}

.info {
  padding: 40px 0;
  padding-top: 30px;
  line-height: 1.4
}

.info__title {
  position: relative;
  margin: 0 0 40px;
  font-weight: 400;
  color: #44bcf8;
  text-align: center;
  text-transform: uppercase
}

.info__title::after,
.info__title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 50%;
  height: 2px;
  background-color: #44bcf8
}

.info__title::after {
  right: 10%;
  bottom: -5px;
  width: 60%
}

.info__about {
  position: relative;
  margin-bottom: 40px
}

.info__about::before {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  /* display: none; */
  width: 300px;
  height: 275px;
  background: url('../img/design/5.png') no-repeat;
  background-size: 300px;
  opacity: 0.7;
}

.info__about-link {
  display: inline-block;
  margin: 20px auto 0;
  padding: 5px 32px;
  color: #fff;
  background-color: #43c23c
}

.info__about-link:active {
  background-color: #369b30
}

.info__news-list {
  margin-bottom: 30px
}

@media screen and (min-width:600px) {
  .info {
    padding-top: 50px;
  }

  .info__news-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
  }

  .info__news-content:last-of-type {
    margin-bottom: 0
  }
}

.info__news-pic {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 55%;
  line-height: 0;
  background-color: #ccc;
  border: 3px solid #44bcf8;
  overflow: hidden
}

.info__news-pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%
}

@media screen and (min-width:600px) {
  .info__news-pic {
    width: 39%;
    margin-right: 1%;
    padding-top: 25%
  }
}

.info__news-pic:active::before {
  -webkit-box-shadow: inset 0 0 20px 10px #44bcf8;
  box-shadow: inset 0 0 20px 10px #44bcf8
}

.info__news-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* height: auto; */
}

.info__news-info {
  margin-bottom: 25px
}

@media screen and (min-width:600px) {
  .info__news-info {
    width: 60%;
    margin: 0
  }
}

.info__news-link {
  display: block;
  margin-bottom: 10px
}

.info__news-subtitle {
  margin: 0;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background-color: #44bcf8
}

.info__news-link:active .info__news-subtitle,
.info__news-pic:active~.info__news-info .info__news-subtitle {
  color: #a6dffc
}

.info__news-text {
  margin: 0 0 15px
}

@media screen and (min-width:600px) {
  .info__news-text {
    position: relative;
    height: 120px;
    margin: 0;
    overflow: hidden
  }
}

.info__news-text p:first-of-type {
  margin-top: 0
}

.info__news-more {
  color: #44bcf8;
  text-decoration: underline
}

.info__news-more:active {
  color: #13aaf6;
  text-decoration: none
}

@media screen and (min-width:768px) {
  .info__about,
  .info__news {
    padding-bottom: 60px;
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media screen and (min-width:768px) {
  .info__title {
    margin-bottom: 60px
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info__news-list {
    height: 470px;
    overflow: auto
  }

  .info__about {
    width: 58%;
    margin: 0 7% 0 0;
    text-align: justify
  }
}

@media screen and (min-width:768px) {
  .info__about-link {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .info__about-link:focus,
  .info__about-link:hover {
    background-color: #369b30
  }

  .info__about-link:active {
    background-color: #55c94f
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info__news {
    width: 35%
  }

  .info__news-title {
    text-align: right
  }
}

@media screen and (min-width:768px) {
  .info__news-content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .info__news-pic {
    margin-right: 3%
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info__news-pic {
    width: 100%;
    margin: 0;
    padding-top: 65%
  }
}

@media screen and (min-width:768px) {
  .info__news-pic::before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .info__news-pic:focus::before,
  .info__news-pic:hover::before {
    -webkit-box-shadow: inset 0 0 20px 10px #44bcf8;
    box-shadow: inset 0 0 20px 10px #44bcf8
  }

  .info__news-pic:active::before {
    -webkit-box-shadow: inset 0 0 20px 10px #13aaf6;
    box-shadow: inset 0 0 20px 10px #13aaf6
  }

  .info__news-info {
    width: 58%
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info__news-info {
    width: 100%
  }
}

@media screen and (min-width:768px) {

  .info__news-link:focus .info__news-subtitle,
  .info__news-link:hover .info__news-subtitle,
  .info__news-pic:focus~.info__news-info .info__news-subtitle,
  .info__news-pic:hover~.info__news-info .info__news-subtitle {
    color: #a6dffc;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .info__news-link:active .info__news-subtitle,
  .info__news-pic:active~.info__news-info .info__news-subtitle {
    color: #75cefa
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .info__news-text {
    height: auto;
  }
}

@media screen and (min-width:768px) {
  .info__news-more {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .info__news-more:focus,
  .info__news-more:hover {
    color: #13aaf6;
    text-decoration: none
  }

  .info__news-more:active {
    color: #5dc5f9;
    text-decoration: underline
  }
}

@media screen and (min-width:1460px) {
  .info {
    padding-bottom: 0
  }

  .info__title {
    margin-bottom: 80px
  }

  .info__about {
    width: 48%;
    margin-right: 2%;
    padding-bottom: 40px;
  }

  .info__news {
    width: 50%;
    margin: 0;
    padding-bottom: 40px;
  }

  .info__news-list {
    height: auto
  }

  .info__news-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
  }

  .info__news-pic {
    width: 30%;
    margin-right: 2%;
    padding-top: 19%
  }

  .info__news-info {
    width: 67%;
    margin: 0
  }

  .info__news-text {
    height: 85px
  }

  .info__news-more {
    display: block;
    margin-top: 30px
  }
}

.animal {
  padding: 40px 0;
  border-top: 1px solid #ffa653;
  -webkit-box-shadow: 0 -10px 15px -10px rgba(51, 51, 51, .5);
  box-shadow: 0 -10px 15px -10px rgba(51, 51, 51, .5)
}

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

.animal__item {
  margin-bottom: 10px
}

.animal__item:last-child {
  margin-bottom: 0
}

.animal__link {
  position: relative;
  display: block;
  list-style: none;
  overflow: hidden
}

.animal__link::before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3)
}

.animal__link:active::before {
  background-color: transparent
}

.animal__pic {
  position: relative;
  padding-top: 56.25%;
  margin: 0;
  line-height: 0
}

.animal__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto
}

.animal__subtitle {
  position: absolute;
  top: 50%;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (min-width:768px) {
  .animal {
    padding: 60px 0
  }

  .animal__title {
    margin-bottom: 60px
  }

  .animal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .animal__item {
    width: 48%;
    margin-right: 1%
  }

  .animal__link::before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .animal__link:focus::before,
  .animal__link:hover::before {
    background-color: transparent
  }

  .animal__link:active::before {
    background-color: rgba(0, 0, 0, .1)
  }
}

@media screen and (min-width:1460px) {
  .animal {
    padding: 80px 0
  }

  .animal__title {
    margin-bottom: 80px
  }

  .animal__item {
    width: 32%;
    /*margin-right: 25px;*/
   /*margin-bottom: 25px*/
  }

  .animal__item:nth-child(3n) {
    margin-right: 0
  }

  .animal__item:nth-child(3n+1):nth-last-child(-n+4),
  .animal__item:nth-child(3n+1):nth-last-child(-n+4)~.animal__item {
    margin-bottom: 0
  }
}

.project {
  position: relative;
  padding: 40px 0;
  background: #e99448 url(../img/project/bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed
}

.project::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 166, 83, .3)
}

.project__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.project__item {
  width: 100%;
  margin-bottom: 20px
}

.project__item:last-child {
  margin-bottom: 0
}

@media screen and (min-width:600px) {
  .project__item {
    width: 48%;
    margin: 0 1% 0 0
  }

  .project__item:last-child {
    margin-right: 0
  }
}

.project__link {
  display: block;
  padding: 15px 20px;
  font-size: 18px;
  color: #333;
  text-align: center;
  background-color: rgba(255, 255, 255, .8);
  border: 2px solid #fff;
  border-radius: 50px
}

.project__link:active {
  color: #fff;
  background-color: #333
}

@media screen and (min-width:768px) {
  .project {
    padding: 60px 0
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .project__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .project__item {
    width: auto;
    margin-right: 5%
  }
}

@media screen and (min-width:768px) {
  .project__link {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .project__link:focus,
  .project__link:hover {
    color: #333;
    background-color: rgba(255, 255, 255, .5)
  }

  .project__link:active {
    color: #333;
    background-color: #fff
  }
}

@media screen and (min-width:768px) and (min-width:960px) {
  .project__link {
    padding: 15px 40px;
    font-size: 22px
  }
}

@media screen and (min-width:1460px) {
  .project {
    padding: 80px 0
  }

  .project__item {
    margin-right: 5%
  }
}

.laboratory {
  padding: 40px 0
}

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

@media screen and (min-width:768px) {
  .laboratory__list {
	width: 1000px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .laboratory__item {
    width: 48%;
    margin-right: 1%;
    margin-bottom: .5%
  }

  .laboratory__item:last-child {
    margin-right: 0
  }
}

.laboratory__link {
  position: relative;
  display: block
}

.laboratory__pic {
  margin: 0;
  list-style: none
}

.laboratory__pic img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

.laboratory__content {
  position: absolute;
  top: 50%;
  height: 80%;
  margin: 0 30px;
  padding: 8%;
  color: #fff;
  text-align: center;
  background-color: rgba(82, 127, 82, .8);
  border: 1px solid #44bcf8;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.laboratory__content::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, #527f52));
  background-image: -o-linear-gradient(top, transparent 0, #527f52 80%);
  background-image: linear-gradient(to bottom, transparent 0, #527f52 80%)
}

@media screen and (min-width:768px) {
  .laboratory__content {
    height: 35%
  }
}

.laboratory__link:active .laboratory__content {
  background-color: rgba(68, 188, 248, .8)
}

.laboratory__link:active .laboratory__content::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, #44bcf8));
  background-image: -o-linear-gradient(top, transparent 0, #44bcf8 80%);
  background-image: linear-gradient(to bottom, transparent 0, #44bcf8 80%)
}

.laboratory__subtitle {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase
}

@media screen and (min-width:600px) {
  .laboratory__subtitle {
    margin-bottom: 30px;
    font-size: 22px
  }
}

.laboratory__desc {
  height: 70%;
  margin: 0;
  line-height: 1.4;
  overflow: hidden
}

@media screen and (min-width:600px) {
  .laboratory__desc {
    height: 80%
  }
}

@media screen and (min-width:768px) {
  .laboratory {
    padding: 60px 0
  }

  .laboratory__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .laboratory__item {
    width: 48%;
    margin-right: 1%;
    margin-bottom: .5%
  }

  .laboratory__item:last-child {
    margin-right: 0
  }

  .laboratory__subtitle {
    margin-bottom: 10px
  }

  .laboratory__content,
  .laboratory__content::after {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .laboratory__content::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, #44bcf8));
    background-image: -o-linear-gradient(top, transparent 0, #44bcf8 80%);
    background-image: linear-gradient(to bottom, transparent 0, #44bcf8 80%);
    opacity: 0
  }

  .laboratory__link:focus .laboratory__content,
  .laboratory__link:hover .laboratory__content {
    background-color: rgba(68, 188, 248, .8)
  }

  .laboratory__link:focus .laboratory__content::after,
  .laboratory__link:hover .laboratory__content::after {
    opacity: 1
  }

  .laboratory__link:active .laboratory__content {
    background-color: rgba(68, 188, 248, .6)
  }

  .laboratory__link:active .laboratory__content::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(80%, rgba(68, 188, 248, .9)));
    background-image: -o-linear-gradient(top, transparent 0, rgba(68, 188, 248, .9) 80%);
    background-image: linear-gradient(to bottom, transparent 0, rgba(68, 188, 248, .9) 80%)
  }

  .laboratory__subtitle {
    font-size: 18px
  }
}

@media screen and (min-width:1460px) {
  .laboratory {
    padding: 80px 0
  }

  .laboratory__content {
    margin: 0 60px
  }

  .laboratory__subtitle {
    font-size: 22px
  }
}

.stats {
  position: relative;
  padding: 40px 0;
  color: #fff;
  background: #697769 url(../img/stats/bg.jpg) no-repeat;
  background-size: cover
}

.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(105, 119, 105, .5)
}

.stats__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1
}

@media screen and (min-width:600px) {
  .stats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

.stats__item {
  margin-bottom: 20px;
  text-align: center
}

.service__item:last-child,
.stats__item:last-child {
  margin-bottom: 0
}

@media screen and (min-width:600px) {
  .stats__item {
    width: 48%;
    margin-right: 1%
  }

  .stats__item:nth-child(2n+1):nth-last-child(-n+2),
  .stats__item:nth-child(2n+1):nth-last-child(-n+2)~.stats__item {
    margin-bottom: 0
  }
}

.stats__count-wrap {
  display: block;
  margin-bottom: 10px
}

.stats__count {
  position: relative;
  margin: 0;
  font-size: 46px
}

.stats__count::after {
  content: '';
  position: absolute;
  top: 12px;
  right: -40px;
  width: 30px;
  height: 30px;
  background: url(../img/stats/plus.svg) no-repeat center;
  background-size: 30px
}

.stats__desc {
  margin: 0
}

@media screen and (min-width:768px) {
  .stats {
    padding: 60px 0
  }

  .stats__item {
    margin-bottom: 40px
  }

  .stats__count-wrap {
    display: block;
    margin-bottom: 10px
  }

  .stats__count {
    font-size: 56px
  }

  .stats__desc {
    font-size: 22px
  }
}

@media screen and (min-width:1460px) {
  .stats {
    padding: 80px 0
  }

  .stats__item {
    width: auto;
    margin-bottom: 0
  }

  .stats__count-wrap {
    display: block;
    margin-bottom: 10px
  }
}

.service {
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #ffa653;
  -webkit-box-shadow: 0 10px 15px -10px rgba(51, 51, 51, .5);
  box-shadow: 0 10px 15px -10px rgba(51, 51, 51, .5)
}

.service::before {
  content: '';
  position: absolute;
  left: 0;
  top: -196px;
  /* display: none; */
  width: 230px;
  height: 430px;
  background: url('../img/design/3.png') no-repeat;
  background-size: 230px;
  opacity: 0.7;
}

@media screen and (min-width: 500px) {
  .service::before {
    /* display: block; */
    opacity: 1;
  }
}

.service__title {
  margin-bottom: 40px
}

.service__item {
  margin-bottom: 20px
}

.service__link {
  position: relative;
  display: block
}

.service__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.service__link:active::before {
  -webkit-box-shadow: inset 0 0 30px 10px #527f52;
  box-shadow: inset 0 0 30px 10px #527f52
}

.service__pic {
  margin: 0;
  line-height: 0
}

.service__img,
.service__pic img {
  width: 100%;
  height: auto
}

.service__subtitle {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #527f52
}

.service__link:active .service__subtitle {
  color: rgba(255, 255, 255, .6)
}

@media screen and (min-width:768px) {
  .service {
    padding: 60px 0
  }

  .service__title {
    margin-bottom: 60px
  }

  .service__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .service .slick-slide div,
  .service__item {
    height: 100%
  }

  .service .slick-track,
  .service__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }

  .service .slick-slide {
    height: inherit !important;
    margin-right: 10px
  }

  .service__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
  }

  .service__link::before {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .service__link:focus::before,
  .service__link:hover::before {
    -webkit-box-shadow: inset 0 0 30px 10px #527f52;
    box-shadow: inset 0 0 30px 10px #527f52
  }

  .service__link:active::before {
    -webkit-box-shadow: inset 0 0 30px 10px #679d67;
    box-shadow: inset 0 0 30px 10px #679d67
  }

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

  .service__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .service__link:focus .service__subtitle,
  .service__link:hover .service__subtitle {
    color: rgba(255, 255, 255, .6)
  }

  .service__link:active .service__subtitle {
    color: rgba(255, 255, 255, .3)
  }
}

@media screen and (min-width:1460px) {
  .service {
    padding: 80px 0
  }

  .service__title {
    margin-bottom: 80px
  }

  .service .slick-arrow::before,
  .service .slick-prev::before {
    color: #333
  }

  .service .slick-prev {
    left: -35px
  }
}

.partner {
  padding: 40px 0
}

.partner__title {
  margin-bottom: 40px
}

.partner__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.partner__link {
  display: block
}

.partner .slick-slide {
  margin-right: 1%
}

@media screen and (min-width:768px) {
  .partner {
    padding: 60px 0
  }

  .partner__title {
    margin-bottom: 60px
  }
}

@media screen and (min-width:1460px) {
  .partner {
    padding: 60px 0
  }

  .partner__title {
    margin-bottom: 60px
  }
}

.footer {
  position: relative;
  padding: 20px 0;
  color: #fff;
  background-color: #527f52;
}

.footer::before {
  content: '';
  position: absolute;
  right: 0;
  top: -196px;
  display: none;
  width: 144px;
  height: 280px;
}

@media screen and (min-width: 500px) {
  .footer::before {
    display: block;
  }
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0
}

.footer__desc {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px
}

@media screen and (min-width:440px) {
  .footer__desc {
    width: auto;
    margin: 0
  }
}

.footer__link {
  position: relative;
  width: 100%;
  padding-right: 60px;
  color: #fff
}

.footer__link::before {
  content: '';
  position: absolute;
  top: 6px;
  right: 0;
  width: 54px;
  height: 9px;
  background: url(../img/footer/tck.jpg) no-repeat
}

.breadcrumbs a--acive[href],
.breadcrumbs a:active[href],
.footer__link:active {
  text-decoration: none
}

@media screen and (min-width:440px) {
  .footer__link {
    width: auto
  }
}

@media screen and (min-width:768px) {
  .footer {
    padding: 40px 0
  }

  .footer__desc br,
  .footer__desc br::after {
    content: ' '
  }

  .footer__link:focus,
  .footer__link:hover {
    text-decoration: underline
  }

  .footer__link:active {
    text-decoration: none
  }
}

.content-page {
  padding-bottom: 40px
}

.content-page__top {
  margin-bottom: 40px;
  color: #333;
  background-color: #fafafa
}

.content-page__breadcrumbs {
  padding: 20px 6.25%
}

.content-page__title {
  width: 100%;
  margin: 0 0 40px;
  font-size: 32px;
  font-weight: 400
}

.content-page__content {
  margin-bottom: 40px
}

.content-page__content .navigation,
.content-page__content .pagination {
  margin-top: 50px;
}

.content-page__content .navigation .screen-reader-text,
.content-page__content .pagination .screen-reader-text {
  display: none;
}

.content-page__content .nav-links a,
.content-page__content .nav-links span {
  color: white;
  background-color: #44BCF8;
  padding: 8px 20px;
}

.content-page__content .nav-links span {

  background-color: #FDA44F;
}

.content-page__content .nav-links a:hover,
.content-page__content .nav-links a:focus {
  color: white;
  background-color: #FDA44F;
}

.content-page__widget {
  margin: 40px 0
}

.content-page__widget h2 {
  margin: 0 0 15px;
  color: #333
}

.content-page__widget ul {
  margin: 0;
  list-style: none;
  padding: 0 0 0 10px
}

.content-page__widget li {
  margin-bottom: 5px
}

.content-page__widget a {
  color: #44bcf8
}

.content-page__widget a:active {
  text-decoration: underline
}

.breadcrumbs ol,
.content-page__status,
.content-page__status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.content-page__status {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
  padding: 20px 0 20px 9999px;
  margin: 40px 0 40px -9999px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 9999px 0 0 0 #f8f8f8;
  box-shadow: 9999px 0 0 0 #f8f8f8;
  overflow: auto
}

.breadcrumbs ol,
.content-page__status-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.content-page__status-item {
  margin-right: 20px
}

.breadcrumbs li:last-child,
.content-page__status-item:last-child {
  margin-right: 0
}

.content-page__arrows {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content-page__arrow {
  margin-bottom: 5px
}

.content-page__arrow:last-child {
  margin-bottom: 0
}

.content-page__arrow a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  background-color: #44bcf8
}

.content-page__arrow a:active {
  color: #fff;
  background-color: #13aaf6
}

@media screen and (min-width:768px) {
  .content-page__breadcrumbs {
    padding: 20px 8.33333%
  }

  .content-page__wrapp .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .content-page__content {
    width: 75%
  }

  .content-page__content--full {
    width: 100%
  }

  .content-page__content a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .content-page__content a:focus,
  .content-page__content a:hover {
    color: #13aaf6;
    text-decoration: none
  }

  .content-page__content a:active {
    color: #5dc5f9;
    text-decoration: underline
  }

  .content-page__block-link:focus,
  .content-page__block-link:hover {
    text-decoration: none
  }

  .content-page__block-link:active {
    text-decoration: underline
  }

  .content-page__widget a {
    color: #44bcf8
  }

  .content-page__widget a:focus,
  .content-page__widget a:hover {
    color: #ffa653;
    text-decoration: underline
  }

  .content-page__status {
    margin: 50px 0 40px;
    padding: 20px;
    overflow: unset
  }

  .content-page__arrow a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .content-page__arrow a:focus,
  .content-page__arrow a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #13aaf6
  }

  .content-page__arrow a:active {
    color: #fff;
    background-color: #5dc5f9
  }

  .content-page__sidebar {
    width: 20%
  }

  .content-page__content--full+.content-page__sidebar {
    display: none
  }
}

@media screen and (min-width:1460px) {
  .content-page__breadcrumbs {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 4.10959%
  }
}

.breadcrumbs li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 20px;
  font-size: 12px
}

.breadcrumbs li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  background: url(../img/breadcrumbs/arrow.svg) no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.breadcrumbs li:last-child::before {
  display: none
}

.breadcrumbs a {
  color: rgba(51, 51, 51, .5)
}

.breadcrumbs a[href] {
  color: #333;
  text-decoration: underline
}

@media screen and (min-width:768px) {
  .breadcrumbs a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .breadcrumbs a:focus[href],
  .breadcrumbs a:hover[href] {
    color: rgba(51, 51, 51, .5);
    text-decoration: none
  }

  .breadcrumbs a--acive[href],
  .breadcrumbs a:active[href] {
    color: rgba(51, 51, 51, .8);
    text-decoration: underline
  }
}

.article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.article-content a {
  color: #40bbf8;
}

.article-content a:hover,
.article-content a:focus {
  color: #13aaf6;
  text-decoration: underline;
}

.article-content:last-of-type {
  margin-bottom: 0
}

.article-content__pic {
  width: 150px;
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 0;
}

.article-content__pic a {
  display: block
}

.article-content__content {
  width: calc(100% - 160px);
}

.article-content__title {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
}

.article-content__link {
  color: #ffa653
}

.article-content__link:active {
  color: #ff8c20
}

.article-content__text {
  margin-bottom: 20px;
  line-height: 1.6
}

.article-content__text .fw-team .fw-team-name h3 {
  font-weight: normal;
  font-size: 18px;
}

.article-content .fw-team-link,
.article-content .fw-team-image {
  display: block;
  color: black;
}

.article-content .fw-team-image img {
  border: 2px solid transparent;
}

.article-content a.fw-team-image:hover img {
  border-color: #2899D0;
}

.article-content__text .fw-team {
  margin-bottom: 50px;
}

body.category .article-content__text {
  display: none;
}

.article-content__text table {
  border-collapse: collapse;
  width: 100%
}

.article-content__text td {
  padding: 8px;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
  border-left-color: #fff;
  border-right-color: #fff;
  text-align: left;
  vertical-align: top;
}

.article-content__text .table>td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.article-content__text .wp-block-image .alignleft {
  width: 100%;
}

.article-content__more {
  display: none;
  color: #44bcf8;
  text-decoration: underline
}

.article-content__more:active {
  color: #13aaf6;
  text-decoration: none
}

@media screen and (min-width:768px) {
  .article-content {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .article-content__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
  }

  .article-content__link:focus,
  .article-content__link:hover {
    color: #ff8c20
  }

  .article-content__link:active {
    color: #ffb36d
  }

  .article-content__text {
    width: 100%
  }

  body.category .article-content__text {
    display: block;
  }

  .article-content__text .table>tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .article-content__text .table>td {
    width: 49%
  }

  .article-content__text .wp-block-image .alignleft {
    width: auto;
  }

  .article-content__more {
    display: block;
  }
}

.sidebar {
  margin-bottom: 40px
}

.sidebar__title {
  position: relative;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase
}

.sidebar__title::before {
  content: '';
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background-color: #ffa653
}

.sidebar__list {
  padding: 0;
  list-style: none;
  margin: 0 0 40px
}

#struct-company-3 .fw-row>:last-child,
#struct-company-4 .fw-row>:last-child,
.sidebar__item:last-child,
.sidebar__list li:last-child,
.sidebar__list:last-child {
  margin-bottom: 0
}

.sidebar__item,
.sidebar__list li {
  margin-bottom: 10px
}

.sidebar__list li ul.children,
.sidebar__list ul.children {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 10px 0 0 20px
}

.sidebar__list li ul.children::before,
.sidebar__list ul.children::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 3px;
  width: 10px;
  height: 2px;
  background-color: #333
}

.sidebar__link,
.sidebar__list a {
  color: #333
}

.sidebar__link:active,
.sidebar__list a:active {
  text-decoration: underline
}

@media screen and (min-width:768px) {

  .sidebar__link,
  .sidebar__list a {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
  }

  .sidebar__link:focus,
  .sidebar__link:hover,
  .sidebar__list a:focus,
  .sidebar__list a:hover {
    color: #999;
    text-decoration: underline
  }

  .sidebar__link:active,
  .sidebar__list a:active {
    color: #666;
    text-decoration: none
  }
}

.struct-company {
  margin-bottom: 30px;
  text-align: center
}

.struct-company .fw-team-image img {
  max-width: 250px
}

.struct-company .fw-team .fw-team-name span {
  font-size: 18px;
  line-height: 1.3
}

#struct-company-3 .fw-row>*,
#struct-company-4 .fw-row>* {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4
}

#struct-company-3 .fw-team,
#struct-company-4 .fw-team {
  width: 100%
}

@media screen and (min-width:500px) {

  #struct-company-3 .fw-team,
  #struct-company-4 .fw-team {
    width: 30%
  }
}

#struct-company-2 .fw-team-text p {
  max-width: 600px;
  margin: 0 auto
}

#struct-company-3 .fw-team .fw-team-name h3,
#struct-company-4 .fw-team .fw-team-name h3 {
  font-size: 16px;
  line-height: 1.2
}

@media screen and (min-width:768px) {
  .struct-company .fw-team {
    width: auto
  }

  #struct-company-3 {
    border-bottom: 1px solid #c4c4c4
  }

  #struct-company-3 .fw-team {
    width: 100%
  }

  #struct-company-3 .fw-row>* {
    padding: 0;
    border: 0
  }
}

.lang-item-137 {
  display: none;
}

.wp-block-table {
  margin: 0;
}

.wp-block-table table td {
  padding: 10px;
}
