/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
* {
  box-sizing: border-box;
}

h1 {
  margin: 0;
}

.container-custom {
  padding-left: 20px;
  padding-right: 20px;
}

.content {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .container-custom {
    padding-left: 35px;
    padding-right: 35px;
  }

  .container-custom-2 {
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
  }

  .wrapper-grid-main {
    display: grid;
    grid-template-columns: 1fr 3.3fr;
  }

  .container-custom-2.aside-left {
    display: none;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-custom-2 {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-grid-main {
    grid-template-columns: 1fr 3.05fr 1fr;
  }
}
@media (min-width: 1400px) {
  .wrapper-grid-main {
    grid-template-columns: 1fr 3.2fr 1fr;
  }

  .container-custom-2 {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1920px) {
  .wrapper-grid-main {
    grid-template-columns: 1fr 3.6fr 1fr;
  }

  .container-custom-2 {
    max-width: 1470px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.range-slider {
  position: relative;
  height: 25px;
  float: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: transparent;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  left: 70px;
  right: 70px;
  width: calc(100% - 180px);
  height: 10px;
  top: 7px;
  outline: none;
  margin: 0;
  padding: 0;
}
.range-slider input[type=range]::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  background-color: black;
  top: calc(50% - 1px);
}
.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #000));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #999999 0, #000 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
@media (max-width: 767px) {
  .range-slider {
    position: relative;
    height: 25px;
    float: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .range-slider input[type=range] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: transparent;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    top: 7px;
    outline: none;
    margin: 0;
    padding: 0;
  }
  .range-slider input[type=range]::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    background-color: black;
    top: calc(50% - 1px);
  }
  .range-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #000));
    /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top, #999999 0, #000 100%);
    /* older mobile safari and android > 2.2 */
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
  }
  .range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
  }
  .range-slider input[type=range]::-moz-focus-outer {
    border: 0;
  }
  .range-slider input[type=range] {
    left: 0;
    width: 100%;
  }
}
.range-wrapper {
  position: relative;
}
@media (min-width: 1280px) {
  .range-wrapper {
    flex: 1 0 50%;
    max-width: 400px;
  }
}
.rangeValues-right {
  font-size: 14px;
  border: 1px solid #000;
  height: 27px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .rangeValues-right {
    margin-top: 30px;
  }
}
.rangeValues-left {
  font-size: 14px;
  border: 1px solid #000;
  height: 27px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .rangeValues-left {
    margin-top: 30px;
  }
}

.block-name-money {
  display: flex;
  align-items: baseline;
}
.block-name-money .name-money {
  display: block;
  font-size: 18px;
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.modal-wrapper {
  overflow: auto;
}

.modal {
  transition: transform 0.4s linear, opacity 0.2s linear, visibility 0.4s linear;
  transform: translateY(100%);
  opacity: 0;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modal .closer {
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  min-height: 12px;
  background: url(./../images/cross.svg) no-repeat center;
  background-size: auto 100%;
}
.modal.show {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.modal-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #10E6D9;
  min-width: 280px;
  min-height: 280px;
  max-width: 1000px;
  padding: 30px;
  margin: 20px;
}
.modal-wrapper > {
  min-width: 100%;
}
.modal-footer, .modal-header, .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-body {
  flex-direction: column;
  position: relative;
}
.modal-body .closer {
  filter: invert(100%);
}
.modal-title {
  font-family: Acworth, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
}
@media (max-width: 768px) {
  .modal-title {
    line-height: 24px;
    font-size: 20px;
  }
}
.modal-caption {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-caption {
    line-height: 18px;
    font-size: 14px;
  }
}
.modal-footer-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background: #FFFFFF;
  flex: none;
  flex-grow: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 768px) {
  .modal-footer-btn {
    line-height: 18px;
    font-size: 14px;
  }
}

#modal-new-reviews .modal-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 30px 20px;
}
#modal-new-reviews .wrapper-comment {
  width: 100%;
  margin-bottom: 30px;
}
#modal-new-reviews textarea {
  width: 100%;
  min-height: 140px;
  padding: 40px 20px 0;
}
#modal-new-reviews textarea::placeholder {
  font-size: 16px;
  color: #000;
}
#modal-new-reviews .block-top-modal-review {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
#modal-new-reviews .block-top-modal-review {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  grid-template-areas: "  logo-user-modal name" " block-rating block-rating";
  width: 100%;
  margin-bottom: 30px;
}
#modal-new-reviews .block-top-modal-review .logo-user-modal {
  grid-area: logo-user-modal;
}
#modal-new-reviews .logo-company-modal {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
#modal-new-reviews .logo-user-modal {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
#modal-new-reviews .name {
  font-weight: 700;
  font-size: 16px;
  grid-area: name;
}
#modal-new-reviews .block-rating {
  display: flex;
  align-items: center;
  grid-area: block-rating;
}
#modal-new-reviews .block-rating > li {
  padding: 0 5px;
}
#modal-new-reviews .block-rating > li:last-child {
  margin-left: 20px;
}
#modal-new-reviews .modal-caption {
  width: 100%;
}
#modal-new-reviews .modal-footer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: baseline;
}
#modal-new-reviews .modal-footer-btn {
  padding: 10px 30px;
  font-size: 16px;
  line-height: 120%;
  border: 1px solid #000;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  text-transform: capitalize;
}
#modal-new-reviews .action-button {
  font-size: 16px;
  padding: 10px 30px;
  background-color: #10E6D9;
  border: 1px solid #10E6D9;
  margin-top: 0;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  #modal-new-reviews .modal-footer {
    margin-left: auto;
  }
  #modal-new-reviews .modal-wrapper {
    max-width: 420px;
    margin: 0 auto;
    padding: 30px;
  }
  #modal-new-reviews .modal-footer {
    flex-direction: row;
  }
  #modal-new-reviews .logo-company-modal {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-bottom: 40px;
  }
  #modal-new-reviews .icon-star.pasive::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }
  #modal-new-reviews .block-top-modal-review {
    align-items: flex-start;
    grid-gap: 10px;
    grid-template-columns: 70px auto;
    grid-template-areas: "logo-user-modal name" "logo-user-modal block-rating";
  }
  #modal-new-reviews .action-button, #modal-new-reviews .modal-footer-btn {
    width: fit-content;
    margin-top: 0;
  }
  #modal-new-reviews .wrapper-comment {
    margin-bottom: 40px;
  }
  #modal-new-reviews .action-button {
    margin-left: 20px;
  }
  #modal-new-reviews textarea {
    min-height: 120px;
  }
}
@media (min-width: 1440px) {
  #modal-new-reviews textarea {
    min-height: 100px;
  }
  #modal-new-reviews .modal-wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
  #modal-new-reviews .modal-footer-btn {
    padding: 10px 30px;
    font-size: 24px;
    line-height: 120%;
  }
}

