@charset "UTF-8";
/* stylelint-disable */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

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

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

/* 1024-1279 рх */
/* 768-1023 рх */
@font-face {
  font-style: normal;
  font-weight: 300;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff"); }

@font-face {
  font-style: normal;
  font-weight: 700;
  font-family: "Open Sans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"); }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-weight: 400;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #3f424b;
  scroll-behavior: smooth; }

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

a {
  color: inherit; }

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

.cards-list__item-link img {
	max-width: 100%;
    height: 100%; 
    object-fit: cover;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2; }

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

.body--locked {
  overflow: hidden; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1485px;
  margin: 0 auto;
  padding: 0 50px; }

@media (max-width: 1024px) {
  .container {
    padding: 0 30px; } }

@media (max-width: 768px) {
  .container {
    padding: 0 20px; } }

.button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: inline-block;
  padding: 11px 36px;
  text-transform: uppercase;
  border: 1px solid #3f424b;
  border-radius: 20px;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  color: #3f424b; }
  .button:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button:hover, .button:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #30a640;
    border-color: #30a640;
    color: #ffffff; }
  .button:active {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #30a640;
    border-color: #30a640;
    color: #ffffff; }
  @media (max-width: 1024px) {
    .button:hover {
      background-color: #ffffff;
      border-color: #3f424b;
      color: #3f424b; } }
  .button--green {
    background-color: #30a640;
    border: none;
    color: #ffffff; }
    .button--green:hover, .button--green:focus {
      background-color: #ffffff;
      color: #30a640;
      border: none; }
    .button--green:active {
      background-color: #ffffff;
      color: #30a640;
      border: none; }
    @media (max-width: 1024px) {
      .button--green:hover {
        background-color: #30a640;
        color: #ffffff;
        border: none; } }

.back-button {
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  left: 40px;
  top: 93px;
  width: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #30a640; }
  .back-button span {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border-radius: 50%;
    margin-right: auto;
    background-color: #30a640;
    border: 2px solid #ffffff; }
  .back-button:hover span {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 0; }

@media (max-width: 1300px) {
  .back-button {
    top: 0; } }

@media (max-width: 1024px) {
  .back-button {
    font-size: 14px;
    line-height: 20px;
    left: 30px;
    width: auto; }
    .back-button span {
      width: 45px;
      height: 45px;
      margin-left: 0;
      margin-right: 10px; } }

@media (max-width: 768px) {
  .back-button {
    left: 20px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
    .back-button span {
      width: 35px;
      height: 35px; }
      .back-button span svg {
        width: 8px; } }

.section-title {
  font-size: 35px;
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 50px;
  font-weight: 600;
  text-transform: uppercase; }
  .section-title span {
    font-size: 16px;
    line-height: 22px;
    color: #30a640;
    text-transform: none;
    font-weight: 400; }

@media (max-width: 1024px) {
  .section-title {
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .section-title {
    font-size: 25px;
    line-height: 30px; } }

@-webkit-keyframes animatedHeader {
  0% {
    top: -200px; }
  100% {
    top: 0; } }

@keyframes animatedHeader {
  0% {
    top: -200px; }
  100% {
    top: 0; } }

.page-header {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
  padding: 6px 0 8px;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05)); }
  .page-header--transparent {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.75); }
  .page-header--nav-opened {
    background-color: #ffffff; }
    .page-header--nav-opened .page-header__catalog-link svg {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .page-header--scroll {
    -webkit-animation: animatedHeader 0.3s;
            animation: animatedHeader 0.3s;
    position: fixed;
    left: 0;
    z-index: 10;
    width: 100%;
    min-height: auto;
    background-color: #ffffff; }

.page-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.page-header__top {
  position: relative; }

.page-header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px; }

.page-header__logo {
  margin-right: auto; }

.page-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  margin-right: 43px; }

.page-header__nav-toggle {
  display: none; }

.page-header__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-header__nav-list li {
    font-size: 16px;
    line-height: 22px;
    margin-right: 40px; }
    .page-header__nav-list li:last-child {
      margin: 0; }
    .page-header__nav-list li a {
      padding: 3px 0;
      text-decoration: none; }
      .page-header__nav-list li a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .page-header__nav-list li a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.7; }

.page-header__catalog-link {
  color: #2f448c; }
  .page-header__catalog-link svg {
    margin-left: 7px; }
    .page-header__catalog-link svg:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }

.page-header__callback-link {
  font-size: 16px;
  line-height: 22px;
  padding: 8px 30px;
  border: 1px solid #30a640;
  text-decoration: none;
  text-align: center;
  color: #30a640; }
  .page-header__callback-link:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .page-header__callback-link:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #30a640;
    color: #ffffff; }

.page-header__catalog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .page-header__catalog-list li {
    font-size: 16px;
    line-height: 22px;
    margin-right: 10px;
    color: #30a640; }
    .page-header__catalog-list li:last-child {
      margin-right: 0; }
    .page-header__catalog-list li a {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 3px 0;
      text-decoration: none; }
      .page-header__catalog-list li a svg {
        margin-right: 10px; }
      .page-header__catalog-list li a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s; }

@media (max-width: 1400px) {
  .page-header__nav {
    margin-right: 25px; }
  .page-header__nav-list li {
    margin-right: 20px; }
  .page-header__catalog-link svg {
    margin-left: 2px; } }

@media (max-width: 1200px) {
  .page-header__nav {
    margin-right: 15px; }
  .page-header__nav-list li {
    font-size: 13px;
    line-height: 18px;
    margin-right: 15px; }
  .page-header__catalog-link svg {
    width: 12px; }
  .page-header__callback-link {
    font-size: 13px;
    line-height: 18px;
    padding: 8px 20px; }
  .page-header__catalog-list li {
    font-size: 13px;
    line-height: 18px; }
    .page-header__catalog-list li a svg {
      margin-right: 5px; } }

@media (max-width: 1024px) {
  .page-header__logo img {
    width: 100px; }
  .page-header__callback-link {
    display: none; }
  .page-header__catalog-list li:nth-child(n + 5) {
    display: none; } }

@media (max-width: 768px) {
  .page-header--transparent {
    position: relative;
    background-color: #ffffff; }
  .page-header__top-container {
    padding-bottom: 0; }
  .page-header__logo img {
    width: 80px; }
  .page-header__nav-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("../img/svg/icon-menu-burger.svg");
    background-repeat: no-repeat;
    background-position: center; }
  .page-header__nav {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0; }
    .page-header__nav--opened .page-header__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-header__nav--opened .page-header__nav-toggle {
      background-image: url("../img/svg/icon-menu-cross.svg"); }
  .page-header__nav-list {
    display: none;
    position: fixed;
    top: 45px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 20px;
    overflow: auto;
    background-color: #ffffff;
    -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05));
            filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.05)); }
    .page-header__nav-list li {
      font-size: 14px;
      line-height: 20px;
      margin-right: 0;
      margin-bottom: 10px; }
      .page-header__nav-list li a:hover {
        opacity: 1; }
  .page-header__catalog-link svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .page-header__catalog-link--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .page-header__catalog-link--active svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-right: 5px; }
  .page-header__catalog-list {
    display: none; }
  .page-header__callback-link {
    display: block;
    padding: 6px 15px; }
    .page-header__callback-link:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: transparent;
      color: #30a640; } }

/* Search page */

.search-page form {
	position: relative;
    width: 100%;
    max-height: 90vh;
    padding-bottom: 0px;
    overflow: auto;
    background-color: rgb(0 0 0 / 0%);
    -webkit-box-shadow: 0px 4px 10px rgb(0 0 0 / 0%);
    box-shadow: 0px 4px 10px rgb(0 0 0 / 0%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    .search-page form input[type="search"] {
      font-size: 16px;
      line-height: 22px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 15px 25px 14px;
      background-color: transparent;
      border: 1px solid rgba(63, 66, 75, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none; }
      .search-page form input[type="search"]:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .search-page form input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
                appearance: none; }
      .search-page form input[type="search"]::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .search-page form input[type="search"]::-moz-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .search-page form input[type="search"]:-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .search-page form input[type="search"]::-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .search-page form input[type="search"]::placeholder {
        font-size: 16px;
        line-height: 22px; }
      .search-pageform input[type="search"]:hover, .search-page form input[type="search"]:focus {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-color: #30a640; }
    .search-page form button {
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
      font-size: 18px;
      line-height: 25px;
      margin-left: 17px;
      font-weight: 700;
      text-transform: uppercase;
      color: #2f448c; }
      .search-page form button:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .search-page form button:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.7; }

/* Search page end */	  

i.gloss-popup{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  position: relative;
}

i.gloss-popup span{
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 260px;
  max-width: 100%;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  font-style: initial;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

i.gloss-popup:hover{
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  cursor:help;
}

i.gloss-popup:hover span{
  display: block;
}

	  
.modal-catalog {
  position: absolute;
  top: 100%;
  bottom: auto;
  width: 100%;
  max-height: 90vh;
  padding-bottom: 30px;
  overflow: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05); }
  .modal-catalog--hidden {
    display: none; }
  .modal-catalog form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    .modal-catalog form input[type="search"] {
      font-size: 16px;
      line-height: 22px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 15px 25px 14px;
      background-color: transparent;
      border: 1px solid rgba(63, 66, 75, 0.5);
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      outline: none; }
      .modal-catalog form input[type="search"]:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .modal-catalog form input[type="search"]::-webkit-search-cancel-button {
        -webkit-appearance: none;
                appearance: none; }
      .modal-catalog form input[type="search"]::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .modal-catalog form input[type="search"]::-moz-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .modal-catalog form input[type="search"]:-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .modal-catalog form input[type="search"]::-ms-input-placeholder {
        font-size: 16px;
        line-height: 22px; }
      .modal-catalog form input[type="search"]::placeholder {
        font-size: 16px;
        line-height: 22px; }
      .modal-catalog form input[type="search"]:hover, .modal-catalog form input[type="search"]:focus {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-color: #30a640; }
    .modal-catalog form button {
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
      font-size: 18px;
      line-height: 25px;
      margin-left: 17px;
      font-weight: 700;
      text-transform: uppercase;
      color: #2f448c; }
      .modal-catalog form button:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .modal-catalog form button:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.7; }

.modal-catalog__title {
  margin-bottom: 15px; }

.modal-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px; }

.modal-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }
  .modal-catalog__item > a {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #30a640;
    font-weight: 600;
    text-decoration: none; }
    .modal-catalog__item > a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .modal-catalog__item > a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.7; }

.modal-catalog__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .modal-catalog__sublist li {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300; }
    .modal-catalog__sublist li a {
      text-decoration: none; }
      .modal-catalog__sublist li a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .modal-catalog__sublist li a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        color: #000000; }

@media (max-width: 1450px) {
  .modal-catalog__list {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px; } }

@media (max-width: 1200px) {
  .modal-catalog__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; } }

@media (max-width: 1024px) {
  .modal-catalog__item {
    margin-bottom: 20px; }
    .modal-catalog__item > a {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px; }
  .modal-catalog__sublist li {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 768px) {
  .modal-catalog {
    top: 90px; }
    .modal-catalog form {
      display: none; }
  .modal-catalog__title {
    display: none; }
  .modal-catalog__list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; } }

@media (max-width: 450px) {
  .modal-catalog__list {
    -webkit-column-count: unset;
       -moz-column-count: unset;
            column-count: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .modal-catalog__item {
    margin-bottom: 15px; }
    .modal-catalog__item > a {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 5px; }
  .modal-catalog__sublist li {
    font-size: 14px;
    line-height: 20px; } }

.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 18px;
  border-bottom: 1px solid rgba(123, 125, 131, 0.15); }

.page-footer__logo {
  margin-right: auto; }

.page-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .page-footer__nav-list li {
    font-size: 16px;
    line-height: 22px;
    margin-right: 75px; }
    .page-footer__nav-list li:last-child {
      margin: 0; }
    .page-footer__nav-list li a {
      padding: 3px 0;
      text-decoration: none; }
      .page-footer__nav-list li a:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      .page-footer__nav-list li a:hover {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }

.page-footer__middle {
  padding: 18px 0 20px;
  border-bottom: 1px solid rgba(123, 125, 131, 0.15); }

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

.page-footer__contacts-item {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24.25%;
  margin-right: 9.6%;
  padding-left: 50px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: left top; }
  .page-footer__contacts-item--address {
    background-image: url("../img/svg/icon-footer-map-pin.svg"); }
  .page-footer__contacts-item--phone {
    background-image: url("../img/svg/icon-footer-phone.svg"); }
  .page-footer__contacts-item--mail {
    background-image: url("../img/svg/icon-footer-mail.svg"); }
  .page-footer__contacts-item p {
    margin: 0; }
  .page-footer__contacts-item a {
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
    .page-footer__contacts-item a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .page-footer__contacts-item a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #000000; }
  .page-footer__contacts-item:last-child {
    margin-right: 0; }

.page-footer__contacts-tel,
.page-footer__contacts-mail {
  text-decoration: none; }

.page-footer__bottom {
  padding: 15px 0 6px; }
  .page-footer__bottom p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    font-weight: 300;
    color: rgba(123, 125, 131, 0.5); }
  .page-footer__bottom span {
    text-transform: uppercase;
    margin-right: 7px; }

@media (max-width: 1400px) {
  .page-footer__nav-list li {
    margin-right: 40px; } }

@media (max-width: 1200px) {
  .page-footer__nav-list li {
    margin-right: 25px; } }

@media (max-width: 1024px) {
  .page-footer__top {
    padding-top: 30px; }
  .page-footer__logo img {
    width: 120px; }
  .page-footer__nav-list li {
    font-size: 13px;
    line-height: 18px;
    margin-right: 15px; }
  .page-footer__contacts-item {
    font-size: 13px;
    line-height: 18px; }
    .page-footer__contacts-item a:hover {
      opacity: 1; } }

@media (max-width: 768px) {
  .page-footer__nav-list {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px; }
    .page-footer__nav-list li {
      font-size: 14px;
      line-height: 18px;
      margin-right: 0;
      margin-bottom: 7px; }
  .page-footer__contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .page-footer__contacts-item {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    max-width: 140px;
    margin-right: 7%;
    padding-left: 25px;
    background-size: 18px; }
  .page-footer__bottom {
    padding-top: 10px; }
    .page-footer__bottom p {
      font-size: 11px;
      line-height: 13px; }
      .page-footer__bottom p span {
        margin-right: 3px; } }

@media (max-width: 500px) {
  .page-footer__logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .page-footer__nav {
    margin: 0 auto; }
  .page-footer__nav-list {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
    .page-footer__nav-list li {
      font-size: 13px;
      line-height: 18px;
      margin-bottom: 5px; }
  .page-footer__contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .page-footer__contacts-item {
    margin-right: 9%; }
    .page-footer__contacts-item--address {
      display: none; } }

.intro {
  width: 100%; }

.intro__slider-container {
  position: relative;
  overflow: hidden; }

.intro__slider-buttons-container {
  position: relative; }

.intro__slider-buttons {
  position: absolute;
  left: 55px;
  top: 280px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.intro__slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border: 2px solid #ffffff;
  border-radius: 50%; }
  .intro__slider-btn:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .intro__slider-btn--prev {
    margin-right: 18px; }
  .intro__slider-btn--next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .intro__slider-btn:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #30a640; }

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

.intro__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 329px;
  padding-bottom: 183px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .intro__slide h2 {
    font-size: 70px;
    line-height: 95px;
    max-width: 812px;
    margin: 0;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff; }
  .intro__slide a {
    font-size: 25px;
    line-height: 34px;
    padding: 13px 45px;
    border-radius: 25px;
    font-weight: 600; }

@media (max-width: 1024px) {
  .intro__slider-buttons {
    left: 35px;
    top: 180px; }
  .intro__slider-btn {
    width: 40px;
    height: 40px; }
    .intro__slider-btn--prev {
      margin-right: 18px; }
    .intro__slider-btn:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      border-color: #ffffff; }
  .intro__slide {
    padding-top: 220px;
    padding-bottom: 100px; }
    .intro__slide h2 {
      font-size: 50px;
      line-height: 65px;
      max-width: 600px;
      margin-bottom: 40px; }
    .intro__slide a {
      font-size: 20px;
      line-height: 26px;
      padding: 13px 35px; } }

@media (max-width: 768px) {
  .intro__slider-buttons {
    left: 25px;
    top: 130px; }
  .intro__slider-btn {
    width: 30px;
    height: 30px; }
    .intro__slider-btn svg {
      width: 8px; }
    .intro__slider-btn--prev {
      margin-right: 10px; }
  .intro__slide {
    padding-top: 170px;
    padding-bottom: 80px; }
    .intro__slide h2 {
      font-size: 24px;
      line-height: 26px;
      max-width: 280px;
      margin-bottom: 30px; }
    .intro__slide a {
      font-size: 12px;
      line-height: 16px;
      padding: 10px 20px; } }

.our-goods {
  padding-top: 55px;
  background-color: #f6f6f6;
  padding-bottom: 42px; }

.our-goods__title {
  margin-bottom: 48px; }

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

.our-goods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 258px;
  width: 18.63%;
  margin-right: 1.6%;
  margin-bottom: 23px;
  padding: 17px 16px 14px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right 60%;
  background-size: 50%; }
  .our-goods__item:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (min-width: 1301px) {
    .our-goods__item:nth-child(5n) {
      margin-right: 0; } }
  .our-goods__item h3 {
    font-size: 18px;
    line-height: 25px;
    max-width: 200px;
    margin: 0;
    margin-bottom: auto;
    text-transform: uppercase; }
  .our-goods__item a {
    font-size: 16px;
    line-height: 22px;
    min-width: 150px;
    padding: 3px 36px;
    text-transform: none;
    -ms-flex-item-align: center;
        align-self: center; }
  @media (min-width: 1025px) {
    .our-goods__item:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
              filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15)); }
      .our-goods__item:hover a {
        background-color: #30a640;
        border-color: #30a640;
        color: #ffffff; } }

@media (max-width: 1300px) {
  .our-goods__item {
    width: 23.8%; } }
  @media (max-width: 1300px) and (min-width: 1025px) {
    .our-goods__item:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .our-goods {
    padding-top: 40px; }
  .our-goods__title {
    margin-bottom: 30px; }
  .our-goods__item {
    width: 32.26%; } }
  @media (max-width: 1024px) and (min-width: 660px) {
    .our-goods__item:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 768px) {
  .our-goods__item {
    margin-bottom: 15px; }
    .our-goods__item h3 {
      font-size: 16px;
      line-height: 24px;
      max-width: 180px; } }

@media (max-width: 660px) {
  .our-goods__item {
    width: 49%;
    margin-right: 2%; }
    .our-goods__item:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 450px) {
  .our-goods__item {
    width: 100%;
    margin-right: 0; } }

.partners-slider__container {
  overflow: hidden; }

.partners-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.partners-slider__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .partners-slider__slide a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%) opacity(30%);
            filter: grayscale(100%) opacity(30%); }
    .partners-slider__slide a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .partners-slider__slide a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-filter: none;
              filter: none; }


              .partners-slider__slide a img{
                max-height:80px;
              }

