

/* Start:/local/templates/.default/css/normalize.css?16705166696246*/
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/.default/css/slick.css?16705166691731*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.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;
}
/* End */


/* Start:/local/templates/.default/css/slick-theme.css?17055716945987*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -80px;
  display: block;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  border: 1px solid #007175;
  z-index: 2;
}

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

/*.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  background: transparent url('/local/templates/.default/css/../img/slider-arr.svg') no-repeat 0 -8px;
}*/
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.2;
}

/*.slick-prev:before,
.slick-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
}
.slick-prev:before,
.slick-arrow-prev:before {
  margin: -7.5px 0 0 -4.5px;
  transform: rotate(135deg);
}
.slick-next:before,
.slider-arrow-next:before
{
  margin: -7.5px 0 0 -10.5px;
  transform: rotate(-45deg);
}

.slick-prev {
  left: 13px;
}
.slick-next {
  left: 90px;
}
*/
.default-slider-arrows,
.default-slider-arrows_v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .default-slider-arrows,
  .default-slider-arrows_v2 {
    gap: 25px;
    margin-top: 25px;
  }

}


.history-slider-arrows {
  margin-top: 20px;
}

.slider-arrow {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  outline: none;
  border: 1px solid #007175;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slider-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/local/templates/.default/css/../img/arr-slider.svg") no-repeat 0 0/100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.slider-arrow-next {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .slider-arrow:hover {
    background: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slider-arrow:hover::before {
    background: url("/local/templates/.default/css/../img/arr-slider.svg") no-repeat 0 -50px/100%;
    -webkit-transform: translate(-3px, 0);
        -ms-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
.default-slider-arrows_v2 .slider-arrow {
  border: 1px solid #53FFF5;
}

.default-slider-arrows_v2 .slider-arrow::before {
  background: url("/local/templates/.default/css/../img/arr-slider-v2.svg") no-repeat 0 0/100%;
}

@media (min-width: 768px) {
  .default-slider-arrows_v2 .slider-arrow:hover {
    background: #53FFF5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .default-slider-arrows_v2 .slider-arrow:hover::before {
    background: url("/local/templates/.default/css/../img/arr-slider-v2.svg") no-repeat 0 -50px/100%;
    -webkit-transform: translate(-3px, 0);
        -ms-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
}
@media (max-width: 767px) {
  .slider-arrow {
    width: 40px;
    height: 40px;
  }
  /*.slider-arrow::before {
    background: url('/local/templates/.default/css/../img/arr-slider.svg') 0 0 no-repeat / ;
  }*/
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  pointer-events: none;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  display: block;
  /*width: 100%;*/
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
}

@media (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 50px;
  }
  .slick-dots {
    bottom: -50px;
  }
}
.slick-dots li {
  pointer-events: all;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

/*.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  background: rgba(44, 44, 51, 0.2);
}*/
.slick-dots li *,
.slick-dots li *::before,
.slick-dots li *::after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-dots li button:before {
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  content: "";
  text-align: center;
  border-radius: 50%;
  background: #A3C3C5;
}

.slick-dots li.slick-active button:before {
  background: #479B9E;
}
/*
.history-slider .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.3);
}

.history-slider .slick-dots li.slick-active button:before {
  background: #53FFF5;
}*/

/*

.slick-dots > li:first-child:last-child {
  display: none;
}*/
/**/
/* End */


/* Start:/local/templates/.default/css/jquery.formstyler.css?16705166692344*/
@charset "UTF-8";
.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left; /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0; /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}
/* End */


/* Start:/local/templates/.default/css/jquery.formstyler.theme.css?170686182313603*/
.jq-checkbox,
.jq-radio {
  vertical-align: -3px;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid rgb(87, 87, 87);
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #007175;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: 0.55;
}

.jq-checkbox.checked {
  background: #007175;
  border: 1px solid #007175;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 7px;
  margin: 3px 0 0 3px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
      transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
  border-radius: 50%;
  background: #fff;
}

.jq-file {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*width: 270px;*/
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  /*height: 22px;*/
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  line-height: 179%;
}

.styler_white .jq-file__name {
  color: #fff;
}

.styler_black .jq-file__name {
  color: #010101;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 22px;
  padding: 0;
  /*background: url("/local/templates/.default/css/../img/ico-attach.svg") no-repeat center center;*/
  font-size: 0px;
  line-height: 179%;
  color: #333;
}

.jq-file:hover .jq-file__browse {
  /*background: linear-gradient(#F6F6F6, #E6E6E6);*/
}

.jq-file:active .jq-file__browse {
  /*background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;*/
}

/*.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}*/
.jq-file.disabled .jq-file__browse {
  opacity: 0.5;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 50px;
  padding: 0 25px 0 0px;
  border: 0px;
  background: transparent;
  font-size: 15px;
  line-height: 48px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .jq-selectbox__select {
    height: 34px;
    font-size: 13px;
    line-height: 32px;
  }
}
.styler_white .jq-selectbox__select {
  border-bottom: #fff 1px solid;
  color: #fff;
}

.styler_black .jq-selectbox__select {
  border-bottom: #E4E9EC 1px solid;
  color: #BEC1C4;
}

.styler_black .jq-selectbox__select:hover {
  border-bottom: #939495 1px solid;
  color: #010101;
}

.styler_black .jq-selectbox__select:active,
.styler_black.jq-selectbox.opened .jq-selectbox__select,
.styler_black.jq-selectbox.changed .jq-selectbox__select {
  border-bottom: #939495 1px solid;
  color: #010101;
}

.styler_white .jq-selectbox.focused .jq-selectbox__select {
  border-bottom: 1px solid #fff;
}

.styler_black .jq-selectbox.focused .jq-selectbox__select {
  border-bottom: 1px solid #939495;
}

.jq-selectbox.disabled .jq-selectbox__select {
  opacity: 0.5;
}

.jq-selectbox__select-text {
  display: block;
  width: 100% !important;
}

.styler_white .jq-selectbox .placeholder {
  color: #888;
}

.styler_black .jq-selectbox .placeholder {
  color: #BEC1C4;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 100%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.styler_white .jq-selectbox__trigger-arrow {
  background: url("/local/templates/.default/css/../img/select-arr_white.svg") right center no-repeat;
}

.styler_black .jq-selectbox__trigger-arrow {
  background: url("/local/templates/.default/css/../img/select-arr_black.svg") no-repeat 0 0/auto 98px;
}

.styler_black.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.styler_black.jq-selectbox.opened .jq-selectbox__trigger-arrow,
.styler_black.jq-selectbox.changed .jq-selectbox__trigger-arrow {
  background: url("/local/templates/.default/css/../img/select-arr_black.svg") no-repeat 0 -49px/auto 98px;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  /*border-top-color: #AAA;*/
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px #D3E0E4;
          box-shadow: 0px 4px 20px #D3E0E4;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
          box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  background-color: transparent;
  color: #231F20;
  white-space: normal;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jq-selectbox li.selected {
  background-color: #01457E;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #01457E;
  color: #FFF;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type=email].styler,
input[type=password].styler,
input[type=search].styler,
input[type=tel].styler,
input[type=text].styler,
input[type=url].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type=search].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type=email].styler:hover,
input[type=password].styler:hover,
input[type=search].styler:hover,
input[type=tel].styler:hover,
input[type=text].styler:hover,
input[type=url].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type=email].styler:hover:focus,
input[type=password].styler:hover:focus,
input[type=search].styler:hover:focus,
input[type=tel].styler:hover:focus,
input[type=text].styler:hover:focus,
input[type=url].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type=button].styler,
input[type=submit].styler,
input[type=reset].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: -o-linear-gradient(#FFF, #E6E6E6);
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type=button].styler.styler::-moz-focus-inner,
input[type=submit].styler.styler::-moz-focus-inner,
input[type=reset].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type=button].styler:not([disabled]):hover,
input[type=submit].styler:not([disabled]):hover,
input[type=reset].styler:not([disabled]):hover,
input[type=reset].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: -o-linear-gradient(#F6F6F6, #E6E6E6);
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type=button].styler:active,
input[type=submit].styler:active,
input[type=reset].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
          box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type=button].styler[disabled],
input[type=submit].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #888;
}
/* End */


/* Start:/local/templates/.default/css/fancybox.css?171620665327606*/
.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  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;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2;
  /*--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))*/
  /*overflow-y: scroll;*/
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px ;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(0, 0, 0, 0.8));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 34px;
  --carousel-button-height: 34px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px ;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
