/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}
h2 {
  font-size: 1.6em;
  margin: 0 0 0.67em 0;
}
h3 {
  font-size: 1.3em;
  margin: 0 0 0.67em 0;
}
h4 {
  font-size: 1em;
  margin: 0 0 0.67em 0;
}
h5 {
  font-size: 0.8em;
  margin: 0 0 0.67em 0;
}
h6 {
  font-size: 0.6em;
  margin: 0 0 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide 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;
}
body * {
  font-family: 'Open Sans', sans-serif;
}
input,
textarea {
  outline: none;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
input::-ms-clear {
  display: none;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 2px 30px 2px 2px;
  /*border: none; - if you want the border removed*/
}
.reset-around {
  margin: 0;
  padding: 0;
}
.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-container {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.09);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  border-radius: 10px;
  border: 3px solid #00C24E;
}
@media (min-width: 2px) and (max-width: 1299px) {
  .modal-container {
    max-width: 100vw;
    height: 100vh;
    border-radius: 0;
  }
}
.modal-body {
  padding: 50px;
}
@media (min-width: 2px) and (max-width: 1299px) {
  .modal-body {
    padding: 15px;
    height: 100vh;
    overflow: scroll;
  }
}
.modal-close {
  background-color: #fff;
  position: absolute;
  top: 10px;
  border-radius: 5px;
  right: 10px;
  padding: 9px;
  cursor: pointer;
}
@media (min-width: 2px) and (max-width: 1299px) {
  .modal-close {
    top: 14px;
    z-index: 1;
    background-color: transparent;
  }
}
@media (min-width: 1170px) and (max-width: 99998px) {
  .modal-close:hover svg {
    fill: #333;
  }
}
.modal-close svg {
  fill: #999ea3;
  display: block;
}
.modal-callback-1 .modal-container {
  max-width: 500px;
  width: calc(100% -	40px);
  text-align: left;
}
.modal-callback-1 .modal-container .title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.modal-callback-1 .modal-container .text {
  white-space: normal;
  font-family: 'OpenSans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.modal-callback-1 .modal-body {
  padding: 30px;
}
.modal-log {
  cursor: default;
}
.modal-log_make .title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}
.modal-log_make .text {
  white-space: normal;
  font-family: 'OpenSans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin: 0 0 20px 0;
}
.modal-log .modal-container {
  max-width: 500px;
  width: 100%;
}
.modal-log .modal-body {
  max-height: 90vh;
  overflow: auto;
}
.modal-log_remember {
  border: 0;
  background: none;
  outline: none;
  color: #0062bd;
  border-bottom: 1px solid #0062bd;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-left: 15px;
}
@media (min-width: 2px) and (max-width: 449px) {
  .modal-log_remember {
    margin-top: 25px;
    margin-left: 0;
  }
}
.modal-log_remember:hover {
  border-color: transparent;
}
.modal-log_social {
  width: calc(100% + 70px);
  margin-left: -35px;
  margin-bottom: -15px;
  border-top: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  position: relative;
  padding: 20px 25px 0 35px;
}
.modal-log_social p {
  color: #777777;
  margin-right: 10px;
}
.modal-log_up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-log_up button {
  border: 0;
  background: none;
  font-size: 19px;
  font-weight: 700;
  background-color: #e8eef0;
  width: 65%;
  text-align: center;
  padding: 25px 15px;
}
.modal-log_up button:nth-of-type(1) {
  width: 45%;
}
.modal-log_up button.current {
  background-color: #fff;
}
.modal-log_cont {
  padding: 35px;
}
.modal-base[v-cloak] {
  display: none;
}
.modal-base .title {
  text-align: center;
  font-family: 'OpenSans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 25px;
}
.scr-no {
  overflow: hidden;
}
.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hidden {
  height: 0;
}
form {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
form .input-wrapper {
  width: 270px;
  display: inline-block;
}
form .input-wrapper.big {
  width: 100%!important;
}
@media (min-width: 2px) and (max-width: 1169px) {
  form .input-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
form .input-wrapper label {
  display: block;
  font-size: 14px;
  padding: 16px 0;
  font-weight: 700;
  color: #333e48;
}
form .input-wrapper label sup {
  color: red;
}
form .input-wrapper .v-input input,
form .input-wrapper .v-input textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  border: 1px solid #dddddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form .input-wrapper .v-input input:focus,
form .input-wrapper .v-input textarea:focus {
  border-color: #51a7e8;
}
form .input-wrapper .v-input textarea {
  padding: 15px;
  height: 250px;
  line-height: 1.2;
  resize: vertical;
}
form .input-wrapper .v-input.error input,
form .input-wrapper .v-input.error textarea {
  color: red;
  border-color: red;
}
form .input-wrapper .v-input.error span.error {
  color: red;
}
form .main-butt {
  margin-top: 15px;
  padding: 15px 38px;
  background: #00C24E;
  color: #333e48;
  border-radius: 30px;
  display: inline-block;
  font-weight: 700;
  border: none;
}
.slider-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.slider-dots li {
  padding: 0;
  margin: 0 6px;
}
.slider-dots li.slick-active button {
  background: #00C24E;
  padding: 0 15px;
}
.slider-dots li button {
  border: none;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 9px;
  background: #bcbcbc;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.editor {
  font-size: 15px;
  color: #747474;
  line-height: 22px;
}
.editor h2 {
  color: #333e48;
  font-size: 25px;
}
.editor a {
  color: #0062bd;
  border-bottom: 1px solid #0062bd;
}
.editor a:hover {
  border-color: transparent;
}
.editor p {
  margin: 0 0 0.7em 0;
}
.editor ul {
  margin: 0;
  padding: 0;
  padding-left: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.vb > .vb-dragger {
  z-index: 5;
  width: 12px;
  right: 0;
}
.vb > .vb-dragger > .vb-dragger-styler {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  transition: background-color 100ms ease-out, margin 100ms ease-out, height 100ms ease-out;
  background-color: #00C24E;
  margin: 5px 5px 5px 0;
  border-radius: 20px;
  height: 100% ;
  display: block;
}
.vb.vb-scrolling-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: #00C24E;
}
.vb.vb-dragging > .vb-dragger > .vb-dragger-styler {
  background-color: #00C24E;
  height: 100%;
}
.vb.vb-dragging-phantom > .vb-dragger > .vb-dragger-styler {
  background-color: #00C24E;
}
.search-mob_butt {
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #00C24E;
  background: #fff;
  margin: 0 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .search-mob_butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search-mob_butt .close {
    display: none;
  }
}
.modal-title {
  font-size: 25px;
  color: #333e48;
  border-bottom: 1px solid #dadada;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.modal-title:before {
  content: '';
  width: 120px;
  height: 2px;
  background: #00C24E;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.modal-text {
  font-size: 14px;
  color: #333e48;
  line-height: 23px;
  padding-bottom: 25px;
}
.bottom-pannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.bottom-pannel .success {
  padding-top: 20px;
}
.bottom-pannel .success b {
  color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .bottom-pannel {
    padding-bottom: 40px;
  }
}
.breadcrumbs {
  padding-top: 45px;
  color: #333e48;
  font-size: 14px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .breadcrumbs .breadcrumb {
    display: none;
  }
}
.breadcrumbs a.breadcrumb {
  color: #333e48;
  margin: 0 24px 0 16px;
  position: relative;
}
.breadcrumbs a.breadcrumb:after {
  width: 7px;
  height: 7px;
  border-right: 1px solid #333e48;
  border-bottom: 1px solid #333e48;
  display: inline-block;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: -23px;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.breadcrumbs a.breadcrumb:first-child {
  margin-left: 0;
}
.breadcrumbs span.breadcrumb {
  color: #333e48;
  font-size: 14px;
  margin-left: 16px;
}
.page {
  min-height: calc(100vh - 675px);
  z-index: 1;
}
.news-item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
  .news-item {
    height: 530px;
  }
}
.news-item .img {
  height: 185px;
  width: 100%;
  margin-bottom: 20px;
}
.news-item .title {
  font-size: 19px;
  line-height: 28px;
  color: #333e48;
  overflow: hidden;
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .date {
  font-size: 13px;
  padding-bottom: 15px;
  color: #878787;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-top: 5px;
}
.news-item .text {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.news-item .read-more {
  background: #efecec;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #000;
}
.news-item .read-more:hover {
  background: #00C24E;
}
.container {
  margin: 0 auto;
  width: 1170px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
}
.logo {
  height: 35px;
  width: 225px;
  margin-left: -11px;
  background-image: url('/img/logo.png');
  display: inline-block;
}
.header {
  width: 100%;
  min-height: 205px;
  z-index: 2;
  position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header {
    min-height: auto;
  }
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-bottom: 1px solid #dddddd;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  position: fixed;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-top-wrapper {
    display: none;
  }
}
.header-top-lang [v-cloak] {
  display: none;
}
.header-top-lang .img {
  width: 32px;
  height: 21px;
  border-radius: 3px;
}
.header-top-lang span {
  font-size: 14px;
  font-weight: 700;
}
.header-top-lang .actual {
  cursor: pointer;
  height: 45px;
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-top-lang .actual {
    padding-left: 15px;
  }
}
.header-top-lang .actual .img {
  margin-right: 7px;
}
.header-top-lang .actual span {
  text-transform: uppercase;
  position: relative;
}
.header-top-lang .actual span.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header-top-lang .actual span:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  border-color: #ddd transparent transparent transparent;
  display: inline-block;
}
.header-top-lang .list {
  background-color: #fff;
  position: absolute;
  top: 55px;
  z-index: 3;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.header-top-lang .list li.active a {
  opacity: 1;
  background-color: #fcfcfc;
}
.header-top-lang .list li a {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
.header-top-lang .list li a .img {
  margin-right: 12px;
}
.header-top-lang .list li a span {
  color: #333e48;
}
.header-top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-top-info li {
  color: #35404a;
  font-size: 14px;
  padding: 0 15px;
  border-left: 1px solid #ddd;
}
.header-top-info li:first-child {
  border-left: none;
}
.header-top-info li svg {
  vertical-align: bottom;
  fill: #646c74;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-top-info li {
    border: none;
    padding: 10px 15px;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-top-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-middle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 115px;
  padding-top: 45px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .header-middle-wrapper {
    height: 80px;
  }
}
.header-bottom {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-bottom-wrapper {
  height: 50px;
}
.header-bottom-wrapper .catalog-menu {
  width: 330px;
  display: inline-block;
  position: relative;
}
.header-bottom-wrapper .catalog-menu [v-cloak] {
  display: none;
}
@media (min-width: 2px) and (max-width: 499px) {
  .header-bottom-wrapper .catalog-menu {
    width: auto;
  }
}
.header-bottom-wrapper .catalog-menu-butt {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: 700;
  background-color: #00C24E;
  border-radius: 10px 10px 0 0;
  padding: 0 22px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-transform: uppercase;
  height: 50px;
}
.header-bottom-wrapper .catalog-menu-butt.rounded {
  border-radius: 10px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  top: 0;
  bottom: 3px;
  width: 11px;
  height: 11px;
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
}
.header-bottom-wrapper .catalog-menu-butt .carrot.open {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  bottom: -3px;
}
.header-bottom-wrapper .catalog-menu-butt svg {
  margin-right: 10px;
}
.header-bottom-wrapper .catalog-menu-list {
  position: absolute;
  top: 50px;
  width: 330px;
  border: 2px solid #00C24E;
  border-radius: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 1;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list {
    z-index: 5;
    width: 100vw;
    left: -15px;
    border-radius: 0;
  }
}
.header-bottom-wrapper .catalog-menu-list .list-elem {
  color: #333e48;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  padding: 0px 4px;
  font-size: 14px;
}
.header-bottom-wrapper .catalog-menu-list .sub-block {
  display: none;
  position: absolute;
  top: -30px;
  background-color: #fff;
  border: 2px solid #00C24E;
  left: 100%;
  width: auto;
  min-width: 200px;
  max-width: 430px;
  padding: 40px 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .sub-block {
    width: 100% ;
    max-width: inherit;
    position: fixed;
    top: 0;
    left: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
  }
}
.header-bottom-wrapper .catalog-menu-list .sub-block:after {
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 0;
  border-color: #00C24E transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
  display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
  }
  .header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div {
    height: 45px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:first-child {
    border-right: 1px solid #eee;
  }
  .header-bottom-wrapper .catalog-menu-list .sub-block .mob-top-panel div:last-child {
    border-left: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .sub-title {
  font-weight: 700;
  padding-top: 10px;
  padding-left: 40px;
  display: block;
  color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .sub-title {
    display: block;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.header-bottom-wrapper .catalog-menu-list .sub-el_name {
  color: #333e48;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .sub-el_name {
    padding-top: 0px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl {
  width: 100%;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl {
    overflow: auto;
  }
}
@media (min-width: 900px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl {
    height: calc(100vh - 159px);
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl {
    height: calc(100vh - 132px);
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px;
  position: relative;
  width: 100%;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep:after {
  display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl {
  width: calc(100% + 26px);
  margin: 0 -13px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el {
  padding: 0 4px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el.deep:after {
  top: 0;
  right: 16px;
  border-right: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-el_name {
  margin: 0 10px;
  line-height: 42px;
  padding: 0;
  border-bottom: 1px solid #eee;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl_title {
  display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block {
  padding: 0;
  position: relative;
  display: block;
  left: 0;
  top: auto;
  border: none;
  height: auto!important;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block > .mob-top-panel {
  display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.inPan.deep .nd-lvl-block:after {
  display: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el:last-child a {
  border-bottom: none;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el_name {
  font-size: 15px;
  font-weight: 700;
  padding-top: 10px;
}
@media (min-width: 1170px) and (max-width: 69999px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:hover .nd-lvl-block {
    display: block;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #dbdbdb;
  border-bottom: 2px solid #dbdbdb;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 3px;
  margin: auto;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
  font-weight: 700;
  padding-top: 10px;
  padding-left: 40px;
  display: block;
  color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl_title {
    display: block;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
  display: none;
  position: absolute;
  top: -30px;
  background-color: #fff;
  border: 2px solid #00C24E;
  left: 100%;
  width: auto;
  min-width: 200px;
  max-width: 430px;
  padding: 40px 0;
  z-index: 2;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block {
    width: 100% ;
    max-width: inherit;
    position: fixed;
    top: 0;
    left: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block:after {
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 0;
  border-color: #00C24E transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
  display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div {
    height: 45px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:first-child {
    border-right: 1px solid #eee;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-block .mob-top-panel div:last-child {
    border-left: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el {
  padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep {
  position: relative;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: 2px solid #333e48;
  border-bottom: 2px solid #333e48;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  bottom: 0px;
  right: 20px;
  margin: auto 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:after {
    top: 0;
  }
}
@media (min-width: 1170px) and (max-width: 69999px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep:hover .rd-lvl-block {
    display: block;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
  display: none;
  position: absolute;
  top: -30px;
  background-color: #fff;
  border: 2px solid #00C24E;
  left: 100%;
  width: auto;
  min-width: 200px;
  max-width: 430px;
  padding: 40px 0;
  top: -20px;
  z-index: 3;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block {
    width: 100% ;
    max-width: inherit;
    position: fixed;
    top: 0;
    left: 100vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100vh;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block:after {
  content: "";
  top: 1px;
  left: 1px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14px 0 0;
  border-color: #00C24E transparent transparent transparent;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
  display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #eee;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div {
    height: 45px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 15px;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:first-child {
    border-right: 1px solid #eee;
  }
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-block .mob-top-panel div:last-child {
    border-left: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
  font-weight: 700;
  padding-top: 10px;
  padding-left: 40px;
  display: block;
  color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl_title {
    display: block;
    padding-left: 0;
    text-align: center;
    padding-top: 20px;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el {
  padding: 0 20px;
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
  color: #333e48;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el.deep .rd-lvl-el_name {
    padding-top: 0px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
  color: #333e48;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .catalog-menu-list .st-lvl-el.deep .nd-lvl-el_name {
    padding-top: 0px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
}
.header-bottom-wrapper .catalog-menu-list .st-lvl-el > a {
  display: block;
  color: #333e48;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  padding: 0px 4px;
  font-size: 14px;
}
.header-bottom-wrapper .site-menu {
  width: calc(100% - 330px);
  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;
}
@media (min-width: 2px) and (max-width: 499px) {
  .header-bottom-wrapper .site-menu {
    width: auto;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 4;
  }
  .header-middle-wrapper{
    padding-top: 0;
  }
}
.header-bottom-wrapper .site-menu-mob_butt {
  padding: 6px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 2px solid #00C24E;
  text-align: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.header-bottom-wrapper .site-menu-mob_butt span {
  width: calc(100% - 10px);
  height: 3px;
  background: #333;
  display: inline-block;
  position: relative;
  margin: 0;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-mob_butt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-content_wrapper {
    position: relative;
    height: 100vh;
    overflow: auto;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-content {
    width: 100%;
    position: fixed;
    height: 100vh;
    top: -100vh;
    left: 0;
    background: #fff;
    z-index: 2;
  }
}
.header-bottom-wrapper .site-menu-content .header-top-lang,
.header-bottom-wrapper .site-menu-content .header-top-info {
  display: none;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-content .header-top-lang,
  .header-bottom-wrapper .site-menu-content .header-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-bottom-wrapper .site-menu-content .header-top-lang {
  border-bottom: 2px solid #00C24E;
}
.header-bottom-wrapper .site-menu-content .close-menu {
  background: #00C24E;
  position: absolute;
  right: 0px;
  width: 45px;
  height: 45px;
  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;
}
.header-bottom-wrapper .site-menu-nav {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header-bottom-wrapper .site-menu-nav li.active a {
  color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-nav li:first-child a {
    border-top: 1px solid #eee;
  }
}
.header-bottom-wrapper .site-menu-nav li a {
  line-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-nav li a {
    padding: 0 15px;
    border-bottom: 1px solid #eee;
  }
}
.header-bottom-wrapper .site-menu-nav li a:hover {
  color: #df3737;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .header-bottom-wrapper .site-menu-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 4px solid #00C24E;
  background: #f8f8f8;
  min-height: 460px;
  padding-top: 60px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .footer {
    padding-top: 0;
  }
}
.footer-content {
  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;
  min-height: 340px;
}
.footer-content .col {
  color: #333e48;
  width: calc(65% / 3);
}
.footer-content .col.opened .col-title:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
@media (min-width: 750px) and (max-width: 1169px) {
  .footer-content .col {
    width: calc(100% / 3) !important;
  }
}
@media (min-width: 660px) and (max-width: 749px) {
  .footer-content .col {
    width: 50%!important;
  }
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col {
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
    text-align: center;
  }
}
.footer-content .col-title {
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  padding-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col-title {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    position: relative;
  }
  .footer-content .col-title:after {
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 20px;
    border-right: 2px solid #333e48;
    border-bottom: 2px solid #333e48;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.footer-content .col-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-content .col-list li a {
  line-height: 35px;
  color: #333e48;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col-list {
    padding: 0 15px;
    display: none;
  }
}
.footer-content .col:last-child {
  width: 14%;
}
.footer-content .col:nth-child(3) {
  width: calc((65% / 3) + 2% );
}
.footer-content .col.big {
  width: 40%;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .footer-content .col.big {
    width: 100% !important;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 0 15px;
    margin-top: 30px;
  }
}
.footer-content .col.big .logo {
  background-image: url('/img/logoF.png');
  margin-bottom: 35px;
}
.footer-content .col.big .phones-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 60px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col.big .phones-cont {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-content .col.big .phones-cont .img {
  width: 50px;
  height: 55px;
  background-image: url('/img/headphone.png');
  margin-right: 23px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col.big .phones-cont .img {
    display: none;
  }
}
.footer-content .col.big .phones-cont .info {
  color: #333e48;
}
.footer-content .col.big .phones-cont .info .title {
  font-size: 14px;
}
.footer-content .col.big .phones-cont .info .phones {
  line-height: 35px;
  font-size: 22px;
}
.footer-content .col.big .address-cont {
  font-size: 14px;
  margin-bottom: 60px;
}
.footer-content .col.big .address-cont .title {
  color: #333e48;
  font-weight: 700;
}
@media (min-width: 2px) and (max-width: 659px) {
  .footer-content .col.big .address-cont {
    margin-bottom: 30px;
  }
}
.footer-content .col.big .socials {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
.footer-content .col.big .socials .img {
  margin: 0 22px;
  width: 30px;
  height: 30px;
  background-size: contain;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .footer-content .col.big .socials .img {
    margin: 0 10px;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .footer-content .col.big .socials {
    margin-bottom: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 30px;
  }
}
.footer-bottom {
  height: 60px;
  background: #eaeaea;
}
@media (min-width: 2px) and (max-width: 899px) {
  .footer-bottom {
    display: none;
  }
}
.footer-bottom .container {
  height: 60px;
  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-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-bottom .container span,
.footer-bottom .container span > b {
  color: #333e48;
}
.prods-wrapp {
  width: 100%;
  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;
}
.prods-wrapp .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border-left: 1px solid #ddd;
  height: 390px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -10px;
  z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
  .prods-wrapp .product {
    border: none;
  }
}
@media (min-width: 750px) and (max-width: 69999px) {
  .prods-wrapp .product:hover {
    z-index: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
    boredr: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
.prods-wrapp .product .img {
  width: 225px;
  height: 225px;
  margin: 0 auto 40px  ;
  display: inline-block;
}
.prods-wrapp .product .categ {
  color: #333333;
  font-size: 12px;
  margin-bottom: 20px;
}
.prods-wrapp .product .title {
  font-size: 15px;
  font-weight: 700;
  color: #0062bd;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prodsPage-top {
  padding: 55px 0 0;
  border-bottom: 1px solid #eaeaea;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.prodsPage-top .page-title {
  padding-bottom: 15px;
  font-size: 20px;
  color: #333e48;
  border-bottom: 2px solid #00C24E;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top .page-title {
    margin-bottom: 20px;
  }
}
.prodsPage-top .page-title .pre-title {
  color: #c1c1c1;
}
.prodsPage-top .founded {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1c1c1;
  font-size: 14px;
}
.prodsPage-top .founded .numb {
  width: 35px;
  height: 35px;
  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;
  border: 2px solid #00C24E;
  border-radius: 3px;
  font-weight: 700;
  color: #333e48;
  margin-left: 10px;
}
.prodsPage-top .page-filter {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top .page-filter {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.prodsPage-top .page-filter .filter {
  margin-top: -10px;
  margin-left: 10px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top .page-filter .filter {
    margin-top: 10px;
    width: 100%;
  }
}
.prodsPage-top .page-filter .filter select {
  outline: 0;
  font-weight: 500;
  color: #a6a6a6;
  min-width: 200px;
  border-radius: 40px;
  padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top .page-filter .filter select {
    width: 100%;
  }
}
.prodsPage-top .page-filter .filter:after {
  width: 12px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  margin: auto 0;
  right: 10px;
  background-image: url('/img/v-arrows.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodsPage-top .page-filter .filter:after {
    bottom: 0px;
    right: 15px;
  }
}
.prodsPage-top .page-filter .filter:focus {
  border-color: #51a7e8 ;
}
.prodsPage .product {
  width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
  .prodsPage .product {
    width: calc(100% / 3);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .prodsPage .product {
    width: 50%;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .prodsPage .product {
    width: 100%;
  }
}
.prodsPage-bottom {
  margin-top: 100px;
  border-top: 1px solid #eaeaea ;
  width: 100%;
  padding: 30px 0 60px;
}
.prodsPage-bottom .pagination {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prodsPage-bottom .pagination .pag {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  color: #3d3d3d;
  display: inline-block;
}
.prodsPage-bottom .pagination .pag.active {
  border-color: #00C24E;
  background: #00C24E;
}
.homePage {
  margin-top: 2px;
}
.homePage .block-title {
  font-size: 20px;
  color: #333e48;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  display: inline;
  z-index: 1;
}
.homePage .block-title:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #00C24E;
}
.homePage .block-title:before {
  content: '';
  width: 10px;
  height: 4px;
  background-color: #00C24E;
  border-radius: 0 0 4px 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}
.homePage-slider {
  width: 100%;
  height: 630px;
  background: #f7f7f7;
  margin-bottom: 45px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider {
    height: 38.46vw;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-slider {
    display: none;
  }
}
.homePage-slider .slide {
  height: 630px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide {
    height: 38.46vw;
    position: relative;
  }
}
.homePage-slider .slide .img {
  position: absolute;
  width: 100vw;
  height: 100%;
}
.homePage-slider .slide .container {
  position: relative;
  z-index: 1;
  padding-left: 610px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  color: #333e48;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide .container {
    padding-left: 25px;
  }
}
.homePage-slider .slide-title {
  display: block;
  padding-top: 150px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide-title {
    padding-top: 30px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage-slider .slide-title {
    font-size: 15px;
    padding-top: 20px;
  }
}
.homePage-slider .slide-text {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 40px;
  display: block;
  color: #fff;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide-text {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media (min-width: 2px) and (max-width: 899px) {
  .homePage-slider .slide-text {
    font-size: 27px;
  }
}
.homePage-slider .slide-link {
  padding: 20px 55px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 15px;
  text-transform: none;
  border: 2px solid #00C24E;
  background: transparent;
  color: #fff;
  position: relative;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide-link {
    padding: 10px 30px;
  }
}
.homePage-slider .slide-link:after {
  position: absolute;
  content: '';
  width: 180px;
  height: 203px;
  display: block;
  top: calc(100% + 30px);
  left: 60%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/slidArr.png');
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide-link:after {
    width: 100px;
    top: 100%;
    height: 120px;
  }
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-slider .slide-link:after {
    width: 50px;
    height: 70px;
  }
}
.homePage-slider .slick-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.homePage-slider .slick-dots li {
  padding: 0;
  margin: 0 6px;
}
.homePage-slider .slick-dots li.slick-active button {
  background: #00C24E;
  padding: 0 15px;
}
.homePage-slider .slick-dots li button {
  border: none;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 9px;
  background: #bcbcbc;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.homePage-banners {
  margin-bottom: 70px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-banners {
    display: none;
  }
}
.homePage-banners-wrapper {
  padding-left: calc((100% - 760px));
  width: calc(100% + 30px);
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-banners-wrapper {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-banners-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.homePage-banners .container .banner {
  width: 350px;
  margin: 0 15px;
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-banners .container .banner {
    margin: 15px 0;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .homePage-banners .container .banner {
    width: 290px;
  }
}
.homePage-newProds .container {
  text-align: center;
}
.homePage-newProds-slider {
  height: 525px;
  width: 100%;
  display: block;
  border-top: 1px solid #dddddd;
  margin-top: 9px;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
.homePage-newProds-slider .slick-track {
  padding: 10px 0 10px 15px;
}
.homePage-newProds-slider .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  border-left: 1px solid #ddd;
  height: 390px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -10px;
  z-index: 1;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-newProds-slider .slide {
    border: none;
  }
}
@media (min-width: 750px) and (max-width: 69999px) {
  .homePage-newProds-slider .slide:hover {
    z-index: 2;
    -webkit-transform: scale(1);
            transform: scale(1);
    boredr: 1px solid #ddd;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}
.homePage-newProds-slider .slide .img {
  width: 225px;
  height: 225px;
  margin: 0 auto 40px  ;
  display: inline-block;
}
.homePage-newProds-slider .slide .categ {
  color: #333333;
  font-size: 12px;
  margin-bottom: 20px;
}
.homePage-newProds-slider .slide .title {
  font-size: 15px;
  font-weight: 700;
  color: #0062bd;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homePage-newProds-slider .slick-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.homePage-newProds-slider .slick-dots li {
  padding: 0;
  margin: 0 6px;
}
.homePage-newProds-slider .slick-dots li.slick-active button {
  background: #00C24E;
  padding: 0 15px;
}
.homePage-newProds-slider .slick-dots li button {
  border: none;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 9px;
  background: #bcbcbc;
  font-size: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-newProds {
    padding-top: 30px;
  }
}
.homePage-ourClients {
  background: #f9f9f9;
  padding: 75px 0;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients {
    padding: 40px 0;
  }
}
.homePage-ourClients .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .homePage-ourClients .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.homePage-ourClients .dayItem {
  width: 370px;
  border-radius: 20px;
  border: 2px solid #00C24E;
  background: #fff;
  height: 719px;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .homePage-ourClients .dayItem {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    height: auto;
  }
}
.homePage-ourClients .dayItem .title {
  font-size: 25px;
  color: #333e48;
  display: inline;
  border-bottom: 2px solid #00C24E;
}
.homePage-ourClients .dayItem .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  overflow: hidden;
}
.homePage-ourClients .dayItem .item .img {
  width: 300px;
  height: 300px;
  margin-bottom: 50px;
}
@media (min-width: 2px) and (max-width: 499px) {
  .homePage-ourClients .dayItem .item .img {
    width: 290px;
    background-size: contain;
    height: 290px;
  }
}
.homePage-ourClients .dayItem .item .categ {
  font-size: 14px;
  color: #333;
  margin-bottom: 40px;
}
.homePage-ourClients .dayItem .item .title {
  border: none;
  color: #0062bd;
  font-size: 16px;
  font-weight: 700;
}
.homePage-ourClients .dayItem .item .text {
  margin-top: 30px;
  font-size: 15px;
  color: #747474;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.homePage-ourClients .ourClients-replies {
  width: calc(100% - 400px);
}
@media (min-width: 2px) and (max-width: 1099px) {
  .homePage-ourClients .ourClients-replies {
    width: 100%;
    margin-bottom: 30px;
  }
}
.homePage-ourClients .ourClients-replies .clients-slider {
  margin-top: 30px;
  position: relative;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow {
  position: absolute;
  top: -55px;
  background: transparent;
  border: none;
  font-size: 0;
  width: 30px;
  height: 30px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  top: 0;
  bottom: 0;
  margin: auto;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext {
  right: 15px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickNext:after {
  right: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev {
  right: 46px;
}
.homePage-ourClients .ourClients-replies .clients-slider .slick-arrow.slickPrev:after {
  left: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.homePage-ourClients .ourClients-replies .clients-slider:before {
  width: 100%;
  position: absolute;
  height: 1px;
  background: #ddd;
  top: -21px;
  content: "";
}
.homePage-ourClients .ourClients-replies .slide .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 37px 35px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  margin-bottom: 7px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply {
    padding: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.homePage-ourClients .ourClients-replies .slide .reply .img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply .img {
    width: 50px;
    height: 50px;
  }
}
.homePage-ourClients .ourClients-replies .slide .reply .info {
  font-size: 14px;
  width: calc(100% - 140px);
  margin-left: 40px;
}
.homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
  padding-top: 20px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply .info-bottom {
    display: block;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply .info {
    margin-left: 15px;
    width: calc(100% - 65px);
  }
}
.homePage-ourClients .ourClients-replies .slide .reply .info .text {
  color: #747474;
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply .info .person {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .name {
  font-weight: 700;
  color: #333e48;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .person .time {
  margin-left: 5px;
  font-size: 13px;
  color: #aeaeae;
}
.homePage-ourClients .ourClients-replies .slide .reply .info .type {
  color: #747474;
  font-size: 13px;
  font-weight: 700;
  border: 2px solid #efecec;
  padding: 2px 24px;
  line-height: 22px;
  border-radius: 35px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-ourClients .ourClients-replies .slide .reply .info .type {
    margin-top: 10px;
    display: inline-block;
  }
}
.homePage-news {
  padding: 95px 0;
}
.homePage-news .container {
  position: relative;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-news {
    padding: 40px 0;
  }
}
.homePage-news .more-news {
  position: absolute;
  right: 0;
  top: -5px;
  color: #333e48;
  padding: 3px 15px;
  border: 2px solid #00C24E;
  border-radius: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .homePage-news .more-news {
    top: auto;
    bottom: -15px;
    right: auto;
    left: 15px;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .homePage-news .more-news {
    right: 15px;
    padding: 10px 15px;
    text-align: center  ;
  }
}
.homePage-news-slider {
  border-top: 1px solid #ddd;
  height: 630px;
  padding-top: 30px;
  margin-top: 8px;
}
.homePage-news-slider .slick-track {
  margin: 0 -15px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .homePage-news-slider .slick-track {
    margin: 0;
  }
}
.homePage-news-slider .slick-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.homePage-news-slider .slick-dots li {
  padding: 0;
  margin: 0 6px;
}
.homePage-news-slider .slick-dots li.slick-active button {
  background: #00C24E;
  padding: 0 15px;
}
.homePage-news-slider .slick-dots li button {
  border: none;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 9px;
  background: #bcbcbc;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.homePage-news-slider .slide {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 749px) {
  .homePage-news-slider .slide {
    height: 530px;
  }
}
.homePage-news-slider .slide .img {
  height: 185px;
  width: 100%;
  margin-bottom: 20px;
}
.homePage-news-slider .slide .title {
  font-size: 19px;
  line-height: 28px;
  color: #333e48;
  overflow: hidden;
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.homePage-news-slider .slide .date {
  font-size: 13px;
  padding-bottom: 15px;
  color: #878787;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-top: 5px;
}
.homePage-news-slider .slide .text {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.homePage-news-slider .slide .read-more {
  background: #efecec;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #000;
}
.homePage-news-slider .slide .read-more:hover {
  background: #00C24E;
}
.contactsPage {
  padding-bottom: 100px;
  color: #333e48;
}
.contactsPage .block-title {
  color: #333e48;
  width: 100%;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-bottom: 37px;
}
.contactsPage .block-title:before {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #00C24E;
  position: absolute;
  bottom: -1px;
}
.contactsPage-title {
  padding-top: 100px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 50px;
}
.contactsPage-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .contactsPage-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactsPage-callback {
  width: 50%;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .contactsPage-callback {
    width: 100%;
  }
}
.contactsPage-callback-title {
  color: #333e48;
  width: 100%;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-bottom: 37px;
}
.contactsPage-callback-title:before {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #00C24E;
  position: absolute;
  bottom: -1px;
}
.contactsPage-callback-text {
  margin-bottom: 30px;
}
.contactsPage-ourCont {
  width: 50%;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .contactsPage-ourCont {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.contactsPage-ourCont .map {
  width: 100%;
  height: 290px;
  display: block;
  background: #eee;
  margin-bottom: 57px;
}
.contactsPage .row {
  display: block;
}
.contactsPage b.row {
  margin-bottom: 28px;
}
.contactsPage-info_title {
  color: #333e48;
  width: 100%;
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-bottom: 37px;
}
.contactsPage-info_title:before {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #00C24E;
  position: absolute;
  bottom: -1px;
}
.contactsPage-info_contacts {
  margin-bottom: 55px;
}
.productPage-wrapper {
  padding: 65px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-wrapper {
    padding: 0 0 15px;
  }
}
.productPage-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 100px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .productPage-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productPage-sliders {
  width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .productPage-sliders {
    width: 100%;
  }
}
.productPage-sliders_big {
  width: 460px;
  height: 460px;
  margin-bottom: 25px;
}
.productPage-sliders_big .slick-dots {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -150px;
}
.productPage-sliders_big .slick-dots li {
  padding: 0;
  margin: 0 6px;
}
.productPage-sliders_big .slick-dots li.slick-active button {
  background: #00C24E;
  padding: 0 15px;
}
.productPage-sliders_big .slick-dots li button {
  border: none;
  width: 9px;
  height: 9px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  border-radius: 9px;
  background: #bcbcbc;
  font-size: 0;
  padding: 0;
  margin: 0;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-sliders_big .slick-dots {
    bottom: -15px;
  }
}
@media (min-width: 2px) and (max-width: 1099px) {
  .productPage-sliders_big {
    width: 100%;
    height: 60vh;
  }
}
.productPage-sliders_big .slide {
  width: 460px;
  height: 460px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .productPage-sliders_big .slide {
    width: 100%;
    height: 60vh;
  }
}
.productPage-sliders_big .slide .img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.productPage-sliders_nav {
  height: 115px;
}
.productPage-sliders_nav .slick-track {
  margin: 0 -3px;
  padding: 5px 0;
}
.productPage-sliders_nav .slide {
  width: 90px;
  height: 90px;
  padding: 0 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.productPage-sliders_nav .slide.slick-current .img {
  border-bottom: 2px solid #00C24E;
}
.productPage-sliders_nav .slide .img {
  border: 1px solid #eaeaea;
  background-size: contain;
  width: 100%;
  height: 100%;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-sliders_nav {
    display: none;
  }
}
.productPage-info {
  width: calc(100% - 490px);
  margin-left: 30px;
}
@media (min-width: 2px) and (max-width: 1099px) {
  .productPage-info {
    width: 100%;
    margin: 0;
  }
}
.productPage-info_categ {
  font-size: 12px;
  color: #333;
  margin-bottom: 15px;
}
.productPage-info_prodName {
  font-size: 25px;
  font-size: 32px;
  color: #0062bd;
  margin-bottom: 30px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-info_prodName {
    font-size: 25px;
    line-height: 1.2;
  }
}
.productPage-info_ids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 80px;
}
@media (min-width: 2px) and (max-width: 1169px) {
  .productPage-info_ids {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .productPage-info_ids {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productPage-info_ids .id-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-right: 40px;
  color: #333e48;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productPage-info_ids .id-block:before {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  border: 2px solid #00C24E;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0px;
  content: '';
}
.productPage-info_ids .id-block .id-name {
  font-weight: 700;
}
.productPage-info_ids .id-block .id-numb {
  margin-left: 3px;
}
.productPage-info_desc {
  color: #747474;
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}
.productPage-butts {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-butts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.productPage-butts .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 2px) and (max-width: 899px) {
  .productPage-butts .socials {
    padding-top: 30px;
  }
}
.productPage-butts .socials > span {
  font-size: 13px;
  color: #878787;
  margin-right: 10px;
}
.productPage_req {
  border: none;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px 30px;
  background: #00C24E;
  color: #fff;
}
.productPage_req svg {
  fill: #fff;
}
.productPage-bottom .tab-butts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 2px) and (max-width: 499px) {
  .productPage-bottom .tab-butts {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
  }
}
.productPage-bottom .tab-butts .tab-butt {
  font-size: 18px;
  color: #333e48;
  background: none;
  border: none;
  padding: 15px 5px;
  margin: 0 20px;
  margin-bottom: -1px;
}
@media (min-width: 2px) and (max-width: 499px) {
  .productPage-bottom .tab-butts .tab-butt {
    margin: 0 10px;
    padding: 10px 0;
    font-size: 16px;
  }
}
.productPage-bottom .tab-butts .tab-butt.active {
  font-weight: 700;
  border-bottom: 2px solid #00C24E;
  position: relative;
}
.productPage-bottom .tab-butts .tab-butt.active:after {
  position: absolute;
  bottom: -6px;
  width: 10px;
  height: 6px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  content: '';
  display: block;
  border-radius: 0 0 50% 50%;
  background: #00C24E;
}
.productPage-bottom .tabs-wrapper {
  border-radius: 20px;
  border: 1px solid #eaeaea;
  padding: 70px 50px;
  color: #333e48;
}
.productPage-bottom .tabs-wrapper .tab-title {
  font-size: 18px;
  padding-bottom: 25px;
}
.productPage-bottom .tabs-wrapper span {
  font-size: 14px;
}
.productPage-bottom .tabs-wrapper .categ-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #eaeaea;
  padding: 0 15px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .productPage-bottom .tabs-wrapper .categ-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: none;
  }
}
.productPage-bottom .tabs-wrapper .categ-list li .key,
.productPage-bottom .tabs-wrapper .categ-list li .value {
  width: 50%;
  line-height: 40px;
}
@media (min-width: 2px) and (max-width: 749px) {
  .productPage-bottom .tabs-wrapper .categ-list li .key,
  .productPage-bottom .tabs-wrapper .categ-list li .value {
    width: 100% ;
    line-height: 25px;
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .productPage-bottom .tabs-wrapper .categ-list li .key {
    font-weight: 700;
  }
}
.productPage-bottom .tabs-wrapper .categ-list li:last-child {
  border-bottom: none;
}
@media (min-width: 2px) and (max-width: 749px) {
  .productPage-bottom .tabs-wrapper {
    padding: 20px 15px 15px;
  }
}
.searchPage-top {
  padding: 55px 0 0;
  border-bottom: 1px solid #eaeaea;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.searchPage-top .page-title {
  padding-bottom: 15px;
  font-size: 20px;
  color: #333e48;
  border-bottom: 2px solid #00C24E;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top .page-title {
    margin-bottom: 20px;
  }
}
.searchPage-top .page-title .pre-title {
  color: #c1c1c1;
}
.searchPage-top .founded {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1c1c1;
  font-size: 14px;
}
.searchPage-top .founded .numb {
  width: 35px;
  height: 35px;
  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;
  border: 2px solid #00C24E;
  border-radius: 3px;
  font-weight: 700;
  color: #333e48;
  margin-left: 10px;
}
.searchPage-top .page-filter {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top .page-filter {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.searchPage-top .page-filter .filter {
  margin-top: -10px;
  margin-left: 10px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top .page-filter .filter {
    margin-top: 10px;
    width: 100%;
  }
}
.searchPage-top .page-filter .filter select {
  outline: 0;
  font-weight: 500;
  color: #a6a6a6;
  min-width: 200px;
  border-radius: 40px;
  padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top .page-filter .filter select {
    width: 100%;
  }
}
.searchPage-top .page-filter .filter:after {
  width: 12px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  margin: auto 0;
  right: 10px;
  background-image: url('/img/v-arrows.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
  .searchPage-top .page-filter .filter:after {
    bottom: 0px;
    right: 15px;
  }
}
.searchPage-top .page-filter .filter:focus {
  border-color: #51a7e8 ;
}
.searchPage .product {
  width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
  .searchPage .product {
    width: calc(100% / 3);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .searchPage .product {
    width: 50%;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .searchPage .product {
    width: 100%;
  }
}
.searchPage-bottom {
  margin-top: 100px;
  border-top: 1px solid #eaeaea ;
  width: 100%;
  padding: 30px 0 60px;
}
.searchPage-bottom .pagination {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchPage-bottom .pagination .pag {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  color: #3d3d3d;
  display: inline-block;
}
.searchPage-bottom .pagination .pag.active {
  border-color: #00C24E;
  background: #00C24E;
}
.prodList-top {
  padding: 55px 0 0;
  border-bottom: 1px solid #eaeaea;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.prodList-top .page-title {
  padding-bottom: 15px;
  font-size: 20px;
  color: #333e48;
  border-bottom: 2px solid #00C24E;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top .page-title {
    margin-bottom: 20px;
  }
}
.prodList-top .page-title .pre-title {
  color: #c1c1c1;
}
.prodList-top .founded {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1c1c1;
  font-size: 14px;
}
.prodList-top .founded .numb {
  width: 35px;
  height: 35px;
  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;
  border: 2px solid #00C24E;
  border-radius: 3px;
  font-weight: 700;
  color: #333e48;
  margin-left: 10px;
}
.prodList-top .page-filter {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top .page-filter {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.prodList-top .page-filter .filter {
  margin-top: -10px;
  margin-left: 10px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top .page-filter .filter {
    margin-top: 10px;
    width: 100%;
  }
}
.prodList-top .page-filter .filter select {
  outline: 0;
  font-weight: 500;
  color: #a6a6a6;
  min-width: 200px;
  border-radius: 40px;
  padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top .page-filter .filter select {
    width: 100%;
  }
}
.prodList-top .page-filter .filter:after {
  width: 12px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  margin: auto 0;
  right: 10px;
  background-image: url('/img/v-arrows.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
  .prodList-top .page-filter .filter:after {
    bottom: 0px;
    right: 15px;
  }
}
.prodList-top .page-filter .filter:focus {
  border-color: #51a7e8 ;
}
.prodList .product {
  width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
  .prodList .product {
    width: calc(100% / 3);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .prodList .product {
    width: 50%;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .prodList .product {
    width: 100%;
  }
}
.prodList-bottom {
  margin-top: 100px;
  border-top: 1px solid #eaeaea ;
  width: 100%;
  padding: 30px 0 60px;
}
.prodList-bottom .pagination {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prodList-bottom .pagination .pag {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  color: #3d3d3d;
  display: inline-block;
}
.prodList-bottom .pagination .pag.active {
  border-color: #00C24E;
  background: #00C24E;
}
.newsPage-top {
  padding: 55px 0 0;
  border-bottom: 1px solid #eaeaea;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.newsPage-top .page-title {
  padding-bottom: 15px;
  font-size: 20px;
  color: #333e48;
  border-bottom: 2px solid #00C24E;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top .page-title {
    margin-bottom: 20px;
  }
}
.newsPage-top .page-title .pre-title {
  color: #c1c1c1;
}
.newsPage-top .founded {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c1c1c1;
  font-size: 14px;
}
.newsPage-top .founded .numb {
  width: 35px;
  height: 35px;
  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;
  border: 2px solid #00C24E;
  border-radius: 3px;
  font-weight: 700;
  color: #333e48;
  margin-left: 10px;
}
.newsPage-top .page-filter {
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #c1c1c1;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top .page-filter {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.newsPage-top .page-filter .filter {
  margin-top: -10px;
  margin-left: 10px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top .page-filter .filter {
    margin-top: 10px;
    width: 100%;
  }
}
.newsPage-top .page-filter .filter select {
  outline: 0;
  font-weight: 500;
  color: #a6a6a6;
  min-width: 200px;
  border-radius: 40px;
  padding: 10px 25px 10px 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top .page-filter .filter select {
    width: 100%;
  }
}
.newsPage-top .page-filter .filter:after {
  width: 12px;
  height: 14px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 15px;
  margin: auto 0;
  right: 10px;
  background-image: url('/img/v-arrows.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 2px) and (max-width: 659px) {
  .newsPage-top .page-filter .filter:after {
    bottom: 0px;
    right: 15px;
  }
}
.newsPage-top .page-filter .filter:focus {
  border-color: #51a7e8 ;
}
.newsPage .product {
  width: 25%;
}
@media (min-width: 750px) and (max-width: 899px) {
  .newsPage .product {
    width: calc(100% / 3);
  }
}
@media (min-width: 500px) and (max-width: 749px) {
  .newsPage .product {
    width: 50%;
  }
}
@media (min-width: 2px) and (max-width: 499px) {
  .newsPage .product {
    width: 100%;
  }
}
.newsPage-bottom {
  margin-top: 100px;
  border-top: 1px solid #eaeaea ;
  width: 100%;
  padding: 30px 0 60px;
}
.newsPage-bottom .pagination {
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.newsPage-bottom .pagination .pag {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 7px;
  border: 1px solid #eaeaea;
  color: #3d3d3d;
  display: inline-block;
}
.newsPage-bottom .pagination .pag.active {
  border-color: #00C24E;
  background: #00C24E;
}
.newsPage .news-wrapper {
  padding-top: 30px;
}
.newsPage .news-item {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 500px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  margin-bottom: 100px;
  display: block;
  padding: 0;
  width: 100%;
}
@media (min-width: 2px) and (max-width: 749px) {
  .newsPage .news-item {
    height: 530px;
  }
}
.newsPage .news-item .img {
  height: 185px;
  width: 100%;
  margin-bottom: 20px;
}
.newsPage .news-item .title {
  font-size: 19px;
  line-height: 28px;
  color: #333e48;
  overflow: hidden;
  height: 56px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsPage .news-item .date {
  font-size: 13px;
  padding-bottom: 15px;
  color: #878787;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-top: 5px;
}
.newsPage .news-item .text {
  font-size: 14px;
  line-height: 24px;
  color: #747474;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.newsPage .news-item .read-more {
  background: #efecec;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  color: #000;
}
.newsPage .news-item .read-more:hover {
  background: #00C24E;
}
.newsPage .news-item .title {
  font-size: 25px;
  padding-bottom: 15px;
}
.newsPage .news-item .img {
  height: 450px;
}
@media (min-width: 2px) and (max-width: 899px) {
  .newsPage .news-item .img {
    height: 200px;
  }
}
.newsPage .news-item .text {
  display: block;
  height: auto;
}
.page404-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333e48;
  position: relative;
}
.page404 .img404 {
  padding-top: 70px;
  padding-bottom: 30px;
}
.page404 .img404:before,
.page404 .img404:after {
  font-weight: 300;
  content: '4';
  font-size: 60px;
  color: #333e48;
}
.page404 .img404:after {
  margin-left: -3px;
}
.page404 .img404 svg {
  fill: #333e48;
}
.page404 .text {
  color: #333e48;
  font-size: 20px;
  max-width: 750px;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page404 .text:after {
  width: 100%;
  content: '';
  height: 1px ;
  background: #eaeaea;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page404 .toMain {
  padding: 10px 38px;
  border: 2px solid #00C24E;
  border-radius: 20px;
  font-size: 14px;
  color: #333e48;
  position: relative;
  margin-bottom: 158px;
}
.page404 .toMain:after {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 100%;
  right: -50px;
  background-image: url("/img/cat.png");
  width: 109px;
  height: 159px;
  position: absolute;
}
.oneNewPage .newTitle {
  font-size: 25px;
  color: #333e48;
  padding-bottom: 30px;
}
.oneNewPage .main-img {
  padding: 35px 0;
  max-width: 100%;
}
.oneNewPage .new-top {
  border-bottom: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .oneNewPage .new-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.oneNewPage .new-top .date {
  color: #878787;
}
@media (min-width: 2px) and (max-width: 659px) {
  .oneNewPage .new-top .date {
    margin-bottom: 20px;
  }
}
.oneNewPage .new-top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 25px 0 35px;
}
@media (min-width: 2px) and (max-width: 659px) {
  .oneNewPage .new-top .socials {
    padding: 0;
  }
}
.oneNewPage .new-top .socials p {
  margin: 0;
  color: #777777;
  margin-right: 10px;
}
.oneNewPage .goBack {
  display: block;
  color: #747474;
  margin-top: 70px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 100px;
}
.aboutUsPage .page-title {
  padding-top: 100px;
  font-size: 40px;
  color: #333e48;
}
.aboutUsPage .sub-title {
  font-size: 14px;
  color: #9f9f9f;
  padding-bottom: 50px;
}
.aboutUsPage .socials {
  margin: 50px 0  100px  ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutUsPage .socials p {
  margin: 0;
  color: #777777;
  margin-right: 10px;
}
.fadeUp-enter-active,
.fadeUp-leave-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fadeUp-enter,
.fadeUp-leave-to {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.fadeDown-enter-active,
.fadeDown-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.fadeDown-enter,
.fadeDown-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleY(0.1);
          transform: translateY(-50%) scaleY(0.1);
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
@media (min-width: 750px) and (max-width: 89999px) {
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 2px) and (max-width: 749px) {
  .modal-enter .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