@media (max-width: 768px) {
  .partners-slider__slide {
    max-width: 150px; } }

.about-section {
  padding-top: 30px;
  padding-bottom: 93px; }

.about-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 95px; }

.about-section__left {
  width: 291px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10.8%;
  padding-top: 35px; }

.about-section__logo {
  margin-bottom: 76px; }

.about-section__button {
  font-size: 18px;
  line-height: 25px;
  min-width: 249px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 30px;
  font-weight: 300; }

.about-section__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 840px;
  width: 60.65%; }
  .about-section__right p {
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 25px;
    font-weight: 300; }
    .about-section__right p::before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 3px;
      height: 30px;
      border-radius: 5px;
      background-color: #30a640; }
    .about-section__right p:last-of-type {
      margin-bottom: 0; }
  .about-section__right .about-section__button {
    display: none; }

.about-section__certificates {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 50px; }

.about-section__certificate {
  width: 12.85%;
  margin-right: 1.66%;
  margin-bottom: 20px; }
  .about-section__certificate a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    .about-section__certificate a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.5); }
      .about-section__certificate a::after:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
    .about-section__certificate a:hover::after {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: transparent; }
  .about-section__certificate img {
    width: 100%; }
  @media (min-width: 1201px) {
    .about-section__certificate:nth-child(7n) {
      margin-right: 0; } }