@media all and (max-width: 767px) {
  .fancybox__slide {
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px ;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  /*outline: thin dotted;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 768px) {
  .carousel__button.is-close {
    top: 50px;
    right: 64px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: 15px;
  right: 5px;
  color: var(--fancybox-color, #1D4C7E);
}

@media all and (min-width: 768px) {
  .fancybox__content > .carousel__button.is-close {
    top: 50px;
    right: 64px;
  }
}
.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: 0.15s ease backwards fancybox-fadeIn;
          animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: 0.15s ease both fancybox-fadeOut;
          animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: 0.15s ease both fancybox-fadeIn;
          animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: 0.1s ease both fancybox-fadeOut;
          animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: 0.2s ease both fancybox-zoomInUp;
          animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: 0.15s ease both fancybox-zoomOutDown;
          animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: 0.15s ease both fancybox-throwOutUp;
          animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: 0.15s ease both fancybox-throwOutDown;
          animation: 0.15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0deg, 0%, 0%, 0)), color-stop(8.1%, hsla(0deg, 0%, 0%, 0.006)), color-stop(15.5%, hsla(0deg, 0%, 0%, 0.021)), color-stop(22.5%, hsla(0deg, 0%, 0%, 0.046)), color-stop(29%, hsla(0deg, 0%, 0%, 0.077)), color-stop(35.3%, hsla(0deg, 0%, 0%, 0.114)), color-stop(41.2%, hsla(0deg, 0%, 0%, 0.155)), color-stop(47.1%, hsla(0deg, 0%, 0%, 0.198)), color-stop(52.9%, hsla(0deg, 0%, 0%, 0.242)), color-stop(58.8%, hsla(0deg, 0%, 0%, 0.285)), color-stop(64.7%, hsla(0deg, 0%, 0%, 0.326)), color-stop(71%, hsla(0deg, 0%, 0%, 0.363)), color-stop(77.5%, hsla(0deg, 0%, 0%, 0.394)), color-stop(84.5%, hsla(0deg, 0%, 0%, 0.419)), color-stop(91.9%, hsla(0deg, 0%, 0%, 0.434)), to(hsla(0deg, 0%, 0%, 0.44)));
  background: -o-linear-gradient(bottom, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: 0.15s ease-in backwards fancybox-fadeIn;
          animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content
{
	max-width:700px;
}

/* End */


/* Start:/local/templates/.default/css/style.css?1720440292200478*/
@charset "UTF-8";
@font-face {
  font-family: "Panton";
  src: local("Panton  Regular"), local("Panton--Regular"),
    url("/local/templates/.default/css/../fonts/Panton-Regular.woff2") format("woff2"),
    url("/local/templates/.default/css/../fonts/Panton-Regular.woff") format("woff"),
    url("/local/templates/.default/css/../fonts/Panton-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Panton";
  src: local("Panton  Bold"), local("Panton--Bold"),
    url("/local/templates/.default/css/../fonts/Panton-SemiBold.woff2") format("woff2"),
    url("/local/templates/.default/css/../fonts/Panton-SemiBold.woff") format("woff"),
    url("/local/templates/.default/css/../fonts/Panton-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Panton";
  src: local("Panton  Bold"), local("Panton--Bold"),
    url("/local/templates/.default/css/../fonts/Panton-Bold.woff2") format("woff2"),
    url("/local/templates/.default/css/../fonts/Panton-Bold.woff") format("woff"),
    url("/local/templates/.default/css/../fonts/Panton-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}

html {
  min-height: 100%;
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #141414;
  font-family: "Panton", sans-serif;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

.body-overflow {
  overflow: hidden;
}

a {
  color: currentcolor;
}

@media (min-width: 768px) {
  a:hover {
    color: currentcolor;
    text-decoration: none;
  }
}
p {
  line-height: 150%;
  padding: 0;
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-show {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-show {
    display: block !important;
  }
}
@media only screen and (max-width: 991px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .tablet-hide {
    display: block !important;
  }
  .tablet-show {
    display: none !important;
  }
}
.header-wrapper {
  position: relative;
  height: 177px;
}
@media (min-width: 1200px) {
  .header-fix .header-wrapper__b {
    height: 137px;
  }
}
@media (max-width: 1200px) {
  .header-wrapper {
    height: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrapper {
    height: 60px;
  }
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0 20px;
  background: transparent;
  line-height: 1.2;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  header.header {
    padding: 0 12px;
  }
}

.header-fix {
  position: fixed;
}

@media (min-width: 1201px) {
  .header-small {
    z-index: 100;
  }
}
@media (max-width: 1200px) {
  .header-small {
    display: none;
    z-index: 100;
  }
}
.header-light {
  background: #fff;
  border-bottom: 1px solid rgba(20, 20, 20, 0.3);
}

.header-dark.header-fix {
  background: #0e3f6f;
  border-bottom: #9fb2c5 1px solid;
}

.header__b {
  position: relative;
  max-width: 1600px;
  height: 114px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 40px;
}
.header-small .header__b {
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .header__b {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .header__b {
    height: 77px;
    gap: 30px;
    padding-right: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .header__b {
    height: 60px;
    gap: 20px;
    padding-right: 62px;
  }
}
@media (min-width: 1201px) {
  .header-fix .header__b {
    height: 94px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header__logo {
  width: 111px;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header__logo {
    width: 76px;
    height: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 52px;
    height: 46px;
  }
}
.header-dark .header__logo {
  background: url("/local/templates/.default/css/../img/logo.svg") no-repeat center center/contain;
}
.header-light .header__logo {
  background: url("/local/templates/.default/css/../img/logo-v2.svg") no-repeat center center/contain;
}
.header__logo a {
  display: block;
  width: inherit;
  height: inherit;
}
@media (min-width: 1200px) {
  .header-fix .header__logo {
    height: 80px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.header__slogan {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 210px;
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .header__slogan {
    min-width: 170px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .header__slogan {
    min-width: auto;
    font-size: 0;
  }
}
.header-dark .header__slogan {
  color: #ffffff;
}
.header-light .header__slogan {
  color: #141414;
}
.header__phone a {
  font-size: 26px;
  white-space: nowrap;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .header__phone a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .header__phone a {
    font-size: 0;
  }
}
.header-dark .header__phone a {
  color: #53fff5;
}

@media only screen and (min-width: 768px) {
  .header-dark .header__phone a:hover {
    color: #fff;
  }
}
.header-light .header__phone a {
  color: #007175;
}
@media only screen and (min-width: 768px) {
  .header-light .header__phone a:hover {
    color: #141414;
  }
}
.header__phone a .ico-hphone {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__phone a .ico-hphone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media (max-width: 1500px) {
  .header-small .header__phone a {
    font-size: 0;
  }
  .header-small .header__phone a .ico-hphone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.header__soz {
  line-height: 0;
}
.header__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 594px;
  flex: 0 1 594px;
}
@media (max-width: 1300px) {
  .header-small .header__search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34px;
    flex: 0 0 34px;
  }
}
@media (max-width: 1200px) {
  .header__search {
    display: none;
  }
}
.header__menu {
  max-width: 1600px;
  margin: 0 auto;
}
.header-normal .header__menu {
  position: relative;
}
.header-normal.header-dark .header__menu {
  border-bottom: #686f7d 1px solid;
}
@media only screen and (max-width: 991px) {
  .header-normal.header-dark .header__menu {
    border-bottom: #686f7d 0px solid;
  }
}
@media only screen and (max-width: 767px) {
  .header-normal.header-dark .header__menu {
    border-bottom: #686f7d 0px solid;
  }
}
.header-fix.header-dark .header__menu {
  border-bottom: 0;
}

.h-lk,
.ico-hphone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}
.header-dark .h-lk,
.header-dark .ico-hphone {
  border: #fff 1px solid;
}
.header-light .h-lk,
.header-light .ico-hphone {
  border: #007175 1px solid;
}
.h-lk svg,
.ico-hphone svg {
  width: 17px;
  height: 17px;
}
.header-dark .h-lk svg,
.header-dark .ico-hphone svg {
  fill: #fff;
}
.header-light .h-lk svg,
.header-light .ico-hphone svg {
  fill: #007175;
}

@media only screen and (min-width: 768px) {
  .h-lk:hover,
  .ico-hphone:hover {
    border: #53fff5 1px solid;
  }
  .h-lk:hover svg,
  .ico-hphone:hover svg {
    fill: #53fff5;
  }
}
@media (min-width: 1301px) {
  .search-link {
    display: none;
  }
  .search-content {
    position: relative;
  }
}
@media (max-width: 1300px) {
  .search-link {
    position: relative;
    z-index: 2;
  }
  .search-link a,
  .search-link a:hover {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background: transparent url("/local/templates/.default/css/../img/ico-search.svg") no-repeat center center;
  }
  .header-dark .search-link a,
  .header-dark .search-link a:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #ffffff;
  }
  .header-light .search-link a,
  .header-light .search-link a:hover {
    border: 1px solid rgba(20, 20, 20, 0.6);
    color: #141414;
  }
  .search-content {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 50px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    z-index: 1;
  }
  .search-content.open {
    position: absolute;
    right: 0;
    width: 550px;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3;
  }
}
.search-b {
  position: relative;
}

.search-inp {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 34px;
  background: transparent;
  border-radius: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 0 40px 0 20px;
  outline: none;
}
.header-small .search-content.open .search-inp {
  padding: 0 40px 0 40px;
  background: #0a284d;
}
.header-dark .search-inp {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
.header-light .search-inp {
  border: 1px solid rgba(20, 20, 20, 0.6);
  color: #141414;
}

.main-menu__content .search-inp {
  border: 1px solid rgba(20, 20, 20, 0.6);
  color: #141414;
}

.search-btn {
  cursor: pointer;
  position: absolute;
  width: 32px;
  border: 0;
}
.header-normal .search-btn {
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1301px) {
  .header-small .search-btn {
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1300px) {
  .header-small .search-btn {
    top: 0;
    left: 0;
    bottom: 0;
  }
}
.header-dark .search-btn {
  background: transparent url("/local/templates/.default/css/../img/ico-search.svg") no-repeat center center;
}
.header-light .search-btn {
  background: transparent url("/local/templates/.default/css/../img/ico-search_blue.svg") no-repeat center
    center;
}

.search-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 34px;
  border: 0;
}
.header-dark .search-close {
  background: url("/local/templates/.default/css/../img/ico-search-close.svg") no-repeat center center;
}
.header-light .search-close {
  background: url("/local/templates/.default/css/../img/ico-search-close_blue.svg") no-repeat center center;
}
@media (min-width: 1301px) {
  .search-close {
    display: none;
  }
}

.main-menu__content .search-btn {
  background: transparent url("/local/templates/.default/css/../img/ico-search_blue.svg") no-repeat left
    center;
}

@media (min-width: 1201px) {
  .main-menu {
    padding: 0;
  }
  .main-menu__ico {
    position: relative;
    display: none;
  }
  .main-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
  }
  .main-menu__ul > li {
    margin: 0 10px;
    padding: 0;
  }
  .main-menu__ul > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 0;
    text-align: center;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .header-small .main-menu__ul > li > a {
    height: 114px;
    font-size: 16px;
  }
  .header-fix.header-small .main-menu__ul > li > a {
    height: 94px;
  }
  .header-dark .main-menu__ul > li > a {
    color: #ffffff;
  }
  .header-light .main-menu__ul > li > a {
    color: #141414;
  }
  .header-dark .main-menu__ul > li > a:hover,
  .header-dark .main-menu__ul > li:hover > a {
    color: #53fff5;
  }
  .header-light .main-menu__ul > li > a:hover,
  .header-light .main-menu__ul > li:hover > a {
    color: #007175;
  }
  .header-dark .main-menu__ul > li > a.selected {
    color: #53fff5;
  }
  .header-light .main-menu__ul > li > a.selected {
    color: #007175;
  }
  .main-menu__ul > li > a span {
    position: relative;
    display: inline-block;
    white-space: nowrap;
  }
  .header-fix .main-menu__ul > li > a {
    padding: 10px 0;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .main-menu__ul > li.have-submenu > a > span {
    padding-right: 20px;
  }
  .main-menu__ul > li.have-submenu > a > span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 50%;
    margin: -2.5px 0 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-dark .main-menu__ul > li.have-submenu > a > span::after {
    border-top: 5px solid #fff;
  }
  .header-light .main-menu__ul > li.have-submenu > a > span::after {
    border-top: 5px solid #141414;
  }
  .main-menu__ul > li.have-submenu:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header-dark .main-menu__ul > li.have-submenu:hover > a::after {
    border-bottom: #53fff5 2px solid;
  }
  .header-light .main-menu__ul > li.have-submenu:hover > a::after {
    border-bottom: #007175 2px solid;
  }
  .main-menu__ul > li.have-submenu:hover > a > span::after {
    margin: -2.5px 0 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-dark .main-menu__ul > li.have-submenu:hover > a > span::after {
    border-bottom: 5px solid #53fff5;
  }
  .header-light .main-menu__ul > li.have-submenu:hover > a > span::after {
    border-bottom: 5px solid #007175;
  }
  .main-menu__ul > li > ul {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 102%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    border: 0;
    max-height: 0px;
    padding: 0px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-dark .main-menu__ul > li > ul {
    background: #092f53;
  }
  .header-light .main-menu__ul > li > ul {
    background: #fff;
  }
  .main-menu__ul > li:hover ul {
    max-height: 200px;
    padding: 10px 0px;
    overflow: hidden;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-dark .main-menu__ul > li:hover ul {
    border-color: rgba(255, 255, 255, 0.2);
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  .header-light .main-menu__ul > li:hover ul {
    border-color: rgba(20, 20, 20, 0.3);
   /* border-top: rgba(20, 20, 20, 0.3) 1px solid;*/
  }
  .main-menu__ul > li > ul > li {
    position: relative;
    margin: 14px 40px;
    padding: 0;
  }
  .main-menu__ul > li > ul > li > a {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .header-dark .main-menu__ul > li > ul > li > a {
    color: rgba(255, 255, 255, 0.77);
  }
  .header-light .main-menu__ul > li > ul > li > a {
    color: #141414;
  }
  .main-menu__ul > li > ul > li > a:before {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  .header-dark .main-menu__ul > li > ul > li > a:hover {
    color: #53fff5;
    font-weight: bold;
  }
  .header-light .main-menu__ul > li > ul > li > a:hover {
    color: #007175;
    font-weight: bold;
  }
  .header-dark .main-menu__ul > li > ul > li > a.selected {
    color: #53fff5;
    font-weight: bold;
  }
  .header-light .main-menu__ul > li > ul > li > a.selected {
    color: #007175;
    font-weight: bold;
  }
  .main-menu__content {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-menu {
    width: 54px;
  }
  .main-menu > a.main-menu__ico {
    position: absolute;
    top: -77px;
    right: 0px;
    display: block;
    width: 54px;
    height: 77px;
    cursor: pointer;
    z-index: 30;
  }
  .main-menu__ico span {
    position: absolute;
    display: block;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 40px;
    -webkit-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s,
      opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s,
      opacity 0.2s ease 0.25s, -webkit-transform 0.2s ease 0s;
    -o-transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s,
      opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s,
      opacity 0.2s ease 0.25s, transform 0.2s ease 0s;
    transition: top 0.2s ease 0.25s, left 0.2s ease 0.25s,
      opacity 0.2s ease 0.25s, transform 0.2s ease 0s,
      -webkit-transform 0.2s ease 0s;
  }
  .header-dark .main-menu__ico span {
    background-color: #fff;
  }
  .header-light .main-menu__ico span {
    background-color: #141414;
  }
  .main-menu__ico span:nth-child(1) {
    top: 28px;
  }
  .main-menu__ico span:nth-child(3) {
    top: 54px;
  }
  .main-menu.open .main-menu__ico span {
    left: 0px;
    opacity: 0;
    -webkit-transition: background 0.2s ease 0s, top 0.2s ease 0s,
      left 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s,
      opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0.25s;
    -o-transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s,
      opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s,
      opacity 0.2s ease 0s, transform 0.2s ease 0.25s;
    transition: background 0.2s ease 0s, top 0.2s ease 0s, left 0.2s ease 0s,
      opacity 0.2s ease 0s, transform 0.2s ease 0.25s,
      -webkit-transform 0.2s ease 0.25s;
  }
  .main-menu.open .main-menu__ico span:first-child {
    left: 0px;
    opacity: 1;
    top: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-menu.open .main-menu__ico span:nth-child(3) {
    left: 0px;
    opacity: 1;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .main-menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    right: -20px;
    left: -20px;
    min-height: 0vh;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    z-index: 5;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  .main-menu.open .main-menu__items {
    display: block;
    max-height: calc(100vh - 77px);
    overflow: unset;
    opacity: 1;
    -webkit-transition: all 0.3s linear, opacity 0.2s linear;
    -o-transition: all 0.3s linear, opacity 0.2s linear;
    transition: all 0.3s linear, opacity 0.2s linear;
  }
  .main-menu__items > div {
    width: 100%;
    min-height: 100%;
    padding: 0 20px;
  }
  .main-menu__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 440px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }
  .main-menu__ul > li {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(222, 223, 224, 0.5);
    border-bottom: 1px solid rgba(222, 223, 224, 0.5);
  }
  .main-menu__ul > li > a {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #141414;
    text-decoration: none;
    padding: 20px 0;
    text-align: center;
  }
  .main-menu__ul > li > a span {
    position: relative;
    display: inline-block;
  }
  .main-menu__ul > li.have-submenu > a > span {
    padding-right: 20px;
  }
  .main-menu__ul > li.have-submenu > a > span::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 50%;
    margin: -2.5px 0 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-top: 5px solid #141414;
  }
  .main-menu__ul > li.have-submenu.open > a {
    color: #007175;
  }
  .main-menu__ul > li.have-submenu.open > a > span::after {
    margin: -2.5px 0 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 5px solid #007175;
  }
  .main-menu__ul > li > ul {
    margin: 0;
    list-style: none;
    border: 0;
    max-height: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li.open ul {
    max-height: 500px;
    padding: 3px 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .main-menu__ul > li > ul > li {
    position: relative;
    margin: 0;
    padding: 17px 0;
  }
  .main-menu__ul > li > ul > li > a {
    position: relative;
    display: block;
    color: #141414;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    text-align: center;
    -webkit-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
  }
  .main-menu__ul > li > ul > li > a:before {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
  }
  .main-menu__ul > li > ul > li > a.selected {
    color: #007175;
    font-weight: bold;
  }
  .main-menu__content {
    padding: 20px 0;
    display: block;
  }
}
@media (max-width: 767px) {
  .main-menu.open .main-menu__items {
    left: -12px;
    right: -12px;
    overflow: auto;
  }
  .main-menu {
    width: 42px;
  }
  .main-menu > a.main-menu__ico {
    position: absolute;
    top: -60px;
    right: 0px;
    width: 42px;
    height: 60px;
  }
  .main-menu__ico span,
  .main-menu.open .main-menu__ico span:first-child,
  .main-menu.open .main-menu__ico span:nth-child(3) {
    top: 30px;
  }
  .main-menu__ico span:nth-child(1) {
    top: 18px;
  }
  .main-menu__ico span:nth-child(3) {
    top: 42px;
  }
}
.btn,
.btn:hover {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 24px 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .btn,
  .btn:hover {
    font-size: 14px;
    padding: 18px 30px;
  }
}

.btn_white {
  color: #02466c;
  background: #fff;
  border: #fff 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_white:hover {
    color: #02466c;
    background: #53fff5;
    border: #53fff5 1px solid;
  }
}

.btn_white-border {
  color: #fff;
  background: transparent;
  border: #fff 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_white-border:hover {
    color: #02466c;
    background: #fff;
    border: #fff 1px solid;
  }
}

.btn_blue {
  color: #fff;
  background: #065196;
  border: #065196 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_blue:hover {
    color: #02466c;
    background: #fff;
    border: #02466c 1px solid;
  }
}

.btn_blue-border {
  color: #007175;
  background: transparent;
  border: #007175 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_blue-border:hover {
    color: #fff;
    background: #007175;
    border: #007175 1px solid;
  }
}

.btn_green {
  color: #fff;
  background: #007175;
  border: #007175 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_green:hover {
    color: #007175;
    background: #fff;
    border: #007175 1px solid;
  }
}

.btn_green-border {
  color: #007175;
  background: transparent;
  border: #007175 1px solid;
}
@media only screen and (min-width: 768px) {
  .btn_green-border:hover {
    color: #fff;
    background: #007175;
    border: #007175 1px solid;
  }
}

.link-arr {
  width: 9px;
  height: 9px;
  background: transparent;
  border-right: currentColor 2px solid;
  border-bottom: currentColor 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .btn:hover .link-arr {
    -webkit-transform: translate(5px, 0) rotate(-45deg);
    -ms-transform: translate(5px, 0) rotate(-45deg);
    transform: translate(5px, 0) rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

a.link-dashed {
  color: currentColor;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}
@media only screen and (min-width: 768px) {
  a.link-dashed:hover {
    border-bottom: 1px solid transparent;
  }
}

.btn-ico {
  line-height: 0;
  margin: -10px 10px -10px 10px;
}
.btn-ico svg {
  width: 22px;
  height: 22px;
}

.btn_blue .btn-ico {
  fill: white;
}

@media only screen and (min-width: 768px) {
  .btn_blue:hover .btn-ico {
    fill: currentColor;
  }
}
.btn_white .btn-ico,
.btn_blue-border .btn-ico {
  fill: currentColor;
}

@media only screen and (min-width: 768px) {
  .btn_white:hover .btn-ico,
  .btn_blue-border:hover .btn-ico {
    fill: currentColor;
  }
}
h2,
.h2 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h2_small,
  .h2_small {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2_small,
  .h2_small {
    font-size: 22px;
  }
}

h3,
.h3 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  padding: 0;
  margin: 0 0 25px 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  padding: 0;
  margin: 0 0 25px 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}

h3.d-flex,
.h3.d-flex,
h4.d-flex,
.h4.d-flex {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.h-padd {
  margin-bottom: 25px;
}

.text-white,
.text-white:hover {
  color: #fff;
}

.text-blue,
.text-blue:hover {
  color: #53fff5 !important;
}

.text-green,
.text-green:hover {
  color: #007175 !important;
}

.text-grey,
.text-grey:hover {
  color: #607476 !important;
}

.text-big {
  font-size: 22px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-0 {
  margin-bottom: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: 600;
}

.text-normal {
  font-weight: 400;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.section-b {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .section-b {
    padding: 0 12px;
  }
}
.section-b_grey {
  background: #f3f7f9;
}
.section-b_bglogo {
  background: #f3f7f9 url("/local/templates/.default/css/../img/logo.svg") no-repeat 35px 10px/430px;
}
.section-b_advantages {
  background: #f3f7f9 url("/local/templates/.default/css/../img/bg-advantages.svg") no-repeat bottom right;
}
@media only screen and (max-width: 991px) {
  .section-b_advantages {
    background: #f3f7f9;
  }
}
@media only screen and (max-width: 767px) {
  .section-b_advantages {
    background: #f3f7f9;
  }
}
.section-b_history {
  /*  background: url("/local/templates/.default/css/../img/bg-history.svg") no-repeat bottom right, -webkit-gradient(linear, left bottom, left top, color-stop(-4.1%, #F3F7F9), color-stop(134.63%, #F3F7F9));
  background: url("/local/templates/.default/css/../img/bg-history.svg") no-repeat bottom right, -o-linear-gradient(bottom, #F3F7F9 -4.1%, #F3F7F9 134.63%);
  background: url("/local/templates/.default/css/../img/bg-history.svg") no-repeat bottom right, linear-gradient(0deg, #F3F7F9 -4.1%, #F3F7F9 134.63%);*/
  background: #f3f7f9;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .section-b_history {
    /*    background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.1%, #F3F7F9), color-stop(134.63%, #F3F7F9));
    background: -o-linear-gradient(bottom, #F3F7F9 -4.1%, #F3F7F9 134.63%);
    background: linear-gradient(0deg, #F3F7F9 -4.1%, #F3F7F9 134.63%);*/
  }
}
@media only screen and (max-width: 767px) {
  .section-b_history {
    /* background: -webkit-gradient(linear, left bottom, left top, color-stop(-4.1%, #F3F7F9), color-stop(134.63%, #F3F7F9));
    background: -o-linear-gradient(bottom, #F3F7F9 -4.1%, #F3F7F9 134.63%);
    background: linear-gradient(0deg, #F3F7F9 -4.1%, #F3F7F9 134.63%);*/
    background: #f3f7f9;
  }
}
.section-b_video {
  background: url("/local/templates/.default/css/../img/bg-video_left.svg") no-repeat center left,
    url("/local/templates/.default/css/../img/bg-video_right.svg") no-repeat center right, #f7f9fb;
}
@media only screen and (max-width: 1200px) {
  .section-b_video {
    background: url("/local/templates/.default/css/../img/bg-video_left.svg") no-repeat center left / 45%,
      url("/local/templates/.default/css/../img/bg-video_right.svg") no-repeat center right / 45%, #f7f9fb;
  }
}

.section {
  max-width: 1600px;
  margin: 0 auto;
}
.section_narrow {
  max-width: 1060px;
  margin: 0 auto;
}

.promo {
  position: relative;
  overflow: hidden;
}
.promo .btn.btn_white::before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: -75px;
  right: -75px;
  top: 0;
  bottom: -52px;
  background: url("/local/templates/.default/css/../img/bg-blure.png") no-repeat center bottom/contain;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .promo .btn.btn_white::before {
    left: -62px;
    right: -62px;
    top: 0;
    bottom: -36px;
  }
}

.promo-main-b {
  position: relative;
  background: #fff;
  color: #fff;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .promo-main-b {
    padding: 0 12px;
  }
}
.promo-main-b__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.promo-main-b__bg img {
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right center;
  object-position: right center;
}
@media (max-width: 1200px) {
  .promo-main-b__bg img {
    right: -80px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main-b__bg img {
    opacity: 0.6;
  }
}

#stars,
.stars {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.promo-main {
  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;
  max-width: 1600px;
  /*min-height: 880px;*/
  margin: 0 auto;
  padding: 150px 0 0 0;
  overflow: hidden;
}

.promo-main.liders
{
	padding-top:100px;
}

.promo-main_company {
  padding: 177px 0 0 0;
  min-height: 700px;
}
@media (max-width: 1200px) {
  .promo-main_company {
    padding: 162px 0 67px 0;
    min-height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .promo-main {
    padding: 103px 0 47px 0;
    height: auto;
    min-height: auto;
  }

  .promo-main.liders
	{
		padding-top:70px;
	}

}
@media only screen and (max-width: 767px) {
  .promo-main {
    padding: 60px 0 40px 0;
    height: auto;
  }
}
.promo-main__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .promo-main__content {
    justify-content: center;
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main__content {
    text-align: center;
    padding: 0 0 40px 0;
  }
}
.promo-main__content-big {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .promo-main__content-big {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 130px 3% 30px 3%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main__content-big {
    text-align: center;
    padding: 143px 3% 40px 3%;
  }
}
.promo-main__pic {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 64%;
  flex: 1 1 64%;
  padding: 0 5%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .promo-main__pic {
    max-width: 700px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
    margin: 0 auto;
  }
}
.promo-main__pic img {
  max-width: 100%;
}
.promo-main__content .btn {
  position: relative;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .promo-main__content .btn {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .promo-main__content .btn {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main__content .btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 300px;
  }
}
.promo-main__text {
  flex: 1 1 0;
  font-weight: 600;
  font-size: 42px;
  padding: 0 80px 0 0;
}
@media only screen and (max-width: 991px) {
  .promo-main__text {
    flex: 1 1 100%;
    text-align: center;
    font-size: 34px;
    padding: 0;
    margin-bottom: 50px;
  }
  .promo-main__btn {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main__text {
    font-size: 22px;
    margin-bottom: 43px;
  }
}
.promo-main__content-big .promo-main__text {
  font-weight: 600;
  font-size: 54px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .promo-main__content-big .promo-main__text {
    font-size: 34px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .promo-main__content-big .promo-main__text {
    font-size: 34px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main__content-big .promo-main__text {
    font-size: 22px;
    margin-bottom: 0;
  }
}

.promo-main__items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 50px 0 0 0;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .promo-main__items {
    padding-bottom: 30px;
  }
}
.promo-main-item {
  position: relative;
  flex: 0 0 calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(
    360deg,
    rgba(83, 255, 245, 0) -5.05%,
    rgba(83, 255, 245, 0) 75.72%
  );
  border: none;
  border-radius: 8px;
  transform: translate(0, 0);
  transition: all 0.6s ease;
}
.promo-main-item-1:hover {
  background: #d7fdf9 !important;
}
.promo-main-item-2:hover {
  background: #b9f4ef !important;
}
.promo-main-item-3:hover {
  background: #c7f7f2 !important;
}
.promo-main-item-4:hover {
  background: #ebfffd !important;
}
.promo-main-item > a {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}
.promo-main-item__mhead {
  width: 100%;
  display: none;
}
.promo-main-item__pic {
  flex: 0 0 50%;
  position: relative;
}
.promo-main-item__pic::before {
  content: "";
  display: block;
  padding-top: 83%;
}
.promo-main-item__pic img {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  max-height: 85%;
  max-width: 85%;
  object-fit: contain;
  object-position: center center;
}
.promo-main-item__content {
  flex: 0 0 50%;
  padding: 40px;
}
.liders {
  justify-content: center;
  flex-direction: column;
}
.liders .promo-main__items {
  margin-top: 0;
  width: 100%;
}
.liders .promo-main-item__content {
  padding: 80px 40px;
}
.promo-main-item__head {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000;
}
.promo-main-item__text {
  font-weight: 400;
  font-size: 18px;
  color: #122b1f;
  padding: 25px 0;
}
.liders .promo-main-item__text {
  padding: 35px 0;
}
.promo-main-item__link .link-more-v2 {
  color: #122b1f !important;
}
@media only screen and (max-width: 1500px) {
  .promo-main-item__content {
    flex: 0 0 50%;
    padding: 30px 20px 30px 0;
  }
  .promo-main-item__head {
    font-size: 20px;
  }
  .promo-main-item__text {
    font-size: 17px;
    padding: 20px 0 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .promo-main__items {
    gap: 20px;
    margin: 34px 0 0 0;
  }
  .promo-main-item {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .promo-main-item__mhead {
    display: block;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    padding: 40px 20px 0 20px;
  }
  .promo-main-item__pic {
    flex: 0 0 100%;
    max-height: 270px;
  }
  .promo-main-item__pic::before {
    content: "";
    display: block;
    padding-top: 83%;
  }
  .promo-main-item__pic img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-height: 85%;
    max-width: 85%;
    object-fit: contain;
    object-position: center center;
  }
  .promo-main-item__content {
    flex: 0 0 100%;
    padding: 0 0 25px 0;
    text-align: center;
  }
  .liders .promo-main-item__content {
    padding: 0 0 15px 0;
  }
  .promo-main-item__head {
    display: none;
  }
  .promo-main-item__text {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .promo-main-item:hover {
    background: linear-gradient(
      360deg,
      rgba(83, 255, 245, 0.18) -5.05%,
      rgba(83, 255, 245, 0) 75.72%
    );
    transform: translate(0px, -10px);
    transition: all 0.6s ease;
  }
  .promo-main-item:hover .promo-main-item__link .link-more-v2 {
    color: #122b1f !important;
  }
}

.promo-sub-b {
  position: relative;
  background: #03617e;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .promo-sub-b {
    padding: 0 12px;
  }
}
.promo-sub-b__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  max-width: 62%;
  height: 1px;
  background: #fff;
}
.promo-sub-b__line.animation {
  -webkit-animation: promo-sub-b__line_anim 0.6s linear;
  animation: promo-sub-b__line_anim 0.6s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.promo-sub-b__sxema {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: 0;
}
.promo-sub-b__sxema img {
  max-height: 100%;
}
@media only screen and (max-width: 991px) {
  .promo-sub-b__sxema {
    position: absolute;
    top: 170px;
    left: 136px;
    right: auto;
    bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub-b__sxema {
    position: absolute;
    top: 114px;
    left: 20px;
    right: 0;
    text-align: right;
  }
}
.promo-sub-b__blure {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  height: 84px;
  background: url("/local/templates/.default/css/../img/line-blure.png") no-repeat top center/contain;
}
@media only screen and (max-width: 991px) {
  .promo-sub-b__blure {
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub-b__blure {
    top: -20px;
  }
}

@-webkit-keyframes promo-sub-b__line_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 1208px;
  }
}

@keyframes promo-sub-b__line_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 1208px;
  }
}
.promo-sub {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
.promo-sub__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 134px 0 100px 0;
}
@media only screen and (max-width: 991px) {
  .promo-sub__numbers {
    padding: 76px 0 27px 0;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub__numbers {
    padding: 48px 0 17px 0;
  }
}
.promo-sub__column {
  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;
  color: #fff;
  padding-bottom: 190px;
}
@media only screen and (max-width: 991px) {
  .promo-sub__column {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub__column {
    padding-bottom: 60px;
  }
}
.promo-sub__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 55px;
  padding: 0 30px 0 0;
}
@media (max-width: 1200px) {
  .promo-sub__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 46px;
    padding: 0 0 85px 0;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub__content {
    font-size: 20px;
    padding: 0 0 65px 0;
  }
}
.promo-sub__text {
  max-width: 1060px;
}
@media (max-width: 1430px) {
  .promo-sub__text {
    max-width: 900px;
  }
}
@media (max-width: 919px) {
  .promo-sub__text {
    max-width: 730px;
  }
}
@media (max-width: 767px) {
  .promo-sub__text {
    max-width: 330px;
  }
}
.promo-sub__text b {
  font-weight: 600;
}
.promo-sub__btn a,
.promo-sub__btn a:hover {
  padding-left: 85px;
  padding-right: 85px;
}
@media only screen and (max-width: 767px) {
  .promo-sub__btn a,
  .promo-sub__btn a:hover {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.pn-item {
  position: relative;
  margin: 0 108px 53px 0;
  padding: 0 0 0 20px;
}
@media (max-width: 1200px) {
  .pn-item {
    margin: 0 75px 53px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pn-item {
    width: 100%;
    margin: 0 0 45px 0;
  }
}
.pn-item .pn-item:last-child {
  margin-right: 0;
}
.pn-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  bottom: 15px;
  opacity: 0;
  background: #53fff5;
}
.pn-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  transform: translate(30%, 0);
}
.pn-item__head {
  font-weight: 600;
  font-size: 54px;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 13px;
}
.pn-item__text {
  font-size: 17px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pn-item::before {
    top: 5px;
    bottom: 5px;
  }
  .pn-item__head {
    font-size: 42px;
    margin-right: 20x;
  }
  .pn-item__text {
    font-size: 15px;
  }
}

.promo-sub__numbers.animation .pn-item::before {
  -webkit-animation: pn-item-line_anim 0.2s linear;
  animation: pn-item-line_anim 0.2s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promo-sub__numbers.animation .pn-item:nth-child(1):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.promo-sub__numbers.animation .pn-item:nth-child(2):before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.promo-sub__numbers.animation .pn-item:nth-child(3):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.promo-sub__numbers.animation .pn-item__content {
  -webkit-animation: pn-item-content_anim 0.3s linear;
  animation: pn-item-content_anim 0.3s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.promo-sub__numbers.animation .pn-item:nth-child(1) .pn-item__content {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.promo-sub__numbers.animation .pn-item:nth-child(2) .pn-item__content {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.promo-sub__numbers.animation .pn-item:nth-child(3) .pn-item__content {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@-webkit-keyframes pn-item-line_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pn-item-line_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes pn-item-content_anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
@keyframes pn-item-content_anim {
  0% {
    opacity: 0;
    -webkit-transform: translate(30%, 0);
    transform: translate(30%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
}
.promo-sub__text > span {
  display: inline-block;
  overflow: hidden;
}

.promo-sub__text > span > span {
  display: inline-block;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.promo-sub__column.animation .promo-sub__text > span > span {
  -webkit-animation: promo-sub__text_anim 0.3s linear;
  animation: promo-sub__text_anim 0.3s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 1430px) {
  .promo-sub__column.animation .promo-sub__text > span:nth-child(1) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(2) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(3) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(4) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(5) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(6) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(7) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(8) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}
@media (min-width: 1201px) and (max-width: 1430px) {
  .promo-sub__column.animation .promo-sub__text > span:nth-child(1) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(2) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(3) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(4) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(5) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(6) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(7) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(8) > span {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
}
@media (min-width: 920px) and (max-width: 1200px) {
  .promo-sub__column.animation .promo-sub__text > span:nth-child(1) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(2) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(3) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(4) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(5) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(6) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(7) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(8) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
}
@media (max-width: 919px) {
  .promo-sub__column.animation .promo-sub__text > span:nth-child(1) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(2) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(3) > span {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(4) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(5) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(6) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(7) > span {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .promo-sub__column.animation .promo-sub__text > span:nth-child(8) > span {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
}
@-webkit-keyframes promo-sub__text_anim {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
@keyframes promo-sub__text_anim {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
}
.promo-sub__column .promo-sub__btn {
  opacity: 0;
}

.promo-sub__column.animation .promo-sub__btn {
  -webkit-animation: promo-sub__btn_anim 0.3s linear;
  animation: promo-sub__btn_anim 0.3s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

@-webkit-keyframes promo-sub__btn_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes promo-sub__btn_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.promo-sub-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px;
  padding: 100px 0;
}
.promo-sub-company_text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 13px);
  flex: 1 1 calc(50% - 13px);
}
.promo-sub-company_text p {
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 55px;
}
.promo-sub-company_pic {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 13px);
  flex: 1 1 calc(50% - 13px);
}
.promo-sub-company_pic > div {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.promo-sub-company_pic > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 1200px) {
  .promo-sub-company {
    gap: 26px;
    padding: 76px 0;
  }
  .promo-sub-company_text p {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .promo-sub-company {
    gap: 20px;
    padding: 50px 0;
  }
  .promo-sub-company_text p {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-sub-company {
    padding: 40px 0;
  }
  .promo-sub-company_text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .promo-sub-company_pic {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

.section-padd {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .section-padd {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-head-number {
  font-size: 18px;
  line-height: 150%;
  color: #007175;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-head-number {
    font-size: 16px;
  }
}

.section-head {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .section-head {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head {
    padding-bottom: 30px;
  }
}
.section-head_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .section-head_link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.section-head__btn {
  padding-top: 7px;
}

.section-head__data {
  width: 100%;
  text-align: right;
  margin: 0 0 13px auto;
  text-align: right;
  color: rgba(0, 113, 117, 1);
  font-size: 18px;
}
.section-head__data i {
  margin-right: 10px;
}
.section-pagehead {
  padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .section-pagehead {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pagehead {
    padding-bottom: 20px;
  }
}

.filter-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  .filter-tabs {
    margin: 0 0 26px 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs {
    margin: 0 0 20px 0;
  }
}
.filter-tabs__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.filter-tabs__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 10px 20px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav > ul {
    gap: 0px;
  }
}
.filter-tabs__nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.filter-tabs__nav > ul > li > a {
  position: relative;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  color: #7b9395;
  text-align: center;
  text-decoration: none;
  background: transparent;
  padding: 3px 17px;
  border: 1px solid #758b8d;
  border-radius: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .filter-tabs__nav > ul > li > a:hover {
    color: #007175;
    border: 1px solid #007175;
    text-decoration: none;
   /* -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav > ul > li.active {
    position: relative;
    z-index: 3;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.filter-tabs__nav > ul > li.active a {
  font-weight: 700;
  color: #007175;
  border: 1px solid #007175;
  text-decoration: none;
  /*-webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  */
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav > ul > li.active a {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #007175;
    padding: 6px 40px 6px 22px;
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav > ul > li.active a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 23px;
    margin: -6px 0 0 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #007175;
    border-bottom: 1px solid #007175;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav.open > ul > li.active a::after {
    margin: -2px 0 0 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs__nav li:not(.active) a {
    font-size: 16px;
    text-align: left;
    padding: 0 22px;
    max-height: 0;
    border: 0px solid #eff2f9;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
  }
  .filter-tabs__nav.open li:not(.active) a {
    padding: 7px 22px;
    max-height: 100px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eff2f9;
  }
}
.filter-tabs__link {
  margin: -1px 0 0 10px;
}
@media only screen and (max-width: 991px) {
  .filter-tabs__link {
    position: absolute;
    top: -72px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .filter-tabs__link {
    display: none;
  }
}

.slider-btn {
  padding-top: 29px;
}

.link-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #141414;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-banner-top  .link-more
{
	font-size:18px;
}

.link-more > i {
  position: relative;
  width: 33px;
  height: 33px;
  margin-left: 20px;
  background: #007175;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-more > i::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .link-more:hover {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .link-more:hover > i {
    -webkit-transform: translate(3px, 0);
    -ms-transform: translate(3px, 0);
    transform: translate(3px, 0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .link-more {
    font-size: 14px;
  }

  .section-banner-top  .link-more
	{
		font-size:16px;
	}

  .link-more > i {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  .link-more > i::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 7px;
    height: 7px;
    border-right: #fff 2px solid;
    border-bottom: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.link-more-v2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: #141414;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-more-v2 i {
  width: 8px;
  height: 8px;
  border-right: currentColor 1px solid;
  border-bottom: currentColor 1px solid;
  margin-left: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .link-more-v2:hover {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .promo-main-item:hover .link-more-v2 > i,
  .link-more-v2:hover > i {
    -webkit-transform: translate(3px, 0) rotate(-45deg);
    -ms-transform: translate(3px, 0) rotate(-45deg);
    transform: translate(3px, 0) rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.galery-items {
  margin: 0px -13px;
}
@media only screen and (max-width: 991px) {
  .galery-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .galery-items {
    margin: 0px -5px;
  }
}

.galery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .galery-item {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .galery-item {
    padding: 0px 5px;
  }
}
.galery-item__content {
  position: relative;
  width: 100%;
}
.galery-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.galery-item__pic {
  position: relative;
  /*height: 446px;*/
}
.galery-item__pic::before {
  content: "";
  display: block;
  padding-top: 81.68%;
}

.galery-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.galery-item__name {
  position: relative;
  margin-top: 20px;
  padding-right: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.galery-item__arr {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background: url("/local/templates/.default/css/../img/arr-link.svg") no-repeat 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .galery-item__content:hover .galery-item__name {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .galery-item__content:hover .galery-item__arr {
    background-position: 0 -18px;
  }
}
@media only screen and (max-width: 991px) {
  /*.galery-item__pic {
    height: 350px;
  }*/
  .galery-item__name {
    margin-top: 20px;
    padding-right: 25px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  /*.galery-item__pic {
    height: 295px;
  }*/
  .galery-item__name {
    margin-top: 16px;
    padding-right: 25px;
    font-size: 14px;
  }
}

.news-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-slider .slick-track .slick-slide {
  height: auto;
}

.news-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.news-items {
  margin: 0px -13px;
}
@media only screen and (max-width: 991px) {
  .news-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-items {
    margin: 0px -5px;
  }
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .news-item {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .news-item {
    padding: 0px 5px;
  }
}
.news-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
.news-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.news-item__pic {
  position: relative;
  width: 100%;
  height: 260px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 260px;
  flex: 0 0 260px;
}
.news-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.news-item__desc {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 21px 31px 30px 31px;
}
.news-item__data {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #758b8d;
  padding-bottom: 11px;
}
.news-item__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-item__link {
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .news-item__content:hover .news-item__name {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .news-item__content:hover .link-more-v2 {
    color: #007175;
  }
  .news-item__content:hover .link-more-v2 i {
    -webkit-transform: translate(3px, 0) rotate(-45deg);
    -ms-transform: translate(3px, 0) rotate(-45deg);
    transform: translate(3px, 0) rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .news-item__pic {
    height: 220px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
  }
  .news-item__desc {
    padding: 20px 26px 24px 26px;
  }
  .news-item__data {
    font-size: 13px;
  }
  .news-item__name {
    font-size: 16px;
  }
}

.partner-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-slider .slick-track .slick-slide {
  height: auto;
}

.partner-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.partner-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 172px;
  border-left: rgba(68, 85, 130, 0.2) 1px solid;
  border-bottom: rgba(68, 85, 130, 0.2) 1px solid;
  background: #fff;
  padding: 15px;
}
.partner-item:first-child {
  border-left: 0;
}
.partner-item__img img {
  max-width: 100%;
  max-height: 100px;
}
@media only screen and (max-width: 991px) {
  .partner-item {
    height: 114px;
  }
  .partner-item__img img {
    max-width: 100%;
    max-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .partner-item {
    height: 60px;
    padding: 10px 20px;
  }
  .partner-item__img img {
    max-width: 100%;
    max-height: 40px;
  }
}

.partner-slider .slick-track .slick-slide > div:last-child .partner-item {
  border-bottom: 0;
}

#stars_footer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .footer {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 15px;
  }
}
.footer__in {
  position: relative;
  background: #f0faf9;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__in {
    padding: 0 12px;
  }
}
.footer__content {
  max-width: 1600px;
  margin: 0 auto;
  z-index: 2;
}
.footer__topline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}
.footer__logo {
  width: 86px;
  height: 76px;
}
.footer__logo a {
  display: block;
  width: inherit;
  height: inherit;
  background: url("/local/templates/.default/css/../img/logo-v2.svg") no-repeat center center/contain;
}
.footer__slogan {
  font-weight: 400;
  font-size: 24px;
  color: #474747;
  padding-left: 90px;
}
@media only screen and (max-width: 991px) {
  .footer__topline {
    padding: 34px 0;
  }
  .footer__logo {
    width: 76px;
    height: 68px;
  }
  .footer__slogan {
    font-size: 18px;
    padding-left: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__topline {
    padding: 20px 0;
  }
  .footer__logo {
    width: 52px;
    height: 46px;
  }
  .footer__slogan {
    font-size: 14px;
    padding-left: 48px;
  }
}
.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.footer__nav {
  width: 69%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__nav ul li {
  margin: 0;
  padding: 15px 0;
}
.footer__nav ul li a {
  position: relative;
  font-size: 18px;
  color: #474747;
  text-decoration: none;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .footer__nav ul li a:hover {
    color: #017175;
  }
}
.footer__nav-sub {
  width: 40%;
}
.footer__nav-main {
  width: 40%;
}
.footer__cont {
  width: 31%;
}
.footer__cont a {
  position: relative;
  color: #474747;
  z-index: 3;
}
.footer__subscribe {
  width: 56%;
  padding: 66px 0 180px 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 74px;
  }
  .footer__nav {
    width: 60%;
  }
  .footer__nav ul li {
    margin: 0;
    padding: 13px 0;
  }
  .footer__cont {
    width: 40%;
  }
  .footer__subscribe {
    width: 100%;
    max-width: 700px;
    padding-top: 64px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
  .footer__nav {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer__nav ul li {
    margin: 0;
    padding: 13px 0;
  }
  .footer__nav ul li a {
    font-size: 15px;
  }
  .footer__cont {
    width: 100%;
  }
  .footer__subscribe {
    width: 100%;
    max-width: 354px;
    padding: 30px 0 60px 0;
  }
}
.footer__sub {
  background: #f8fdff;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer__sub {
    padding: 0 12px;
  }
}
.footer__sub-in {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  padding: 18px 0;
}
.footer__copy {
  font-size: 14px;
  color: #474747;
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    width: 100%;
    padding-bottom: 15px;
    font-size: 13px;
  }
}

.b-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  text-decoration: none;
}

.b-ico i {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .b-ico i {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}

.f-phone {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  .f-phone {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .f-phone {
    font-size: 18px;
  }
}

.ico-loc {
  background: url("/local/templates/.default/css/../img/ico-loc_blue.svg") no-repeat center center/contain;
}

.ico-loc_dark {
  background: url("/local/templates/.default/css/../img/ico-loc_darkblue.svg") no-repeat center center/contain;
}

.ico-phone {
  background: url("/local/templates/.default/css/../img/ico-phone_blue.svg") no-repeat center center/contain;
}

.ico-phone_dark {
  background: url("/local/templates/.default/css/../img/ico-phone_darkblue.svg") no-repeat center
    center/contain;
}

.ico-fax {
  background: url("/local/templates/.default/css/../img/ico-fax_blue.svg") no-repeat center center/contain;
}

.ico-mail {
  background: url("/local/templates/.default/css/../img/ico-mail_blue.svg") no-repeat center center/contain;
}

.ico-mail_dark {
  background: url("/local/templates/.default/css/../img/ico-mail_darkblue.svg") no-repeat center
    center/contain;
}

.ico-telegram {
  background: url("/local/templates/.default/css/../img/ico-telegram_blue.svg") no-repeat center
    center/contain;
}

.f-head {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  margin: 15px 0 21px 0;
  color: #474747;
}
@media only screen and (max-width: 991px) {
  .f-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .f-head {
    font-size: 18px;
    margin: 15px 0 5px 0;
  }
}

.subscribe-form {
  position: relative;
  z-index: 3;
}
.subscribe-form form {
  margin: 0;
  padding: 0;
}
.subscribe-inp {
  width: 100%;
  line-height: 53px;
  outline: none;
  font-weight: 400;
  font-size: 14px;
  color: #8a8a8a;
  padding: 8px 26px;
  border-radius: 2px;
  border: 1px solid #e7e7e7;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .subscribe-inp {
    line-height: 51px;
    font-size: 13px;
    padding: 0px 17px;
  }
}

.subscribe-btn {
  cursor: pointer;
  background: #065196;
  border: 0;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  .subscribe-btn {
    font-size: 13px;
    padding: 0 18px;
  }
}

.subscribe-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin: -6px 0 0 -6px;
  width: 10px;
  height: 10px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .subscribe-btn::before {
    display: none;
  }
}
.footer__subscribe .subscribe-form form {
  display: flex;
}

.interra a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #474747;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .interra a {
    font-size: 13px;
  }
}

.interra img {
  margin-right: 10px;
  filter: invert(0.7);
}

.promo-breadcrumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 177px;
}
@media (min-width: 1200px) {
  .header-fix .promo-breadcrumbs {
    padding-top: 137px;
  }
}
@media (max-width: 991px) {
  .promo-breadcrumbs {
    padding-top: 77px;
  }
}
@media only screen and (max-width: 767px) {
  .promo-breadcrumbs {
    padding-top: 60px;
  }
}

.breadcrumbs {
  padding: 25px 0 25px 0;
}
@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 25px 0 25px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 20px 0 20px 0;
  }
}

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

.breadcrumbs > ul > li {
  position: relative;
  margin: 0;
  padding: 3px 0;
}

.breadcrumbs > ul > li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background: #007175;
  margin: 0 6px;
}

.promo-breadcrumbs .breadcrumbs > ul > li::after {
  background: #53fff5;
}

.breadcrumbs > ul > li a {
  /*font-weight: 400;
  font-size: 15px;*/
  font-weight: 800;
  font-size: 18px;
  color: #586870;
  text-decoration: none;
}

.promo-breadcrumbs .breadcrumbs > ul > li a {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs > ul > li:last-child::after {
  display: none;
}

.breadcrumbs > ul > li:last-child a {
  pointer-events: none;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .breadcrumbs > ul > li a:hover {
    color: #141414;
  }
  .promo-breadcrumbs .breadcrumbs > ul > li a:hover {
    color: rgb(255, 255, 255);
  }
}
.contact-section {
  position: relative;
}

.contact-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .contact-map {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 300px;
  }
}

.contact-b {
  padding: 32px 0;
}
.contact-b__content {
  position: relative;
  z-index: 2;
  width: 670px;
  max-width: 50%;
  background: -o-linear-gradient(294.21deg, #004d75 24.53%, #0b2947 129.71%);
  background: linear-gradient(155.79deg, #004d75 24.53%, #0b2947 129.71%);
  padding: 20px 0;
}
.contact-b__line {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  padding: 25px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-b__line:last-child {
  border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}
.contact-b__line span {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .contact-b__line {
    padding: 10px 30px;
  }
  .contact-b__line span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-b {
    padding: 0 0 20px 0;
  }
  .contact-b__content {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .contact-b__line {
    padding: 10px 30px;
  }
  .contact-b__line span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-b {
    padding: 0 0 20px 0;
  }
  .contact-b__content {
    width: 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .contact-b__line {
    font-size: 14px;
    padding: 0px 15px;
  }
  .contact-b__line span {
    font-size: 18px;
  }
}

.contact-b-v2 {
  padding: 60px 40px;
  max-width: 630px;
  border: 1px solid #d0d0d0;
}
.contact-b-v2__line {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0 0 40px 0;
}
.contact-b-v2__line:last-child {
  padding: 0;
}
.contact-b-v2__line span {
  font-size: 26px;
  font-weight: 700;
}
.contact-b-v2__line .b-ico {
  padding: 0;
}
@media (max-width: 1200px) {
  .contact-b-v2 {
    padding: 40px 20px;
  }
  .contact-b-v2__line {
    padding: 0 0 20px 0;
  }
  .contact-b-v2__line span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-b-v2 {
    padding: 20px 15px;
  }
  .contact-b-v2__line {
    padding: 0 0 20px 0;
  }
  .contact-b-v2__line span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-b-v2 {
    padding: 20px 15px;
    margin-bottom: 40px;
  }
  .contact-b-v2__line {
    font-size: 14px;
    padding: 0 0 20px 0;
  }
  .contact-b-v2__line span {
    font-size: 18px;
  }
}

.section-persons {
  background: url("/local/templates/.default/css/../img/bg-sxema-top.svg") 0 27px no-repeat,
    url("/local/templates/.default/css/../img/bg-sxema-right.svg") right center no-repeat, #f3f7f9;
}

.persons-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px;
}

.persons-item {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 14px);
  flex: 1 1 calc(50% - 14px);
  padding: 75px 50px 70px 50px;
}
.persons-item > a {
  text-decoration: none;
}
.persons-item__head {
  font-size: 34px;
  line-height: 120%;
  padding: 0 0 60px 0;
}
.persons-item__name {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  padding: 0 0 15px 0;
}
@media (max-width: 1200px) {
  .persons-item {
    padding: 55px 30px 50px 30px;
  }
  .persons-item__head {
    font-size: 28px;
    padding: 0 0 40px 0;
  }
  .persons-item__name {
    font-size: 24px;
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .persons-item {
    padding: 35px 20px 30px 20px;
  }
  .persons-item__head {
    font-size: 20px;
    padding: 0 0 20px 0;
  }
  .persons-item__name {
    font-size: 18px;
    padding: 0 0 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .persons-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 15px;
    line-height: 150%;
  }
}

.requisites-line {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 10px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
  margin-top: -1px;
  font-size: 28px;
  line-height: 150%;
  padding: 30px 0;
}
.requisites-line > div {
  padding: 10px 0;
}
@media (max-width: 1200px) {
  .requisites-line {
    font-size: 20px;
    padding: 20px 0;
  }
  .requisites-line > div {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 991px) {
  .requisites-line {
    font-size: 16px;
    padding: 15px 0;
  }
  .requisites-line > div {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .requisites-line {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
  }
  .requisites-line > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 5px 0;
  }
}

.section-head_content {
  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;
  gap: 40px 20px;
}

.section-head__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(66.6% - 10px);
  flex: 0 1 calc(66.6% - 10px);
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
}
@media only screen and (max-width: 991px) {
  .section-head__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head__text {
    gap: 30px 20px;
    font-size: 16px;
  }
}
.section-head__desc {
  width: 100%;
  font-size: 20px;
  margin-top: 33px;
}

.experience-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.experience-slider .slick-track .slick-slide {
  height: auto;
}

.experience-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.experience-items {
  margin: 0px -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.experience-items_onpage {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 28px 0;
}
@media only screen and (max-width: 991px) {
  .experience-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-items {
    margin: 0px -5px;
  }
}

.experience-items_onpage .experience-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  margin: 0;
}
@media (max-width: 1200px) {
  .experience-items_onpage .experience-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
  }
}
@media only screen and (max-width: 991px) {
  .experience-items_onpage .experience-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 767px) {
  .experience-items_onpage .experience-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.experience-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px 13px;
  margin: 28px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .experience-item {
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-item {
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .experience-item:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.experience-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #007175;
  border-radius: 11px;
  text-align: center;
  padding: 50px 20px 26px 20px;
}
.experience-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.experience-item__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43px;
  flex: 0 0 43px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #007175;
  text-transform: uppercase;
  padding-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.experience-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-top: 4px;
  line-height: 150%;
  color: #607476;
}
.experience-item__link {
  padding-top: 8px;
}
@media only screen and (max-width: 991px) {
  .experience-item__content {
    padding: 50px 20px 26px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .experience-item__content {
    padding: 30px 15px 25px 15px;
  }
  .experience-item__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43px;
    flex: 1 1 43px;
    font-size: 16px;
  }
  .experience-item__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .experience-item__content:hover .experience-item__name {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .experience-item__content:hover .link-more-v2 {
    color: #007175;
  }
  .experience-item__content:hover .link-more-v2 i {
    -webkit-transform: translate(3px, 0) rotate(-45deg);
    -ms-transform: translate(3px, 0) rotate(-45deg);
    transform: translate(3px, 0) rotate(-45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.advantages-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages-slider .slick-track .slick-slide {
  height: auto;
}

.advantages-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -13px;
}
@media only screen and (max-width: 991px) {
  .advantages-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-items {
    margin: 0px -5px;
  }
}

.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 13px;
  margin: 28px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1200px) {
  .advantages-item {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .advantages-item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 991px) {
  .advantages-item {
    width: 100%;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-item {
    padding: 0px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .advantages-item:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.advantages-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 23px 30px 26px 30px;
}
.advantages-item__pic {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  height: 160px;
}
.advantages-item__pic svg {
  height: inherit;
}
.advantages-item__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #141414;
  text-transform: uppercase;
  margin: 20px 0 4px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.advantages-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-top: 4px;
  font-size: 18px;
  line-height: 150%;
  color: #607476;
}
@media only screen and (max-width: 991px) {
  .advantages-item__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 44px;
    flex: 1 1 44px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages-item__content {
    padding: 26px 20px 26px 20px;
  }
  .advantages-item__pic {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    height: 110px;
  }
  .advantages-item__name {
    font-size: 16px;
  }
  .advantages-item__text {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .advantages-item:hover svg #path-a1-1 {
    -webkit-animation: path-a1_anim 4s infinite ease-in-out;
    animation: path-a1_anim 4s infinite ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item:hover svg #path-a1-2 {
    -webkit-animation: path-a2_anim 3s infinite ease;
    animation: path-a2_anim 3s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item:hover svg #path-a2-1 {
    -webkit-animation: path-a3_anim 4s infinite ease-in-out;
    animation: path-a3_anim 4s infinite ease-in-out;
    -webkit-transform-origin: 55.555% 50%;
    -ms-transform-origin: 55.555% 50%;
    transform-origin: 55.555% 50%;
  }
  .advantages-item:hover svg #path-a2-2 {
    -webkit-animation: path-a4_anim 4s infinite ease;
    animation: path-a4_anim 4s infinite ease;
    -webkit-transform-origin: 44.444% 50%;
    -ms-transform-origin: 44.444% 50%;
    transform-origin: 44.444% 50%;
  }
  .advantages-item:hover svg #path-a3-1 {
    -webkit-animation: path-a5_anim 3.5s infinite ease-in-out;
    animation: path-a5_anim 3.5s infinite ease-in-out;
    -webkit-transform-origin: 37.778% 56.25%;
    -ms-transform-origin: 37.778% 56.25%;
    transform-origin: 37.778% 56.25%;
  }
  .advantages-item:hover svg #path-a3-2 {
    -webkit-animation: path-a6_anim 2.5s infinite ease;
    animation: path-a6_anim 2.5s infinite ease;
    -webkit-transform-origin: 71.6% 32.5%;
    -ms-transform-origin: 71.6% 32.5%;
    transform-origin: 71.6% 32.5%;
  }
  .advantages-item:hover svg #path-a4-1 {
    -webkit-animation: path-a7_anim 2.5s infinite ease;
    animation: path-a7_anim 2.5s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item:hover svg #path-a4-2 {
    -webkit-animation: path-a8_anim 2.5s infinite ease;
    animation: path-a8_anim 2.5s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item:hover svg #path-a5-1 {
    -webkit-animation: path-a9_anim 2.5s infinite ease;
    animation: path-a9_anim 2.5s infinite ease;
    -webkit-transform-origin: 50% 33.125%;
    -ms-transform-origin: 50% 33.125%;
    transform-origin: 50% 33.125%;
  }
  .advantages-item:hover svg #path-a5-2 {
    -webkit-animation: path-a10_anim 2s infinite ease-in-out;
    animation: path-a10_anim 2s infinite ease-in-out;
    -webkit-transform-origin: 32.22% 63.75%;
    -ms-transform-origin: 32.22% 63.75%;
    transform-origin: 32.22% 63.75%;
  }
  .advantages-item:hover svg #path-a5-3 {
    -webkit-animation: path-a11_anim 3.5s infinite ease;
    animation: path-a11_anim 3.5s infinite ease;
    -webkit-transform-origin: 67.77% 63.75%;
    -ms-transform-origin: 67.77% 63.75%;
    transform-origin: 67.77% 63.75%;
  }
  .advantages-item:hover svg #path-a6-1 {
    -webkit-animation: path-a12_anim 3.5s infinite ease;
    animation: path-a12_anim 3.5s infinite ease;
    -webkit-transform-origin: 26% 50%;
    -ms-transform-origin: 26% 50%;
    transform-origin: 26% 50%;
  }
  .advantages-item:hover svg #path-a7-1 {
    -webkit-animation: path-a14_anim 3.5s infinite ease;
    animation: path-a14_anim 3.5s infinite ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .advantages-item:hover svg #path-a7-3 {
    -webkit-animation: path-a16_anim 3s infinite ease;
    animation: path-a16_anim 3s infinite ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@media only screen and (max-width: 991px) {
  .advantages-item svg #path-a1-1 {
    -webkit-animation: path-a1_anim 4s infinite ease-in-out;
    animation: path-a1_anim 4s infinite ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item svg #path-a1-2 {
    -webkit-animation: path-a2_anim 3s infinite ease;
    animation: path-a2_anim 3s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item svg #path-a2-1 {
    -webkit-animation: path-a3_anim 4s infinite ease-in-out;
    animation: path-a3_anim 4s infinite ease-in-out;
    -webkit-transform-origin: 55.555% 50%;
    -ms-transform-origin: 55.555% 50%;
    transform-origin: 55.555% 50%;
  }
  .advantages-item svg #path-a2-2 {
    -webkit-animation: path-a4_anim 4s infinite ease;
    animation: path-a4_anim 4s infinite ease;
    -webkit-transform-origin: 44.444% 50%;
    -ms-transform-origin: 44.444% 50%;
    transform-origin: 44.444% 50%;
  }
  .advantages-item svg #path-a3-1 {
    -webkit-animation: path-a5_anim 3.5s infinite ease-in-out;
    animation: path-a5_anim 3.5s infinite ease-in-out;
    -webkit-transform-origin: 37.778% 56.25%;
    -ms-transform-origin: 37.778% 56.25%;
    transform-origin: 37.778% 56.25%;
  }
  .advantages-item svg #path-a3-2 {
    -webkit-animation: path-a6_anim 2.5s infinite ease;
    animation: path-a6_anim 2.5s infinite ease;
    -webkit-transform-origin: 71.6% 32.5%;
    -ms-transform-origin: 71.6% 32.5%;
    transform-origin: 71.6% 32.5%;
  }
  .advantages-item svg #path-a4-1 {
    -webkit-animation: path-a7_anim 2.5s infinite ease;
    animation: path-a7_anim 2.5s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item svg #path-a4-2 {
    -webkit-animation: path-a8_anim 2.5s infinite ease;
    animation: path-a8_anim 2.5s infinite ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
  }
  .advantages-item svg #path-a5-1 {
    -webkit-animation: path-a9_anim 2.5s infinite ease;
    animation: path-a9_anim 2.5s infinite ease;
    -webkit-transform-origin: 50% 33.125%;
    -ms-transform-origin: 50% 33.125%;
    transform-origin: 50% 33.125%;
  }
  .advantages-item svg #path-a5-2 {
    -webkit-animation: path-a10_anim 2s infinite ease-in-out;
    animation: path-a10_anim 2s infinite ease-in-out;
    -webkit-transform-origin: 32.22% 63.75%;
    -ms-transform-origin: 32.22% 63.75%;
    transform-origin: 32.22% 63.75%;
  }
  .advantages-item svg #path-a5-3 {
    -webkit-animation: path-a11_anim 3.5s infinite ease;
    animation: path-a11_anim 3.5s infinite ease;
    -webkit-transform-origin: 67.77% 63.75%;
    -ms-transform-origin: 67.77% 63.75%;
    transform-origin: 67.77% 63.75%;
  }
  .advantages-item svg #path-a6-1 {
    -webkit-animation: path-a12_anim 3.5s infinite ease;
    animation: path-a12_anim 3.5s infinite ease;
    -webkit-transform-origin: 26% 50%;
    -ms-transform-origin: 26% 50%;
    transform-origin: 26% 50%;
  }
  .advantages-item svg #path-a7-1 {
    -webkit-animation: path-a14_anim 3.5s infinite ease;
    animation: path-a14_anim 3.5s infinite ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .advantages-item svg #path-a7-3 {
    -webkit-animation: path-a16_anim 3s infinite ease;
    animation: path-a16_anim 3s infinite ease;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
}
@-webkit-keyframes path-a1_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a1_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a2_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a2_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a3_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a3_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a4_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a4_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a5_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a5_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a6_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a6_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a7_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a7_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a8_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a8_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a9_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a9_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a10_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a10_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes path-a11_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a11_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a12_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a12_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a14_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes path-a14_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes path-a16_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes path-a16_anim {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.tab-nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid rgba(0, 113, 117, 0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #007175;

  text-decoration: none;
  text-align: center;
  padding: 32px 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-nav a span {
  margin: -12px 0;
}
.tab-nav a.active {
  background: #007175;
  border: 1px solid #007175;
  color: #fff;
}
.tab-nav a.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media only screen and (min-width: 768px) {
  .tab-nav a:hover {
    background: #007175;
    border: 1px solid #007175;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tab-nav a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
@media only screen and (max-width: 991px) {
  .tab-nav {
    display: none;
  }
}

.companycenter-slider {
}

.companycenter-slider .slick-prev {
  position: absolute;
  bottom: auto;
  top: 50%;
  margin-top: -20px;
  left: 10px;
  background: #ffffffcc;
  width: 40px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companycenter-slider .slick-prev::after {
  content: "";
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(135deg);
  margin-left: 2px;
}

.companycenter-slider .slick-next::after {
  content: "";
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
  position: absolute;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  margin-right: 2px;
}

.companycenter-slider .slick-next {
  position: absolute;
  bottom: auto;
  top: 50%;
  margin-top: -20px;
  right: 10px;
  background: #ffffffcc;
  width: 40px;
  height: 40px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-content {
  opacity: 0;
  height: 0;
  font-size: 18px;
  overflow:hidden;
}
.tab-content.active {
  opacity: 1;
  height: auto;
  padding: 60px 0 0 0;
  overflow:visible;
}
.tab-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 23px;
}
.tab-content__b {
  position: relative;
}
.tab-content__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 13px);
  flex: 1 1 calc(50% - 13px);
}
.tab-content__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 13px);
  flex: 1 1 calc(50% - 13px);
  text-align: right;
}
.tab-content__right img {
  max-width: 100%;
}
.tab-content__head {
  padding: 0 0 30px 0;
}
.tab-content__link {
  position: relative;
  display: none;
}
.tab-content__link a {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .tab-content {
    display: block;
    border-top: #414141 1px solid;
    border-bottom: #414141 1px solid;
    padding: 0;
    margin: -1px 0 0 0;
  }
  .tab-content__column {
    max-height: 0;
    overflow: hidden;
    gap: 0px;
    padding: 0 10% 0px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 0;
  }
  .tab-content.open .tab-content__column {
    max-height: 1500px;
    padding: 0 10% 40px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tab-content__b {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .tab-content.open .tab-content__b {
    max-height: 5500px;
    padding: 0 0 40px 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .tab-content__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .tab-content__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: left;
  }
  .tab-content__head {
    display: none;
  }
  .tab-content__link {
    display: block;
  }
  .tab-content__link a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 34px 45px 34px 0;
    text-decoration: none;
  }
  .tab-content__link a span {
    width: 28px;
    text-align: center;
    line-height: 0;
  }
  .tab-content__link a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url("/local/templates/.default/css/../img/ico-plus.svg") no-repeat 0 100%/100%;
  }
  .tab-content.open .tab-content__link a:after {
    background-position: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content {
    font-size: 14px;
  }
  .tab-content__column {
    gap: 0px;
    padding: 0 10% 0px 0;
    margin-top: 0;
  }
  .tab-content.open .tab-content__column {
    padding: 0 10% 30px 0;
  }
  .tab-content__link a {
    padding: 20px 40px 20px 0;
  }
  .tab-content__link a:after {
    width: 36px;
    height: 36px;
  }
}

.list-tick {
  margin: 40px 0 20px 0;
  padding: 0;
  list-style: none;
}
.list-tick li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 36px;
}
.list-tick li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  background: url("/local/templates/.default/css/../img/list-tick.svg") no-repeat 0 0 / contain;
}
@media only screen and (max-width: 767px) {
  .list-tick {
    margin: 20px 0 0px 0;
  }
  .list-tick li {
    padding: 0 0 0 24px;
  }
  .list-tick li::before {
    width: 14px;
    height: 14px;
  }
}

.list-target {
  margin: 40px 0 20px 0;
  padding: 0;
  list-style: none;
}
.list-target li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0 0 0 36px;
}
.list-target li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/.default/css/../img/list-target.svg") no-repeat 0 0 / contain;
}
@media only screen and (max-width: 767px) {
  .list-target {
    margin: 20px 0 0px 0;
  }
  .list-target li {
    padding: 0 0 0 24px;
  }
  .list-target li::before {
    width: 14px;
    height: 14px;
  }
}

.list-two-column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .list-two-column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.about-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -22px;
  gap: 55px 0;
}
@media only screen and (max-width: 991px) {
  .about-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-items {
    margin: 0px -5px;
    gap: 40px 0;
  }
}

.about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  padding: 0px 22px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .about-item {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-item {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-item {
    padding: 0px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .about-item:hover {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.link-more-history {
  position: absolute;
  right: 0;
  gap: 15px;
}
.relative {
  position: relative;
}
.about-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.about-item__pic {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.about-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.about-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  padding: 40px 0 25px 0;
}
.about-item__number {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #3bb5b9;
  margin-right: 20px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}
.about-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #607476;
}
.about-item__btn {
  padding-top: 42px;
}
@media (max-width: 1200px) {
  .about-item__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-item__pic img {
    margin: 0 auto 0 0;
  }
  .about-item__name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .about-item__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 25px 0 30px 0;
  }
  .about-item__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media only screen and (max-width: 767px) {
  .link-more-history {
    bottom: 20px;
    left: 0;
  }
  .about-item__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-item__pic img {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .about-item__name {
    font-size: 18px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .about-item__number {
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin-right: 11px;
    font-size: 20px;
  }
  .about-item__text {
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 15px 0 20px 0;
  }
  .about-item__btn {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    padding-top: 20px;
  }
}

.history-slider {
  /*  margin-right: calc(-25% - 20px);*/
  /*  margin-left: -20px;*/
}
.history-slider .slick-dots {
  padding-right: 25%;
}
@media (max-width: 1200px) {
  .history-slider {
    /*    margin-right: calc(-33.3% - 20px);*/
    /*    margin-left: -20px;*/
  }
  .history-slider .slick-dots {
    padding-right: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .history-slider {
    /*    margin-right: calc(-33.3% - 20px);*/
    /*    margin-left: -10px;*/
  }
  .history-slider .slick-dots {
    padding-right: 25%;
  }
  .history-slider-arrows .slider-arrow:hover:before {
    background-position: bottom !important;
  }
}
@media only screen and (max-width: 767px) {
  .history-slider {
    /*    margin-right: calc(-50% - 20px);*/
    /*    margin-left: -10px;*/
  }
  .history-slider .slick-dots {
    padding-right: 33.3%;
  }
}

.history-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-slider .slick-track .slick-slide {
  height: auto;
}

.history-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.history-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}

.history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px;
  margin: 110px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-slider-arrows .slider-arrow {
  border: 1px solid #007175 !important;
}
.history-slider-arrows .slider-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.default-slider-arrows_v2 .slider-arrow::before {
  background: url("/local/templates/.default/css/../img/arr-slider.svg") no-repeat 0 0/100%;
}
.history-slider-arrows .slider-arrow:hover {
  background: #007175 !important;
}
.history-slider-arrows {
  justify-content: end;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .history-item {
    width: 100%;
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .history-item {
    padding: 0px 5px;
  }
  .history-item__content {
    gap: 0 !important;
  }
}
.history-item__content {
  width: 100%;
  max-width: 750px;
  height: 100%;
  z-index: 1;
  display: flex;
  gap: 30px;
}
.history-item__data {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: none;
}

.history-item__data::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #007175;
  border-radius: 100%;
  top: -36px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}

.history-item__data::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 1px;
  background-color: #141414;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
}

.history-item__data:hover::before {
  background-color: #007175;
}

.history-item__data:hover::after {
  opacity: 1;
}

.opened .history-item__data::after {
  opacity: 1;
}

.opened .history-item__data::before {
  background-color: #007175;
}

.history-item__data span {
  /*  position: relative;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(29.17%, #43D1C8), color-stop(79.38%, #009297));
  background-image: -o-linear-gradient(top, #43D1C8 29.17%, #009297 79.38%);
  background-image: linear-gradient(180deg, #43D1C8 29.17%, #009297 79.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  font-size: 64px;
  text-transform: uppercase;
  color: #53FFF5;*/
  border-radius: 3px;
  background: #fff;
  color: #141414;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px;
}

.history-item__data:hover span {
  background: #007175;
  color: #ffffff;
}

.opened .history-item__data span {
  background: #007175;
  color: #ffffff;
}
/*.history-item__data span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 172px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/local/templates/.default/css/../img/history-blure.svg") no-repeat center center/contain;
  z-index: -1;
}*/
.history-item__pic {
  position: relative;
  width: 100%;
  max-width: 320px;
  height: 240px;
  /*  -webkit-transform: scale(0.68);*/
  /*-ms-transform: scale(0.68);
          transform: scale(0.68);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;*/
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
  flex: 0 0 50%;
}
.history-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.history-item__text {
  padding: 15px 0px 20px 0px;
  font-weight: 400;
  font-size: 18px;
  background: transparent;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 1025px) {
  .history-item__content:hover .history-item__pic {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  .history-item__content:hover .history-item__text {
    /*    opacity: 1;*/
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  .history-item__content.opened .history-item__pic {
    position: relative;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  .history-item__content.opened .history-item__text {
    padding: 15px 0px 20px 0px;
    font-weight: 400;
    font-size: 18px;
    color: #141414;
    background: transparent;
    opacity: 1;
    overflow: hidden;
    /*    -webkit-transition: all 0.5s ease 1s;*/
    /*    -o-transition: all 0.5s ease 1s;*/
    /*    transition: all 0.5s ease 1s;*/
  }
}
@media (max-width: 1024px) {
  .history-item__content .history-item__pic {
    position: relative;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;
  }
  .history-item__content .history-item__text {
    opacity: 1;
    color: #141414;
  }
}
@media only screen and (max-width: 991px) {
  .history-item__pic {
    height: 185px;
  }
  .history-item__content .history-item__text {
    padding: 20px 15px 20px 15px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .history-item__data {
    position: relative;
    margin-bottom: 20px;
  }
  .history-item__data span {
    /*    font-size: 60px;*/
  }
  /*.history-item__data span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 172px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("/local/templates/.default/css/../img/history-blure.svg") no-repeat center center/contain;
    z-index: -1;
  }*/

  .history-item__pic {
    height: 140px;
  }
  .history-item__content .history-item__text {
    font-size: 14px;
  }
}

.history-slider .slick-dots {
  padding-right: 0;
  height: 1px;
  background: #141414;
  display: flex !important;
  justify-content: space-around;
  top: 0;
  z-index: 9;
}

.history-slider .slick-dots li {
  margin-top: 47px;
  width: auto;
  height: auto;
}

.history-items .slick-dots {
  display: none;
}

.history-items .slick-dots:first-child {
  display: flex;
}

.history-slider .slick-dots li span {
  border-radius: 3px;
  background: #fff;
  color: #141414;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px;
  position: relative;
}

.history-slider .slick-dots li.slick-active span {
  background: #007175;
  color: #fff;
}

.history-slider .slick-dots li span::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 1px;
  background-color: #141414;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.history-slider .slick-dots li.slick-active span::before {
  background-color: #007175;
}

.history-slider .slick-dots li span::after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  background-color: #141414;
  border-radius: 100%;
  top: -26px;
  left: 1px;
  right: 0;
  margin: auto;
}

.history-slider .slick-dots li.slick-active span::after {
  background-color: #007175;
}

.history-item__bline {
  display: none;
  pointer-events: none;
  position: absolute;
  left: 20px;
  top: 0;
  right: 0;
  min-width: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__bline::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  height: 1px;
  background: #141414;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__bline > div {
  display: none;
}
.history-item__dot {
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #007175;
}
.history-item__progress {
  position: absolute;
  top: 7px;
  left: 0;
  height: 4px;
  min-width: 100px;
  background: #007175;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.history-item__arr {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 20px solid #007175;
  border-bottom: 9px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .history-item__bline {
    position: absolute;
    left: 10px;
  }
}

.sert-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sert-slider .slick-track .slick-slide {
  height: auto;
}

.sert-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.sert-items {
  margin: 0px -13px;
}
@media only screen and (max-width: 991px) {
  .sert-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .sert-items {
    margin: 0px -5px;
  }
}

.sert-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 13px;
  margin: 28px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .sert-item {
    padding: 0px 10px;
  }
  .history-slider .slick-dots li span::before {
    display: none;
  }
  .history-slider .slick-dots li span::after {
    display: none;
  }
  .history-slider .slick-dots {
    background: transparent;
    flex-wrap: wrap;
  }
  .history-slider .slick-dots li span {
    font-size: 18px;
  }
  .history-slider .slick-dots {
    top: -30px;
  }
  .history-item {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .sert-item {
    padding: 0px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sert-item:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.sert-item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 25px 45px;
}
@media only screen and (max-width: 767px) {
  .sert-item__content {
    max-width: 400px;
    padding: 20px 37px;
    margin: 0 auto;
  }
}
.sert-item__content::before {
  content: "";
  display: block;
  padding-top: 137%;
}
.sert-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("/local/templates/.default/css/../img/ico-more.svg") calc(100% - 11px) 11px no-repeat;
  background-color: #fcfcfc;
}
.sert-item__pic {
  position: relative;
  width: 100%;
}
.sert-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
}

.catalog-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-column__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 15px);
  flex: 1 1 calc(25% - 15px);
  padding-right: 15px;
}
.catalog-column__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(75% - 15px);
  flex: 1 1 calc(75% - 15px);
  padding-left: 15px;
}
@media only screen and (max-width: 991px) {
  .catalog-column__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .catalog-column__right {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0px;
  }
}

.catalog-nav__head a {
  pointer-events: none;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  background: #007175;
  padding: 17px 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .catalog-nav__head a {
    pointer-events: all;
  }
  .catalog-nav__head a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 17px;
    top: 50%;
    margin: -2.5px 0 0 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.catalog-nav nav {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-nav nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .catalog-nav.open nav {
    max-height: 1000px;
  }
  .catalog-nav.open .catalog-nav__head a::after {
    border-bottom: 5px solid #fff;
    border-top: 0px solid #fff;
  }
}
.catalog-nav nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.catalog-nav nav > ul > li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.catalog-nav nav > ul > li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  color: #00486f;
  text-decoration: none;
  padding: 17px 30px 17px 14px;
  background: #ffffff;
  border: 1px solid rgba(0, 72, 111, 0.6);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-nav nav > ul > li > a > p{
 position: absolute;
    height: 100%;
    width: 50px;
    margin: 0;
    right: 0;
    z-index: 999;
}

.catalog-nav nav > ul > li > a > p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 16px;
  top: 50%;
  margin: -2.5px 0 0 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #00486f;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-nav nav > ul > li > a span {
  width: 28px;
  height: 28px;
  margin: -10px 10px -10px 0;
}
.catalog-nav nav > ul > li > a span img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .catalog-nav nav > ul > li > a:hover {
    /*color: #fff;*/
    background: #d2efec;
    /*border: 1px solid #007175;*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  /*.catalog-nav nav > ul > li > a:hover::after {
    border-top: 5px solid #fff;
  }*/
  /* .catalog-nav nav > ul > li > a:hover span img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }*/
}
.catalog-nav nav > ul > li.open > a {
  /*color: #fff;*/
  background: #d2efec;
  /* border: 1px solid #D2EFEC;*/
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*.catalog-nav nav > ul > li.open > a::after {
  border-bottom: 5px solid #fff;
  border-top: 0px solid #fff;
}*/
/*.catalog-nav nav > ul > li.open > a span img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}*/
@media only screen and (max-width: 767px) {
  .catalog-nav nav > ul > li > a {
    font-size: 16px;
    padding: 14px 30px 14px 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .catalog-nav nav > ul > li > a span {
    width: 24px;
    height: 24px;
    margin: -10px 10px -10px 0;
  }
}
.catalog-nav nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-nav nav > ul > li.open > ul {
  max-height: 5000px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-nav nav > ul > li > ul > li {
  /*margin: 0 0 -1px 0;*/
  margin: 0 0 0 0;
  padding: 0;
}
.catalog-nav nav > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #141414;
  text-decoration: none;
  padding: 18px 20px 18px 52px;
  border: 1px solid #d7d7d7;
}
.catalog-nav nav > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 40px;
  width: 4px;
  height: 4px;
  background: #141414;
}
@media only screen and (min-width: 768px) {
  .catalog-nav nav > ul > li > ul > li > a:hover {
    /*font-weight: 700;*/
    background: #f3f7f9;
	color:#007175;
  }
}
.catalog-nav nav > ul > li > ul > li > a.active {
 /* font-weight: 700;*/
 color:#007175;
  background: #f3f7f9;
}




@media only screen and (max-width: 767px) {
  .catalog-nav nav > ul > li > ul > li > a {
    font-size: 16px;
    padding: 14px 10px 14px 30px;
  }
  .catalog-nav nav > ul > li > ul > li > a::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 15px;
    width: 4px;
    height: 4px;
    background: #141414;
  }
}

.filtr {
  padding-bottom: 45px;
}
.filtr__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f7f9;
  border: 1px solid #d6dee2;
  padding: 13px 20px;
}
.filtr__head > span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-weight: 700;
  font-size: 22px;
  color: #007175;
}
@media (min-width: 992px) and (max-width: 1050px) {
  .filtr__head > span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .filtr {
    padding-bottom: 25px;
  }
  .filtr__head {
    gap: 20px;
    padding: 20px 14px;
  }
  .filtr__head > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .filtr {
    padding-bottom: 25px;
  }
  .filtr__head {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 14px;
  }
  .filtr__head > span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: 18px;
  }
}
.filtr__clear {
  display: none;
  gap: 22px;
  padding: 12px 20px;
  margin: -5px 0;
  background: #cad6dc;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #3b4b55;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filtr__clear.active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filtr__clear i {
  width: 16px;
  height: 16px;
  background: url("/local/templates/.default/css/../img/ico-clear.svg") 0 0 no-repeat;
}
@media only screen and (min-width: 768px) {
  .filtr__clear:hover {
    color: #fff;
    background: #009297;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filtr__clear:hover i {
    background: url("/local/templates/.default/css/../img/ico-clear_white.svg") 0 0 no-repeat;
  }
}
@media only screen and (max-width: 767px) {
  .filtr__clear {
    font-size: 14px;
    gap: 10px;
    padding: 10px 10px;
  }
}
.filtr__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #141414;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filtr__more > i {
  position: relative;
  width: 33px;
  height: 33px;
  margin-left: 20px;
  background: #007175;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filtr__more > i::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filtr.open .filtr__more > i::before {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media only screen and (min-width: 768px) {
  .filtr__more:hover {
    color: #007175;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .filtr__more:hover > i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media only screen and (max-width: 767px) {
  .filtr__more {
    font-size: 14px;
  }
  .filtr__more > i {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  .filtr__more > i::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 8.5px;
    width: 7px;
    height: 7px;
  }
  .filtr.open .filtr__more > i::before {
    top: 10px;
  }
}
.filtr .filtr__content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filtr.open .filtr__content {
  max-height: 2000px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filtr__line {
  padding: 0 25px 0 25px;
  border: #d6dee2 1px solid;
  margin: -1px 0 0 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filtr__line.open {
  padding: 0 20px 20px 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filtr__subhead a {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 18px;
  color: #141414;
  text-decoration: none;
  padding: 18px 0 16px 0;
}
.filtr__subhead a::after {
  content: "";
  position: absolute;
  top: 27px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-right: #3f3f3f 1px solid;
  border-bottom: #3f3f3f 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filtr__line.open .filtr__subhead a::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.filtr__line .filtr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 20px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filtr__line.open .filtr__items {
  max-height: 800px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filtr__item {
  font-weight: 300;
  font-size: 16px;
  color: #141414;
}

.catalog-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .catalog-items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.catalog-items_four {
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .catalog-items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}

.catalog-item {
  position: relative;
}
.catalog-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.catalog-item__label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 2;
}
.catalog-item__label > span {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #007175;
  border-radius: 10px;
  padding: 2px 8px;
}
.catalog-item__icons {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.catalog-item__icon {
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.catalog-item__icon .catalog-item__icont {
  pointer-events: none;
  position: absolute;
  top: -5px;
  right: -15px;
  white-space: nowrap;
  font-weight: 600;
  font-size: 13px;
  color: #141414;
  padding: 2px 8px;
  background: #ffffff;
  border: 1px solid #141414;
  border-radius: 4px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-item__icon:hover .catalog-item__icont {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-item__iconp {
  width: 32px;
  height: 32px;
}
.catalog-item__iconp img {
  max-width: 100%;
}
.catalog-item__pic {
  position: relative;
  background: #fbfbfb;
  margin-bottom: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-item__pic::before {
  content: "";
  display: block;
  padding-top: 81%;
}
.catalog-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  /*max-height: 90%;
  max-width: 90%;*/
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-item_v2 .catalog-item__pic {
  background: transparent;
}
.catalog-item_v2 .catalog-item__pic img {
  margin: auto;
  /*max-height: 100%;
  max-width: 100%;*/
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .catalog-item:hover .catalog-item__pic {
    background: #f3f7f9;
  }
  .catalog-item_v2:hover .catalog-item__pic {
    background: transparent;
  }
  .catalog-item:hover .catalog-item__pic img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.catalog-item__name {
  font-weight: 700;
  font-size: 18px;
  color: #141414;
  margin-bottom: 10px;
}
.catalog-item__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #607476;
  margin-bottom: 15px;
}
.catalog-item__props {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 7px;
}
.catalog-item__props > span {
  font-weight: 600;
  font-size: 14px;
  color: #999999;
  padding: 2px 8px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px;
}
@media only screen and (max-width: 991px) {
  .catalog-item__pic {
    max-height: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-item__pic {
    max-height: 250px;
  }
}

.line-grey {
  border: rgba(215, 215, 215, 0.5) 1px solid;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .line-grey {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .line-grey {
    margin: 30px 0;
  }
}

.doc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  text-decoration: none;
}
.doc__ln {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39px;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  margin-right: 30px;
  border-radius: 50%;
  background: #e1e4e6;
  font-weight: 700;
  font-size: 15px;
  color: #7a848c;
  text-align: center;
}
.doc__ico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  line-height: 0;
  margin-right: 20px;
}
.doc__ico img {
  max-width: 100%;
}
.doc__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-right: 20px;
}
.doc__text span {
  border-bottom: 1px dashed currentColor;
}
.doc__dload {
  font-weight: 400;
  padding-right: 15px;
}
.doc__dloadico {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
}
.doc__dloadico svg {
  width: inherit;
  height: inherit;
  fill: currentColor;
}
@media only screen and (min-width: 768px) {
  .doc:hover {
    color: #007175;
  }
  .doc:hover .doc__ln {
    color: #fff;
    background: #007175;
  }
}
@media (max-width: 1200px) {
  .doc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .doc {
    font-size: 14px;
  }
  .doc__ln {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28px;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-right: 15px;
    font-size: 13px;
  }
  .doc__ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    width: 25px;
    line-height: 0;
    margin-right: 10px;
  }
}

.docs-table {
  width: 100%;
  padding: 1px 1px 50px 0;
}
@media only screen and (max-width: 991px) {
  .docs-table {
    padding: 1px 1px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .docs-table {
    padding: 1px 1px 25px 0;
  }
}
.docs-table:last-child {
  padding: 1px 1px 0px 0;
}
.docs-table__head {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  padding: 28px;
}
@media only screen and (max-width: 991px) {
  .docs-table__head {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-table__head {
    padding: 12px;
    font-size: 18px;
  }
}
.docs-table__cont {
  padding: 28px;
}
@media only screen and (max-width: 991px) {
  .docs-table__cont {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-table__cont {
    padding: 12px;
  }
}
.docs-table__tr {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.docs-table__tr_v2 {
  grid-template-columns: 30% repeat(auto-fit, minmax(100px, 1fr));
  margin-bottom: 20px;
}
.docs-table__tr,
.docs-table__tr_v2 {
  display: -ms-grid;
  display: grid;
}
@media only screen and (max-width: 991px) {
  .docs-table__tr,
  .docs-table__tr_v2 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.docs-table__tr > div,
.docs-table__tr_v2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -1px -1px 0 0;
  border: rgba(65, 65, 65, 0.15) 1px solid;
}
.docs-table__tr > div > .doc,
.docs-table__tr_v2 > div > .doc {
  padding: 28px;
}
@media only screen and (max-width: 991px) {
  .docs-table__tr > div > .doc,
  .docs-table__tr_v2 > div > .doc {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .docs-table__tr > div > .doc,
  .docs-table__tr_v2 > div > .doc {
    padding: 12px;
  }
}

.product-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 44px;
}
.product-column__left {
  width: calc(50% - 22px);
}
.product-column__right {
  width: calc(50% - 22px);
}
@media only screen and (max-width: 991px) {
  .product-column__left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .product-column__right {
    width: 100%;
  }
}

.product-pic,
.galery {
  position: relative;
}
.galery {
  max-width: 1280px;
  margin: 0 auto;
}
.product-pic__label,
.galery__label {
  position: absolute;
  top: 15px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 2;
}
.product-pic__label > span,
.galery__label > span {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  background: #007175;
  border-radius: 10px;
  padding: 2px 8px;
}
.product-pic__item,
.galery__item {
  position: relative;
}
.product-pic__item > div,
.galery__item > div {
  width: 100%;
  position: relative;
  background: #fbfbfb;
}
.product-pic__item > div::before,
.galery__item > div::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.product-pic__item > div > img,
.galery__item > div > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-position: center center;
  object-position: center center;
}

.product-pic__item > div > img {
  max-height: 90%;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}

.galery__item > div > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.galery__item > div.galery__text {
  background: transparent;
  color: rgba(0, 113, 117, 1);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.galery__item > div.galery__text::before {
  display: none;
}

.product-pic__nav,
.galery__nav {
  padding: 0 60px;
  margin: 32px auto 0 auto;
}
.galery__nav {
  max-width: 800px;
}
.product-pic__nav .slick-slide > div,
.galery__nav .slick-slide > div {
  padding: 0 20px;
}
@media only screen and (max-width: 991px) {
  .product-pic__nav,
  .galery__nav {
    padding: 0 55px;
    margin: 20px 0 0 0;
  }
  .product-pic__nav .slick-slide > div,
  .galery__nav .slick-slide > div {
    padding: 0 2px;
  }
}

.product-pic__nav .slider-arrow-prev,
.product-pic__nav .slider-arrow-next,
.galery__nav .slider-arrow-prev,
.galery__nav .slider-arrow-next {
  display: block;
  position: absolute;
  top: 50%;
  margin: -26px 0 0 0;
}

.product-pic__nav .slider-arrow-prev,
.galery__nav .slider-arrow-prev {
  left: 0;
}

.product-pic__nav .slider-arrow-next,
.galery__nav .slider-arrow-next {
  right: 0;
}

.tabl {
  margin: 0px 0;
}
.tabl__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.tabl__td {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.tabl__td:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  overflow: hidden;
}
.tabl__td:first-child:after {
  content: "";
  display: inline-block;
  width: 100%;
  margin: 0 -99% 0 0px;
  vertical-align: baseline;
  border-bottom: 1px dashed #141414;
}
.tabl__td b {
  font-weight: 600;
}

.product-tabl {
  background: #f7f9fb;
  border: 1px solid rgba(6, 81, 150, 0.2);
  padding: 3px 33px;
  margin: 0 0 45px 0;
}
@media only screen and (max-width: 767px) {
  .product-tabl {
    padding: 3px 15px;
    margin: 0 0 20px 0;
  }
}

.circle-green,
.circle-blue {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 13px;
}
.circle-green_big,
.circle-blue_big {
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 767px) {
  .circle-green_big,
  .circle-blue_big {
    width: 6px;
    height: 6px;
  }
}

.circle-green {
  background: #007175;
}

.circle-blue {
  background: #065196;
}

h3 .circle-green,
.h3 .circle-green,
h4 .circle-green,
.h4 .circle-green,
h3 .circle-blue,
.h3 .circle-blue,
h4 .circle-blue,
.h4 .circle-blue {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  h3 .circle-green,
  .h3 .circle-green,
  h4 .circle-green,
  .h4 .circle-green,
  h3 .circle-blue,
  .h3 .circle-blue,
  h4 .circle-blue,
  .h4 .circle-blue {
    margin-top: 9px;
  }
}

.list-circle-green,
.list-circle-blue {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-circle-green ul,
.list-circle-blue ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-circle-green li,
.list-circle-blue li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
.list-circle-green li::before,
.list-circle-blue li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 13px;
}

.list-circle-green li::before {
  background: #007175;
}

.list-circle-blue li::before {
  background: #065196;
}

.product-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin: 45px 0;
}
.product-docs__item {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 767px) {
  .product-docs {
    margin: 20px 0;
  }
  .product-docs__item {
    width: 100%;
  }
}

.product-content-b {
  position: relative;
  margin: 45px 0;
  color: #607476;
}
.product-content-b .list-tick {
  margin: 0 0 25px 0;
}
@media only screen and (max-width: 767px) {
  .product-content-b {
    margin: 20px 0;
  }
}

.product-content {
  position: relative;
  max-height: 215px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-content::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgb(255, 255, 255))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
}
.product-content-b.open .product-content {
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-content-b.open .product-content::after {
  opacity: 0;
}

.product-content-btn {
  margin: 15px 0 0 0;
}

.link-open {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 150%;
  color: #007175;
  text-decoration: none;
  border-bottom: 1px dashed #007175;
}
.link-open > i {
  margin: -4px 0 0 7px;
  width: 10px;
  height: 10px;
  border-right: currentColor 2px solid;
  border-bottom: currentColor 2px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-content-b.open .link-open > i {
  margin: 6px 0 0 7px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.w-1200 {
  max-width: 1200px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
}
.table tr:nth-child(even) {
  background: #fff;
}
.table th {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
  padding: 18px 16px 18px 16px;
  background: #4da6a9;
  border: 1px solid #f7fbff;
}
.table th:first-child {
  padding-left: 37px;
}
.table td {
  color: #141414;
  padding: 10px 16px;
  border: 1px solid rgba(6, 81, 150, 0.2);
}
@media only screen and (max-width: 767px) {
  .table {
    table-layout: auto;
  }
  .table th {
    font-size: 14px;
    padding: 12px 10px 12px 10px;
  }
  .table th:first-child {
    padding-left: 30px;
  }
  .table td {
    padding: 8px 10px;
  }
}

.tab-content__b .table b {
  font-weight: 600;
}

.artical-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 44px;
}
@media only screen and (max-width: 767px) {
  .artical-items {
    gap: 30px 44px;
  }
}

.artical-item {
  width: calc(50% - 22px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artical-item__pic {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  height: 180px;
  border: 1px solid rgba(6, 81, 150, 0.2);
  margin: 0 25px 0 0;
}
.artical-item__pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.artical-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 20px 0 0 0;
}
.artical-item__name {
  font-size: 18px;
  line-height: 150%;
  color: #141414;
}
.artical-item__name b {
  font-weight: 600;
}
.artical-item__link {
  margin: 20px 0 0 0;
}
.artical-item__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.artical-item__link a svg {
  fill: #141414;
  margin: 0 0 0 15px;
}
@media (max-width: 1200px) {
  .artical-item__pic {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .artical-item__name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .artical-item {
    width: 100%;
  }
  .artical-item__pic {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
}
@media only screen and (max-width: 767px) {
  .artical-item__pic {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
  }
  .artical-item__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 10px 0 0 0;
  }
  .artical-item__name {
    font-size: 14px;
  }
}

.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.two-column > div {
  width: calc(50% - 12px);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 12px);
  flex: 1 1 calc(50% - 12px);
}
.two-column > div img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .two-column > div {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 767px) {
  .two-column {
    gap: 24px;
  }
  .two-column > div {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media (max-width: 1300px) {
  .two-column-support > div {
    max-width: 1000px;
  }
  .two-column-support__pic {
    display: none;
  }
}

.support-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0 45px 0;
}
@media only screen and (max-width: 991px) {
  .support-items {
    margin: 30px 0 25px 0;
  }
}

.support-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.support-item::before {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 11px;
  left: 0;
  width: 2px;
  background: #007175;
}
.support-item__head {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  color: #007175;
  padding: 3px 10px 0 16px;
}
@media only screen and (max-width: 767px) {
  .support-item__head {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    font-size: 30px;
    padding: 3px 10px 0 10px;
  }
}

.support-btns {
  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;
  gap: 20px 30px;
}

.services-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-slider .slick-track .slick-slide {
  height: auto;
}

.services-slider .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.services-items {
  margin: 0px -13px;
}
@media only screen and (max-width: 991px) {
  .services-items {
    margin: 0px -10px;
  }
}
@media only screen and (max-width: 767px) {
  .services-items {
    margin: 0px -5px;
  }
}

.services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2px 13px;
  margin: 28px 0 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .services-item {
    padding: 2px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .services-item {
    padding: 2px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .services-item:hover {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.services-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  padding: 50px 20px 26px 20px;
  border: 1px solid transparent;
}

@media only screen and (min-width: 768px) {
  .services-item__content:hover {
    border: 1px solid #02466c;
  }
}

.services-item__content > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.services-item__pic {
  text-align: center;
  margin-bottom: 36px;
}
.services-item__pic img {
  margin: 0 auto;
}
.services-item__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43px;
  flex: 0 0 43px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #141414;
  text-transform: uppercase;
  padding-bottom: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-top: 4px;
  line-height: 150%;
  color: #607476;
}
@media only screen and (max-width: 991px) {
  .services-item__content {
    padding: 50px 20px 26px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-item__content {
    padding: 30px 15px 25px 15px;
  }
  .services-item__pic img {
    max-height: 80px;
  }
  .services-item__name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 43px;
    flex: 1 1 43px;
    font-size: 16px;
  }
  .services-item__text {
    font-size: 14px;
  }
}

.form-line {
  margin-bottom: 34px;
}
.form-line__text {
  font-weight: 300;
  font-size: 15px;
  line-height: 167%;
}

.form-line-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 15px) calc(50% - 15px);
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .form-line-column {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 0;
  }
}

.form-line-btns {
  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;
}

.form-file {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 26px;
  overflow: hidden;
}

.form-file-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
}

.form-file-text_white {
  color: rgba(255, 255, 255, 0.4);
}

.form-file-text_black {
  color: #bec1c3;
}

@media only screen and (max-width: 767px) {
  .form-file {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0px;
    padding-bottom: 40px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .form-line-btns .form-line {
    margin-bottom: 28px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .form-line__text {
    font-size: 10.5px;
  }
  .form-file-text {
    font-size: 13px;
  }
  .form-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.inp,
.area {
  height: 62px;
  border: 0;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 60px;
  background: transparent;
  resize: none;
  outline: none;
  color: #141414;
  border-bottom: rgba(20, 20, 20, 0.6) 1px solid;
}
@media only screen and (max-width: 767px) {
  .inp,
  .area {
    height: 34px;
    font-size: 13px;
    line-height: 32px;
  }
}

.inp:active,
.inp:focus,
.area:active,
.area:focus {
  border-bottom: rgb(20, 20, 20) 1px solid;
}

input:active,
input:focus {
  outline: none;
}

input:invalid,
input.invalid {
  border-bottom: 1px solid #fd7b7b;
}

.inp::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inp::-moz-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inp:-moz-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inp:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area::-moz-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area:-moz-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.area:-ms-input-placeholder {
  color: rgba(20, 20, 20, 0.4);
  opacity: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.images-group {
  display: block;
}

.images-group img {
  max-width: 100%;
  margin: 10px 0;
}

.section-label {
  font-weight: 400;
  font-size: 18px;
  color: #007175;
  border: 1px solid #007175;
  border-radius: 14px;
  padding: 3px 17px;
}

.portf-maininfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0 23px 0;
  border-bottom: rgba(20, 20, 20, 0.1) 1px solid;
  margin: 0 0 36px 0;
}
.portf-maininfo__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
}
.portf-maininfo__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 18px;
  /*line-height: 150%;*/
  color: #007175;
  margin-bottom: 5px;
}
.portf-maininfo__head i {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .portf-maininfo {
    padding: 0 0 18px 0;
    margin: 0 0 25px 0;
  }
  .portf-maininfo__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .portf-maininfo__head {
    font-size: 14px;
  }
}

.structure-items {
  --gap: 150px;
  --columns: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: var(--gap);
  -moz-column-gap: var(--gap);
  column-gap: var(--gap);
  row-gap: 50px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .structure-items {
    --gap: 60px;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .structure-items {
    --columns: 1;
    --gap: 60px;
    row-gap: 60px;
  }
}

.structure-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
}
.structure-items_v2 .structure-item::before {
  content: "";
  position: absolute;
  top: -50px;
  height: 50px;
  left: 50%;
  width: 1px;
  background: #007175;
}
@media only screen and (max-width: 991px) {
  .structure-items_v2 .structure-item::before {
    top: -40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .structure-items_v2 .structure-item::before {
    top: -60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .structure-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -14px;
    background: url("/local/templates/.default/css/../img/ico-wheel.svg") 0 0 no-repeat;
    z-index: 4;
    -webkit-animation: wheel_anim 8s infinite linear;
    animation: wheel_anim 8s infinite linear;
  }
}
.structure-item__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.structure-item__b {
  width: 100%;
  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;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  text-transform: uppercase;
  color: #ffffff;
  background: #007175;
  border-radius: 4px;
  padding: 27px 15px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .structure-item__b {
    font-size: 14px;
    padding: 22px 10px;
  }
}
.structure-items_v2 .structure-item__main {
  height: 100%;
}
.structure-items_v2 .structure-item__b {
  height: 100%;
  text-align: center;
  color: #007175;
  background: #fff;
  border: #007175 1px solid;
  border-radius: 4px;
  padding: 27px 15px;
}
.structure-item__ico {
  position: relative;
  margin-right: 10px;
  z-index: 2;
}
.structure-item__text {
  position: relative;
  z-index: 2;
}
.structure-item__sub {
  padding-top: 50px;
}
.structure-item__sub_one-column {
  position: relative;
}
.structure-item__sub_one-column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #007175;
}
.structure-item__sub_two-column {
  position: relative;
}
@media (min-width: 992px) {
  .structure-item__sub_two-column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #007175;
  }
  .structure-item__sub_two-column::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -100px;
    width: 200px;
    height: 20px;
    border: #007175 1px solid;
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .structure-item__sub_two-column::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #007175;
  }
}
@media only screen and (max-width: 767px) {
  .structure-item__sub {
    padding-top: 20px;
  }
}
.structure-item__sub ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 20px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .structure-item__sub ul {
    gap: 10px;
  }
}
.structure-item__sub ul li {
  margin: 0;
  padding: 0;
}
.structure-item__sub_one-column ul li {
  width: 100%;
}
.structure-item__sub_two-column ul li {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 991px) {
  .structure-item__sub_two-column ul li {
    width: 100%;
  }
}
.structure-item__sub ul li a {
  display: block;
  background: #ffffff;
  border: 1px solid #007175;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #007175;
  text-decoration: none;
  padding: 13px 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .structure-item__sub ul li a {
    padding: 8px 10px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .structure-item__sub ul li a:hover {
    background: #007175;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.wheel {
  position: absolute;
  top: 50%;
  right: -70px;
  left: -70px;
  border-top: #007175 1px solid;
}
@media (max-width: 1400px) {
  .wheel {
    right: -25px;
    left: -25px;
  }
}
.wheel::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -16px;
  width: 30px;
  height: 30px;
  background: url("/local/templates/.default/css/../img/ico-wheel.svg") 0 0 no-repeat;
  z-index: 4;
  -webkit-animation: wheel_anim 8s infinite linear;
  animation: wheel_anim 8s infinite linear;
}
@-webkit-keyframes wheel_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wheel_anim {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.structure-item:last-child .wheel {
  right: 0px;
  left: -70px;
}
.structure-item:last-child .wheel::after {
  display: none;
}

.modules-section {
  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;
  gap: 0 30px;
  background: #f7f9fb;
  margin-bottom: 40px;
}
.modules-section__pic {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.modules-section_v2 .modules-section__pic {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.modules-section__img {
  width: 100%;
}
.modules-section__desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  padding: 30px 10%;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #141414;
}
@media (max-width: 1200px) {
  .modules-section {
    margin-bottom: 40px;
  }
  .modules-section__desc {
    padding: 30px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .modules-section {
    margin-bottom: 40px;
  }
  .modules-section_v2 .modules-section__pic {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .modules-section__pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .modules-section__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 30px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .modules-section {
    margin-bottom: 30px;
  }
  .modules-section__desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 10px;
    font-size: 14px;
  }
}

.modules-items {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.modules-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px 0;
  padding: 0;
  opacity: 0;
}
.modules-items li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .modules-items li {
    margin: 0 0 10px 0;
  }
}

.modules-item__number {
  position: relative;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0 10px;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  border-radius: 22px;
  background: #2ab4b9;
}
.modules-item__number::after {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: #fff 1px solid;
  border-radius: 18px;
}
@media only screen and (max-width: 767px) {
  .modules-item__number {
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 10px 0 0;
    padding: 0 4px;
    font-size: 16px;
    border-radius: 17px;
  }
  .modules-item__number::after {
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 16px;
  }
}

.modules-items.animation li {
  --delay: 0.3s;
  --plus: 0.3s;
  -webkit-animation: modules-number_anim 0.5s ease;
  animation: modules-number_anim 0.5s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: var(--delay);
  animation-delay: var(--delay);
}

@-webkit-keyframes modules-number_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modules-number_anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modules-items.animation li:nth-child(2) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus));
  animation-delay: calc(var(--delay) + var(--plus));
}

.modules-items.animation li:nth-child(3) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 2);
  animation-delay: calc(var(--delay) + var(--plus) * 2);
}

.modules-items.animation li:nth-child(4) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 3);
  animation-delay: calc(var(--delay) + var(--plus) * 3);
}

.modules-items.animation li:nth-child(5) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 4);
  animation-delay: calc(var(--delay) + var(--plus) * 4);
}

.modules-items.animation li:nth-child(6) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 5);
  animation-delay: calc(var(--delay) + var(--plus) * 5);
}

.modules-items.animation li:nth-child(7) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 6);
  animation-delay: calc(var(--delay) + var(--plus) * 6);
}

.modules-items.animation li:nth-child(8) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 7);
  animation-delay: calc(var(--delay) + var(--plus) * 7);
}

.modules-items.animation li:nth-child(9) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 8);
  animation-delay: calc(var(--delay) + var(--plus) * 8);
}

.modules-items.animation li:nth-child(10) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 9);
  animation-delay: calc(var(--delay) + var(--plus) * 9);
}

.modules-items.animation li:nth-child(11) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 10);
  animation-delay: calc(var(--delay) + var(--plus) * 10);
}

.modules-items.animation li:nth-child(12) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 11);
  animation-delay: calc(var(--delay) + var(--plus) * 11);
}

.modules-items.animation li:nth-child(13) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 12);
  animation-delay: calc(var(--delay) + var(--plus) * 12);
}

.modules-items.animation li:nth-child(14) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 13);
  animation-delay: calc(var(--delay) + var(--plus) * 13);
}

.modules-items.animation li:nth-child(15) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 14);
  animation-delay: calc(var(--delay) + var(--plus) * 14);
}

.modules-items.animation li:nth-child(16) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 15);
  animation-delay: calc(var(--delay) + var(--plus) * 15);
}

.modules-items.animation li:nth-child(17) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 16);
  animation-delay: calc(var(--delay) + var(--plus) * 16);
}

.modules-items.animation li:nth-child(18) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 17);
  animation-delay: calc(var(--delay) + var(--plus) * 17);
}

.modules-items.animation li:nth-child(19) {
  -webkit-animation-delay: calc(var(--delay) + var(--plus) * 18);
  animation-delay: calc(var(--delay) + var(--plus) * 18);
}

.portfolio-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 46px 0 45px 0;
  gap: 36px;
}
@media only screen and (max-width: 991px) {
  .portfolio-result {
    margin: 30px 0 25px 0;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-result {
    margin: 20px 0 20px 0;
    gap: 15px;
  }
}
.portfolio-result__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 18px);
  flex: 0 0 calc(50% - 18px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007175;
}
.portfolio-result__head {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 3px 10px 0 16px;
}
@media (max-width: 1200px) {
  .portfolio-result__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-result__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .portfolio-result__head {
    font-size: 30px;
    padding: 3px 10px 0 10px;
  }
}

.b-alert {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #f05642;
  background: #fff7f5;
  padding: 30px;
  margin: 0px 0px 50px 0;
}
@media only screen and (max-width: 991px) {
  .b-alert {
    font-size: 16px;
    padding: 20px;
    margin: 0px 0px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .b-alert {
    font-size: 14px;
    padding: 10px;
    margin: 0px 0px 25px 0;
  }
}

.b-info {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #141414;
  background: #f3f7f9;
  padding: 30px;
  margin: 0px 0px 50px 0;
}
@media only screen and (max-width: 991px) {
  .b-info {
    font-size: 16px;
    padding: 20px;
    margin: 0px 0px 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .b-info {
    font-size: 14px;
    padding: 10px;
    margin: 0px 0px 25px 0;
  }
}

.b-alert p:last-child,
.b-info p:last-child {
  margin-bottom: 0;
}

.status-app {
  max-width: 1110px;
}
.status-app__b {
  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;
  gap: 15px 30px;
  margin: 0 0 25px 0;
}
.status-app__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
}
.status-app__inp {
  width: 100%;
  min-width: 200px;
  height: 71px;
  line-height: 69px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  background: #fff url("/local/templates/.default/css/../img/ico-search_blue.svg") 19px 50% no-repeat;
  padding: 0 60px;
  font-weight: 400;
  font-size: 18px;
  color: #2e2d2d;
}
.status-app__clear {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  background: url("/local/templates/.default/css/../img/ico-search-close_blue.svg") center center no-repeat;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .status-app__inp {
    width: 100%;
    height: 55px;
    line-height: 53px;
  }
}
.status-app__table {
  margin: 0 0 25px 0;
}
.status-app__table > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.status-app__table > div:nth-child(odd) {
  background: #f7f9fb;
}
.status-app__table > div > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 16px 25px;
  border: rgba(6, 81, 150, 0.2) 1px solid;
  margin: 0 -1px -1px 0;
}

.no-gallery-nav .slider-arrow {
  display: none !important;
}

.table tr:nth-child(2n) {
  background: #f3f7f9;
}

.video-b {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  .video-b {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .video-b {
    padding-top: 30px;
  }
}
.video-b video {
  width: 100%;
}
.video-b iframe {
  width: 100%;
}

.video-b_youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-b_youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.section_lighttext p {
  color: rgba(96, 116, 118, 1);
  font-size: 18px;
}
.section_narrow .galery__nav {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section_lighttext p {
    font-size: 14px;
  }
  .section_narrow .galery__nav {
    margin-bottom: 30px;
  }
}

.table-doc {
  width: 100%;
  border-collapse: collapse;
}
.table-doc td {
  padding: 15px 28px;
  border: rgba(65, 65, 65, 0.15) 1px solid;
}
.table-doc tr td:first-child {
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .table-doc tr {
    display: flex;
    flex-wrap: wrap;
    border: rgba(65, 65, 65, 0.15) 1px solid;
    padding: 10px 0;
    margin: 0 0 -1px 0;
  }
  .table-doc td {
    width: 100%;
    padding: 4px 20px;
    border: 0;
  }
}

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

.catalog-nav nav > ul > li > ul > li > ul > li {
  margin: 0 0 -1px 0;
  margin: 0 0 0 0;
  padding: 0;
}

/*
.catalog-nav nav > ul > li > ul > li > a::before {
  content: "";

  position: absolute;

  top: 26px;

  left: 40px;

  width: 4px;

  height: 4px;

  background: #141414;

}*/

.catalog-nav nav > ul > li > ul > li > a.active {
  font-weight: 700;

  background: #f3f7f9;
}
.catalog-nav nav > ul > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #141414;
  text-decoration: none;
  padding: 12px 10px 12px 68px;
  border: 1px solid #d7d7d7;
}
@media only screen and (min-width: 768px) {
 .catalog-nav nav > ul > li > ul > li > ul > li > a:hover {
    /*font-weight: 700;*/
    background: #f3f7f9;
	color:#007175;
  }
}


.catalog-nav nav > ul > li > ul > li > ul > li > a.active {
  color:#007175;
  background: #f3f7f9;
}

/*.catalog-nav nav > ul > li > ul > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 51px;
  width: 4px;
  height: 4px;
  background: gray;
}*/

.section-banner {
  margin: 10px 0px;
}

.section-banner img {
  max-width: 100%;
}

.upcoming__events {
  padding: 50px 20px;
}

.events__list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.about-title-text {
  color: #5c5c5c;
  font-family: Panton;
  font-size: 18px;
  font-weight: 400;
}

.event-item {
  flex: 1 0 calc(25% - 20px);
  display: flex;
  min-height: 125px;
  background-color: #f0faf9;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .events__list {
    gap: 13px;
  }
  .event-item {
    flex: 1 0 calc(50% - 13px);
    text-decoration: none;
  }
  .filter-tabs__link {
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1340px) {
  .events__list {
    gap: 22px;
  }
  .event-item {
    flex: 1 0 calc(33.3% - 22px);
    text-decoration: none;
  }
  .filter-tabs__link {
    top: 0;
  }
}

.event-item .event-date {
  width: 100px;
  background-color: #e2edec;
  color: #141414;
  text-align: center;
  font-size: 12px;
  height: 100%;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5px 0px 0 5px;
  flex: none;
}

.event-item .event-date span {
  color: #141414;
  font-size: 28px;
  font-weight: 600;
  display: block;
}

.event-item .event-date p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.event-item .event-title {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  padding: 25px;
}

.events-nav {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .events__list {
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .event-item {
    flex: auto;
    margin-bottom: 20px;
  }
}

.company-events {
  padding: 100px 20px;
}

.company-event-list {
  /* display: flex; */
}

.company-event-list .galery-item__description {
  padding: 25px;
  background-color: #fff;
}
.company-event-list .galery-item__description span {
  color: #758b8d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
}
.company-event-more {
  color: #141414;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  margin-top: 35px;
  display: table;
  text-decoration: none;
}
.company-event-more::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -15px;
  width: 9px;
  height: 9px;
  border-right: #141414 1px solid;
  border-bottom: #141414 1px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .company-event-list {
    flex-direction: column;
  }
  .company-event-list .galery-item {
    margin-bottom: 20px;
  }
  .company-events {
    padding: 50px 7px;
  }
}

/*Приборы с модулями */
.show-first-three-items > div:nth-child(n + 4) {
  height: 0;
  opacity: 0;
}
.btn-show-catalog {
  border: none;
  padding: 0;
  background: transparent;
  color: #141414;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  padding-right: 35px;
  line-height: 25px;
}
.btn-show-catalog span:last-child {
  display: none;
}
.btn-show-catalog.active span:first-child {
  display: none;
}
.btn-show-catalog.active span:last-child {
  display: inline-block;
}
.btn-show-catalog.active {
}
.btn-show-catalog::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 8px 4px;
  background: #007175;
  border-radius: 100%;
  right: 0;
  bottom: 1px;
}
.btn-show-catalog::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: transparent;
  border: none;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(-135deg);
  right: 7.5px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}

.btn-show-catalog.active::after {
  transform: rotate(45deg);
  top: 9px;
}

.new-catalog-items {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
}
.new-catalog-item {
  flex: 0 0 32%;
  border: 1px solid #d6dee2;
}
.new-catalog-item__desc {
  padding: 20px 25px 70px 25px;
}
.new-catalog-item__desc > p {
  color: #607476;
  font-size: 15px;
  font-weight: 600;
  line-height: 23px; /* 153.333% */
}
.new-catalog-item__desc > span {
  color: #999;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  border: 1px solid #999;
  padding: 2px 8px;
}
.new-catalog-item .catalog-item__pic::before {
  padding-top: 71.7%;
}
.new-catalog-items h4 {
  margin-bottom: 35px;
}

.catalog-item__icons-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto 20px auto auto;
}

.catalog-item__icons-top img {
  height: 32px;
  width: 32px;
  position: relative;
  transform: scale(1, 1);
}

.new-catalog-items .catalog-item__pic {
  display: flex;
}

@media (max-width: 767px) {
  .new-catalog-items {
    flex-direction: column;
  }
}
/**/

.two-column-block {
  display: flex;
}

@media (max-width: 767px) {
  .two-column-block {
    display: block;
  }
}

.promo-main-text {
  text-align: center;
  color: black;
  font-size: 32px;
}

.promo-main-text .text-blue {
  color: #007175 !important;
  font-weight: bold;
  font-size: 52px;
}



	.catalogs-list {
  padding: 0 20px 60px 20px;
}

.catalog-row {
  display: flex;
  gap: 20px;
  margin-bottom: 58px;
}

.catalog-row .catalog-row-col-6 {
  flex: 1 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #007175;
  justify-content: space-between;
}

.catalog-row-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
  width: 100%;
  color: #000;
}

.catalog-row-title span {
  font-size: 20px;
  font-weight: 700;
  border-radius: 100%;
  color: #fff;
  background-color: #007175;
  padding: 8px;
  margin-bottom: 10px;
}

.catalog-row-body {
  padding: 30px;
  display: flex;
  justify-content: space-around;
}

.catalog-row-item {
  color: #363636;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.catalog-row-item-img {
  height: 130px;
  margin-bottom: 15px;
}

.catalog-row-item-img img {
  max-width: 100%;
  max-height: 130px;
}

.catalog-row-bottom {
  background-color: #007175;
  color: #fff;
  display: flex;
  align-items: center;
  height: 46px;
  padding-left: 50px;
  border-radius: 0 0 9px 9px;
  font-weight: 600;
  font-size: 18px;
}

.catalog-row-sec {
  display: flex;
  gap: 20px;
}

.catalog-row-sec .catalog-row-col-3 {
  flex: 1 0 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  border-radius: 10px 10px 0 0;
  border: 1px solid #007175;
  padding-top: 45px;
  position: relative;
  border-bottom: 0;
  text-decoration: none;
}

.catalog-row-sec .catalog-row-title {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: none;
  gap: 5px;
}

.catalog-row-sec .catalog-row-title p {
  display: flex;
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 30px 40px 30px;
}

.catalog-row-sec-item-img {
  width: 70%;
  margin: 0 auto;
  color: #363636;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.catalog-row-sec-item-img img {
  width: 100%;
  margin-bottom: 20px;
}

.catalog-row-sec-item-5 {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 80%;
  justify-content: center;
  margin: 30px auto 0 auto;
}

.catalog-row-sec .catalog-row-item {
  flex: 1 0 calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mt-5 {
  margin-top: 50px;
}

.catalog-row-top {
  background-color: #007175;
  color: #fff;
  display: flex;
  align-items: center;
  height: 46px;
  text-align: center;
  border-radius: 9px 9px 0 0;
  font-weight: 600;
  font-size: 18px;
  justify-content: center;
  top: 0;
  position: absolute;
  width: 100%;
}

.catalog-row-bottom-sec {
  padding-right: 20px;
  justify-content: end;
  position: relative;
}

.catalog-row-bottom-sec span {
  z-index: 9;
}

.catalog-row-sec .catalog-row-col-6 {
  flex: 1 0 calc(50% - 20px);
  position: relative;
}

.catalog-row-sec-down .catalog-row-col-3 {
  flex: 1 0 calc(25% - 24px);
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border: none;
  padding-top: 0;
  position: relative;
}
.catalog-row-sec-down .catalog-row-col-3 .catalog-row-bottom-sec {
  background-color: #007175;
  color: #fff;
  display: flex;
  align-items: center;
  height: 46px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 18px;
}

.catalog-row-sec-down .catalog-row-col-6 .catalog-row-bottom-sec {
  background-color: #007175;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-weight: 600;
  font-size: 18px;
}

.catalog-row-sec-links .catalog-row-col-3 {
  border-radius: 0 0 9px 9px;
  padding-top: 0;
  border: 1px solid #007175;
  border-top: 0;
}

.catalog-row-sec-links .catalog-row-col-3 > div {
  padding: 40px 20px;
}

.catalog-row-sec-links .catalog-row-col-3 > div p {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.catalog-row-sec-links .catalog-row-col-3 > div span {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.catalog-row-sec-links .catalog-row-col-3 > div span.last-text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}

.catalog-row-sec-links .catalog-row-col-3 > div ul {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  padding-left: 20px;
}

.catalog-row-sec-links .catalog-row-col-3 > div ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.arrow-1 {
  position: absolute;
  height: 60px;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

.arrow-2 {
  position: absolute;
  height: 60px;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(180deg);
}

.arrow-3 {
  position: absolute;
  height: 60px;
  left: 100%;
}

.arrow-4 {
  position: absolute;
  height: 75px;
  right: 0;
  left: 0;
  width: 100%;
}

.link-download
{
	background:url(/local/templates/.default/css/../img/ico-file.svg) no-repeat center right;
	height: 40px;
	padding-right: 60px;
}

.link-download i
{
	display:none;
	
	
}

.doc.link-more
{
	
}

.doc.link-more .doc__text span
{
	border-bottom:none;
	font-weight:700;
}

.doc.link-more .doc__ico
{
	margin-right:20px;
}

.doc.link-more .doc__text
{
	padding-right:5px;
}
/* End */
/* /local/templates/.default/css/normalize.css?16705166696246 */
/* /local/templates/.default/css/slick.css?16705166691731 */
/* /local/templates/.default/css/slick-theme.css?17055716945987 */
/* /local/templates/.default/css/jquery.formstyler.css?16705166692344 */
/* /local/templates/.default/css/jquery.formstyler.theme.css?170686182313603 */
/* /local/templates/.default/css/fancybox.css?171620665327606 */
/* /local/templates/.default/css/style.css?1720440292200478 */