.modal-user-identification {
  background-color: #fff;
  font-size: 14px;
  line-height: 130%;
  overflow: auto;
  color: #535353;
  width: 100%;
  max-width: 100%;
  padding: 0 20px 20px;
  position: relative;
  height: 100%;
}
.modal-user-identification::-webkit-scrollbar {
  width: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-user-identification::-webkit-scrollbar-track {
  background: #EFEDED;
  border-radius: 2px;
}
.modal-user-identification::-webkit-scrollbar-thumb {
  background: #AAABAB;
  border-radius: 2px;
}
.modal-user-identification .modal-title.lg-hidden {
  padding-top: 20px;
}
.modal-user-identification .modal-body {
  padding-top: 75px;
}
.modal-user-identification .top-block {
  position: fixed;
  border-bottom: 1px solid #000;
  margin: 0 -20px;
  padding: 20px 20px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
}
.modal-user-identification .top-block .closer {
  filter: invert(100%);
  min-width: 20px;
  width: 20px;
  height: 15px;
  min-height: 15px;
  top: 30px;
  right: 20px;
}
.modal-user-identification .top-block .logo svg {
  width: 136px;
  height: 30px;
}
.modal-user-identification .wrapper-body {
  position: relative;
  max-width: 330px;
  margin: 0 auto;
}
.modal-user-identification .modal-title {
  margin: 0;
  font-size: 26px;
  line-height: 110%;
  font-weight: 700;
  font-family: Acworth, sans-serif;
}
.modal-user-identification p {
  margin: 20px 0;
  text-align: left;
  margin-right: auto;
}
.modal-user-identification .form-user-identification {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
}
.modal-user-identification input {
  width: 100%;
  border: 1px solid #535353;
  height: 47px;
  padding: 15px 10px;
}
.modal-user-identification input::placeholder {
  color: #000;
}
.modal-user-identification .forgot-password {
  color: #535353;
  text-align: center;
  display: block;
  cursor: pointer;
  text-decoration: underline;
}
.modal-user-identification .action-button {
  color: #000;
  border: 1px solid #535353;
  height: 47px;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-user-identification .action-button.exit {
  font-weight: 700;
  background-color: #9F72FF;
  color: #fff;
  border: none;
}
.modal-user-identification .list-social-network {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.modal-user-identification .list-social-network a:hover {
  cursor: pointer;
}
.modal-user-identification .text-arror {
  color: #ED534B;
  font-weight: 700;
  margin-top: -15px;
}
.modal-user-identification .send-code {
  text-align: center;
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal-user-identification p {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .modal-user-identification .form-user-identification {
    grid-gap: 30px;
  }
}
@media (min-width: 992px) {
  .modal-user-identification {
    max-width: 570px;
    padding: 0 30px 30px;
    height: auto;
  }
  .modal-user-identification .text-arror {
    margin-top: -20px;
  }
  .modal-user-identification .top-block {
    border: none;
    padding: 40px 30px 20px;
    max-width: 510px;
    margin: 0 auto;
  }
  .modal-user-identification .top-block .closer {
    top: 20px;
    right: 0;
  }
  .modal-user-identification .top-block .modal-title {
    display: block;
    text-align: center;
  }
  .modal-user-identification .modal-title {
    font-size: 29px;
    padding: 0 50px;
  }
}
@media (min-width: 1440px) {
  .modal-user-identification {
    font-size: 16px;
  }
  .modal-user-identification input {
    height: 50px;
  }
  .modal-user-identification input::placeholder {
    font-size: 16px;
  }
  .modal-user-identification .action-button {
    height: 50px;
  }
  .modal-user-identification .list-social-network {
    justify-content: center;
  }
  .modal-user-identification .list-social-network > li {
    padding: 0 35px;
  }
}
@media (min-width: 1920px) {
  .modal-user-identification {
    font-size: 18px;
  }
  .modal-user-identification .modal-title {
    font-size: 36px;
  }
  .modal-user-identification .action-button, .modal-user-identification input {
    height: 52px;
  }
}

#modal-login, #modal-registration, #modal-verification {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  #modal-login, #modal-registration, #modal-verification {
    justify-content: center;
  }
  #modal-login .modal-user-identification, #modal-registration .modal-user-identification, #modal-verification .modal-user-identification {
    margin-top: 50px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./../images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(./../fonts/slick.eot);
  src: url(./../fonts/slick.eot) format("embedded-opentype"), url(./../fonts/slick.woff) format("woff"), url(./../fonts/slick.ttf) format("truetype"), url(./../images/slick.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.range-slider {
  position: relative;
  height: 25px;
  float: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  border-radius: 14px;
  background: transparent;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  left: 70px;
  right: 70px;
  width: calc(100% - 180px);
  height: 10px;
  top: 7px;
  outline: none;
  margin: 0;
  padding: 0;
}
.range-slider input[type=range]::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  background-color: black;
  top: calc(50% - 1px);
}
.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 14px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #000));
  /* android <= 2.2 */
  background-image: -webkit-linear-gradient(top, #999999 0, #000 100%);
  /* older mobile safari and android > 2.2 */
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #999999 0, #000 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
@media (max-width: 767px) {
  .range-slider {
    position: relative;
    height: 25px;
    float: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .range-slider input[type=range] {
    pointer-events: none;
    position: absolute;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 14px;
    background: transparent;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), inset 0 -1px 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    left: 0;
    right: 0;
    width: 100%;
    height: 10px;
    top: 7px;
    outline: none;
    margin: 0;
    padding: 0;
  }
  .range-slider input[type=range]::after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    background-color: black;
    top: calc(50% - 1px);
  }
  .range-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #000));
    /* android <= 2.2 */
    background-image: -webkit-linear-gradient(top, #999999 0, #000 100%);
    /* older mobile safari and android > 2.2 */
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 14px;
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-ms-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -ms-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 14px;
    border: 0;
    background-image: linear-gradient(to bottom, #999999 0, #000 100%);
    /* W3C */
  }
  .range-slider input[type=range]::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: black;
    border: 0;
  }
  .range-slider input[type=range]:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
  }
  .range-slider input[type=range]::-moz-focus-outer {
    border: 0;
  }
  .range-slider input[type=range] {
    left: 0;
    width: 100%;
  }
}
.range-wrapper {
  position: relative;
}
@media (min-width: 1280px) {
  .range-wrapper {
    flex: 1 0 50%;
    max-width: 400px;
  }
}
.rangeValues-right {
  font-size: 14px;
  border: 1px solid #000;
  height: 27px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .rangeValues-right {
    margin-top: 30px;
  }
}
.rangeValues-left {
  font-size: 14px;
  border: 1px solid #000;
  height: 27px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .rangeValues-left {
    margin-top: 30px;
  }
}

.block-name-money {
  display: flex;
  align-items: baseline;
}
.block-name-money .name-money {
  display: block;
  font-size: 18px;
  margin-left: 7px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: transform 0.4s ease-in;
}
.icon > :not(:first-child) {
  display: block;
  padding-left: 1rem;
  flex: 1 1 auto;
}

.icon-bookmark {
  z-index: 200;
}
@media (min-width: 1280px) {
  .icon-bookmark::before {
    content: "";
    display: block;
    width: 23px;
    min-width: 23px;
    height: 36px;
    min-height: 36px;
    background: url(./../images/icon-bookmark.svg) no-repeat center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 25;
  }
}
@media (min-width: 1400px) {
  .icon-bookmark::before {
    content: "";
    display: block;
    width: 27px;
    min-width: 27px;
    height: 40px;
    min-height: 40px;
    background: url(./../images/icon-bookmark.svg) no-repeat center;
    background-size: auto 100%;
    right: 40px;
  }
}
@media (min-width: 1900px) {
  .icon-bookmark::before {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 60px;
    min-height: 60px;
    background: url(./../images/icon-bookmark.svg) no-repeat center;
    background-size: auto 100%;
    right: 50px;
  }
}

.icon-user::before {
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  background: url(./../images/icon-user.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1400px) {
  .icon-user::before {
    content: "";
    display: block;
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    background: url(./../images/icon-user.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-cross::before {
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  background: url(./../images/cross.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1400px) {
  .icon-cross::before {
    width: 34px;
    height: 34px;
  }
}

.icon-tysovka::before {
  content: "";
  display: block;
  width: 160px;
  min-width: 160px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/tusovka.svg) no-repeat center;
  background-size: auto 100%;
}

.btn-search::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  background: url(./../images/icon-search.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1400px) {
  .btn-search::before {
    content: "";
    display: block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    background: url(./../images/icon-search.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-email {
  margin-right: 7px;
}
.icon-email::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 13px;
  min-height: 13px;
  background: url(./../images/icon-email.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-email::before {
    content: "";
    display: block;
    width: 22px;
    min-width: 22px;
    height: 16px;
    min-height: 16px;
    background: url(./../images/icon-email.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1900px) {
  .icon-email::before {
    content: "";
    display: block;
    width: 26px;
    min-width: 26px;
    height: 19px;
    min-height: 19px;
    background: url(./../images/icon-email.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-phone {
  margin-right: 7px;
}
.icon-phone::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  min-height: 17px;
  background: url(./../images/phone-black.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-phone::before {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/phone-black.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1900px) {
  .icon-phone::before {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/phone-black.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-facebook {
  justify-content: center;
}
.icon-facebook::before {
  content: "";
  display: block;
  width: 9px;
  min-width: 9px;
  height: 17px;
  min-height: 17px;
  background: url(./../images/facebook-footer.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-facebook::before {
    content: "";
    display: block;
    width: 12px;
    min-width: 12px;
    height: 24px;
    min-height: 24px;
    background: url(./../images/facebook-footer.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-vk {
  justify-content: center;
}
.icon-vk::before {
  content: "";
  display: block;
  width: 19px;
  min-width: 19px;
  height: 11px;
  min-height: 11px;
  background: url(./../images/vk-footer.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-vk::before {
    content: "";
    display: block;
    width: 28px;
    min-width: 28px;
    height: 16px;
    min-height: 16px;
    background: url(./../images/vk-footer.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-telegram {
  justify-content: center;
}
.icon-telegram::before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 14px;
  min-height: 14px;
  background: url(./../images/telegram-footer.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-telegram::before {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/telegram-footer.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-instagram {
  justify-content: center;
}
.icon-instagram::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/instagram-footer.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1280px) {
  .icon-instagram::before {
    content: "";
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    background: url(./../images/instagram-footer.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-anonymous-user {
  justify-content: center;
}
.icon-anonymous-user::before {
  content: "";
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  background: url(./../images/anonymous-user.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-anonymous-user::before {
    content: "";
    display: block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    background: url(./../images/anonymous-user.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1280px) {
  .icon-anonymous-user::before {
    content: "";
    display: block;
    width: 142px;
    min-width: 142px;
    height: 142px;
    min-height: 142px;
    background: url(./../images/anonymous-user.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1440px) {
  .icon-anonymous-user::before {
    content: "";
    display: block;
    width: 162px;
    min-width: 162px;
    height: 162px;
    min-height: 162px;
    background: url(./../images/anonymous-user.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-anonymous-user-2 {
  justify-content: center;
}
.icon-anonymous-user-2::before {
  content: "";
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  background: url(./../images/anonymous-user-2.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-anonymous-user-2::before {
    content: "";
    display: block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    background: url(./../images/anonymous-user-2.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1280px) {
  .icon-anonymous-user-2::before {
    content: "";
    display: block;
    width: 142px;
    min-width: 142px;
    height: 142px;
    min-height: 142px;
    background: url(./../images/anonymous-user-2.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1440px) {
  .icon-anonymous-user-2::before {
    content: "";
    display: block;
    width: 162px;
    min-width: 162px;
    height: 162px;
    min-height: 162px;
    background: url(./../images/anonymous-user-2.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-sign {
  justify-content: center;
}
.icon-sign::before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(./../images/icon-sign.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-arrow-down-start {
  justify-content: center;
}
.icon-arrow-down-start::before {
  margin-right: 7px;
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 8px;
  min-height: 8px;
  background: url(./../images/arrow-down-start.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-interactive-question-check {
  justify-content: center;
}
.icon-interactive-question-check::before {
  margin-right: 15px;
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(./../images/interactive-question-check.svg) no-repeat center;
  background-size: auto 100%;
}

.aside-left .icon-facebook::before {
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 22px;
  min-height: 22px;
  background: url(./../images/facebook-footer.svg) no-repeat center;
  background-size: auto 100%;
}
.aside-left .icon-vk::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/vk-footer.svg) no-repeat center;
  background-size: auto 100%;
}
.aside-left .icon-telegram::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 19px;
  min-height: 19px;
  background: url(./../images/telegram-footer.svg) no-repeat center;
  background-size: auto 100%;
}
.aside-left .icon-instagram::before {
  content: "";
  display: block;
  width: 21px;
  min-width: 21px;
  height: 21px;
  min-height: 21px;
  background: url(./../images/instagram-footer.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-facebook-gray {
  justify-content: center;
}
.icon-facebook-gray::before {
  content: "";
  display: block;
  width: 12px;
  min-width: 12px;
  height: 24px;
  min-height: 24px;
  background: url(./../images/icon-facebook-gray.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-vk-gray {
  justify-content: center;
}
.icon-vk-gray::before {
  content: "";
  display: block;
  width: 28px;
  min-width: 28px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/vk-gray.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-telegram-gray {
  justify-content: center;
}
.icon-telegram-gray::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/telegram-gray.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-instagram-gray {
  justify-content: center;
}
.icon-instagram-gray::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  background: url(./../images/instagram-gray.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-twitter-gray {
  justify-content: center;
}
.icon-twitter-gray::before {
  content: "";
  display: block;
  width: 22px;
  min-width: 22px;
  height: 18px;
  min-height: 18px;
  background: url(./../images/twitter.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-everad {
  padding: 10px 0;
}
.icon-everad::before {
  content: "";
  display: block;
  width: 120px;
  min-width: 120px;
  height: 24px;
  min-height: 24px;
  background: url(./../images/Everad-logo.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-add-file {
  padding: 10px 0;
}
.icon-add-file::before {
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/add-file.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1920px) {
  .icon-add-file {
    padding: 20px 0;
  }
  .icon-add-file::before {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background: url(./../images/add-file.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-share::before {
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 15px;
  min-height: 15px;
  background: url(./../images/icon-share.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-like::before {
  padding-right: 10px;
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/icon-like.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-not-like::before {
  padding-right: 10px;
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/icon-not-like.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-calendar {
  margin-left: 15px;
}
.icon-calendar::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/calendar.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-clock {
  margin-left: 15px;
}
.icon-clock::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/clock.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-down::after {
  margin-left: 5px;
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/icon-down.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-views-small {
  margin-right: 8px;
}
.icon-views-small::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 9px;
  min-height: 9px;
  background: url(./../images/views-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-views-small::before {
    content: "";
    display: block;
    width: 19px;
    min-width: 19px;
    height: 11px;
    min-height: 11px;
    background: url(./../images/views-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-views-small::before {
    content: "";
    display: block;
    width: 21px;
    min-width: 21px;
    height: 13px;
    min-height: 13px;
    background: url(./../images/views-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.icon-views-small.white::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 9px;
  min-height: 9px;
  background: url(./../images/views-small-white.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-views-small.white::before {
    content: "";
    display: block;
    width: 19px;
    min-width: 19px;
    height: 11px;
    min-height: 11px;
    background: url(./../images/views-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-views-small.white::before {
    content: "";
    display: block;
    width: 21px;
    min-width: 21px;
    height: 13px;
    min-height: 13px;
    background: url(./../images/views-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-comments-small {
  margin-right: 8px;
}
.icon-comments-small::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/icon-comments-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-comments-small::before {
    content: "";
    display: block;
    width: 13px;
    min-width: 13px;
    height: 12px;
    min-height: 12px;
    background: url(./../images/icon-comments-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-comments-small::before {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 15px;
    min-height: 15px;
    background: url(./../images/icon-comments-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.icon-comments-small.white::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/comments-small-white.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-comments-small.white::before {
    content: "";
    display: block;
    width: 13px;
    min-width: 13px;
    height: 12px;
    min-height: 12px;
    background: url(./../images/comments-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-comments-small.white::before {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 15px;
    min-height: 15px;
    background: url(./../images/comments-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-star.active::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  background: url(./../images/star-active.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-star.active-pasive::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  background: url(./../images/star-active-pasive.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-star.pasive::before {
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  background: url(./../images/star-pasive.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-stop {
  margin-right: 3px;
}
.icon-stop::before {
  width: fit-content;
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(./../images/icon-stop.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-check {
  margin-right: 3px;
}
.icon-check::before {
  width: fit-content;
  content: "";
  display: block;
  width: 23px;
  min-width: 23px;
  height: 23px;
  min-height: 23px;
  background: url(./../images/icon-check.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-saves-small {
  margin-right: 8px;
}
.icon-saves-small::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/saves-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-saves-small::before {
    content: "";
    display: block;
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    background: url(./../images/saves-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-saves-small::before {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 14px;
    min-height: 14px;
    background: url(./../images/saves-small.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.icon-saves-small.white::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/saves-small-white.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-saves-small.white::before {
    content: "";
    display: block;
    width: 9px;
    min-width: 9px;
    height: 12px;
    min-height: 12px;
    background: url(./../images/saves-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .icon-saves-small.white::before {
    content: "";
    display: block;
    width: 10px;
    min-width: 10px;
    height: 14px;
    min-height: 14px;
    background: url(./../images/saves-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}

@media (min-width: 768px) {
  .icon-user-violet::after {
    margin-left: 7px;
    content: "";
    display: block;
    width: 19px;
    min-width: 19px;
    height: 10px;
    min-height: 10px;
    background: url(./../images/icon-user-violet.svg) no-repeat center;
    background-size: auto 100%;
  }
}

@media (min-width: 768px) {
  .icon-arrow-right::after {
    margin-left: 7px;
    content: "";
    display: block;
    width: 19px;
    min-width: 19px;
    height: 10px;
    min-height: 10px;
    background: url(./../images/arrow-right.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-arrow-right-pagination::after {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/icon-arrow-right-pagination.svg) no-repeat center;
  background-size: auto 100%;
}

.telegram-black::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/telegram-black.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-arrow-left::before {
  margin-left: 7px;
  content: "";
  display: block;
  width: 25px;
  min-width: 25px;
  height: 13px;
  min-height: 13px;
  background: url(./../images/arrow-right-white.svg) no-repeat center;
  background-size: auto 100%;
  transform: rotate(180deg);
  margin-right: 10px;
}

.icon-arrow-down {
  align-items: baseline;
}
.icon-arrow-down::after {
  display: block;
  margin-left: 7px;
  content: "";
  display: block;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  background: url(./../images/arrow-down.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-girl-hr {
  align-items: baseline;
}
.icon-girl-hr::after {
  display: block;
  content: "";
  display: block;
  width: 210px;
  min-width: 210px;
  height: 160px;
  min-height: 160px;
  background: url(./../images/girl-hr.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-filter {
  margin-left: 7px;
}
.icon-filter::after {
  display: block;
  content: "";
  display: block;
  width: 18px;
  min-width: 18px;
  height: 20px;
  min-height: 20px;
  background: url(./../images/icon-filter.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-girl-hr-employment {
  align-items: baseline;
}
.icon-girl-hr-employment::after {
  display: block;
  content: "";
  display: block;
  width: 210px;
  min-width: 210px;
  height: 211px;
  min-height: 211px;
  background: url(./../images/icon-hr-employment.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-location::after {
  display: block;
  margin-right: 7px;
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 24px;
  min-height: 24px;
  background: url(./../images/icon-location.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-money::after {
  display: block;
  margin-right: 7px;
  content: "";
  display: block;
  width: 28px;
  min-width: 28px;
  height: 24px;
  min-height: 24px;
  background: url(./../images/icon-money.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-plus::after {
  display: block;
  margin-right: 7px;
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  background: url(./../images/icon-plus.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-add-img-text::after {
  display: block;
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  background: url(./../images/add-img-text.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-close-img-add::after {
  display: block;
  content: "";
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  background: url(./../images/close-img-add.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-article::after {
  display: block;
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/icon-article.svg) no-repeat center;
  background-size: auto 100%;
}

.icon-comment::after {
  display: block;
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/icon-comment.svg) no-repeat center;
  background-size: auto 100%;
}

.facebook-setting::after {
  display: block;
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/facebook-setting.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1440px) {
  .facebook-setting::after {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background: url(./../images/facebook-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1920px) {
  .facebook-setting::after {
    content: "";
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: url(./../images/facebook-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.vk-setting::after {
  display: block;
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/vk-setting.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1440px) {
  .vk-setting::after {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background: url(./../images/vk-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1920px) {
  .vk-setting::after {
    content: "";
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: url(./../images/vk-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.google-setting::after {
  display: block;
  content: "";
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  background: url(./../images/google-setting.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 1440px) {
  .google-setting::after {
    content: "";
    display: block;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background: url(./../images/google-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1920px) {
  .google-setting::after {
    content: "";
    display: block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    background: url(./../images/google-setting.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.icon-done::before {
  display: block;
  content: "";
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  background: url(./../images/icon-done.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .icon-done::before {
    content: "";
    display: block;
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
    background: url(./../images/icon-done.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1280px) {
  .icon-done::before {
    content: "";
    display: block;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    background: url(./../images/icon-done.svg) no-repeat center;
    background-size: auto 100%;
  }
}

.article .block-top-info-article .article-item_info-panel .icon-views-small::before {
  content: "";
  display: block;
  width: 16px;
  min-width: 16px;
  height: 9px;
  min-height: 9px;
  background: url(./../images/views-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .article .block-top-info-article .article-item_info-panel .icon-views-small::before {
    content: "";
    display: block;
    width: 24px;
    min-width: 24px;
    height: 14px;
    min-height: 14px;
    background: url(./../images/views-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .article .block-top-info-article .article-item_info-panel .icon-views-small::before {
    content: "";
    display: block;
    width: 30px;
    min-width: 30px;
    height: 18px;
    min-height: 18px;
    background: url(./../images/views-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.article .block-top-info-article .article-item_info-panel .icon-comments-small::before {
  content: "";
  display: block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/comments-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .article .block-top-info-article .article-item_info-panel .icon-comments-small::before {
    content: "";
    display: block;
    width: 17px;
    min-width: 17px;
    height: 16px;
    min-height: 16px;
    background: url(./../images/comments-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .article .block-top-info-article .article-item_info-panel .icon-comments-small::before {
    content: "";
    display: block;
    width: 21px;
    min-width: 21px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/comments-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.article .block-top-info-article .article-item_info-panel .icon-saves-small::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/saves-small.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .article .block-top-info-article .article-item_info-panel .icon-saves-small::before {
    content: "";
    display: block;
    width: 13px;
    min-width: 13px;
    height: 16px;
    min-height: 16px;
    background: url(./../images/saves-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .article .block-top-info-article .article-item_info-panel .icon-saves-small::before {
    content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/saves-small-white.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.article .block-top-info-article .article-item_info-panel .block-save-article:hover {
  cursor: pointer;
  font-weight: 700;
}
.article .block-top-info-article .article-item_info-panel .block-save-article:hover .icon-saves-small::before {
  content: "";
  display: block;
  width: 7px;
  min-width: 7px;
  height: 10px;
  min-height: 10px;
  background: url(./../images/saves-small-active.svg) no-repeat center;
  background-size: auto 100%;
}
@media (min-width: 768px) {
  .article .block-top-info-article .article-item_info-panel .block-save-article:hover .icon-saves-small::before {
    content: "";
    display: block;
    width: 13px;
    min-width: 13px;
    height: 16px;
    min-height: 16px;
    background: url(./../images/saves-small-active.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (min-width: 1400px) {
  .article .block-top-info-article .article-item_info-panel .block-save-article:hover .icon-saves-small::before {
    content: "";
    display: block;
    width: 14px;
    min-width: 14px;
    height: 20px;
    min-height: 20px;
    background: url(./../images/saves-small-active.svg) no-repeat center;
    background-size: auto 100%;
  }
}

@font-face {
  font-family: "Acworth";
  src: local("Acworth"), url(./../fonts/JehooCreative-AcworthBold.otf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Bold"), url(./../fonts/Montserrat-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Medium"), url(./../fonts/Montserrat-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Medium"), url(./../fonts/Montserrat-SemiBold.ttf);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat-Regular"), url(./../fonts/Montserrat-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
header {
  border-bottom: 1px solid #000;
}

.cont {
  width: 100%;
  overflow: hidden;
  background-color: rgba(16, 230, 217, 0.5);
}
.cont a {
  color: #000;
}

.scorri {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tithome {
  animation-name: marquee;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  height: 50px;
}
.tithome li {
  width: fit-content;
  display: inline-block;
  list-style: none;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .tithome {
    height: 30px;
  }
  .tithome li {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 1279px) {
  .tithome {
    height: 40px;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.header-wpapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.menu_icon-left {
  display: none;
}

.right-block-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper-icon-tysovka {
  display: none;
}

.logo {
  width: 136px;
  margin-right: 29px;
}
.logo svg {
  width: 100%;
}

.btn-search {
  border: none;
  background-color: transparent;
}

@media (max-width: 991px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
    background-color: #fff;
  }

  .block-search {
    margin-right: 20px;
    display: flex;
    align-items: center;
    position: inherit;
  }
  .block-search input.input-search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 0.3s;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #000;
    top: 90px;
    left: 6%;
    width: 88%;
    right: 0;
    height: 35px;
    z-index: 20;
  }
  .block-search input.input-search.active {
    opacity: 1;
    visibility: visible;
  }
  .block-search input.input-search:focus-visible {
    outline: inherit;
    border-radius: 0;
  }

  .menu_icon {
    display: block;
    z-index: 5;
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
    margin-left: 20px;
  }

  .menu_icon span,
.menu_icon::before,
.menu_icon::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000;
  }

  .menu_icon::before,
.menu_icon::after {
    content: "";
  }

  .menu_icon::before {
    top: 0;
  }

  .menu_icon::after {
    bottom: 0;
  }

  .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
}
@media (min-width: 992px) {
  .menu-type-2 .menu_icon-left {
    display: block;
  }

  .wrapper-icon-tysovka {
    display: flex;
    align-items: center;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 888;
    background-color: #fff;
  }

  .wrapper-marquee {
    padding: 12px 0;
  }

  .logo {
    width: 204px;
  }

  .block-search {
    margin-right: 20px;
    display: flex;
    align-items: center;
  }
  .block-search input {
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #000;
    margin-right: 5px;
    margin-top: 7px;
  }
  .block-search input:focus-visible {
    box-shadow: none;
    outline-color: unset;
    outline-width: 0;
  }
}
@media (min-width: 1280px) {
  .block-search .input-search {
    width: 320px;
  }

  .logo {
    margin-right: -120px;
  }
}
@media (min-width: 1400px) {
  .logo {
    width: 228px;
  }

  .block-search {
    margin-right: 40px;
  }

  .header-wpapper {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .wrapper-marquee {
    padding: 15px 0;
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  .logo {
    width: 246px;
  }
}
.wrapper {
  min-height: 100%;
}

body._lock {
  overflow: hidden;
}
body._lock .menu::before {
  content: "";
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9998;
}

.aside-right {
  display: none;
}

.block-year {
  color: #000;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 30px;
  border: 1px solid #000;
  line-height: 19px;
}

.list-contact-icon {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-top: 50px;
  margin-bottom: 15px;
}
.list-contact-icon > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 8px;
  font-size: 15px;
  font-weight: 700;
  padding-top: 7px;
}
.list-contact-icon > li:last-child {
  margin-right: 0;
}
.list-contact-icon > li a {
  color: #000;
}

.list-soc-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-soc-icon > li {
  margin-right: 20px;
}

.list-linc-pages {
  padding-top: 25px;
}

.link-page {
  margin-bottom: 14px;
}
.link-page a {
  color: #000;
  font-size: 14px;
  padding: 2px 10px;
  border-radius: 30px;
  border: 1px solid #000;
  line-height: 19px;
}

.header_container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.menu_icon {
  display: none;
}

.aside_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  font-family: Acworth, sans-serif;
  text-transform: uppercase;
}
.aside_title .aside_title_link {
  color: #000;
  background-color: rgba(16, 230, 217, 0.8);
}

.menu_list {
  margin-bottom: 20px;
  padding-left: 10px;
  list-style-type: disc;
  font-family: Montserrat, sans-serif;
}
.menu_list .menu_link {
  color: #000;
  font-size: 14px;
  line-height: 125%;
  font-weight: 500;
}

.menu_list > li {
  position: relative;
}

.menu_link:hover {
  text-decoration: underline;
}

.menu_arrow {
  display: none;
}

.menu_list > .menu-link-wrapper {
  position: relative;
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.menu_list > .menu-link-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: black;
  left: -15px;
}

body._touch .menu_link {
  flex: 1 1 auto;
}

body._touch .menu_arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  transition: transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}

body._pc .menu_list > li:hover .menu_sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu_list > li._active .menu_sub-list {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  pointer-events: all;
}

body._touch .menu_list > li._active .menu_arrow {
  transform: rotate(-180deg);
}

.name-partner {
  font-size: 14px;
}

.block-footer-aside {
  visibility: hidden;
  opacity: 0;
  transition: all 2s;
  -webkit-transition: all 2s;
  height: 0;
  padding-bottom: 25px;
}
.block-footer-aside.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.block-footer-aside .wrapper-block-year .block-year {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: fit-content;
}
.block-footer-aside .link-page {
  margin-bottom: 15px;
}
.block-footer-aside .link-page a {
  font-size: 12px;
  padding: 4px 10px;
}
@media (min-width: 992px) {
  .block-footer-aside .link-page a {
    font-size: 10px;
    padding: 4px 10px;
  }
  .block-footer-aside .block-year {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .block-footer-aside .link-page a {
    font-size: 12px;
    padding: 4px 10px;
  }
  .block-footer-aside .block-year {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .block-footer-aside .link-page {
    margin-bottom: 17px;
  }
  .block-footer-aside .link-page a {
    font-size: 12px;
    padding: 3px 7px;
  }
  .block-footer-aside .block-year {
    font-size: 13px;
  }
}
@media (min-width: 1440px) {
  .block-footer-aside .link-page a {
    font-size: 13px;
    padding: 3px 10px;
  }
}

.btn-about-project {
  margin-top: 40px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 9px;
  cursor: pointer;
  color: #000;
  font-size: 14px;
}
.btn-about-project:hover, .btn-about-project:active {
  color: #000;
}

@media (min-width: 767px) {
  .menu_sub-list {
    transform: translate(0px, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease 0s;
  }

  .menu_body {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  aside {
    padding-right: 30px;
  }

  .menu_icon {
    display: block;
    z-index: 5;
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
  }

  .menu_icon span,
.menu_icon::before,
.menu_icon::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000;
    border-radius: 3px;
  }

  .menu_icon::before,
.menu_icon::after {
    content: "";
  }

  .menu_icon::before {
    top: 0;
  }

  .menu_icon::after {
    bottom: 0;
  }

  .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }

  .menu_icon._active span {
    transform: scale(0) translate(0px, -50%);
  }

  .menu_icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0.25px, -50%);
  }

  .menu_icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0.25px, 50%);
  }

  .menu_body {
    position: fixed;
    top: 93px;
    left: -100%;
    width: 100%;
    bottom: 0;
    background-color: white;
    padding: 30px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }

  .menu_body._active {
    left: 0;
    z-index: 9999;
  }

  .menu_list > li {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }

  .menu_list > li._active .menu_sub-list {
    display: block;
  }

  .menu_list > li:last-child {
    margin-bottom: 0;
  }

  .menu_link {
    font-size: 24px;
  }

  .menu_sub-list {
    position: relative;
    background-color: #fff;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
    display: none;
  }

  .menu_sub-link {
    font-size: 20px;
    color: #000;
  }
}
.content-page .aside .block-footer {
  display: none;
}

@media (min-width: 992px) {
  .menu-type-2 .block-footer {
    display: none;
  }
  .menu-type-2 .aside {
    padding-top: 0;
  }
  .menu-type-2 .menu_icon {
    display: none;
    z-index: 5;
    position: relative;
    width: 22px;
    height: 20px;
    cursor: pointer;
  }
  .menu-type-2 .menu_icon.menu_icon-left {
    display: block;
  }
  .menu-type-2 .icon-tysovka {
    margin-left: 20px;
  }
  .menu-type-2 .menu_icon span,
.menu-type-2 .menu_icon::before,
.menu-type-2 .menu_icon::after {
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #000;
    border-radius: 3px;
  }
  .menu-type-2 .menu_icon::before,
.menu-type-2 .menu_icon::after {
    content: "";
  }
  .menu-type-2 .menu_icon::before {
    top: 0;
  }
  .menu-type-2 .menu_icon::after {
    bottom: 0;
  }
  .menu-type-2 .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu-type-2 .menu_icon._active span {
    transform: scale(0) translate(0px, -50%);
  }
  .menu-type-2 .menu_icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0.25px, -50%);
  }
  .menu-type-2 .menu_icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0.25px, 50%);
  }
  .menu-type-2 .menu_icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu-type-2 .menu_body {
    position: absolute;
    top: 118px;
    left: -100%;
    width: 320px;
    bottom: 0;
    background-color: white;
    padding: 30px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu-type-2 .menu_body._active {
    left: 0;
    z-index: 9999;
    position: fixed;
  }
  .menu-type-2 .menu_list > li {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .menu-type-2 .menu_list > li._active .menu_sub-list {
    display: block;
  }
  .menu-type-2 .menu_list > li:last-child {
    margin-bottom: 0;
  }
  .menu-type-2 .menu_sub-list {
    position: relative;
    background-color: #fff;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
    display: none;
  }
  .menu-type-2 .aside_title {
    font-size: 20px;
  }
  .menu-type-2 .menu-link {
    font-size: 15px;
    line-height: 130%;
  }
}
@media (min-width: 1280px) {
  .menu-type-2 aside {
    padding-top: 0;
  }
}
@media (min-width: 1440px) {
  .menu-type-2 .icon-tysovka {
    margin-left: 40px;
  }
  .menu-type-2 aside {
    padding-top: 0;
  }
  .menu-type-2 .menu_body {
    top: 138px;
  }
}

@media (min-width: 992px) {
  .aside-left.header_menu {
    padding-top: 0;
  }
  .aside-left.header_menu .icon-tysovka {
    display: none;
  }

  aside .block-footer {
    font-size: 12px;
  }
  aside .block-footer .block-year {
    font-size: 12px;
  }
  aside .block-footer .link-page a {
    font-size: 11px;
    padding: 2px 7px;
  }

  .menu_body {
    max-width: 100%;
    padding-top: 20px;
  }

  aside {
    background-color: #fff;
    padding-top: 30px;
  }

  .aside-right {
    text-align: right;
  }
  .aside-right .aside-data, .aside-right .aside-time {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  .aside-right .aside-data .fw-600, .aside-right .aside-time .fw-600 {
    font-weight: 600;
  }

  .list-contact-icon {
    flex-direction: row;
  }
}
@media (min-width: 1250px) {
  .aside-right {
    display: block;
  }
}
@media (min-width: 1280px) {
  .aside_title {
    font-size: 18px;
  }

  aside .block-footer {
    font-size: 13px;
  }
  aside .block-footer .block-year {
    font-size: 13px;
    padding: 4px 10px;
  }
  aside .block-footer .link-page a {
    font-size: 12px;
    padding: 4px 7px;
  }
  aside .block-footer .link-page {
    margin-bottom: 19px;
  }
}
@media (min-width: 1400px) {
  aside {
    padding-top: 50px;
  }

  .aside_title {
    font-size: 20px;
  }

  .aside-right {
    padding-top: 40px;
  }
}
@media (min-width: 1920px) {
  aside .aside-data, aside .aside-time {
    font-size: 18px;
  }
}
.text-icon-flex {
  width: fit-content;
}
.text-icon-flex .img {
  margin-right: 5px;
  display: block;
  float: left;
  margin-top: 5px;
}

.img {
  max-width: 100%;
  height: auto;
}

.main-img {
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: 0.3s;
}

.img-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  transition: 0.3s;
}

.aside-right-hr-director {
  position: relative;
  padding-bottom: 20px;
}
.aside-right-hr-director .wrapper-block-hr-director {
  margin: 0 auto;
  width: 240px;
  height: 268.2080924855px;
  background: url(./../images/hr-director.svg) no-repeat;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
}
.aside-right-hr-director .block-info {
  margin-right: 5px;
  box-sizing: border-box;
  padding: 0 5px 20px;
  font-family: Acworth, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  position: relative;
  z-index: 15;
}
.aside-right-hr-director .block-info a {
  padding: 5px 10px;
  background: rgba(255, 87, 198, 0.5);
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 540px) {
  .aside-right-hr-director {
    margin-bottom: 20px;
  }
  .aside-right-hr-director .wrapper-block-hr-director {
    width: 480px;
    height: 536.4161849711px;
  }
  .aside-right-hr-director .block-info {
    font-size: 24px;
    line-height: 28px;
    padding: 0 15px 40px;
  }
  .aside-right-hr-director .block-info p {
    padding-bottom: 20px;
  }
}
@media (max-width: 1279px) {
  .aside-right-hr-director:not(.dnone) {
    display: none;
  }
}
@media (min-width: 1280px) {
  .aside-right-hr-director.dnone {
    display: none;
  }
  .aside-right-hr-director:not(.dnone) {
    display: block;
    margin: 0;
  }
  .aside-right-hr-director:not(.dnone) .wrapper-block-hr-director {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 600px;
  }
}
@media (min-width: 1920px) {
  .aside-right-hr-director:not(.dnone) .wrapper-block-hr-director {
    bottom: 720px;
  }
}

.list_article-item {
  position: relative;
}
.list_article-item .item-wrapper {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.list_article-item:last-child {
  margin-bottom: 0;
}

.text-hover.bg-green {
  background: linear-gradient(transparent 15%, rgba(16, 230, 217, 0.6) 10%, #10E6D97F 90%, transparent 85%);
}
.text-hover.bg-red {
  background: linear-gradient(transparent 15%, #ED534B7F 10%, #ED534B7F 90%, transparent 85%);
}
.text-hover.bg-orange {
  background: linear-gradient(transparent 15%, #FFA8007F 10%, #FFA8007F 90%, transparent 85%);
}
.text-hover.bg-pink {
  background: linear-gradient(transparent 15%, #FF57C67F 10%, #FF57C67F 90%, transparent 85%);
}
.text-hover.bg-violet {
  background: linear-gradient(transparent 15%, #9F72FF7F 10%, #9F72FF7F 90%, transparent 85%);
}

.wrapper-img-prev {
  position: relative;
  overflow: hidden;
  min-height: 110px;
}
.wrapper-img-prev.px-20 .list-hashtag {
  padding-left: 0;
}
.wrapper-img-prev.pl-20 .list-hashtag {
  padding-left: 0;
}
.wrapper-img-prev.px-40 .list-hashtag {
  padding-left: 0;
  margin-left: -20px;
}

.anim-template {
  position: relative;
  display: block;
  z-index: 15;
}
.anim-template img:not(.animation-1, .animation-2, .animation-3) {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transition: 0.3s;
}

.wrapper-info-article {
  padding: 0 20px 20px 20px;
  /*flex: 1 0 auto;*/
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.article-item-title {
  color: #000;
  font-size: 26px;
  line-height: 118%;
  font-family: Acworth, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
  z-index: 16;
  position: relative;
  word-wrap: break-word;

  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-item_text {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 0;
  margin-top: 12px;
  z-index: 17;
}

.article-item_info-panel {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.article-item_info-panel > li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (min-width: 400px) {
  .article-item_info-panel > li {
    margin-right: 10px;
  }
}

.wrapper_article-item_info-panel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 12px;
  z-index: 20;
}

.btn-more {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  justify-content: center;
  margin-top: 10px;
}
.btn-more.icon-arrow-right {
  font-weight: 500;
  margin-top: 0;
}

.main-img {
  display: block;
  margin: 0;
}

@media (min-width: 375px) {
  .article-item-title {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .list_article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list_article .list_article-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .list_article .list_article-item:first-child {
    width: 100%;
  }
  .list_article .item-wrapper {
    margin-bottom: 0;
    border: none;
    height: 100%;
  }
  .list_article.list-post .list_article-item {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .list_article.list-post .list_article-item .list-hashtag {
    position: relative;
  }
  .list_article.list-post .list_article-item .article-item-title {
    font-size: 18px;
    line-height: 125%;
    margin-top: 0;
  }
  .list_article.white-slider .item-wrapper {
    border: 1px solid #000;
  }

  .wrapper_article-item_info-panel {
    margin-bottom: 0;
  }

  .text-hover.bg-green, .text-hover.bg-red, .text-hover.bg-orange, .text-hover.bg-pink, .text-hover.bg-violet {
    background: transparent;
  }

  .article-item_info-panel {
    font-size: 14px;
  }

  .article-item-title {
    font-size: 27px;
    line-height: 110%;
  }
}
@media (min-width: 992px) {
  .article-item-title {
    font-size: 24px;
    line-height: 115%;
  }
}
@media (min-width: 1024px) {
  .list_article-item:hover .animation-1, .list_article-item:hover .animation-2, .list_article-item:hover .animation-3 {
    animation-play-state: running;
  }
  .list_article-item:hover .main-img {
    opacity: 0;
    visibility: hidden;
  }
  .list_article-item:hover .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .list_article-item:hover .text-hover.bg-green {
    background: linear-gradient(transparent 15%, rgba(16, 230, 217, 0.6) 10%, #10E6D97F 90%, transparent 85%);
  }
  .list_article-item:hover .text-hover.bg-red {
    background: linear-gradient(transparent 15%, #ED534B7F 10%, #ED534B7F 90%, transparent 85%);
  }
  .list_article-item:hover .text-hover.bg-orange {
    background: linear-gradient(transparent 15%, #FFA8007F 10%, #FFA8007F 90%, transparent 85%);
  }
  .list_article-item:hover .text-hover.bg-pink {
    background: linear-gradient(transparent 15%, #FF57C67F 10%, #FF57C67F 90%, transparent 85%);
  }
  .list_article-item:hover .text-hover.bg-violet {
    background: linear-gradient(transparent 15%, #9F72FF7F 10%, #9F72FF7F 90%, transparent 85%);
  }
}
@media (min-width: 1200px) {
  .article-item_info-panel {
    font-size: 16px;
  }

  .article-item-title {
    font-size: 26px;
    line-height: 110%;
    word-wrap: inherit;
    word-spacing: 2px;
  }

  .list_article-item:first-child .article-item-title {
    font-size: 35px;
  }

  .wrapper-img-prev.px-20 .list-hashtag {
    padding-left: 20px;
  }
  .wrapper-img-prev.pl-20 .list-hashtag {
    padding-left: 20px;
  }
  .wrapper-img-prev.px-40 .list-hashtag {
    padding-left: 0;
    margin-left: -20px;
  }
}
@media (min-width: 1400px) {
  .article-item-title {
    font-size: 29px;
  }

  .list_article-item:first-child .article-item-title {
    font-size: 38px;
  }

  .wrapper-info-article {
    padding: 10px 30px 30px 30px;
  }

  .article-item_info-panel > li {
    margin-right: 20px;
  }
}
@media (min-width: 1900px) {
  .btn-more {
    font-size: 18px;
  }

  .article-item-title {
    font-size: 36px;
  }

  .list_article-item:first-child .article-item-title {
    font-size: 48px;
  }

  .wrapper-info-article {
    padding: 10px 40px 40px 40px;
  }
}
.decor-zigzag-orange-1bottom:before,
.decor-zigzag-orange-2top:before,
.decor-line-blue-2top:before,
.decor-serpentine-2top:before,
.decor-serpentine-1bottom:before,
.decor-wave-blue-1right:before,
.decor-wave-blue-2left:before,
.decor-grate-1right-bottom:before,
.decor-grate-2left-bottom:before,
.decor-grate-3right-top:before,
.decor-grate-4left-top:before,
.decor-oval-blue-2top:before,
.decor-oval-blue-1bottom:before,
.decor-wave-purple-2top:before,
.decor-wave-purple-1bottom:before,
.decor-lamana-1bottom:before,
.decor-lamana-2top:before,
.decor-line-blue-1bottom:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 15;
}

.decor-zigzag-orange-1bottom::before {
  background-image: url(./../images/zigzag-orang-1bottom.svg);
  width: 70%;
  min-height: 17px;
  bottom: 0;
  left: 20%;
  z-index: 16;
}
@media (min-width: 768px) {
  .decor-zigzag-orange-1bottom::before {
    width: 75%;
    min-height: 22px;
  }
}
@media (min-width: 1200px) {
  .decor-zigzag-orange-1bottom::before {
    width: 77%;
    min-height: 20px;
  }
}
@media (min-width: 1400px) {
  .decor-zigzag-orange-1bottom::before {
    width: 80%;
    min-height: 27px;
  }
}
@media (min-width: 1900px) {
  .decor-zigzag-orange-1bottom::before {
    width: 84%;
    min-height: 32px;
  }
}
.decor-zigzag-orange-1bottom.first-elem-100::before {
  width: 82%;
  min-height: 20px;
  bottom: 0;
  left: 10%;
  z-index: 10;
}
@media (min-width: 768px) {
  .decor-zigzag-orange-1bottom.first-elem-100::before {
    width: 35%;
    min-height: 20px;
    left: 15%;
  }
}
@media (min-width: 1400px) {
  .decor-zigzag-orange-1bottom.first-elem-100::before {
    width: 40%;
    min-height: 24px;
  }
}
@media (min-width: 1900px) {
  .decor-zigzag-orange-1bottom.first-elem-100::before {
    min-height: 34px;
  }
}

.decor-zigzag-orange-2top:before {
  background-image: url(./../images/zigzag-orang-2top.svg);
  width: 60%;
  min-height: 100px;
  top: 0;
  right: 0;
  z-index: 16;
}
@media (min-width: 768px) {
  .decor-zigzag-orange-2top:before {
    width: 70%;
  }
}

.decor-line-blue-1bottom::before {
  background-image: url(./../images/line-blue-1bottom.svg);
  width: 7%;
  min-height: 26px;
  right: 15%;
  bottom: 0;
}
@media (min-width: 768px) {
  .decor-line-blue-1bottom::before {
    width: 7%;
    min-height: 50px;
    right: 38%;
  }
}
@media (min-width: 1900px) {
  .decor-line-blue-1bottom::before {
    width: 32%;
  }
}
.decor-line-blue-1bottom.first-elem-100::before {
  display: none;
}
@media (min-width: 768px) {
  .decor-line-blue-1bottom.first-elem-100::before {
    display: block;
    width: 15%;
    min-height: 49px;
    right: 19%;
  }
}

.decor-line-blue-2top:before {
  background-image: url(./../images/line-blue-2top.svg);
  width: 33%;
  min-height: 15px;
  right: 38%;
  top: 0;
}
@media (min-width: 1200px) {
  .decor-line-blue-2top:before {
    width: 34%;
  }
}
@media (min-width: 1200px) {
  .decor-line-blue-2top:before {
    width: 32%;
  }
}

.decor-lamana-1bottom:before {
  background-image: url(./../images/lamana-1bottom.svg);
  width: 200px;
  height: 120px;
  background-position-x: right;
  right: 54px;
  bottom: 0;
}
@media (min-width: 1400px) {
  .decor-lamana-1bottom:before {
    height: 140px;
  }
}

.decor-lamana-2top:before {
  background-image: url(./../images/lamana-2-top.svg);
  width: 200px;
  min-height: 100%;
  background-position-x: right;
  right: 0;
  top: 0;
  bottom: 0;
}

.decor-serpentine-1bottom:before {
  background-image: url(./../images/serpentine-1bottom.svg);
  width: 200px;
  height: 48px;
  right: 0;
  bottom: 0;
  z-index: 16;
}

.decor-serpentine-2top:before {
  background-image: url(./../images/serpentine-2top.svg);
  width: 200px;
  min-height: 100%;
  background-position-x: right;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 16;
}
@media (min-width: 768px) {
  .decor-serpentine-2top:before {
    width: 200px;
  }
}
@media (min-width: 1280px) {
  .decor-serpentine-2top:before {
    width: 210px;
  }
}

.decor-wave-blue-1right:before {
  background-image: url(./../images/wave-blue-1right.svg);
  width: 150px;
  max-width: 50%;
  height: 125px;
  bottom: 17%;
  right: 0;
}
@media (min-width: 768px) {
  .decor-wave-blue-1right:before {
    width: 150px;
    max-width: 50%;
    height: 132px;
  }
}
@media (min-width: 1200px) {
  .decor-wave-blue-1right:before {
    width: 250px;
    max-width: 50%;
    height: 180px;
    bottom: 5%;
  }
}
@media (min-width: 1400px) {
  .decor-wave-blue-1right:before {
    width: 208px;
    max-width: 50%;
    bottom: 8%;
  }
}

.decor-wave-blue-2left:before {
  background-image: url(./../images/wave-blue-2left.svg);
  width: 150px;
  max-width: 50%;
  height: 125px;
  bottom: 17%;
  left: 0;
}
@media (min-width: 768px) {
  .decor-wave-blue-2left:before {
    width: 150px;
    max-width: 50%;
    height: 132px;
  }
}
@media (min-width: 1200px) {
  .decor-wave-blue-2left:before {
    width: 250px;
    max-width: 50%;
    height: 180px;
    bottom: 5%;
  }
}
@media (min-width: 1400px) {
  .decor-wave-blue-2left:before {
    width: 208px;
    max-width: 50%;
    bottom: 8%;
  }
}

.decor-grate-1right-bottom:before {
  background-image: url(./../images/grate-1right-bottom.svg);
  width: 140px;
  height: 115px;
  right: 0;
  bottom: 0;
  z-index: 16;
}
@media (min-width: 1900px) {
  .decor-grate-1right-bottom:before {
    width: 210px;
    height: 170px;
  }
}

.decor-grate-2left-bottom:before {
  background-image: url(./../images/grate-2left-bottom.svg);
  width: 145px;
  height: 136px;
  left: 0;
  bottom: 0;
  z-index: 16;
}
@media (min-width: 1900px) {
  .decor-grate-2left-bottom:before {
    width: 230px;
    height: 215px;
  }
}

.decor-grate-3right-top:before {
  background-image: url(./../images/grate-3right-top.svg);
  width: 120px;
  height: 100px;
  right: 0;
  top: 0;
  z-index: 16;
}
@media (min-width: 1900px) {
  .decor-grate-3right-top:before {
    width: 175px;
    height: 145px;
  }
}

.decor-grate-4left-top:before {
  background-image: url(./../images/grate-4left-top.svg);
  width: 150px;
  height: 65px;
  left: 0;
  top: 0;
  z-index: 16;
}
@media (min-width: 1900px) {
  .decor-grate-4left-top:before {
    width: 220px;
    height: 100px;
  }
}

.decor-oval-blue-1bottom:before {
  background-image: url(./../images/oval-blue-1bottom.svg);
  width: 50%;
  height: 60px;
  left: 35%;
  bottom: 0;
}
@media (min-width: 768px) {
  .decor-oval-blue-1bottom:before {
    width: 170px;
    height: 75px;
  }
}
@media (min-width: 1900px) {
  .decor-oval-blue-1bottom:before {
    width: 340px;
    height: 150px;
  }
}

.decor-oval-blue-2top:before {
  background-image: url(./../images/oval-blue-2top.svg);
  width: 50%;
  height: 60px;
  left: 30%;
  top: 0;
  z-index: 16;
}
@media (min-width: 768px) {
  .decor-oval-blue-2top:before {
    width: 120px;
    height: 60px;
  }
}
@media (min-width: 1900px) {
  .decor-oval-blue-2top:before {
    width: 240px;
    height: 120px;
  }
}

.decor-wave-purple-1bottom:before {
  background-image: url(./../images/wave-purple-1bottom.svg);
  width: 220px;
  height: 60px;
  left: 0;
  bottom: 0;
}
@media (min-width: 1900px) {
  .decor-wave-purple-1bottom:before {
    width: 380px;
    height: 100px;
  }
}

.decor-wave-purple-2top:before {
  background-image: url(./../images/wave-purple-1top.svg);
  width: 245px;
  height: 20px;
  left: 0;
  top: 0;
  z-index: 17;
}
@media (min-width: 1900px) {
  .decor-wave-purple-2top:before {
    width: 420px;
    height: 40px;
  }
}

footer {
  padding: 25px 0 0;
  font-size: 12px;
  line-height: 125%;
  font-weight: 500;
}
footer .link-page {
  margin: 12px 5px;
}
footer .link-page a {
  font-size: 12px;
  font-weight: 500;
  line-height: 125%;
  padding: 4px 10px;
}
footer .bottom-fotter {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 1s;
  font-size: 13px;
  line-height: 120%;
  margin: 0;
  text-align: center;
  padding-top: 5px;
}
footer .bottom-fotter.active {
  visibility: visible;
  opacity: 1;
  padding: 15px 10px 5px;
}
footer .list-soc-icon {
  justify-content: center;
}
footer .list-soc-icon > li {
  margin-right: 15px;
}
footer .list-contact-icon > li {
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
}
footer .list-linc-pages {
  border-top: none;
}
footer .logo-footer {
  width: 160px;
  height: 35px;
  margin: 0 auto;
}
footer .logo-footer svg {
  width: 100%;
  height: auto;
}
footer .block-everad {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}
footer .wrapper_block-year {
  text-align: center;
  margin-top: 0;
}
footer .wrapper_block-year .block-year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  font-size: 12px;
  padding: 4px 10px;
  width: 220px;
  margin: 0 auto;
  margin-top: 5px;
}
footer .wrapper_footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas: "block-2 block-2" "block-1 block-3";
  align-items: baseline;
}
footer .wrapper_footer .block-1 {
  grid-area: block-1;
}
footer .wrapper_footer .block-2 {
  grid-area: block-2;
}
footer .wrapper_footer .block-3 {
  grid-area: block-3;
}
@media (min-width: 768px) {
  footer {
    display: block;
  }
  footer .list-linc-pages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    padding-top: 12px;
  }
  footer .block-everad .icon {
    padding-left: 15px;
  }
  footer .wrapper_footer {
    max-width: 770px;
    margin: 0 auto;
  }
  footer .list-contact-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1280px) {
  footer {
    padding: 40px 0 0;
  }
  footer .wrapper_footer {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "block-1 block-2 block-3";
    grid-column-gap: 50px;
  }
  footer .bottom-fotter {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 12px;
    font-size: 14px;
  }
  footer .bottom-fotter.active {
    padding-top: 30px;
    padding-bottom: 12px;
  }
  footer .logo-footer {
    width: 204px;
    height: 45px;
  }
  footer .list-soc-icon {
    justify-content: flex-end;
  }
  footer .wrapper_footer {
    grid-template-columns: 1.13fr 1fr 1fr;
    grid-template-areas: "block-1 block-2 block-3";
    grid-gap: 20px;
  }
  footer .list-soc-icon > li {
    margin-right: 40px;
  }
  footer .list-soc-icon > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  footer .wrapper_footer {
    max-width: 1180px;
    margin: 0 auto;
  }
  footer .list-contact-icon {
    margin-bottom: 25px;
    justify-content: flex-end;
  }
  footer .list-contact-icon > li {
    margin-right: 0;
  }
  footer .list-contact-icon > li:first-child {
    margin-right: 20px;
  }
  footer .list-contact-icon > li a {
    font-size: 14px;
  }
}
@media (min-width: 1900px) {
  footer .wrapper_footer {
    max-width: 1280px;
  }
  footer .logo-footer {
    width: 268px;
    height: 56px;
  }
  footer .wrapper_footer {
    padding-top: 55px;
  }
  footer .link-page {
    margin: 10px 12px;
  }
  footer .link-page a {
    padding: 5px 10px;
  }
  footer .block-everad {
    padding-top: 0;
    font-size: 14px;
  }
  footer .block-everad .icon-everad {
    padding: 10px 0 20px;
  }
  footer .list-linc-pages {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 30px 20px 0;
    text-align: center;
  }
  footer .logo-footer {
    width: 120px;
    height: 25px;
  }
  footer .wrapper_footer {
    display: block;
  }
  footer .list-linc-pages {
    padding-top: 35px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .list-contact-icon {
    justify-content: center;
    margin-top: 20px;
  }
  footer .list-contact-icon > li {
    font-weight: 500;
  }
  footer .block-everad {
    display: block;
    text-align: center;
  }
  footer .block-everad .icon {
    justify-content: center;
  }
  footer .link-page {
    margin: 0 0 20px;
  }
  footer .link-page:last-child {
    margin-bottom: 0;
  }
  footer .menu-type-2 footer {
    display: none;
  }
}

.nav-pill-main-div {
  position: relative;
  height: 100%;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
  line-height: 130%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  overflow: auto;
}
@media (min-width: 768px) {
  ul.tabs {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  ul.tabs {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  ul.tabs {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  ul.tabs {
    font-size: 24px;
  }
}

ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  width: auto;
}
@media (min-width: 768px) {
  ul.tabs li {
    padding: 10px 15px;
  }
}
@media (min-width: 1920px) {
  ul.tabs li {
    padding: 10px 22px;
  }
}

ul.tabs li.current {
  color: #222;
  font-weight: 700;
}

ul.tabs li.current span {
  transition: 0.3s ease all;
}

.tab-content {
  display: none;
  padding: 20px;
  transition: 0.3s ease all;
}
.tab-content p {
  margin: 0;
}
@media (min-width: 1440px) {
  .tab-content {
    padding: 30px;
  }
}

#tab-vacansy {
  padding: 0;
}
#tab-vacansy .block-not-info {
  padding: 20px;
}
#tab-vacansy .block-pagination.bg-white.section-full {
  margin: 0 -20px;
  margin-bottom: -50px;
}
#tab-vacansy .item_card-search-result:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #tab-vacansy .block-pagination.bg-white.section-full {
    margin: 0 -35px -60px;
  }
}
@media (min-width: 992px) {
  #tab-vacansy .content {
    margin: 0;
    padding: 30px 0;
  }
  #tab-vacansy .block-pagination.bg-white.section-full {
    margin: 0 -30px -30px;
  }
  #tab-vacansy .block-not-info {
    padding: 30px;
  }
  #tab-vacansy .pagination {
    padding: 30px 0 0;
  }
}
@media (min-width: 1440px) {
  #tab-vacansy .block-not-info {
    padding: 30px;
  }
}

.tab-content.current {
  display: inherit;
}

.tab-content-custom {
  background-color: #fff;
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 1440px) {
  .tab-content-custom {
    font-size: 16px;
  }
}
@media (min-width: 1920px) {
  .tab-content-custom {
    font-size: 18px;
  }
}

/*------ease effect------*/
.nav-justified > li {
  float: none;
}

.nav-justified > li span {
  width: 100%;
}

.customize_solution span.ease-effect {
  text-decoration: none;
}

.customize_solution span.ease-effect:hover, .customize_solution span.ease-effect:focus, .customize_solution ul.tabs li.current span:hover, .customize_solution ul.tabs li.current span:focus {
  transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
  letter-spacing: 2px;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
  position: relative;
}
@media (min-width: 768px) {
  .customize_solution span.ease-effect {
    padding: 20px 0px;
  }
}

.customize_solution .ease-effect:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: -2;
}

.customize_solution .ease-effect:hover:before, .customize_solution .ease-effect:focus:before {
  left: 0;
  right: 0;
  opacity: 1;
}

.finbyz-icon {
  height: 100px;
  width: 100px;
}

.animated-progress {
  width: 100%;
  max-width: 890px;
  height: 40px;
  margin: 5px 0 5px 0;
  border: none;
  overflow: hidden;
  position: relative;
  background-color: #E5E5E5;
}
@media (min-width: 1280px) {
  .animated-progress {
    height: 49px;
    margin: 10px 0 10px 0;
  }
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: #fffbfb;
  line-height: 40px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
}
.animated-progress span.bg-red {
  background-color: rgba(237, 83, 75, 0.5);
}

.block-progressbar {
  margin-top: 50px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .block-progressbar {
    margin-bottom: 30px;
  }
}
@media (min-width: 1280px) {
  .block-progressbar {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .block-progressbar {
    margin-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .block-progressbar {
    margin-bottom: 80px;
    margin-top: 80px;
  }
}

.wrapper-animated-progress {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 140%;
  width: 100%;
  max-width: 890px;
}
.wrapper-animated-progress .number {
  position: absolute;
  right: 5px;
  z-index: 6;
  color: #535353;
}
.wrapper-animated-progress .name {
  position: absolute;
  left: 5px;
  z-index: 6;
}
@media (min-width: 768px) {
  .wrapper-animated-progress {
    font-size: 17px;
  }
  .wrapper-animated-progress .name {
    left: 15px;
  }
  .wrapper-animated-progress .number {
    right: 15px;
  }
}
@media (min-width: 1280px) {
  .wrapper-animated-progress {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  .wrapper-animated-progress {
    font-size: 22px;
  }
}

.item-banner {
  margin-left: auto;
}
.item-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list_article .list_article-item.wide-banner {
  width: 100%;
  height: 100px;
  margin-bottom: 30px;
}
.list_article .list_article-item.native-banner {
  margin-bottom: 30px;
}

.banner-article-mob {
  max-width: 420px;
  width: 100%;
  height: 150px;
  margin: 0 auto 30px;
}
@media (min-width: 1280px) {
  .banner-article-mob {
    display: none;
  }
}

.banner-mob {
  max-width: 420px;
  width: 100%;
  height: 100px;
  margin: 30px auto 0;
}
@media (min-width: 992px) {
  .banner-mob {
    margin: 30px auto 30px;
  }
}
@media (min-width: 1250px) {
  .banner-mob {
    display: none;
  }
}

@media (min-width: 1280px) {
  .banner-article {
    width: 240px;
    height: 317px;
  }
}
@media (min-width: 1440px) {
  .banner-article {
    width: 250px;
    height: 330px;
  }
}
@media (min-width: 1920px) {
  .banner-article {
    width: 260px;
    height: 344px;
  }
}

.banner {
  width: 200px;
  height: 400px;
}
@media (min-width: 1440px) {
  .banner {
    width: 220px;
    height: 420px;
  }
}
@media (min-width: 1920px) {
  .banner {
    width: 260px;
    height: 505px;
  }
}

.small-banner {
  display: none;
}
@media (min-width: 1280px) {
  .small-banner {
    display: block;
    width: 240px;
    height: 200px;
  }
}

.page-employment .banner {
  margin-top: 30px;
}
@media (min-width: 1440px) {
  .page-employment .banner {
    margin-top: 60px;
  }
}
@media (min-width: 1920px) {
  .page-employment .banner {
    margin-top: 80px;
  }
}
@media (min-width: 1024px) {
  .page-employment .block-pagination .banner-mob {
    margin: 0 auto 30px;
  }
}

.page-calendar-event .banner-mob.banner-top {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .page-calendar-event .banner-mob.banner-bottom {
    margin: 30px auto 0;
  }
  .page-calendar-event .banner-mob.banner-top {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-event .banner-mob.banner-top {
    margin: 30px auto 0;
  }
}

.wrapper-banner-bottom {
  background-color: #fff;
  margin: 0 -20px;
  padding: 20px;
}
.wrapper-banner-bottom .banner-mob.banner-bottom {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper-banner-bottom {
    margin: 0 -35px;
  }
}

.article .banner-mob {
  display: block;
}
@media (min-width: 1280px) {
  .article .banner-mob {
    display: none;
  }
}
@media (min-width: 768px) {
  .article .banner-mob {
    margin: 0 auto 0;
  }
}

.sticky-wrapper {
  height: 100%;
}

.list-banner-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 110px;
  padding-left: 30px;
}
.list-banner-aside .aside-banner {
  width: 100%;
  height: 605px;
}

@media (min-width: 1024px) {
  .sticky-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .list-banner-aside {
    flex: 1 0 auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .page-event .aside-right .banner {
    padding-top: 10px;
  }
}

@media (max-width: 1279px) {
  article.article .item-banner.banner-mob {
    margin: 20px auto 20px;
  }
}

@media (min-width: 1024px) {
  .page-calendar-event .list-banner-aside {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .animation-main {
    max-width: 650px;
  }

  .animation-1 {
    height: 200px;
    right: 60%;
    left: 0;
    top: calc(50% - 100px) !important;
  }

  .animation-2 {
    left: 0;
    width: auto;
    height: 100%;
    display: block;
  }

  .animation-3 {
    right: 0;
    width: 86px;
    top: -10px;
  }

  @keyframes animation-1 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes animation-2 {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes animation-3 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .anim-template-1:hover .animation-1 {
    animation: animation-1 0.5s 0.5s alternate linear backwards;
  }
  .anim-template-1:hover .animation-2 {
    animation: animation-2 0.5s 0.5s alternate linear backwards;
  }
  .anim-template-1:hover .animation-3 {
    animation: animation-3 0.5s 0.5s alternate linear backwards;
  }
}
@media (min-width: 1400px) {
  .animation-main {
    max-width: 750px;
  }

  .animation-1 {
    height: 250px;
    top: calc(50% - 125px) !important;
    right: auto;
    left: 150px;
  }

  .animation-2 {
    left: 0;
    width: auto;
    height: 100%;
    display: block;
  }

  .animation-3 {
    right: 0;
    width: 100px;
    top: -10px;
  }
}
@media (min-width: 1900px) {
  .animation-1 {
    height: 300px;
    top: calc(50% - 150px) !important;
    right: 0;
    left: auto;
  }
}
.animation-bg-1 {
  display: flex;
  position: relative;
  min-height: 230px;
}
.animation-bg-1:before, .animation-bg-1::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-1::before {
  background-image: url(./../images/waves-violet.svg);
  width: 110px;
  height: 160px;
  left: 0;
  top: 20px;
}
.animation-bg-1::after {
  background-image: url(./../images/star-2.png);
  width: 100px;
  height: 100px;
  right: 70px;
  bottom: 65px;
}
@media (min-width: 1600px) {
  .animation-bg-1::before {
    width: 160px;
    height: 240px;
    left: 0;
    top: 20px;
  }
  .animation-bg-1::after {
    width: 152px;
    height: 152px;
    right: 70px;
    bottom: 65px;
  }
}
.animation-bg-2 {
  display: flex;
  position: relative;
}
.animation-bg-2:before, .animation-bg-2::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-2::before {
  background-image: url(./../images/star-3.svg);
  width: 100px;
  height: 100px;
  left: 130px;
  top: 0;
}
.animation-bg-2::after {
  background-image: url(./../images/yellow-poligon.svg);
  width: 200px;
  height: 60px;
  right: 0;
  bottom: 0;
}
@media (min-width: 1600px) {
  .animation-bg-2::before {
    width: 167px;
    height: 167px;
  }
  .animation-bg-2::after {
    width: 303px;
    height: 94px;
  }
}
.animation-bg-3 {
  display: flex;
  position: relative;
}
.animation-bg-3:before, .animation-bg-3::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-3::before {
  background-image: url(./../images/line-orange.svg);
  width: 180px;
  height: 35px;
  left: 0;
  top: 20%;
}
.animation-bg-3::after {
  background-image: url(./../images/star-4.svg);
  width: 67px;
  height: 67px;
  left: 120px;
  bottom: 10px;
}
@media (min-width: 1600px) {
  .animation-bg-3::before {
    width: 300px;
    height: 54px;
  }
  .animation-bg-3::after {
    width: 100px;
    height: 100px;
  }
}
.animation-bg-3.category::before {
  width: 600px;
  height: 120px;
  left: 0;
  top: 40px;
}
.animation-bg-3.category::after {
  width: 170px;
  height: 170px;
  right: 70px;
  bottom: 65px;
}
.animation-bg-4 {
  display: flex;
  position: relative;
}
.animation-bg-4::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-4::after {
  background-image: url(./../images/group-animation-5.svg);
  width: 260px;
  height: 140px;
  right: 0;
  bottom: 25%;
}
@media (min-width: 1600px) {
  .animation-bg-4::after {
    width: 450px;
    height: 230px;
  }
}
.animation-bg-4.category::after {
  width: 350px;
  height: 200px;
  right: 0;
  bottom: 25%;
}
.animation-bg-5 {
  display: flex;
  position: relative;
}
.animation-bg-5:before, .animation-bg-5::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-5::before {
  background-image: url(./../images/star-7.svg);
  width: 80px;
  height: 80px;
  right: 35%;
  bottom: 24%;
  z-index: 5;
}
.animation-bg-5::after {
  background-image: url(./../images/group-animation-55.svg);
  width: 125px;
  height: 200px;
  right: 0;
  top: 0;
}
@media (min-width: 1600px) {
  .animation-bg-5::before {
    width: 117px;
    height: 117px;
  }
  .animation-bg-5::after {
    width: 195px;
    height: 315px;
  }
}
.animation-bg-5.category::before {
  width: 217px;
  height: 217px;
}
.animation-bg-5.category::after {
  width: 250px;
  height: 400px;
}
.animation-bg-6 {
  display: flex;
  position: relative;
}
.animation-bg-6:before, .animation-bg-6::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-6::before {
  background-image: url(./../images/element-animation-1.svg);
  width: 75px;
  height: 60px;
  left: 58px;
  top: 15%;
}
.animation-bg-6::after {
  background-image: url(./../images/element-animation-2.svg);
  width: 160px;
  height: 80px;
  right: 30px;
  bottom: 10%;
}
@media (min-width: 1600px) {
  .animation-bg-6::before {
    width: 111px;
    height: 90px;
  }
  .animation-bg-6::after {
    width: 231px;
    height: 133px;
  }
}
.animation-bg-6.category::before {
  width: 130px;
  height: 100px;
}
.animation-bg-6.category::after {
  width: 270px;
  height: 150px;
}
.animation-bg-7 {
  display: flex;
  position: relative;
}
.animation-bg-7:before, .animation-bg-7::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-7::before {
  background-image: url(./../images/star-5.svg);
  width: 60px;
  height: 60px;
  right: 25px;
  top: 20%;
}
.animation-bg-7::after {
  background-image: url(./../images/yellow-poligon-radius.svg);
  width: 160px;
  height: 60px;
  right: 0;
  bottom: 0;
}
@media (min-width: 1600px) {
  .animation-bg-7::before {
    width: 102px;
    height: 102px;
  }
  .animation-bg-7::after {
    width: 253px;
    height: 100px;
  }
}
.animation-bg-7.category::before {
  width: 150px;
  height: 150px;
  top: 45%;
}
.animation-bg-7.category::after {
  width: 400px;
  height: 100px;
}
.animation-bg-8 {
  display: flex;
  position: relative;
}
.animation-bg-8:before, .animation-bg-8::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-8::before {
  background-image: url(./../images/waves-orange.svg);
  width: 180px;
  height: 140px;
  left: 0;
  top: 20%;
}
.animation-bg-8::after {
  background-image: url(./../images/star-6.svg);
  width: 110px;
  height: 110px;
  right: 45px;
  bottom: 30px;
}
@media (min-width: 1600px) {
  .animation-bg-8::before {
    width: 267px;
    height: 215px;
  }
  .animation-bg-8::after {
    width: 160px;
    height: 160px;
    right: 70px;
  }
}
.animation-bg-9 {
  display: flex;
  position: relative;
}
.animation-bg-9:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-9::before {
  background-image: url(./../images/serpantin.svg);
  width: 200px;
  height: 80px;
  left: 0;
  top: 20%;
}
@media (min-width: 1600px) {
  .animation-bg-9::before {
    width: 307px;
    height: 132px;
  }
}
.animation-bg-9.category::before {
  width: 370px;
  height: 200px;
}
.animation-bg-10 {
  display: flex;
  position: relative;
}
.animation-bg-10:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-10::before {
  background-image: url(./../images/ugol.svg);
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 1600px) {
  .animation-bg-10::before {
    width: 90px;
    height: 90px;
    right: 50px;
    bottom: 80px;
  }
}
.animation-bg-11 {
  display: flex;
  position: relative;
}
.animation-bg-11:before, .animation-bg-11::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}
.animation-bg-11::before {
  background-image: url(./../images/ugol-top.svg);
  width: 40px;
  height: 40px;
  left: 20px;
  top: 20px;
}
.animation-bg-11::after {
  background-image: url(./../images/line-bottom.svg);
  width: 130px;
  height: 64px;
  right: 0;
  bottom: 40px;
}
@media (min-width: 1600px) {
  .animation-bg-11::before {
    width: 58px;
    height: 58px;
  }
  .animation-bg-11::after {
    width: 192px;
    height: 107px;
  }
}
.animation-bg-11.category::before {
  width: 119px;
  height: 119px;
}
.animation-bg-11.category::after {
  width: 290px;
  height: 120px;
}

.article-slide-animation-1 .img-hover, .article-slide-animation-2 .img-hover, .article-slide-animation-3 .img-hover, .article-slide-animation-4 .img-hover, .article-slide-animation-5 .img-hover, .article-slide-animation-6 .img-hover, .article-slide-animation-7 .img-hover, .article-slide-animation-8 .img-hover, .article-slide-animation-9 .img-hover, .article-slide-animation-10 .img-hover, .article-slide-animation-11 .img-hover {
  z-index: 3;
}
.article-slide-animation-1:before, .article-slide-animation-1::after, .article-slide-animation-2:before, .article-slide-animation-2::after, .article-slide-animation-3:before, .article-slide-animation-3::after, .article-slide-animation-4:before, .article-slide-animation-4::after, .article-slide-animation-5:before, .article-slide-animation-5::after, .article-slide-animation-6:before, .article-slide-animation-6::after, .article-slide-animation-7:before, .article-slide-animation-7::after, .article-slide-animation-8:before, .article-slide-animation-8::after, .article-slide-animation-9:before, .article-slide-animation-9::after, .article-slide-animation-10:before, .article-slide-animation-10::after, .article-slide-animation-11:before, .article-slide-animation-11::after {
  transition: transform 0.3s linear;
  z-index: 1;
}
.article-slide-animation-1:before {
  transform: translate(-200%);
}
.article-slide-animation-1:after {
  transform: translate(200%);
}
.article-slide-animation-2:before {
  transform: translate(-300%, -300%);
}
.article-slide-animation-2:after {
  transform: translate(300%, 0);
}
.article-slide-animation-3:before {
  transform: translate(-200%, 0);
}
.article-slide-animation-3:after {
  transform: translate(0, -500%);
}
.article-slide-animation-4:after {
  transform: translate(200%);
}
.article-slide-animation-5:before {
  transform: translate(530%, -530%);
}
.article-slide-animation-5:after {
  transform: translate(300%, -300%);
}
.article-slide-animation-6:before {
  transform: translate(-200%, -200%);
}
.article-slide-animation-6:after {
  transform: translate(300%, -300%);
}
.article-slide-animation-7:before {
  transform: translate(200%, -200%);
}
.article-slide-animation-7:after {
  transform: translate(200%, 0);
}
.article-slide-animation-8:before {
  transform: translate(-200%);
}
.article-slide-animation-8:after {
  transform: translate(200%, 200%);
}
.article-slide-animation-9:before {
  transform: translate(-200%, -200%);
}
.article-slide-animation-9:after {
  transform: translate(200%, 200%);
}
.article-slide-animation-10:before {
  transform: translate(-500%, -500%);
  z-index: 4;
}
.article-slide-animation-11:before {
  transform: translate(-300%, -300%);
}
.article-slide-animation-11:after {
  transform: translate(300%, 0);
}

@media (min-width: 1024px) {
  .list_article-item:hover .article-slide-animation-1:before, .list_article-item:hover .article-slide-animation-1:after,
.list_article-item:hover .article-slide-animation-2:before,
.list_article-item:hover .article-slide-animation-2:after,
.list_article-item:hover .article-slide-animation-3:before,
.list_article-item:hover .article-slide-animation-3:after,
.list_article-item:hover .article-slide-animation-4:before,
.list_article-item:hover .article-slide-animation-4:after,
.list_article-item:hover .article-slide-animation-5:before,
.list_article-item:hover .article-slide-animation-5:after,
.list_article-item:hover .article-slide-animation-6:before,
.list_article-item:hover .article-slide-animation-6:after,
.list_article-item:hover .article-slide-animation-7:before,
.list_article-item:hover .article-slide-animation-7:after,
.list_article-item:hover .article-slide-animation-8:before,
.list_article-item:hover .article-slide-animation-8:after,
.list_article-item:hover .article-slide-animation-9:before,
.list_article-item:hover .article-slide-animation-9:after,
.list_article-item:hover .article-slide-animation-10:before,
.list_article-item:hover .article-slide-animation-10:after,
.list_article-item:hover .article-slide-animation-11:before,
.list_article-item:hover .article-slide-animation-11:after,
.list_article-item:hover .article-slide-animation-12:before,
.list_article-item:hover .article-slide-animation-12:after,
.list_article-item:hover .article-slide-animation-13:before,
.list_article-item:hover .article-slide-animation-13:after,
.list_article-item:hover .article-slide-animation-14:before,
.list_article-item:hover .article-slide-animation-14:after,
.list_article-item:hover .article-slide-animation-15:before,
.list_article-item:hover .article-slide-animation-15:after,
.list_article-item:hover .article-slide-animation-16:before,
.list_article-item:hover .article-slide-animation-16:after {
    transform: translate(0, 0);
  }
}

input:focus-visible {
  outline: none;
}

.stage-1 {
  display: none;
}

.wrapper-preloader {
  display: none;
}

button:hover {
  cursor: pointer;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0 0;
}
.pagination .link-pagination {
  font-size: 16px;
  line-height: 120%;
  color: #535353;
}
.pagination .link-pagination.active {
  font-weight: 500;
  color: #000;
}
.pagination .item-pagination {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .pagination .link-pagination {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .pagination {
    padding: 30px 0 50px;
  }
}
@media (min-width: 1440px) {
  .pagination {
    padding: 30px 0 80px;
  }
}

html {
  min-height: 100%;
}

.d-block {
  display: block;
}

body {
  font-family: Montserrat, sans-serif;
  height: 100%;
  display: flex;
  flex-direction: column;
}

html {
  height: 100%;
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  padding-top: 102px;
}
@media (min-width: 992px) {
  .main {
    padding-top: 118px;
  }
}
@media (min-width: 1280px) {
  .main {
    padding-top: 128px;
  }
}
@media (min-width: 1400px) {
  .main {
    padding-top: 140px;
  }
}
@media (min-width: 1900px) {
  .main {
    padding-top: 143px;
  }
}

.footer {
  flex-shrink: 0;
}

a:hover {
  color: #000;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}

.lg-visible {
  display: none;
}

.xl-visible {
  display: none;
}

.md-visible, .md-visible-block {
  display: none;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #E5E5E5;
}
.bg-grey .btn-bg-purpul {
  background: #9F72FF;
}

.bg-red {
  background-color: rgba(237, 83, 75, 0.5);
}

.bg-purple {
  background-color: rgba(159, 114, 255, 0.5);
}

.bg-purple {
  background-color: #AE7CEB;
}

.bg-orange {
  background-color: rgba(255, 168, 0, 0.5);
}

.bg-yellow {
  background: rgba(255, 168, 0, 0.5);
}

.bg-pink {
  background: rgba(255, 87, 198, 0.5);
}

.list-hashtag_item .bg-pink {
  background: rgba(255, 87, 198, 0.8);
}
.list-hashtag_item .bg-red {
  background-color: rgba(237, 83, 75, 0.8);
}
.list-hashtag_item .bg-purple {
  background-color: rgba(159, 114, 255, 0.8);
}
.list-hashtag_item .bg-orange {
  background-color: #ffa800;
}
.list-hashtag_item .bg-yellow {
  background: rgba(255, 168, 0, 0.8);
}
.list-hashtag_item .bg-pink {
  background: rgba(255, 87, 198, 0.8);
}
.list-hashtag_item .bg-sea-green {
  background-color: rgba(16, 230, 217, 0.8);
}

.bg-sea-green {
  background-color: rgba(16, 230, 217, 0.5);
}

a {
  text-decoration: none;
}
a.menu-link:hover {
  text-decoration: none;
}

.menu_link:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .pr-lg-40 {
    padding-right: 40px;
  }
}

.mt-0 {
  margin-top: 0;
}

.pl-35 {
  padding-left: 35px;
}

.pt-10 {
  padding-top: 10px;
}

.mr-0 {
  margin-right: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.fw-700 {
  font-weight: 700;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

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

.md-visible {
  display: none;
}

textarea {
  resize: none;
}

.text-underline {
  text-decoration: underline;
}

#toTop {
  position: fixed;
  right: 20px;
  z-index: 50;
  bottom: 10px;
}
#toTop:before {
  content: "";
  background-image: url(./../images/btn-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 45px;
  height: 45px;
  display: block;
}
@media (min-width: 768px) {
  #toTop:before {
    width: 50px;
    height: 50px;
    right: 54px;
  }
}
@media (min-width: 992px) {
  #toTop:before {
    width: 60px;
    height: 60px;
  }
}

.content-page {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  padding-bottom: 50px;
}
.content-page .block-document {
  padding-top: 30px;
}
.content-page .content {
  padding-bottom: 0;
}
.content-page ol li {
  margin-bottom: 15px;
}
.content-page .type-lower-alpha {
  list-style-type: lower-alpha;
  margin-top: 15px;
  padding-left: 15px;
}
.content-page .type-lower-roman {
  list-style-type: lower-roman;
  margin-top: 20px;
  padding-left: 15px;
}
.content-page .title-top_content-page {
  font-size: 28px;
  line-height: 130%;
  font-weight: 700;
  display: block;
  text-align: center;
  font-family: Acworth, sans-serif;
}
.content-page .title_content-page {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  .content-page {
    font-size: 18px;
  }
  .content-page .title-top_content-page {
    font-size: 28px;
  }
  .content-page .title_content-page {
    font-size: 18px;
  }
  .content-page .list-document {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
@media (min-width: 1280px) {
  .content-page {
    font-size: 20px;
  }
  .content-page .title-top_content-page {
    font-size: 35px;
  }
  .content-page .title_content-page {
    font-size: 26px;
  }
  .content-page .content {
    padding-top: 50px;
  }
}
@media (min-width: 1440px) {
  .content-page {
    font-size: 23px;
    padding-bottom: 80px;
  }
  .content-page .title-top_content-page {
    font-size: 38px;
  }
  .content-page .title_content-page {
    font-size: 29px;
  }
}
@media (min-width: 1920px) {
  .content-page {
    font-size: 24px;
    padding-bottom: 80px;
  }
  .content-page .title-top_content-page {
    font-size: 48px;
  }
  .content-page .title_content-page {
    font-size: 36px;
  }
}

.content.bg-grey.h-100 {
  height: 100%;
}

.bg-grey {
  height: auto;
}

.title-page {
  font-family: Acworth, sans-serif;
  font-size: 28px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 20px 20px;
  margin: 0 -20px;
}
.title-page .title-page-small {
  text-transform: initial;
}
.title-page.tt-capit {
  text-transform: capitalize;
}

.list-hashtag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
  position: absolute;
  bottom: 0;
  padding: 10px 0 20px 20px;
  z-index: 15;
}
.list-hashtag .list-hashtag_item {
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 8px 4px;
}
.list-hashtag a {
  color: #000;
  border-radius: 15px;
  padding: 3px 7px;
  cursor: pointer;
  border: 1px solid #000;
}
.list-hashtag.color-white a {
  color: #fff;
  border: 1px solid #fff;
}
.list-hashtag.color-white .link-category a {
  border: none;
  font-size: 15px;
}

.btn-to-main {
  background: #9F72FF;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 10px 25px;
  margin: 50px auto 0;
  line-height: 122%;
  width: 100%;
  color: #000;
}
@media (min-width: 768px) {
  .btn-to-main {
    font-size: 24px;
    width: fit-content;
  }
}
@media (min-width: 1440px) {
  .btn-to-main {
    font-size: 29px;
  }
}
@media (min-width: 1920px) {
  .btn-to-main {
    font-size: 36px;
  }
}

.slick-dots li button:before {
  font-size: 10px;
}

.wrapper-preloader {
  width: 100%;
  height: 140px;
}
.wrapper-preloader .img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .md-hidden {
    display: none;
  }

  .md-visible {
    display: flex;
  }

  .bg-md-white {
    background-color: #fff;
  }

  .md-visible-block {
    display: block;
  }

  .title-page {
    display: block;
    padding: 30px 40px 20px;
    margin: 0 -35px;
  }
}
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }

  .lg-visible {
    display: inline-block;
  }

  .bg-lg-white {
    background-color: #fff;
  }

  .title-page {
    padding: 30px 65px 20px;
    margin: 0 -35px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .title-page {
    font-size: 35px;
  }

  .xl-visible {
    display: block;
  }
}
@media (min-width: 1420px) {
  .list-hashtag {
    padding: 10px 30px 10px 30px;
  }

  .title-page {
    font-size: 38px;
    padding: 50px 0 30px 30px;
    margin: 0;
  }

  .list-hashtag.color-white .link-category a {
    border: none;
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .list-hashtag {
    padding: 10px 40px 10px 40px;
  }

  .title-page {
    font-size: 48px;
  }

  .btn-to-main {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .wrapper-info-article .btn-more.icon-arrow-down {
    order: 2;
  }
  .wrapper-info-article .wrapper-article-page {
    order: 1;
  }
}
.wrapper-info-article.opened .btn-more {
  display: none;
}

.page-search .result-search {
  padding: 80px 20px;
}
.page-search .title-page {
  margin: 0;
  padding-bottom: 0;
  text-align: left;
  text-transform: capitalize;
}
.page-search .wrapper-img-search {
  text-align: center;
}
.page-search .wrapper-img-search img {
  width: 90px;
}
.page-search .text-404 {
  font-weight: 700;
  font-size: 16px;
  line-height: 145%;
  text-align: center;
  margin-top: 0;
}
.page-search .btn-to-main {
  font-size: 24px;
  max-width: 450px;
  margin: 40px auto 0;
}
@media (min-width: 414px) {
  .page-search .text-404 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .page-search .result-search {
    padding: 200px 20px 300px;
  }
  .page-search .wrapper-img-search img {
    width: 106px;
  }
  .page-search .text-404 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .page-search .result-search {
    padding: 120px 20px 330px;
  }
  .page-search .wrapper-img-search img {
    width: 100px;
  }
  .page-search .text-404 {
    font-size: 20px;
  }
  .page-search .btn-to-main {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .page-search .result-search {
    padding: 150px 20px 200px;
  }
  .page-search .btn-to-main {
    font-size: 29px;
  }
  .page-search .wrapper-img-search img {
    width: 148px;
  }
}
@media (min-width: 1920px) {
  .page-search .result-search {
    padding: 200px 20px 200px;
  }
  .page-search .text-404 {
    font-size: 24px;
  }
  .page-search .btn-to-main {
    font-size: 36px;
  }
}

.page-search-result {
  margin-bottom: 50px;
}
.page-search-result .list_article {
  padding-top: 30px;
}
.page-search-result .search-result {
  padding: 0 20px 20px;
  margin: 0 -20px 50px;
}
@media (min-width: 768px) {
  .page-search-result .list_article {
    padding-top: 0;
  }
  .page-search-result .search-result {
    padding: 35px;
    margin: 0 -35px 0;
  }
  .page-search-result .list_article-item {
    width: 100%;
  }
  .page-search-result .list_article-item:last-child {
    margin-bottom: 0;
  }
  .page-search-result .list_article-item .list-hashtag_item .bg-pink,
.page-search-result .list_article-item .list-hashtag_item .bg-red,
.page-search-result .list_article-item .list-hashtag_item .bg-purple,
.page-search-result .list_article-item .list-hashtag_item .bg-orange,
.page-search-result .list_article-item .list-hashtag_item .bg-yellow,
.page-search-result .list_article-item .list-hashtag_item .bg-pink,
.page-search-result .list_article-item .list-hashtag_item .bg-sea-green {
    background-color: transparent;
  }
  .page-search-result .list_article-item .item-wrapper {
    flex-direction: row-reverse;
  }
  .page-search-result .list_article-item .wrapper-img-prev {
    position: inherit;
    overflow: unset;
  }
  .page-search-result .list_article-item .wrapper-info-article {
    flex: unset;
    padding: 30px 20px;
  }
  .page-search-result .list_article-item .anim-template {
    width: 200px;
  }
  .page-search-result .list_article-item .img {
    max-width: 100%;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px 0px 0px 15px;
    filter: grayscale(100%);
  }
  .page-search-result .list_article-item .list-hashtag {
    left: 0;
    top: 30px;
  }
  .page-search-result .list_article-item .article-item-title {
    font-size: 18px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .page-search-result .search-result {
    margin: 0;
  }
  .page-search-result .list-hashtag {
    padding: 20px;
  }
  .page-search-result .list_article-item:hover .main-img {
    opacity: 1;
    visibility: visible;
  }
  .page-search-result .list_article-item .article-item-title {
    font-size: 20px;
    line-height: 120%;
  }
  .page-search-result .list_article-item:hover .img {
    filter: grayscale(0);
  }
}
@media (min-width: 1440px) {
  .page-search-result .article-item_info-panel {
    font-size: 18px;
  }
  .page-search-result .list_article-item .article-item-title {
    font-size: 22px;
  }
}
@media (min-width: 1920px) {
  .page-search-result .list_article-item .article-item-title {
    font-size: 24px;
  }
}
.page-search-result .list_article.search .list-hashtag.desktop {
  display: none;
}
.page-search-result .list_article.search .item-wrapper {
  padding: 0 20px 20px 20px;
}
.page-search-result .list_article.search .item-wrapper .wrapper-img-prev {
  margin: 0 -20px;
}
.page-search-result .list_article.search .article-item-title {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-search-result .list_article.search .list-hashtag.desktop {
    display: flex;
    position: relative;
    top: 0;
    padding: 0;
  }
  .page-search-result .list_article.search .text-article {
    display: none;
  }
  .page-search-result .list_article.search .item-wrapper {
    padding: 20px 0 20px 20px;
    display: grid;
    grid-template-areas: "article-item-title wrapper-img" "list-hashtag  wrapper-img" "wrapper_article-item_info-panel  wrapper-img";
    grid-template-columns: calc(100% - 220px) 200px;
    grid-gap: 20px;
  }
  .page-search-result .list_article.search .item-wrapper .wrapper-img-prev {
    grid-area: wrapper-img;
    margin: 0;
    margin-top: -20px;
    margin-bottom: -20px;
    margin-left: auto;
  }
  .page-search-result .list_article.search .item-wrapper .list-hashtag {
    grid-area: list-hashtag;
  }
  .page-search-result .list_article.search .item-wrapper .article-item-title {
    grid-area: article-item-title;
  }
  .page-search-result .list_article.search .item-wrapper .wrapper_article-item_info-panel {
    grid-area: wrapper_article-item_info-panel;
  }
}
@media (min-width: 1920px) {
  .page-search-result .list_article.search .item-wrapper {
    grid-template-columns: calc(100% - 240px) 220px;
  }
  .page-search-result .list_article.search .wrapper-img-prev {
    grid-area: wrapper-img;
    margin-left: 30px;
  }
}

.block-save-article {
  min-width: 60px;
}

img {
  max-width: 100%;
}

.wrapper-grid-main {
  grid-template-columns: 200px calc(100% - 220px);
}
.wrapper-grid-main .content-wrapper {
  max-width: 100%;
}
@media (min-width: 992px) {
  .wrapper-grid-main .wrapper-grid-main .content-wrapper {
    margin-bottom: 80px;
  }
}
@media (min-width: 1250px) {
  .wrapper-grid-main {
    grid-template-columns: 220px calc(100% - 440px) 220px;
  }
  .wrapper-grid-main .content-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .wrapper-grid-main {
    grid-template-columns: 260px calc(100% - 510px) 260px;
  }
  .wrapper-grid-main .content-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1900px) {
  .wrapper-grid-main {
    grid-template-columns: 330px calc(100% - 660px) 330px;
  }
  .wrapper-grid-main .content-wrapper {
    max-width: 100%;
  }
}

.results {
  border: 1px solid #000;
}
@media (max-width: 1279px) {
  .results {
    top: 125px;
    width: 80%;
    left: 6%;
  }
}

input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
  outline-color: transparent;
}

#header-datafetch {
  width: 280px;
}
@media (min-width: 768px) {
  #header-datafetch {
    left: -157px;
    top: 44px;
  }
}

.results-wrap a {
  display: block;
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 110%;
  font-family: Montserrat, sans-serif;
}
.results-wrap .all-res {
  padding: 20px 10px 10px;
  display: block;
  font-size: 14px;
  border-top: 1px solid #000;
  margin: 0 -10px;
  text-align: left;
}
.results-wrap .all-res:after {
  content: "";
  background-image: url(./../images/arrow-right.svg);
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  margin-left: 7px;
}
@media (min-width: 1900px) {
  .results-wrap {
    font-size: 22px;
  }
  .results-wrap .all-res {
    font-size: 18px;
  }
}


@media (min-width: 992px){
  .menu-type-2 .menu_icon._active::before{
    top: calc(50% - 1.5px);
    transform: rotate(-45deg);
  }
  .menu-type-2 .menu_icon._active::after{
    bottom: calc(50% - 1.5px);
    transform: rotate(45deg);
  }
}

@media (max-width: 991px){
  .menu_icon._active::before {
    top: calc(50% - 1.5px);
    transform: rotate(-45deg);
  }
  .menu_icon._active::after {
    bottom: calc(50% - 1.5px);
    transform: rotate(45deg);
  }
}

/*удалить*/

.img-heidt .anim-template {
  height: 100%;
}
.img-heidt .wrapper-img-prev {
  height: 100%;
}




.img-auto .anim-template img:not(.animation-1, .animation-2, .animation-3) {
  height: 100%;
}
.img-auto .anim-template  {
  height: 100%;
}


.img-auto .wrapper-img-prev {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.img-auto .img {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}