@media (max-width: 1200px) {
  .about-section__left {
    margin-right: 7%; }
  .about-section__certificate {
    width: 15.28%; } }
  @media (max-width: 1200px) and (min-width: 1025px) {
    .about-section__certificate:nth-child(6n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .about-section {
    padding-bottom: 40px; }
  .about-section__container {
    margin-top: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about-section__left {
    width: 230px;
    margin-right: 5%;
    padding-top: 35px; }
  .about-section__button {
    font-size: 16px;
    line-height: 18px;
    min-width: 230px; }
  .about-section__right p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-left: 15px; }
    .about-section__right p::before {
      top: 5px;
      height: 25px; }
  .about-section__certificates {
    margin-top: 40px; }
  .about-section__certificate {
    width: 18.67%; } }
  @media (max-width: 1024px) and (min-width: 769px) {
    .about-section__certificate:nth-child(5n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
    .about-section__certificate a::after {
      display: none; }
    .about-section__certificate:last-child {
      margin-right: 0; } }

@media (max-width: 768px) {
  .about-section {
    padding-bottom: 30px; }
  .about-section__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 0; }
    .about-section__left .about-section__button {
      display: none; }
  .about-section__logo {
    margin-bottom: 0;
    max-width: 250px; }
  .about-section__button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .about-section__right {
    width: 100%; }
    .about-section__right p {
      font-size: 14px;
      line-height: 18px; }
      .about-section__right p::before {
        top: 5px;
        height: 20px; }
    .about-section__right .about-section__button {
      display: block;
      -ms-flex-item-align: center;
          align-self: center;
      margin-top: 15px; }
  .about-section__certificates {
    margin-top: 30px; }
  .about-section__certificate {
    width: 23.75%;
    margin-bottom: 10px; } }
  @media (max-width: 768px) and (min-width: 601px) {
    .about-section__certificate:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 600px) {
  .about-section__certificate {
    width: 32.22%; } }
  @media (max-width: 600px) and (min-width: 451px) {
    .about-section__certificate:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 450px) {
  .about-section__certificate {
    width: 49.17%; }
    .about-section__certificate:nth-child(2n) {
      margin-right: 0; } }

.news-section {
  padding-top: 52px;
  padding-bottom: 74px;
  background-color: #f6f6f6; }

.news-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.news-section__title {
  margin-bottom: 40px; }

.news-section__button {
  font-size: 18px;
  line-height: 25px;
  -ms-flex-item-align: center;
      align-self: center;
  min-width: 251px;
  margin-top: 28px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 300;
  border-radius: 30px; }

@media (max-width: 1024px) {
  .news-section {
    padding-top: 40px;
    padding-bottom: 40px; }
  .news-section__title {
    margin-bottom: 30px; }
  .news-section__button {
    font-size: 16px;
    line-height: 18px;
    min-width: 230px;
    margin-top: 18px; } }

@media (max-width: 768px) {
  .news-section__button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px; } }

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

.cards-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32.27%;
  margin-right: 1.44%;
  margin-bottom: 22px; }
  @media (min-width: 769px) {
    .cards-list__item:nth-child(3n) {
      margin-right: 0; } }

.cards-list__item-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .cards-list__item-content:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .cards-list__item-content:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15)); }
    .cards-list__item-content:hover .cards-list__item-hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      height: 77%;
      padding: 19px 10px 42px; }
    @media (max-width: 1300px) {
      .cards-list__item-content:hover .cards-list__item-hover {
        height: 93%;
        padding-bottom: 15px; } }

.cards-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none; }

.cards-list__item-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 86px;
  padding: 9px 8px 7px 13px;
  background-color: #ffffff; }
  .cards-list__item-info h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: auto;
    font-weight: 300; }

.cards-list__item-author,
.cards-list__item-minutes {
  opacity: 0.3; }

.cards-list__item-date {
  font-size: 14px;
  line-height: 19px; }

.cards-list__item-details {
  font-size: 12px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cards-list__item-minutes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cards-list__item-minutes svg {
    margin-right: 9px; }

.cards-list__item-date,
.cards-list__item-minutes {
  margin-left: auto; }

.cards-list__item-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 10px;
  background-color: #ffffff; }
  .cards-list__item-hover:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .cards-list__item-hover p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: 300; }
  .cards-list__item-hover a {
    font-size: 16px;
    line-height: 22px;
    -ms-flex-item-align: center;
        align-self: center;
    padding: 3px 24px;
    min-width: 150px;
    text-transform: none; }

.cards-list__item-tag {
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-top: 18px;
  font-weight: 600;
  color: #30a640; }
  .cards-list__item-tag::before {
    content: "";
    display: block;
    width: 3px;
    height: 30px;
    margin-right: 15px;
    border-radius: 5px;
    background-color: #30a640; }

@media (max-width: 1300px) {
  .cards-list__item-hover p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px; } }

@media (max-width: 1200px) {
  .cards-list__item-info h3 {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 1024px) {
  .cards-list__item-info {
    min-height: 70px; }
    .cards-list__item-info h3 {
      font-size: 14px;
      line-height: 18px; }
  .cards-list__item-date {
    font-size: 12px;
    line-height: 16px; }
  .cards-list__item-tag {
    font-size: 16px;
    line-height: 20px; }
    .cards-list__item-tag::before {
      width: 3px;
      height: 25px;
      margin-right: 10px; }
  .cards-list__item-hover {
    display: none; } }

@media (max-width: 768px) {
  .cards-list__item {
    width: 49%;
    margin-right: 2%; }
    .cards-list__item:last-child {
      margin-bottom: 0; }
    .cards-list__item:nth-child(2n) {
      margin-right: 0; }
  .cards-list__item-tag {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 500px) {
  .cards-list__item {
    width: 100%;
    margin-right: 0; }
  .cards-list__item-info {
    min-height: 50px; }
  .cards-list__item-tag {
    margin-top: 10px; } }

.contacts {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contacts__map {
  height: 500px; }
  .contacts__map #map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; }

.contacts__info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0 52px;
  background-color: rgba(255, 255, 255, 0.85); }

.contacts-page .contacts__map {
  height: 705px; }

.contacts-page .contacts__info {
  top: 0;
  bottom: auto;
  padding: 55px 0 72px; }

.contacts-page .contacts__title {
  margin-bottom: 37px; }

.contacts__title {
  margin-bottom: 52px; }

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

.contacts__item {
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 21.66%;
  min-width: 280px;
  margin-right: 11.9%;
  padding-left: 50px;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: left top; }
  .contacts__item--address {
    background-image: url("../img/svg/icon-map-pin.svg"); }
  .contacts__item--phone {
    background-image: url("../img/svg/icon-phone.svg"); }
  .contacts__item--mail {
    background-image: url("../img/svg/icon-mail.svg"); }
  .contacts__item h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .contacts__item p {
    margin: 0; }
  .contacts__item a {
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none; }
    .contacts__item a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .contacts__item a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.7; }
  .contacts__item:last-child {
    margin-right: 0; }

.contacts__tel-link,
.contacts__mail-link {
  text-decoration: none; }

@media (max-width: 1300px) {
  .contacts__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts__item {
    width: 21.66%;
    min-width: 265px;
    margin-right: 7%;
    padding-left: 35px; } }

@media (max-width: 1024px) {
  .contacts__map {
    height: 450px; }
  .contacts__info {
    padding-bottom: 30px; }
  .contacts__title {
    margin-bottom: 30px; }
  .contacts__item {
    font-size: 16px;
    line-height: 20px;
    width: 32%;
    min-width: auto;
    max-width: 235px;
    margin-right: 2%;
    padding-left: 30px; }
    .contacts__item h3 {
      font-size: 16px;
      line-height: 20px; }
    .contacts__item a:hover {
      opacity: 1; }
  .contacts-page .contacts__map {
    height: 550px; }
  .contacts-page .contacts__info {
    padding: 30px 0; }
  .contacts-page .contacts__title {
    margin-bottom: 25px; } }

@media (max-width: 768px) {
  .contacts__map {
    height: 350px; }
  .contacts__info {
    padding-bottom: 20px; }
  .contacts__item {
    font-size: 14px;
    line-height: 18px;
    width: 33%;
    margin-right: 0.5%;
    padding-left: 20px;
    background-size: 18px; }
    .contacts__item h3 {
      font-size: 14px;
      line-height: 18px; }
  .contacts-page .contacts__map {
    height: 350px; }
  .contacts-page .contacts__info {
    padding: 20px 0; } }

@media (max-width: 500px) {
  .contacts__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 300px; }
  .contacts__info {
    position: static;
    padding-top: 40px; }
  .contacts__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .contacts__item:last-child {
      margin-bottom: 0; }
  .contacts-page .contacts__map {
    height: 300px; } }

.partnership {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff; }

.partnership__overlay {
  padding: 48px 0 37px;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 60, 81, 0.75); }

.partnership__title {
  margin-bottom: 52px; }
  .partnership__title span {
    color: #ffffff; }

.partnership__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px; }
  .partnership__form-inputs input {
    font-size: 18px;
    line-height: 25px;
    width: 23.25%;
    margin-right: 2.3%;
    padding: 17px 12px;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff; }
    .partnership__form-inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .partnership__form-inputs input:last-child {
      margin-right: 0; }
    .partnership__form-inputs input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #ffffff; }
    .partnership__form-inputs input::-moz-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #ffffff; }
    .partnership__form-inputs input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #ffffff; }
    .partnership__form-inputs input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #ffffff; }
    .partnership__form-inputs input::placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #ffffff; }
    .partnership__form-inputs input:hover, .partnership__form-inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 0 1px #30a640;
              box-shadow: inset 0 0 0 1px #30a640;
      border-color: #30a640; }

.partnership__form-button {
  font-size: 18px;
  line-height: 25px;
  display: block;
  min-width: 237px;
  margin: 0 auto 23px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 30px;
  font-weight: 600; }

.partnership__form-consent {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-align: center; }

@media (max-width: 1200px) {
  .partnership__form-inputs input {
    width: 24%;
    margin-right: 1.33%;
    padding: 13px 12px; } }

@media (max-width: 1024px) {
  .partnership__title {
    margin-bottom: 30px; }
  .partnership__overlay {
    padding-top: 40px; }
  .partnership__form-inputs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    .partnership__form-inputs input {
      font-size: 16px;
      line-height: 18px;
      width: 48%;
      max-width: 320px;
      margin-right: 4%;
      margin-bottom: 30px;
      padding: 15px 12px; }
      .partnership__form-inputs input:nth-child(2n) {
        margin-right: 0; }
      .partnership__form-inputs input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .partnership__form-inputs input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .partnership__form-inputs input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .partnership__form-inputs input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .partnership__form-inputs input::placeholder {
        font-size: 16px;
        line-height: 18px; }
  .partnership__form-button {
    font-size: 16px;
    line-height: 18px;
    min-width: 200px; } }

@media (max-width: 768px) {
  .partnership__form-button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .partnership__form-consent {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 500px) {
  .partnership__form-inputs {
    margin-bottom: 30px; }
    .partnership__form-inputs input {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .partnership__form-inputs input:last-child {
        margin-bottom: 0; } }

.catalog {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f6f6f6; }

.catalog__header {
  margin-bottom: 50px; }
  .catalog__header h1 {
    margin-bottom: 10px; }

.catalog__form {
  padding-right: 30px; }
  .catalog__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.catalog__form-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalog-filter {
  position: relative;
  margin-right: 18px;
  min-width: 110px; }
  .catalog-filter--opened {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); }
    .catalog-filter--opened .catalog-filter__header svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .catalog-filter--opened .catalog-filter__parameters {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
              box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05); }

.catalog-filter__header {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 9px 15px;
  color: #3f424b; }
  .catalog-filter__header:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .catalog-filter__header svg {
    margin-left: 10px; }
  .catalog-filter__header:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7; }

.catalog-filter__parameters {
  display: none;
  top: 35px;
  position: absolute;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0 10px 20px;
  padding-bottom: 20px;
  background-color: #f6f6f6; }
  .catalog-filter__parameters label {
    margin-bottom: 5px; }
    .catalog-filter__parameters label span {
      font-size: 14px;
      line-height: 19px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .catalog-filter__parameters label span::before {
        content: "";
        display: inline-block;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 20px;
        border: 1px solid rgba(63, 66, 75, 0.15);
        background-repeat: no-repeat;
        background-position: center; }
        .catalog-filter__parameters label.cf-cb span::before {
          content: "";
          display: inline-block;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 12px;
          height: 12px;
          border-radius: 4px;
          margin-right: 20px;
          border: 1px solid rgba(63, 66, 75, 0.15);
          background-repeat: no-repeat;
          background-position: center; }
          .bx_filter{
            flex:auto;
          }
    .catalog-filter__parameters label input:hover + span, .catalog-filter__parameters label input:focus + span {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .catalog-filter__parameters label input:hover + span::after, .catalog-filter__parameters label input:focus + span::after {
        outline: none;
        cursor: pointer;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0.5; }
    .catalog-filter__parameters label input:checked + span::before {
      background-image: url("../img/svg/icon-checked.svg"); }

.catalog-filter__clear {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #3f424b;
  opacity: 0.5; }
  .catalog-filter__clear:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .catalog-filter__clear svg {
    margin-right: 20px; }
  .catalog-filter__clear:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8; }

.catalog-filter__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.catalog-filter__submit {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 212px;
  margin-right: 15px;
  border: 1px solid #30a640;
  color: #30a640;
  border-radius: 0;
  background-color: #ffffff;
  text-transform: none; }
  .catalog-filter__submit svg {
    margin-right: 10px; }
  .catalog-filter__submit:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .catalog-filter__submit:hover svg {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      color: #ffffff; }

.catalog__items-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .catalog__items-amount p {
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    margin-right: 28px;
    padding-right: 25px;
    border-right: 1px solid #3f424b;
    font-weight: 600; }

.catalog__form-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3f424b; 
  transition: 0.2s;
}

  .catalog__form-reset:hover{
    cursor: pointer;
    transform: scale(1.1);
  }

.catalog__categoty-title {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase; }

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

@media (max-width: 1200px) {
  .catalog__form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: inherit;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .catalog__form-filters {
    margin-bottom: 15px; }
  .catalog-filter__buttons {
    width: 100%; } }

@media (max-width: 1024px) {
  .catalog {
    padding-bottom: 40px; }
  .catalog__header {
    margin-bottom: 40px; }
  .catalog__form {
    padding-right: 0; }
  .catalog-filter {
    min-width: 230px; 
  /*width: 100%;*/}
  .bx_filter{
    width: 100%;
  }
    .smartfilter{
      display: flex;
      flex-wrap: wrap;
    }
  .catalog-filter__header {
    font-size: 13px;
    line-height: 18px; }
  .catalog-filter__parameters label span {
    font-size: 13px;
    line-height: 18px; }
    .catalog-filter__parameters label span::before {
      margin-right: 10px; }
  .catalog-filter__clear {
    font-size: 13px;
    line-height: 18px; }
  .catalog-filter__submit {
    font-size: 13px;
    line-height: 18px;
    min-width: 180px;
    margin-right: 15px;
    padding: 8px 20px; }
    .catalog-filter__submit svg {
      margin-right: 7px; }
  .catalog__items-amount p {
    font-size: 13px;
    line-height: 18px;
    margin-right: 15px;
    padding-right: 10px; } }

@media (max-width: 768px) {
  .catalog {
    padding-top: 30px; }
  .catalog__header {
    margin-bottom: 30px; }
    .catalog__header h1 {
      margin-bottom: 20px; }
  .catalog__form form {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .catalog__form-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 50px;
    margin-bottom: 10px; }
  .catalog-filter {
    margin-right: 0;
	margin-left: -15px;}
  .catalog-filter__header {
    padding: 5px 15px; }
  .catalog-filter__parameters {
    padding-top: 5px;
    top: 27px; }
  .catalog-filter__clear {
    margin-bottom: 10px; }
  .catalog__form-reset {
    width: 12px; }
  .catalog-filter__submit {
    min-width: 170px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 8px 15px; }
  .catalog__items-amount p {
    margin-right: 10px; } }

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 18.68%;
  margin-bottom: 22px;
  margin-right: 1.58%;
  min-height: 258px;
  padding: 8px 0 15px;
  background-color: #ffffff; }
  .product-card:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  @media (min-width: 1201px) {
    .product-card:nth-child(5n) {
      margin-right: 0; } }
  .product-card:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15)); }
    .product-card:hover button {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background-color: #30a640;
      border-color: #30a640;
      color: #ffffff; }
  .product-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: auto;
    text-decoration: none; }
  .product-card h3 {
    font-size: 14px;
    line-height: 19px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin: 0;
    margin-bottom: 19px;
    padding: 0 16px;
    font-weight: 400; }
  .product-card img {
    max-height: 168px;
    -o-object-fit: contain;
       object-fit: contain; }
  .product-card button {
    font-size: 16px;
    line-height: 22px;
    -ms-flex-item-align: center;
        align-self: center;
    min-width: 150px;
    margin: 0 auto;
    padding: 3px 24px;
    text-transform: none; }

@media (max-width: 1200px) {
  .product-card {
    width: 23.8%;
    margin-right: 1.6%; } }
  @media (max-width: 1200px) and (min-width: 901px) {
    .product-card:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .product-card:hover {
    -webkit-filter: none;
            filter: none; }
    .product-card:hover button {
      background-color: #ffffff;
      border-color: #3f424b;
      color: #3f424b; } }

@media (max-width: 900px) {
  .product-card {
    width: 32.26%;
    margin-right: 1.6%; } }
  @media (max-width: 900px) and (min-width: 601px) {
    .product-card:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 600px) {
  .product-card {
    width: 49%;
    margin-right: 2%; } }
  @media (max-width: 600px) and (min-width: 401px) {
    .product-card:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 400px) {
  .product-card {
    width: 100%;
    margin-right: 0; }
    .product-card:last-child {
      margin-bottom: 0; } }

.breadcrumbs {
  margin-bottom: 27px; }
  .breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .breadcrumbs ul li {
      font-size: 14px;
      line-height: 19px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 3px;
      color: rgba(0, 0, 0, 0.5); }
      .breadcrumbs ul li a:hover{
        text-decoration: none;
      }
      .breadcrumbs ul li::after {
        content: ">";
        margin-left: 3px;
        margin-right: 3px; }
      .breadcrumbs ul li:last-child::after {
        display: none; }

@media (max-width: 768px) {
  .breadcrumbs {
    margin-bottom: 15px; }
    .breadcrumbs ul li {
      font-size: 13px;
      line-height: 18px; } }

.product {
  padding-top: 15px;
  padding-bottom: 58px; }

.product__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 72px; }

.product__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 47.6%;
  margin-right: 9.74%; }
  .product__gallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 59px; }
    .product__gallery ul li {
      margin-bottom: 24px; }
      .product__gallery ul li:last-child {
        margin-bottom: 0; }
  .product__gallery > img {
    width: calc(100% - 209px);
    margin-top: 40px; }

.product__details {
  width: 41.66%; }

.product__title {
  margin-bottom: 16px; }
  .product__title span {
    margin-bottom: 10px;
    color: #3f424b; }

.product__code {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 33px;
  font-weight: 300;
  color: #000000; }

.product__features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 37px; }
  .product__features li {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300; }

.product__price-button {
  font-size: 18px;
  line-height: 25px;
  min-width: 244px;
  border-radius: 30px; }

.product__extra-info-list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px; }

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

.product__extra-info-item {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 48px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid; }
  .product__extra-info-item:last-child {
    margin-bottom: 0; }
  .product__extra-info-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px; }
    .product__extra-info-item ul li {
      font-size: 16px;
      line-height: 22px;
      max-width: 600px;
      font-weight: 400; }
      .product__extra-info-item ul li a {
        text-decoration: none; }

@media (max-width: 1300px) {
  .product__gallery {
    width: 53%;
    margin-right: 5%; } }

@media (max-width: 1024px) {
  .product {
    padding-bottom: 40px; }
  .product__gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 40%;
    margin-right: 10%; }
    .product__gallery ul {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-right: 0; }
      .product__gallery ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0; }
        .product__gallery ul li:nth-child(3n) {
          margin-right: 0; }
    .product__gallery > img {
      width: 100%;
      margin-top: 0; }
  .product__details {
    width: 49.66%; }
  .product__title {
    font-size: 32px;
    line-height: 36px; }
  .product__code {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .product__features {
    margin-bottom: 25px; }
    .product__features li {
      font-size: 16px;
      line-height: 20px; }
  .product__price-button {
    font-size: 16px;
    line-height: 18px;
    min-width: 230px; }
  .product__extra-info-list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  .product__extra-info-item {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px; }
    .product__extra-info-item ul {
      margin-top: 10px; }
      .product__extra-info-item ul li {
        font-size: 14px;
        line-height: 20px; } }

@media (max-width: 768px) {
  .product__description {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
  .product__gallery {
    width: 45%;
    margin-right: 5%; }
  .product__details {
    width: 49.66%; }
  .product__title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px; }
    .product__title span {
      margin-bottom: 5px; }
  .product__features li {
    font-size: 14px;
    line-height: 19px; }
  .product__price-button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .product__extra-info-item {
    font-size: 15px;
    line-height: 18px; } }

@media (max-width: 500px) {
  .product__description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product__gallery {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .product__details {
    width: 100%; }
  .product__price-button {
    display: block;
    margin: 0 auto; }
  .product__extra-info-list {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; }
  .product__extra-info-item {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px; }
    .product__extra-info-item ul {
      margin-top: 5px; } }

.promo {
  padding: 60px 0 55px;
  background-color: #f6f6f6; }

.promo__title {
  font-size: 18px;
  line-height: 25px;
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase; }

.promo__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .promo__list:last-child {
    margin-bottom: 0; }

@media (max-width: 1024px) {
  .promo {
    padding: 40px 0; }
  .promo__title {
    margin-bottom: 20px; } }

@media (max-width: 768px) {
  .promo__title {
    font-size: 16px;
    line-height: 18px; }
  .promo__list {
    margin-bottom: 40px; } }

.partners-page {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f6f6f6; }

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

.partners-page__item {
  width: 18.68%;
  min-height: 258px;
  margin-bottom: 22px;
  margin-right: 1.58%;
  padding: 10px;
  background-color: #ffffff; }
  .partners-page__item:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .partners-page__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%; }
  @media (min-width: 1201px) {
    .partners-page__item:nth-child(5n) {
      margin-right: 0; } }
  .partners-page__item:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15)); }

@media (max-width: 1200px) {
  .partners-page__item {
    width: 23.8%;
    margin-right: 1.6%; } }
  @media (max-width: 1200px) and (min-width: 901px) {
    .partners-page__item:nth-child(4n) {
      margin-right: 0; } }

@media (max-width: 1024px) {
  .partners-page__item {
    min-height: 200px; }
    .partners-page__item:hover {
      -webkit-filter: none;
              filter: none; } }

@media (max-width: 900px) {
  .partners-page__item {
    width: 32.26%;
    margin-right: 1.6%; } }
  @media (max-width: 900px) and (min-width: 601px) {
    .partners-page__item:nth-child(3n) {
      margin-right: 0; } }

@media (max-width: 600px) {
  .partners-page__item {
    width: 49%;
    margin-right: 2%; } }
  @media (max-width: 600px) and (min-width: 401px) {
    .partners-page__item:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 400px) {
  .partners-page__item {
    width: 100%;
    margin-right: 0; }
    .partners-page__item:last-child {
      margin-bottom: 0; } }

.partner-page {
  padding-top: 40px;
  padding-bottom: 75px; }

.partner-page__container {
  position: relative; }

.partner-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 956px;
  margin: 0 auto; }
  .partner-page__content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-weight: 300; }
    .mb-p>p{
      margin-bottom: 1.5em;
    }
    
    .mb-p>p:last-child{
      margin-bottom: 0;
    }

.partner-page__title {
  margin-bottom: 50px; }

.partner-page__partner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 55px; }
  .partner-page__partner-link a {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 12px;
    text-decoration: none; }
    .partner-page__partner-link a:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .partner-page__partner-link a:hover {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 0.5; }
  .partner-page__partner-link span {
    font-size: 16px;
    line-height: 22px; }

@media (max-width: 1024px) {
  .partner-page {
    padding-bottom: 40px; }
  .partner-page__title {
    margin-bottom: 30px; }
  .partner-page__content img {
    width: 250px; }
  .partner-page__content p {
    font-size: 16px;
    line-height: 20px; }
  .partner-page__partner-link {
    margin-top: 30px; }
    .partner-page__partner-link a:hover {
      opacity: 1; } }

@media (max-width: 768px) {
  .partner-page {
    padding-top: 45px; }
  .partner-page__title {
    margin-bottom: 20px; }
  .partner-page__content img {
    width: 200px; }
  .partner-page__content p {
    font-size: 14px;
    line-height: 18px; }
  .partner-page__partner-link a {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px; }
    .partner-page__partner-link a span {
      font-size: 14px;
      line-height: 20px; } }

.contacts-form {
  padding-top: 65px;
  padding-bottom: 37px;
  background-color: #f6f6f6; }

.contacts-form__wrapper textarea {
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  margin-bottom: 67px;
  padding: 14px 5px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(63, 66, 75, 0.5);
  outline: none;
  resize: none; }
  .contacts-form__wrapper textarea:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .contacts-form__wrapper textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #3f424b; }
  .contacts-form__wrapper textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #3f424b; }
  .contacts-form__wrapper textarea:-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #3f424b; }
  .contacts-form__wrapper textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #3f424b; }
  .contacts-form__wrapper textarea::placeholder {
    font-size: 18px;
    line-height: 25px;
    color: #3f424b; }
  .contacts-form__wrapper textarea:hover, .contacts-form__wrapper textarea:focus {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-color: #30a640; }

.contacts-form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 38px; }
  .contacts-form__inputs input {
    font-size: 18px;
    line-height: 25px;
    width: 28.88%;
    margin-right: 6.49%;
    padding: 17px 12px;
    border: 1px solid rgba(63, 66, 75, 0.5);
    background-color: transparent;
    color: #3f424b; }
    .contacts-form__inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .contacts-form__inputs input:last-child {
      margin-right: 0; }
    .contacts-form__inputs input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .contacts-form__inputs input::-moz-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .contacts-form__inputs input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .contacts-form__inputs input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .contacts-form__inputs input::placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .contacts-form__inputs input:hover, .contacts-form__inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 0 1px #30a640;
              box-shadow: inset 0 0 0 1px #30a640;
      border-color: #30a640; }

.contacts-form__button {
  font-size: 18px;
  line-height: 25px;
  display: block;
  min-width: 237px;
  margin: 0 auto 23px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 30px;
  font-weight: 600; }

.contacts-form__consent {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-align: center; }

@media (max-width: 1024px) {
  .contacts-form {
    padding-top: 40px; }
  .contacts-form__wrapper textarea {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 50px; }
    .contacts-form__wrapper textarea::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .contacts-form__wrapper textarea::-moz-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .contacts-form__wrapper textarea:-ms-input-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .contacts-form__wrapper textarea::-ms-input-placeholder {
      font-size: 16px;
      line-height: 18px; }
    .contacts-form__wrapper textarea::placeholder {
      font-size: 16px;
      line-height: 18px; }
  .contacts-form__inputs {
    margin-bottom: 30px; }
    .contacts-form__inputs input {
      font-size: 16px;
      line-height: 18px;
      width: 31.33%;
      margin-right: 3%;
      padding: 15px 12px; }
      .contacts-form__inputs input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .contacts-form__inputs input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .contacts-form__inputs input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .contacts-form__inputs input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .contacts-form__inputs input::placeholder {
        font-size: 16px;
        line-height: 18px; }
  .contacts-form__button {
    font-size: 16px;
    line-height: 18px;
    min-width: 200px; } }

@media (max-width: 768px) {
  .contacts-form__wrapper textarea {
    margin-bottom: 30px;
    padding: 12px 5px; }
  .contacts-form__inputs {
    margin-bottom: 20px; }
    .contacts-form__inputs input {
      width: 32%;
      margin-right: 2%;
      padding: 14px 10px; }
  .contacts-form__button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .contacts-form__consent {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 550px) {
  .contacts-form__inputs input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .contacts-form__inputs input:last-child {
      margin-bottom: 0; } }

.article {
  padding-top: 40px;
  padding-bottom: 75px; }

.article__container {
  position: relative; }

.article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 956px;
  margin: 0 auto; }
  .article__content img {
    margin-bottom: 50px; }
  .article__content h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase; }
  .article__content p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-bottom: 25px;
    font-weight: 300; }

.article__title {
  -ms-flex-item-align: center;
      align-self: center;
      max-width: 650px;
      text-align: center; }

.article__img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px; }
  .article__img-container img {
    width: 48.84%; }

.article__sharing {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px; }
  .article__sharing span {
    font-size: 16px;
    line-height: 22px; }

.article__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px; }
  .article__social-list li {
    margin-right: 22px; }
    .article__social-list li a {
      width: 100%;
      height: 100%; }
    .article__social-list li:last-child {
      margin-right: 0; }

@media (max-width: 1024px) {
  .article {
    padding-top: 20px; }
  .article__content {
    padding-top: 50px; }
    .article__content img {
      margin-bottom: 40px; }
    .article__content h2 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px; }
    .article__content p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px; }
  .article__img-container {
    margin-top: 20px; } }
 
@media (max-width: 768px) {
  .article {
    padding-top: 40px;
    padding-bottom: 40px; }
  .article__content {
    padding-top: 20px; }
    .article__content img {
      margin-bottom: 25px; }
    .article__content h2 {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
    .article__content p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 15px; }
  .article__img-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px; }
    .article__img-container img {
      margin-bottom: 10px;
      width: 100%; }
  .article__sharing {
    margin-top: 25px; } }  

.news {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f6f6f6; }

@media (max-width: 1024px) {
  .news {
    padding-bottom: 40px; } }

@media (max-width: 768px) {
  .news {
    padding-top: 30px; } }

.articles {
  padding-top: 40px;
  padding-bottom: 55px;
  background-color: #f6f6f6; }

.articles__list .cards-list__item-content:hover .cards-list__item-hover {
  padding: 19px 10px 9px; }

.articles__list .cards-list__item-hover {
  padding: 0 10px; }
  .articles__list .cards-list__item-hover a {
    margin-bottom: 18px; }

@media (max-width: 1024px) {
  .articles {
    padding-bottom: 40px; } }

@media (max-width: 768px) {
  .articles {
    padding-top: 30px; } }

.about-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.about-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%); }

.about-banner__logo-wrapper {
  max-width: 1336px;
  margin: 0 auto;
  padding-top: 356px;
  padding-bottom: 290px;
  text-align: center;
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.62) 37.5%, rgba(196, 196, 196, 0) 100%, rgba(255, 255, 255, 0) 100%); }
  .about-banner__logo-wrapper img {
    -webkit-filter: drop-shadow(0px 4px 100px #FFFFFF);
            filter: drop-shadow(0px 4px 100px #FFFFFF); }

@media (max-width: 1024px) {
  .about-banner__logo-wrapper {
    padding-top: 250px;
    padding-bottom: 200px; }
    .about-banner__logo-wrapper img {
      width: 400px; } }

@media (max-width: 768px) {
  .about-banner__logo-wrapper {
    padding-top: 150px;
    padding-bottom: 120px; }
    .about-banner__logo-wrapper img {
      width: 230px; } }

.presentation {
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: #f6f6f6; }

.presentation__title {
  margin-bottom: 30px; }

.presentation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .presentation__list li {
    position: relative;
    padding-left: 25px;
    width: 27.43%;
    margin-right: 4.7%; }
    .presentation__list li:nth-child(2) {
      width: 67.87%;
      margin-right: 0; }
    .presentation__list li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 3px;
      height: 30px;
      background-color: #30a640; }
  .presentation__list p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    font-weight: 300; }

@media (max-width: 1024px) {
  .presentation {
    padding-top: 40px;
    padding-bottom: 40px; }
  .presentation__list li {
    padding-left: 15px;
    width: 35%;
    margin-right: 3%; }
    .presentation__list li:nth-child(2) {
      width: 62%; }
    .presentation__list li::before {
      height: 25px; }
  .presentation__list p {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 768px) {
  .presentation__list p {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 600px) {
  .presentation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .presentation__list li {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .presentation__list li:nth-child(2) {
        width: 100%;
        margin-bottom: 0; }
    .presentation__list p {
      font-size: 14px;
      line-height: 18px; } }

.how {
  padding-top: 50px;
  padding-bottom: 40px; }

.how__title {
  margin-bottom: 71px; }

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

.how__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 65px; }
  .how__item:last-child {
    margin: 0; }
  .how__item svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 26px; }
  .how__item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .how__item ul li {
      font-size: 18px;
      line-height: 25px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 300; }
      .how__item ul li::before {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: #3f424b;
        margin-right: 11px; }

@media (max-width: 1500px) {
  .how__item {
    width: 32%;
    margin-right: 2%; } }

@media (max-width: 1200px) {
  .how__item svg {
    width: 60px;
    height: 60px;
    margin-right: 15px; }
  .how__item ul li {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 1024px) {
  .how {
    padding-top: 40px; }
  .how__title {
    margin-bottom: 40px; }
  .how__item svg {
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .how__item ul li {
    font-size: 13px;
    line-height: 18px; } }

@media (max-width: 768px) {
  .how__title {
    margin-bottom: 30px; }
  .how__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .how__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; } }

.why {
  padding-top: 40px;
  padding-bottom: 10px; }

.why__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .why__list li {
    font-size: 18px;
    line-height: 25px;
    width: 25.7%;
    margin-right: 11.45%;
    margin-bottom: 35px; }
    @media (min-width: 601px) {
      .why__list li:nth-child(3n) {
        margin-right: 0; } }
    .why__list li svg {
      margin-bottom: 10px; }
    .why__list li h3 {
      font-size: 18px;
      line-height: 25px;
      margin: 0;
      margin-bottom: 15px;
      text-transform: uppercase; }
    .why__list li p {
      margin: 0;
      max-width: 301px;
      font-weight: 300; }

@media (max-width: 1300px) {
  .why__list li {
    width: 30%;
    margin-right: 5%; } }

@media (max-width: 1024px) {
  .why__list li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px; }
    .why__list li svg {
      margin-bottom: 5px; }
    .why__list li h3 {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; } }

@media (max-width: 768px) {
  .why__list li {
    font-size: 14px;
    line-height: 18px; }
    .why__list li h3 {
      font-size: 14px;
      line-height: 18px; } }

@media (max-width: 600px) {
  .why__list li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 20px; }
    .why__list li:nth-child(2n) {
      margin-right: 0; }
    .why__list li svg {
      width: 20px;
      height: 20px; } }

@media (max-width: 450px) {
  .why__list li {
    width: 100%;
    margin-right: 0; }
    .why__list li h3 {
      margin-bottom: 5px; }
    .why__list li p {
      max-width: 100%; } }

.partners {
  padding-top: 51px;
  padding-bottom: 51px;
  background-color: #f6f6f6; }

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 40;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto; }

.modal--hidden {
  display: none; }

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 90%;
  max-width: 1485px;
  min-height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 45px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff; }
  .modal__content h2 {
    margin-bottom: 25px; }

.modal__close {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 50px;
  top: 30px;
  width: 20px;
  height: 20px;
  color: #3f424b; }
  .modal__close:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .modal__close:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5; }

@media (max-width: 1024px) {
  .modal__content {
    min-height: 300px;
    padding: 40px 30px; }
  .modal__close {
    right: 20px;
    top: 20px; } }

@media (max-width: 768px) {
  .modal__content {
    min-height: 200px;
    padding: 40px 20px 30px; }
    .modal__content h2 {
      margin-bottom: 15px; }
  .modal__close {
    right: 15px;
    top: 15px; }
    .modal__close svg {
      width: 18px; } }

.modal-price__form-wrapper {
  width: 100%; }

.modal-price__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 73px; }
  .modal-price__form-inputs input {
    font-size: 18px;
    line-height: 25px;
    width: 23.25%;
    margin-right: 2.3%;
    padding: 17px 12px;
    border: 1px solid #3f424b;
    background-color: transparent;
    color: #3f424b; }
    .modal-price__form-inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .modal-price__form-inputs input:last-child {
      margin-right: 0; }
    .modal-price__form-inputs input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-price__form-inputs input::-moz-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-price__form-inputs input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-price__form-inputs input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-price__form-inputs input::placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-price__form-inputs input:hover, .modal-price__form-inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 0 1px #30a640;
              box-shadow: inset 0 0 0 1px #30a640;
      border-color: #30a640; }

.modal-price__text {
  font-size: 18px;
  line-height: 25px;
  max-width: 651px;
  margin: 0;
  margin-bottom: 45px;
  font-weight: 300;
  text-align: center; }

.modal-price__form-button {
  font-size: 18px;
  line-height: 25px;
  display: block;
  min-width: 237px;
  margin: 0 auto 23px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 30px;
  font-weight: 600; }
  .modal-price__form-button:hover {
    -webkit-box-shadow: inset 0 0 0 1px #30a640;
            box-shadow: inset 0 0 0 1px #30a640; }

.modal-price__form-consent {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-align: center; }

@media (max-width: 1200px) {
  .modal-price__form-inputs input {
    width: 24%;
    margin-right: 1.33%;
    padding: 13px 12px; } }

@media (max-width: 1024px) {
  .modal-price__form-inputs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px; }
    .modal-price__form-inputs input {
      font-size: 16px;
      line-height: 18px;
      width: 48%;
      max-width: 320px;
      margin-right: 4%;
      margin-bottom: 30px;
      padding: 15px 12px; }
      .modal-price__form-inputs input:nth-child(2n) {
        margin-right: 0; }
      .modal-price__form-inputs input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-price__form-inputs input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-price__form-inputs input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-price__form-inputs input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-price__form-inputs input::placeholder {
        font-size: 16px;
        line-height: 18px; }
  .modal-price__form-button {
    font-size: 16px;
    line-height: 18px;
    min-width: 200px; } }

@media (max-width: 768px) {
  .modal-price__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px; }
  .modal-price__form-button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .modal-price__form-consent {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 500px) {
  .modal-price__form-inputs {
    margin-bottom: 30px; }
    .modal-price__form-inputs input {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .modal-price__form-inputs input:last-child {
        margin-bottom: 0; } }

.modal-callback__form-wrapper {
  width: 100%; }

.modal-callback__form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 73px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .modal-callback__form-inputs input {
    font-size: 18px;
    line-height: 25px;
    width: 321px;
    margin-right: 2.3%;
    padding: 17px 12px;
    border: 1px solid #3f424b;
    background-color: transparent;
    color: #3f424b; }
    .modal-callback__form-inputs input:not(:hover) {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .modal-callback__form-inputs input:nth-child(2) {
      margin-right: 0; }
    .modal-callback__form-inputs input::-webkit-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-callback__form-inputs input::-moz-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-callback__form-inputs input:-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-callback__form-inputs input::-ms-input-placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-callback__form-inputs input::placeholder {
      font-size: 18px;
      line-height: 25px;
      color: #3f424b; }
    .modal-callback__form-inputs input:hover, .modal-callback__form-inputs input:focus {
      outline: none;
      cursor: pointer;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: inset 0 0 0 1px #30a640;
              box-shadow: inset 0 0 0 1px #30a640;
      border-color: #30a640; }

.modal-callback__text {
  font-size: 18px;
  line-height: 25px;
  max-width: 651px;
  margin: 0;
  margin-bottom: 45px;
  font-weight: 300;
  text-align: center; }

.modal-callback__form-button {
  font-size: 18px;
  line-height: 25px;
  display: block;
  min-width: 237px;
  margin: 0 auto 23px;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 30px;
  font-weight: 600; }
  .modal-callback__form-button:hover {
    -webkit-box-shadow: inset 0 0 0 1px #30a640;
            box-shadow: inset 0 0 0 1px #30a640; }

.modal-callback__form-consent {
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  font-weight: 300;
  text-align: center; }

@media (max-width: 1200px) {
  .modal-callback__form-inputs input {
    padding: 13px 12px; } }

@media (max-width: 1024px) {
  .modal-callback__form-inputs {
    margin-bottom: 30px; }
    .modal-callback__form-inputs input {
      font-size: 16px;
      line-height: 18px;
      width: 48%;
      max-width: 320px;
      margin-right: 4%;
      padding: 15px 12px; }
      .modal-callback__form-inputs input::-webkit-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-callback__form-inputs input::-moz-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-callback__form-inputs input:-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-callback__form-inputs input::-ms-input-placeholder {
        font-size: 16px;
        line-height: 18px; }
      .modal-callback__form-inputs input::placeholder {
        font-size: 16px;
        line-height: 18px; }
  .modal-callback__form-button {
    font-size: 16px;
    line-height: 18px;
    min-width: 200px; } }

@media (max-width: 768px) {
  .modal-callback__text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px; }
  .modal-callback__form-button {
    font-size: 14px;
    line-height: 16px;
    min-width: 200px;
    margin-bottom: 15px;
    padding-top: 11px;
    padding-bottom: 11px; }
  .modal-callback__form-consent {
    font-size: 12px;
    line-height: 14px; } }

@media (max-width: 600px) {
  .modal-callback__form-inputs {
    margin-bottom: 30px; }
    .modal-callback__form-inputs input {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .modal-callback__form-inputs input:last-child {
        margin-bottom: 0; } }
