/*WidthDesktop-1700*/
/*WidthDesktop-1520*/
/*WidthDesktop-1400*/
/*WidthDesktop-1200*/
/*WidthDesktop-1024*/
/*WidthDesktop-992*/
/*WidthDesktop-768*/
/*WidthDesktop-580*/
/*WidthDesktop-420*/
@font-face {
  font-family: 'Facit-Regular';
  src: local("../fonts/Facit-Regular"), local("../fonts/Facit-Regular"), url("../fonts/Facit-Regular.woff2") format("woff2"), url("../fonts/Facit-Regular.woff") format("woff"), url("../fonts/Facit-Regular.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

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

body {
  color: #424242;
  font: 18px/28px "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased; }

.wrapper {
  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: 100vh;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0.1;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .wrapper.wrapper_ready-load, .wrapper.wrapper_ready-load-fix {
    opacity: 1; }
  .wrapper.wrapper_menu-active {
    background-color: #000; }

.main {
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 50px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #000; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #2db59f; }

h1,
.h1 {
  font-size: 45px;
  line-height: 50px; }
  @media screen and (max-width: 579px) {
    h1,
    .h1 {
      font-size: 35px;
      line-height: 40px; } }

h2,
.h2 {
  font-size: 40px;
  line-height: 45px; }
  @media screen and (max-width: 579px) {
    h2,
    .h2 {
      font-size: 30px;
      line-height: 35px; } }

h3,
.h3 {
  font-size: 35px;
  line-height: 40px; }
  @media screen and (max-width: 579px) {
    h3,
    .h3 {
      font-size: 25px;
      line-height: 30px; } }

h4,
.h4 {
  font-size: 30px;
  line-height: 35px; }
  @media screen and (max-width: 579px) {
    h4,
    .h4 {
      font-size: 20px;
      line-height: 25px; } }

h5,
.h5 {
  font-size: 22px;
  line-height: 28px; }
  @media screen and (max-width: 579px) {
    h5,
    .h5 {
      font-size: 20px;
      line-height: 25px; } }

h6,
.h6 {
  font-size: 20px;
  line-height: 25px; }
  @media screen and (max-width: 579px) {
    h6,
    .h6 {
      font-size: 20px;
      line-height: 25px; } }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #424242; }
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover,
  h5 a:hover,
  h6 a:hover {
    text-decoration: underline; }

strong {
  font-weight: 600; }

a {
  text-decoration: underline;
  color: #424242; }
  a:hover {
    text-decoration: none; }

ul, p, ol {
  padding: 0;
  margin-bottom: 50px; }
  ul:last-child, p:last-child, ol:last-child {
    margin-bottom: 0; }

p:empty {
  display: none; }

ul,
ol {
  margin-left: 24px; }
  ul ul, ul ol,
  ol ul,
  ol ol {
    margin: 8px 0 8px 24px; }
  ul li,
  ol li {
    margin: 0 0 8px; }

img {
  outline: none;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
  margin-bottom: 32px; }
  table td, table th {
    border: 0;
    border-top: 1px solid #000;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    font-weight: 400;
    text-align: left;
    padding: 30px 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      table td, table th {
        padding: 20px 10px; } }
    table td:first-child, table th:first-child {
      font-weight: 700; }

sup,
.sup {
  font-size: 12px;
  position: relative;
  top: -4px; }

blockquote,
blockquote {
  margin-left: 32px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 32px;
  border-left: 2px solid #2db59f; }

q,
.q {
  quotes: "\00ab" "\00bb";
  margin-bottom: 24px;
  display: block; }
  q q,
  .q q {
    quotes: "\201e" "\201c"; }

.container {
  width: 1400px;
  max-width: calc(100% - 96px);
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      max-width: calc(100% - 48px); } }
  @media screen and (max-width: 419px) {
    .container {
      max-width: calc(100% - 32px); } }
  .container.container_base {
    width: 1280px; }
  .container.container_middle {
    width: 1200px; }
  .container.container_secondary {
    width: 1140px; }
  .container.container_inner {
    width: 990px; }
  .container.container_tiny {
    width: 860px; }
  .container.container_small {
    width: 700px; }
  .container .container {
    max-width: 100%; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 80px);
  margin: 0 -40px; }
  .row.row_justify-content-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 1520px) {
    .row {
      width: calc(100% + 40px);
      margin: 0 -20px; } }
  @media (min-width: 1400px) {
    .row.row_tiny {
      width: calc(100% + 50px);
      margin: 0 -25px; } }
  @media (min-width: 1400px) {
    .row.row_tiny > .col {
      padding: 0 25px; } }
  @media (min-width: 1400px) {
    .row.row_middle {
      width: calc(100% + 60px);
      margin: 0 -30px; } }
  @media (min-width: 1400px) {
    .row.row_middle > .col {
      padding: 0 30px; } }
  @media (min-width: 1400px) {
    .row.row_bigger {
      width: calc(100% + 160px);
      margin: 0 -80px; } }
  @media (min-width: 1400px) {
    .row.row_bigger > .col {
      padding: 0 80px; } }

.col {
  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 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1520px) {
    .col {
      padding: 0 20px; } }
  @media screen and (max-width: 991px) {
    .col.col_mob-first {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; } }
  .col.col_1 {
    width: 8.3333%; }
  .col.col_2 {
    width: 16.666%; }
  .col.col_3 {
    width: 25%; }
  .col.col_4 {
    width: 33.3%; }
  .col.col_5 {
    width: 41.666667%; }
  .col.col_6 {
    width: 50%; }
  .col.col_7 {
    width: 58.333333%; }
  .col.col_8 {
    width: 66.666667%; }
  .col.col_9 {
    width: 75%; }
  .col.col_10 {
    width: 83.333333%; }
  .col.col_11 {
    width: 91.666667%; }
  .col.col_12 {
    width: 100%; }
  @media (max-width: 1400px) {
    .col.col_big-desktop-2 {
      width: 16.66%; }
    .col.col_big-desktop-3 {
      width: 25%; }
    .col.col_big-desktop-4 {
      width: 33.3%; }
    .col.col_big-desktop-5 {
      width: 41.666667%; }
    .col.col_big-desktop-6 {
      width: 50%; }
    .col.col_big-desktop-7 {
      width: 58.333333%; }
    .col.col_big-desktop-8 {
      width: 66.666667%; }
    .col.col_big-desktop-9 {
      width: 75%; }
    .col.col_big-desktop-10 {
      width: 83.333333%; }
    .col.col_big-desktop-11 {
      width: 91.666667%; }
    .col.col_big-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col_middle-desktop-2 {
      width: 16.66%; }
    .col.col_middle-desktop-3 {
      width: 25%; }
    .col.col_middle-desktop-4 {
      width: 33.3%; }
    .col.col_middle-desktop-5 {
      width: 41.666667%; }
    .col.col_middle-desktop-6 {
      width: 50%; }
    .col.col_middle-desktop-7 {
      width: 58.333333%; }
    .col.col_middle-desktop-8 {
      width: 66.666667%; }
    .col.col_middle-desktop-9 {
      width: 75%; }
    .col.col_middle-desktop-10 {
      width: 83.333333%; }
    .col.col_middle-desktop-11 {
      width: 91.666667%; }
    .col.col_middle-desktop-12 {
      width: 100%; } }
  @media (max-width: 1200px) {
    .col.col_desktop-2 {
      width: 16.66%; }
    .col.col_desktop-3 {
      width: 25%; }
    .col.col_desktop-4 {
      width: 33.3%; }
    .col.col_desktop-5 {
      width: 41.666667%; }
    .col.col_desktop-6 {
      width: 50%; }
    .col.col_desktop-7 {
      width: 58.333333%; }
    .col.col_desktop-8 {
      width: 66.666667%; }
    .col.col_desktop-9 {
      width: 75%; }
    .col.col_desktop-10 {
      width: 83.333333%; }
    .col.col_desktop-11 {
      width: 91.666667%; }
    .col.col_desktop-12 {
      width: 100%; } }
  @media screen and (max-width: 991px) {
    .col.col_tab-3 {
      width: 25%; }
    .col.col_tab-4 {
      width: 33.3%; }
    .col.col_tab-5 {
      width: 41.666667%; }
    .col.col_tab-6 {
      width: 50%; }
    .col.col_tab-7 {
      width: 58.333333%; }
    .col.col_tab-8 {
      width: 66.666667%; }
    .col.col_tab-9 {
      width: 75%; }
    .col.col_tab-10 {
      width: 83.333333%; }
    .col.col_tab-11 {
      width: 91.666667%; }
    .col.col_tab-12 {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .col.col_mob-3 {
      width: 25%; }
    .col.col_mob-4 {
      width: 33.3%; }
    .col.col_mob-6 {
      width: 50%; }
    .col.col_mob-8 {
      width: 66.666667%; }
    .col.col_mob-12 {
      width: 100%; } }
  @media screen and (max-width: 579px) {
    .col.col_mob-p-12 {
      width: 100%; } }

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

.text-left {
  text-align: left !important; }

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

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.content-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

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

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

.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.section_career-detail .detail-col__title {
  margin-bottom: 20px; }
  .section_career-detail .detail-col__title .title-text {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700; }

.section_career-detail .detail-col__content {
  font-size: 18px;
  line-height: 25px; }
  .section_career-detail .detail-col__content p, .section_career-detail .detail-col__content ol, .section_career-detail .detail-col__content ul {
    margin-bottom: 30px; }

.section_career-detail .career-detail__col {
  margin-bottom: 140px; }
  @media (max-width: 1200px) {
    .section_career-detail .career-detail__col {
      margin-bottom: 40px; } }

.section_career-contact .career-contact__description {
  font-size: 18px;
  line-height: 30px; }
  .section_career-contact .career-contact__description .career-contact__img {
    display: block;
    margin: -350px 0 60px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1200px) {
      .section_career-contact .career-contact__description .career-contact__img {
        margin-top: 0; } }
  .section_career-contact .career-contact__description .career-contact__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 40px; }

.career-contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  padding-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (max-width: 991px) {
    .career-contact__address {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .career-contact__address .btn,
  .career-contact__address p {
    margin-bottom: 40px; }

.navigation.section_animation {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 9; }
  @media (max-width: 1300px) {
    .navigation.section_animation {
      position: relative;
      top: 0; } }

@media screen and (min-width: 992px) {
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .navigation .navigation__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style: none; }
    .navigation .navigation__item {
      margin: 0  0 0 100px; }
    .navigation .navigation__link {
      font-size: 16px;
      line-height: 20px; } }

.navigation {
  padding: 25px;
  background-color: #f1f4f9; }
  .navigation .navigation__item {
    text-align: center; }



.navigation nav {
  width: 1400px;
  max-width: calc(100% - 96px);
  margin: 0 auto; }
@media screen and (max-width: 1280px) {
  .navigation nav {
    max-width: 100%;} }















    @media (max-width: 1200px) {
      .navigation .navigation__item {
        margin-left: 50px; } }
  .navigation .navigation__link {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .navigation .navigation__link:hover {
      color: #2db59f; }
  .navigation .slick-prev {
    left: -40px; }
  .navigation .slick-next {
    right: -40px; }

@media screen and (min-width: 992px) {
  .initiative .col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.initiative .initiative__description,
.initiative .initiative__action {
  margin-bottom: 24px; }
  @media screen and (min-width: 992px) {
    .initiative .initiative__description,
    .initiative .initiative__action {
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 405px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%; } }

.seminare-information table td {
  color: #000; }
  @media screen and (min-width: 992px) {
    .seminare-information table td:first-child {
      min-width: 270px;
      width: 270px; } }

.map {
  height: 540px; }
  .map .acf-map {
    height: 540px; }
  .map .img-wrap {
    background-color: #0c354d;
    padding: 30px;
    position: relative; }
    .map .img-wrap:before {
      border: 20px solid transparent;
      border-top-color: transparent;
      border-top-style: solid;
      border-top-width: 20px;
      border-top: 25px solid #0c354d;
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .map .img-wrap img {
      width: 200px;
      height: auto; }

#map .gm-style .gm-style-iw-c {
  padding: 0;
  top: 40px; }

#map .gm-style .gm-style-iw-t:after {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 40px;
  background: #0c354d; }

#map strong {
  color: white;
  font-weight: 600; }

#map .gm-fullscreen-control {
  display: none !important; }

#map .gm-style-iw.gm-style-iw-c > button {
  display: none !important; }

#map .gm-style-iw-t {
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

#map .gm-style-iw {
  border-radius: 0;
  padding: 0; }

#map .gm-style-iw p {
  margin-bottom: 10px !important; }

#map .gm-style-iw .link {
  color: white !important;
  text-decoration: none !important;
  font-weight: 700 !important; }

#map .gm-style-iw-d {
  overflow: hidden !important; }

#map .gm-ui-hover-effect {
  display: none !important; }

#map img {
  -o-object-fit: contain !important;
  object-fit: contain !important; }

.home .new-event + .section {
  padding-top: 40px;
  padding-bottom: 0; }

@media screen and (max-width: 579px) {
  .section_initiative {
    text-align: center; } }

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form textarea {
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  padding: 16px 0;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
  line-height: 20px;
  background-color: transparent;
  margin: 0;
  font-family: "Roboto", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 579px) {
    form input[type="text"],
    form input[type="password"],
    form input[type="tel"],
    form input[type="email"],
    form textarea {
      text-align: center; } }
  form input[type="text"]:hover,
  form input[type="password"]:hover,
  form input[type="tel"]:hover,
  form input[type="email"]:hover,
  form textarea:hover {
    border-color: #424242; }
  form input[type="text"]:focus,
  form input[type="password"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form textarea:focus {
    border-color: #000;
    background-color: #ffffff; }
  form input[type="text"]:disabled,
  form input[type="password"]:disabled,
  form input[type="tel"]:disabled,
  form input[type="email"]:disabled,
  form textarea:disabled {
    border-color: #f7f9fd; }
  form input[type="text"].error, form input[type="text"].wpcf7-not-valid,
  form input[type="password"].error,
  form input[type="password"].wpcf7-not-valid,
  form input[type="tel"].error,
  form input[type="tel"].wpcf7-not-valid,
  form input[type="email"].error,
  form input[type="email"].wpcf7-not-valid,
  form textarea.error,
  form textarea.wpcf7-not-valid {
    border-color: #ff0000; }

form textarea {
  width: 100%;
  height: 96px;
  resize: none; }

.form-field {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (max-width: 579px) {
    .form-field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .form-field.form-field_row {
    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: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .form-field.form-field_row .label-wrap {
      width: calc(100% - 40px); }
  .form-field.form-field_text-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media screen and (max-width: 579px) {
      .form-field.form-field_text-end {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .form-field .label-wrap {
    display: block;
    height: 100%;
    width: 100%; }
  .form-field .form-field__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #424242;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .form-field .form-field__title:hover {
      color: #2db59f; }

.form-field__number {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  min-width: 70px;
  margin-right: 10px; }
  @media screen and (max-width: 579px) {
    .form-field__number {
      min-width: 30px; } }

label.error {
  display: none !important; }

.custom-check,
.wpcf7-checkbox {
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative; }
  .custom-check input,
  .wpcf7-checkbox input {
    position: absolute;
    opacity: 0; }
    .custom-check input:checked ~ .wpcf7-list-item-label:before,
    .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:before {
      opacity: 1; }
    .custom-check input:checked ~ .wpcf7-list-item-label:after,
    .wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
      border-color: #2db59f; }
    .custom-check input:disabled ~ .wpcf7-list-item-label,
    .wpcf7-checkbox input:disabled ~ .wpcf7-list-item-label {
      color: #737475; }
      .custom-check input:disabled ~ .wpcf7-list-item-label:after,
      .wpcf7-checkbox input:disabled ~ .wpcf7-list-item-label:after {
        border-color: #f7f9fd; }
      .custom-check input:disabled ~ .wpcf7-list-item-label:hover:after,
      .wpcf7-checkbox input:disabled ~ .wpcf7-list-item-label:hover:after {
        border-color: #f7f9fd; }
  .custom-check .wpcf7-list-item-label,
  .wpcf7-checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 50px;
    display: block;
    cursor: pointer; }
    .custom-check .wpcf7-list-item-label:before, .custom-check .wpcf7-list-item-label:after,
    .wpcf7-checkbox .wpcf7-list-item-label:before,
    .wpcf7-checkbox .wpcf7-list-item-label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-check .wpcf7-list-item-label:before,
    .wpcf7-checkbox .wpcf7-list-item-label:before {
      opacity: 0; }
    .custom-check .wpcf7-list-item-label:after,
    .wpcf7-checkbox .wpcf7-list-item-label:after {
      width: 28px;
      height: 28px;
      border-radius: 0;
      border: 1px solid #cdcdcd; }
    .custom-check .wpcf7-list-item-label:hover:after,
    .wpcf7-checkbox .wpcf7-list-item-label:hover:after {
      border-color: #2db59f; }
  .custom-check input[type='checkbox'] ~ .wpcf7-list-item-label:before,
  .wpcf7-checkbox input[type='checkbox'] ~ .wpcf7-list-item-label:before {
    content: "\2713";
    background: #2db59f;
    color: #ffffff;
    width: 28px;
    height: 28px;
    top: 1px;
    left: 1px;
    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; }
  .custom-check input[type='radio'] ~ .wpcf7-list-item-label:before, .custom-check input[type='radio'] ~ .wpcf7-list-item-label:after,
  .wpcf7-checkbox input[type='radio'] ~ .wpcf7-list-item-label:before,
  .wpcf7-checkbox input[type='radio'] ~ .wpcf7-list-item-label:after {
    border-radius: 50%; }
  .custom-check input[type='radio'] ~ .wpcf7-list-item-label:before,
  .wpcf7-checkbox input[type='radio'] ~ .wpcf7-list-item-label:before {
    width: 20px;
    height: 20px;
    background: #2db59f;
    opacity: 0;
    top: 5px;
    left: 5px; }

.jcf-focus {
  border-color: #424242; }

.jcf-select,
select {
  height: 48px;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jcf-select.jcf-drop-active .jcf-select-text,
  select.jcf-drop-active .jcf-select-text {
    background-color: #ffffff; }
  .jcf-select.jcf-drop-active .jcf-select-opener,
  select.jcf-drop-active .jcf-select-opener {
    background-color: #ffffff; }
    .jcf-select.jcf-drop-active .jcf-select-opener:after,
    select.jcf-drop-active .jcf-select-opener:after {
      margin-top: -3px;
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .jcf-select.jcf-disabled,
  select.jcf-disabled {
    opacity: .3; }
  .jcf-select .jcf-select-opener,
  select .jcf-select-opener {
    width: 46px;
    height: 46px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .jcf-select .jcf-select-opener:after,
    select .jcf-select-opener:after {
      display: block;
      border: 6px solid transparent;
      border-bottom-color: transparent;
      border-bottom-style: solid;
      border-bottom-width: 6px;
      border-top: 6px solid #8a8a8a;
      content: "";
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .jcf-select .jcf-select-text,
  select .jcf-select-text {
    color: #7f7f7f;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: transparent;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.jcf-select-drop {
  position: absolute;
  top: calc(100% + 2px);
  left: -1px;
  z-index: 3; }

.jcf-select-drop-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1);
          box-shadow: 0 8px 12px rgba(2, 21, 51, 0.1); }
  .jcf-select-drop-content .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%; }
  .jcf-select-drop-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .jcf-select-drop-content li {
    margin: 0;
    padding: 0; }
  .jcf-select-drop-content .jcf-option {
    padding: 16px 16px;
    font-size: 18px;
    line-height: 24px;
    color: #424242;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-select-drop-content .jcf-option:hover {
      background-color: #f7f9fd; }
    .jcf-select-drop-content .jcf-option.jcf-selected {
      background-color: #f7f9fd; }

.jcf-number {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 48px;
  padding: 0 60px;
  border: 1px solid #424242; }
  .jcf-number input {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield; }
  .jcf-number input::-webkit-inner-spin-button,
  .jcf-number input::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .jcf-number input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0;
    padding: 8px;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-align: center; }
  .jcf-number .jcf-btn-dec,
  .jcf-number .jcf-btn-inc {
    position: absolute;
    background: #ffffff;
    width: 46px;
    height: 46px;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
      background: #bfbfbf; }
  .jcf-number .jcf-btn-dec {
    left: 0;
    border-right: 1px solid #424242; }
    .jcf-number .jcf-btn-dec:before {
      content: '-'; }
  .jcf-number .jcf-btn-inc {
    right: 0;
    border-left: 1px solid #424242; }
    .jcf-number .jcf-btn-inc:before {
      content: '+'; }

.attach {
  position: relative;
  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;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-color: #bfbfbf; }
  .attach.attach_active .attach__preview {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .attach .attach__input {
    position: absolute;
    left: -99999px; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7f7f7f; }

@-webkit-keyframes autofill {
  to {
    background: transparent; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  background: #ffffff; }

::-webkit-scrollbar-thumb {
  background-color: #424242; }
  ::-webkit-scrollbar-thumb:hover {
    background-color: #000; }

.formular__section:not(:last-child) {
  margin-bottom: 40px; }

.formular__section .sub-title {
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 40px; }

.back-section {
  margin-bottom: 100px; }
  @media screen and (max-width: 991px) {
    .back-section {
      margin-bottom: 50px; } }
  .back-section .back-section__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .back-section .back-section__link:hover {
      left: -20px; }
    .back-section .back-section__link .back-link__ico {
      width: 20px;
      min-width: 20px;
      margin-right: 15px; }

form .form-field .form-field__remove {
  margin-left: 40px;
  width: 60px;
  min-width: 60px; }
  @media screen and (max-width: 579px) {
    form .form-field .form-field__remove {
      width: 50px;
      min-width: 50px; } }
  form .form-field .form-field__remove:hover .btn {
    background: #ff0000 !important; }
  form .form-field .form-field__remove .btn {
    width: 100%;
    min-width: 100%;
    padding: 15px; }
    @media screen and (max-width: 579px) {
      form .form-field .form-field__remove .btn {
        padding: 10px; } }

@media screen and (max-width: 579px) {
  .dinamic-fields .dinamic-fields__field:first-child .form-field__remove {
    display: none; } }

.dinamic-fields .dinamic-fields__field:first-child .form-field__remove .btn {
  display: none; }

.dinamic-fields .form-field__add {
  margin-bottom: 100px;
  margin-left: 80px; }
  @media screen and (max-width: 579px) {
    .dinamic-fields .form-field__add {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.wpcf7-not-valid-tip {
  display: none !important; }

.wpcf7-not-valid .wpcf7-list-item-label:after {
  border: 1px solid #ff0000; }

.btn,
button,
input[type="submit"],
input[type="reset"] {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  padding: 15px 20px;
  border: 0;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
  outline: none;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  background-size: auto 200%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2db59e), color-stop(51%, #2dca70), to(#2dca70));
  background-image: linear-gradient(to bottom, #2db59e 0%, #2dca70 51%, #2dca70 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (min-width: 580px) {
    .btn,
    button,
    input[type="submit"],
    input[type="reset"] {
      font-size: 20px;
      padding: 15px 40px; } }
  .btn:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background-position: center 90%; }
  .btn:disabled,
  button:disabled,
  input[type="submit"]:disabled,
  input[type="reset"]:disabled {
    border-color: #737475;
    background-color: #737475; }
  .btn.btn_secondary,
  button.btn_secondary,
  input[type="submit"].btn_secondary,
  input[type="reset"].btn_secondary {
    color: #424242;
    border-color: #737475;
    background-color: #ffffff; }
    .btn.btn_secondary:hover,
    button.btn_secondary:hover,
    input[type="submit"].btn_secondary:hover,
    input[type="reset"].btn_secondary:hover {
      color: #ffffff;
      border-color: #424242;
      background-color: #424242; }
    .btn.btn_secondary:disabled,
    button.btn_secondary:disabled,
    input[type="submit"].btn_secondary:disabled,
    input[type="reset"].btn_secondary:disabled {
      border-color: #f7f9fd;
      color: #f7f9fd; }
  .btn.btn_tertiary,
  button.btn_tertiary,
  input[type="submit"].btn_tertiary,
  input[type="reset"].btn_tertiary {
    color: #424242;
    border-color: transparent;
    background-color: transparent; }
    .btn.btn_tertiary:hover,
    button.btn_tertiary:hover,
    input[type="submit"].btn_tertiary:hover,
    input[type="reset"].btn_tertiary:hover {
      color: #424242;
      border-color: #bfbfbf;
      background-color: #bfbfbf; }
    .btn.btn_tertiary:disabled,
    button.btn_tertiary:disabled,
    input[type="submit"].btn_tertiary:disabled,
    input[type="reset"].btn_tertiary:disabled {
      border-color: #f7f9fd;
      color: #f7f9fd; }
  .btn.btn_tiny,
  button.btn_tiny,
  input[type="submit"].btn_tiny,
  input[type="reset"].btn_tiny {
    padding: 15px 40px; }
  .btn.btn_small,
  button.btn_small,
  input[type="submit"].btn_small,
  input[type="reset"].btn_small {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px; }

form .btn,
form button,
form input[type="submit"],
form input[type="reset"] {
  padding: 14px 40px; }

.wysiwyg img {
  display: block;
  margin: 0 auto 24px; }

.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 8px; }
  @media screen and (max-width: 991px) {
    .wysiwyg ul li, .wysiwyg ol li {
      padding-left: 24px; } }

.wysiwyg ul {
  margin-left: 0;
  list-style: none;
  text-align: left; }
  .wysiwyg ul ul {
    margin-left: 0; }
  .wysiwyg ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .wysiwyg ul li {
        padding-left: 40px; } }
    .wysiwyg ul li:before {
      content: "";
      left: 0;
      top: 3px;
      width: 22px;
      min-width: 22px;
      height: 22px;
      position: absolute;
      background: url("../images/check.png") no-repeat center; }

.slick-slider {
  position: relative;
  width: auto;
  height: 100%;
  display: block;
  cursor: -webkit-grab;
  cursor: grab; }
  .slick-slider .slick-list {
    overflow: hidden; }
  .slick-slider img {
    display: block;
    width: 100%; }
  .slick-slider.slick-vertical .slick-slide {
    display: block;
    height: auto; }
  @media screen and (min-width: 580px) {
    .slick-slider.slider__secondary-pagination .slick-dots {
      margin-top: 50px; } }
  .slick-slider .slick-slide {
    display: inline-block;
    height: 100%;
    z-index: 2 !important;
    margin: 0;
    padding: 0 8px;
    min-height: 1px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media screen and (max-width: 579px) {
      .slick-slider .slick-slide {
        padding: 0; } }

.slick-arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slick-arrow:hover {
    opacity: .5; }
  .slick-arrow.slick-disabled {
    opacity: .8;
    pointer-events: none; }

.slick-prev {
  left: -84px;
  right: auto; }
  @media screen and (max-width: 991px) {
    .slick-prev {
      left: -25px; } }

.slick-next {
  left: auto;
  right: -84px; }
  @media screen and (max-width: 991px) {
    .slick-next {
      right: -25px; } }

.slick-prev,
.slick-next {
  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; }
  .slick-prev:before,
  .slick-next:before {
    display: block;
    content: "";
    border: 15px solid transparent;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 15px; }

.slick-prev:before {
  border-right: 15px solid #000; }

.slick-next:before {
  border-left: 15px solid #000; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 16px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .slick-dots {
      padding: 16px; } }
  .slick-dots li {
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .slick-dots li:first-child {
      margin-left: 0; }
    .slick-dots li:only-child {
      display: none; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      width: 20px;
      height: 20px;
      background: #d7d8da; }
    .slick-dots li.slick-active button {
      -webkit-animation: paginationAnimation 1.5s ease-in-out infinite;
              animation: paginationAnimation 1.5s ease-in-out infinite; }
  .slick-dots button {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    font-size: 8px;
    line-height: 8px;
    border-radius: 50%;
    margin: 0;
    border: 0;
    padding: 0;
    background: #e7e8eb;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@-webkit-keyframes paginationAnimation {
  0% {
    width: 15px;
    height: 15px; }
  30% {
    width: 20px;
    height: 20px; }
  60% {
    width: 15px;
    height: 15px; }
  100% {
    width: 15px;
    height: 15px; } }

@keyframes paginationAnimation {
  0% {
    width: 15px;
    height: 15px; }
  30% {
    width: 20px;
    height: 20px; }
  60% {
    width: 15px;
    height: 15px; }
  100% {
    width: 15px;
    height: 15px; } }

.section__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .section__controls .slick-arrow {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.tabs .tabs-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 24px; }
  @media screen and (max-width: 991px) {
    .tabs .tabs-header {
      background-color: #ffffff;
      display: block; } }
  .tabs .tabs-header .tabs-header__item.tabs-header__item_active .tabs-header__text {
    color: #ffffff;
    background-color: #2db59f; }
  .tabs .tabs-header .tabs-header__text {
    display: block;
    cursor: pointer;
    color: #424242;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    text-align: center;
    position: relative;
    background-color: #bfbfbf;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .tabs .tabs-header .slick-next,
  .tabs .tabs-header .slick-prev {
    width: 40px;
    height: 40px; }
    .tabs .tabs-header .slick-next.slick-disabled,
    .tabs .tabs-header .slick-prev.slick-disabled {
      opacity: .5; }
    .tabs .tabs-header .slick-next i,
    .tabs .tabs-header .slick-prev i {
      font-size: 15px;
      color: #424242; }

.tabs .tabs-body .tabs-body__item {
  width: 100%;
  display: none; }
  .tabs .tabs-body .tabs-body__item.tabs-body__item_active {
    display: block; }

.accordion-item {
  margin-bottom: 16px; }
  .accordion-item.accordion-item_active .accordion-item__header {
    margin-bottom: 16px;
    background-color: #2db59f;
    color: #ffffff; }
    .accordion-item.accordion-item_active .accordion-item__header:after {
      border-color: #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: 8px; }
  .accordion-item.accordion-item_active .accordion-item__body {
    display: block; }
  .accordion-item .accordion-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    color: #424242;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 16px 24px;
    background-color: #bfbfbf;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 580px) {
      .accordion-item .accordion-item__header .title-text {
        margin-right: 16px; } }
    @media screen and (min-width: 580px) {
      .accordion-item .accordion-item__header:after {
        border-right: 1px solid #424242;
        border-top: 1px solid #424242;
        content: "";
        width: 8px;
        min-width: 8px;
        height: 8px;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; } }
  .accordion-item .accordion-item__body {
    display: none;
    margin-bottom: 16px; }

.site-header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 991px) {
    .site-header {
      height: 80px;
 } }

.site-header.site-header_animation {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }


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

      .site-header.site-header_animation .site-logo {
        max-width: 180px;
        width: 180px;} }
  .site-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.site-header.site-header_menu-active{
  background-color: #fff!important;
}
@media screen and (max-width: 992px) {

}


  .site-header.site-header_menu-active .nav {
    right: 0; }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(2) {
    display: none; }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(1), .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
    margin: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .site-header.site-header_menu-active .nav-toggle .nav-toggle__link:nth-child(3) {
    margin-top: -3px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .site-header.site-header_menu-active ~ .main,
  .site-header.site-header_menu-active ~ .site-footer,
  .site-header.site-header_menu-active ~ .scroll-btn {
    opacity: .2; }
  .site-header .site-logo {
    max-width: 230px;
    width: 230px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .site-header .site-logo {
        max-width: 150px;
        width: 150px; }
      .site-header.site-header_animation .site-logo {
        max-width: 130px;
        width: 130px; }


    }



    .site-header .site-logo .site-logo__link {
      height: 100%;
      display: block; }
    .site-header .site-logo svg {
      width: 100%; }




body:not(.home) .site-header:not(.site-header_animation):not(.site-header_menu-active) .nav-toggle .nav-toggle__link{
  background: #fff;
}




  body:not(.home) .site-header:not(.site-header_animation):not(.site-header_menu-active) .site-logo path:not(.cls-1) {
    fill: #fff;
  }

  body:not(.home) .site-header:not(.site-header_animation):not(.site-header_menu-active) .site-logo path.cls-1 {
    fill: #fff;
    stroke: #fff;
  }
@media screen and (min-width: 991px) {
  body:not(.home) .site-header:not(.site-header_animation) .nav .nav__link {
    color: #fff;
  }

  body:not(.home) .site-header:not(.site-header_animation) .nav .dropdown .dropdown__icon:before {
    border-top: 6px solid #fff;
  }
}
.nav-toggle {
  display: none;
  width: 32px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 10; }
  @media screen and (max-width: 991px) {
    .nav-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .nav-toggle .nav-toggle__link {
    width: 25px;
    display: block;
    background: #000;
    height: 3px;
    margin: 2px 0;
    clear: both;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .nav-toggle .nav-toggle__link:nth-child(2) {
      width: 20px; }

.nav {
  margin-left: auto; }
  @media screen and (max-width: 991px) {
    .nav {
      right: -100%;
      width: 60%;
      background: #ffffff;
      top: 100%;
      height: calc(100vh - 160px);
      position: absolute;
      overflow: auto;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }
  @media screen and (max-width: 579px) {
    .nav {
      width: 100%; } }
  .nav .nav__list {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .nav .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 16px 0; } }
  .nav .nav__item {
    margin-bottom: 0;
    margin-right: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1200px) {
      .nav .nav__item {
        margin-right: 40px; } }
    @media screen and (max-width: 991px) {
      .nav .nav__item {
        margin-right: 0;
        margin-bottom: 25px; } }
    .nav .nav__item.current-menu-item .nav__link, .nav .nav__item:hover .nav__link {
      color: #2db59f; }
  .nav .nav__link {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .nav .nav__link {
        padding: 8px 48px;
        font-size: 20px;
        line-height: 24px; } }

.dropdown {
  position: relative; }
  @media screen and (max-width: 991px) {
    .dropdown {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 992px) {
    .dropdown:hover .dropdown__content {
      visibility: visible;
      opacity: 1;
      padding-top: 30px; } }
  @media screen and (max-width: 991px) {
    .dropdown.dropdown_active .dropdown__content {
      visibility: visible;
      opacity: 1;
      max-height: 9999px; }
    .dropdown.dropdown_active .dropdown__item {
      left: 0;
      opacity: 1; }
    .dropdown.dropdown_active .dropdown__icon {
      -webkit-transform: rotate(0);
              transform: rotate(0); }
      .dropdown.dropdown_active .dropdown__icon:before {
        margin-top: 8px; } }
  @media screen and (min-width: 992px) {
    .dropdown .nav__link {
      margin-right: 15px; } }
  .dropdown .dropdown__icon {
    width: 8px;
    height: 8px;
    display: block;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .dropdown .dropdown__icon:before {
      display: block;
      margin-top: 1px;
      border: 6px solid transparent;
      border-top: 6px solid #2db59f;
      content: "";
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (max-width: 991px) {
        .dropdown .dropdown__icon:before {
          margin-top: 2px;
          border: 8px solid transparent;
          border-top: 8px solid #2db59f; } }
    @media screen and (max-width: 991px) {
      .dropdown .dropdown__icon {
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); } }
  .dropdown .dropdown__content {
    position: absolute;
    top: 100%;
    opacity: 0;
    width: 450px;
    padding-top: 0;
    right: -74px;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .dropdown .dropdown__content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 0; } }
  .dropdown .dropdown__list {
    padding: 10px 40px;
    background-color: #ffffff;
    position: relative; }
    .dropdown .dropdown__list:before {
      content: "";
      border: 40px solid transparent;
      border-bottom: 20px solid #ffffff;
      position: absolute;
      bottom: 100%;
      right: 35px; }
  .dropdown .dropdown__item {
    margin: 0; }
    .dropdown .dropdown__item.current-menu-item .dropdown__link, .dropdown .dropdown__item:hover .dropdown__link {
      color: #2db59f;
      background-color: #ffffff; }
    .dropdown .dropdown__item:not(:last-child) {
      border-bottom: 1px solid #e5ebe8; }
    @media screen and (max-width: 991px) {
      .dropdown .dropdown__item {
        position: relative;
        left: -20px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s; } }
  .dropdown .dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 991px) {
      .dropdown .dropdown__link {
        padding: 12px 24px; } }
    @media screen and (max-width: 419px) {
      .dropdown .dropdown__link {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 12px 0; } }
    .dropdown .dropdown__link .dropdown__ico {
      width: 60px;
      min-width: 60px;
      margin-right: 20px; }
      @media screen and (max-width: 419px) {
        .dropdown .dropdown__link .dropdown__ico {
          width: 40px;
          min-width: 40px; } }
    .dropdown .dropdown__link .dropdown__title {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 5px; }
    @media screen and (max-width: 419px) {
      .dropdown .dropdown__link p {
        display: none; } }

.admin-bar .site-header {
  top: 20px; }

.scroll-btn {
  position: relative;
  z-index: 2; }
  .scroll-btn .scroll-btn__link {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: #000;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .scroll-btn .scroll-btn__link:hover {
      color: #ffffff;
      background-color: #2db59f; }
      .scroll-btn .scroll-btn__link:hover .scroll-btn__text:after {
        border-bottom: 8px solid #ffffff; }
  .scroll-btn .scroll-btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .scroll-btn .scroll-btn__text:after {
      content: "";
      border: 8px solid transparent;
      border-bottom: 8px solid #b8b8b8;
      margin: -4px 0 0 25px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }

.site-footer {
  font-size: 16px;
  line-height: 24px;
  padding: 40px 0 100px;
  margin-top: auto;
  background-color: #f7f9fd; }
  @media screen and (max-width: 991px) {
    .site-footer {
      padding: 40px 0; } }
  .site-footer .site-footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .site-footer .site-footer__top .site-logo__link {
      height: 100%;
      display: block; }
    .site-footer .site-footer__top .site-logo__img {
      width: 230px; }
  .site-footer .site-footer__middle {
    padding: 60px 0; }
  .site-footer .footer-nav__title {
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .site-footer .footer-nav__title {
        margin-bottom: 10px; } }
    @media screen and (max-width: 579px) {
      .site-footer .footer-nav__title {
        position: relative; }
        .site-footer .footer-nav__title:before {
          content: "+";
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          font-size: 35px; } }
    .site-footer .footer-nav__title .title-text {
      font-weight: 700;
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
      text-align: center;
      color: #080808; }
      @media screen and (min-width: 580px) {
        .site-footer .footer-nav__title .title-text {
          text-align: left; } }
  .site-footer .site-footer__footer-nav.site-footer__footer-nav_active .footer-nav__title:before {
    content: "-"; }
  @media screen and (max-width: 579px) {
    .site-footer .site-footer__footer-nav.site-footer__footer-nav_active .footer-nav__content {
      max-height: 999px;
      visibility: visible;
      opacity: 1;
      margin-bottom: 20px; } }
  @media screen and (max-width: 579px) {
    .site-footer .footer-nav__content {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      visibility: hidden;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }
  .site-footer .footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .site-footer .footer-nav__list .footer-nav__item {
      margin: 0 0 20px; }
    .site-footer .footer-nav__list .footer-nav__link {
      color: #080808;
      text-decoration: none;
      text-align: center;
      display: block;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      @media screen and (min-width: 580px) {
        .site-footer .footer-nav__list .footer-nav__link {
          text-align: left; } }
      .site-footer .footer-nav__list .footer-nav__link:hover {
        color: #2db59f; }
  .site-footer .site-footer__bottom {
    color: #bbbbbb; }
  .site-footer .bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (max-width: 991px) {
      .site-footer .bottom-links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 24px; } }
    .site-footer .bottom-links .bottom-links__item {
      margin-bottom: 0; }
      .site-footer .bottom-links .bottom-links__item:not(:last-child) {
        margin: 0 64px 0 0; }
        @media screen and (max-width: 991px) {
          .site-footer .bottom-links .bottom-links__item:not(:last-child) {
            margin-right: 32px; } }
    .site-footer .bottom-links .bottom-links__link {
      color: #bbbbbb;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .site-footer .bottom-links .bottom-links__link:hover {
        color: #000; }
  @media screen and (max-width: 991px) {
    .site-footer .copy {
      text-align: center; } }

.main-slider .slider__item {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .main-slider .slider__item {
      height: 240px; } }

.search-overlay {
  display: none;
  position: fixed;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(#6cd99d), to(#6ccbbb));
  background: linear-gradient(to bottom, #6cd99d 0%, #6ccbbb 100%); }
  .search-overlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .search-overlay .close-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 40px;
    height: 40px;
    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;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .search-overlay .close-button:hover {
      opacity: .5; }
  @media screen and (max-width: 991px) {
    .search-overlay .hd-search {
      width: 95% !important; } }
  .search-overlay #searchform {
    position: relative;
    max-width: 520px;
    width: 520px;
    border: 0; }
    @media screen and (max-width: 991px) {
      .search-overlay #searchform {
        width: 100%; } }
    .search-overlay #searchform .input-field {
      line-height: 50px;
      border: 0;
      margin: 0;
      width: 100%;
      text-align: left;
      padding: 16px 24px; }
    .search-overlay #searchform .fa-search {
      position: absolute;
      right: 0;
      top: 50%;
      width: 80px;
      height: 80px;
      font-size: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.section {
  padding: 105px 0; }
  @media screen and (max-width: 991px) {
    .section {
      padding: 40px 0; } }
  .section.section_secondary-bg {
    background-color: #f7f9fd; }
  .section.section_tertiary-bg {
    color: #f7f9fd;
    background-color: #0c354d; }
    .section.section_tertiary-bg h1, .section.section_tertiary-bg h2, .section.section_tertiary-bg h3, .section.section_tertiary-bg h4, .section.section_tertiary-bg h5, .section.section_tertiary-bg h6 {
      color: #f7f9fd; }
  @media screen and (max-width: 991px) {
    .section.section_primary-m-bg {
      background-color: #ffffff; } }
  .section.section_secondary-half-bg {
    position: relative; }
    .section.section_secondary-half-bg:before {
      content: "";
      position: absolute;
      top: 0;
      right: 50%;
      height: 100%;
      width: 100vw;
      background-color: #f7f9fd; }
      @media screen and (max-width: 991px) {
        .section.section_secondary-half-bg:before {
          right: 0; } }
    .section.section_secondary-half-bg .container {
      position: relative;
      z-index: 2; }
  .section.section_with-border {
    border-bottom: 1px solid #e4e5e8; }
  .section.section_p-t-tiny {
    padding-top: 40px; }
  .section.section_p-t-secondary {
    padding-top: 180px; }
    @media screen and (max-width: 991px) {
      .section.section_p-t-secondary {
        padding-top: 40px; } }
  .section.section_p-b-secondary {
    padding-bottom: 180px; }
    @media screen and (max-width: 991px) {
      .section.section_p-b-secondary {
        padding-bottom: 40px; } }
  .section.section_pb-0 {
    padding-bottom: 0; }
  .section.section_pt-0 {
    padding-top: 0; }
  .section.section_tiny {
    padding: 50px 0; }
  .section .section__header {
    text-align: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 579px) {
      .section .section__header {
        margin-bottom: 20px; } }
    .section .section__header.section__header_secondary-margin {
      margin-bottom: 120px; }
      @media screen and (max-width: 579px) {
        .section .section__header.section__header_secondary-margin {
          margin-bottom: 40px; } }
      .section .section__header.section__header_secondary-margin .sub-title-text {
        margin-bottom: 25px; }
    .section .section__header .sub-title-text.sub-title-text_secondary {
      color: #bfbfbf; }
  .section .section__content:not(:last-child) {
    margin-bottom: 60px; }
    @media screen and (max-width: 579px) {
      .section .section__content:not(:last-child) {
        margin-bottom: 40px; } }
  .section .section__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section.section_mb-0 {
    margin-bottom: 0; }
  .section.section_secondary-position {
    margin-top: -60px;
    padding-top: 0;
    position: relative;
    z-index: 2; }
    .section.section_secondary-position .container {
      padding: 90px;
      -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
      @media (max-width: 1200px) {
        .section.section_secondary-position .container {
          padding: 90px 40px; } }
      @media screen and (max-width: 579px) {
        .section.section_secondary-position .container {
          padding: 90px 0 0;
          -webkit-box-shadow: none;
                  box-shadow: none; } }

.banner.banner_main {
  color: #000;
  height: 100vh;
  min-height: 500px;
  max-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 991px) {
    .banner.banner_main {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      min-height: 0;
      padding-top: 100px;
      max-height: 9999px; }
      .banner.banner_main .btn {
        min-width: 180px; } }
  .banner.banner_main .banner__media {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media screen and (max-width: 991px) {
      .banner.banner_main .banner__media {
        position: relative;
        height: 300px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 30px;
        background-size: auto 100%;
        background-position: calc(100% + 70px) 0; } }
  .banner.banner_main .banner__content {
    position: relative;
    z-index: 2;
    top: 40px;
    left: 60px;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    @media screen and (max-width: 991px) {
      .banner.banner_main .banner__content {
        left: 0;
        max-width: 100%;
        margin-bottom: 30px; } }
  .banner.banner_main .banner__text {
    margin-bottom: 60px; }
    @media screen and (max-width: 991px) {
      .banner.banner_main .banner__text {
        margin-bottom: 40px; } }
  .banner.banner_main .banner__title {
    margin-bottom: 35px; }
    .banner.banner_main .banner__title strong {
      display: block; }

.banner.banner_tiny {
  color: #ffffff;
  padding: 64px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center; }
  .banner.banner_tiny:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #2aaa94;
    background: -webkit-gradient(linear, left top, left bottom, from(#2aaa94), to(#2ec973));
    background: linear-gradient(to bottom, #2aaa94 0%, #2ec973 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aaa94', endColorstr='#2ec973',GradientType=0 ); }
  .banner.banner_tiny .container {
    position: relative;
    top: 90px;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 420px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
  .banner.banner_tiny .banner__content {
    width: 100%; }
  .banner.banner_tiny .banner__title {
    color: #ffffff;
    margin-bottom: 25px; }

.wrapper_ready-load .banner__content {
  top: 0 !important; }

.wrapper_ready-load .banner_tiny .container {
  top: 0;
  opacity: 1;
  visibility: visible; }

.services__list .services__item {
  height: 100%;
  margin-bottom: 24px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .services__list .services__item:hover {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); }
    .services__list .services__item:hover .services-item__media {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .services__list .services__item .services-item__link {
    padding: 50px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 580px) {
      .services__list .services__item .services-item__link {
        text-align: left; } }
  .services__list .services__item .services-item__description .services-item__sub-title {
    font-size: 21px;
    line-height: 30px;
    display: block;
    margin-bottom: 20px; }
  .services__list .services__item .services-item__description .services-item__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    display: block;
    margin-bottom: 30px; }
  .services__list .services__item .services-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

@media (min-width: 1199px) {
  .services__list.services__list_tiny .services-item__link {
    padding: 35px 25px; }
  .services__list.services__list_tiny .services-item__description .services-item__sub-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }
  .services__list.services__list_tiny .services-item__description .services-item__title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 25px; } }

.services_secondary {
  font-size: 16px; }
  .services_secondary .services__item {
    padding: 40px 50px; }
    .services_secondary .services__item:hover .services-item__img {
      -webkit-transform: scale(1.1) !important;
              transform: scale(1.1) !important; }
    @media screen and (max-width: 991px) {
      .services_secondary .services__item {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 40px 0; } }
    .services_secondary .services__item .services-item__header {
      position: relative;
      height: 240px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media screen and (max-width: 579px) {
        .services_secondary .services__item .services-item__header {
          height: auto;
          text-align: center; } }
      .services_secondary .services__item .services-item__header .services-item__img {
        position: absolute;
        top: -80px;
        right: 0;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media screen and (max-width: 579px) {
          .services_secondary .services__item .services-item__header .services-item__img {
            position: relative;
            top: 0;
            max-width: 200px;
            margin: 0 auto 30px; } }
      .services_secondary .services__item .services-item__header .services-item__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; }
      .services_secondary .services__item .services-item__header .services-item__title {
        font-family: "Inter", sans-serif;
        font-size: 25px;
        line-height: 30px;
        font-weight: 700;
        color: #000; }
        @media screen and (max-width: 991px) {
          .services_secondary .services__item .services-item__header .services-item__title {
            margin-bottom: 20px; } }
    .services_secondary .services__item .services-item__content {
      margin-bottom: 50px; }
    .services_secondary .services__item .services-item__action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.partners .partners__list {
  pointer-events: none; }

.partners .slick-list {
  overflow: hidden; }
  .partners .slick-list .partners__item {
    opacity: 1;
    visibility: visible; }

.partners .partners-item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.partners .partners-item__img {
  width: auto; }

.seminars__list {
  margin-bottom: 60px; }
  .seminars__list .slick-list {
    overflow: hidden; }
    .seminars__list .slick-list .partners__item {
      opacity: 1;
      visibility: visible; }
  @media screen and (max-width: 991px) {
    .seminars__list {
      margin-bottom: 40px; } }
  .seminars__list .slick-arrow {
    top: 250px; }
  .seminars__list .slick-list {
    padding: 56px 0 25px; }
  .seminars__list .slick-slide {
    padding: 0 40px; }
    @media (max-width: 1200px) {
      .seminars__list .slick-slide {
        padding: 0 20px; } }
    @media screen and (max-width: 579px) {
      .seminars__list .slick-slide {
        padding: 0; } }

.seminars__item .seminars-item__link {
  display: block;
  background-color: #ffffff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 579px) {
    .seminars__item .seminars-item__link {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.seminars__item:hover .seminars-item__info {
  color: #2db59f; }

.seminars__item .seminars-item__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .seminars__item .seminars-item__media .seminars-item__img {
    height: 280px; }
    @media screen and (max-width: 579px) {
      .seminars__item .seminars-item__media .seminars-item__img {
        height: 180px; } }

.seminars__item .seminars-item__content {
  padding: 50px 30px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  @media screen and (min-width: 580px) {
    .seminars__item .seminars-item__content {
      text-align: left; } }
  .seminars__item .seminars-item__content .seminars-item__title {
    font-weight: 700;
    margin-bottom: 8px; }
  .seminars__item .seminars-item__content .seminars-item__info {
    color: #424242;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

.seminare .seminare__filter {
  margin-bottom: 70px; }

.seminare__item {
  font-size: 16px;
  line-height: 20px;
  height: auto;
  margin-bottom: 80px;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 580px) {
    .seminare__item {
      text-align: left; } }
  .seminare__item:hover .seminare-item__info {
    color: #2db59f; }
  .seminare__item .seminare-item__media {
    position: relative; }
    .seminare__item .seminare-item__media img {
      display: block;
      width: 100%;
      height: 280px;
      min-height: 280px; }
    .seminare__item .seminare-item__media .seminare-item__type {
      color: #ffffff;
      background-color: #2dc183;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      padding: 7px 22px;
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .seminare__item .seminare-item__content {
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    color: #000;
    background-color: #ffffff; }
    .seminare__item .seminare-item__content .seminare-item__description {
      margin-bottom: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .seminare__item .seminare-item__content .seminare-item__title,
    .seminare__item .seminare-item__content .seminars-item__title {
      display: block;
      font-weight: 700;
      margin-bottom: 20px; }
    .seminare__item .seminare-item__content .seminare-item__info {
      display: block;
      margin-bottom: 20px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .seminare__item .seminare-item__content .seminare-item__action {
      padding: 0 10px;
      margin-bottom: 20px;
      margin-top: auto; }
      .seminare__item .seminare-item__content .seminare-item__action .btn {
        font-size: 16px;
        line-height: 20px;
        padding-top: 13px;
        padding-bottom: 13px; }
  .seminare__item.seminare-item_secondary .seminare-item__type {
    background-color: #2db59f; }
  .seminare__item.seminare-item_secondary .seminare-item__action .btn {
    background-size: auto 200%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2db59e), color-stop(51%, #2db59f), to(#2dca70));
    background-image: linear-gradient(to bottom, #2db59e 0%, #2db59f 51%, #2dca70 100%); }
    .seminare__item.seminare-item_secondary .seminare-item__action .btn:hover {
      background-position: center 90%; }

.main {
  position: relative; }

.new-event {
  padding: 14px 0;
  color: #ffffff;
  background-color: #0c354d;
  width: 100%;
  z-index: 101; }
.new-event.new-event_fix{
  position: absolute;
  top: calc(100vh - 140px);
  left: 0;
}
  @media screen and (max-width: 991px) {
    .new-event {
      position: relative!important;
      top: 0 !important; } }
  @media screen and (max-width: 579px) {
    .new-event {
      padding: 24px 0; } }
  @media screen and (max-width: 419px) {
    .new-event {
      text-align: center; } }
  @media screen and (min-width: 992px) {
    .new-event.new-event_fix.section_animation {
      position: fixed;
      top: 98px !important;
      left: 0;
      width: 100%; } }
  .new-event .new-event__info {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 32px; }
    @media screen and (max-width: 579px) {
      .new-event .new-event__info {
        display: block;
        margin: 0 0 16px; } }
  .new-event .new-event__title {
    font-size: 12px;
    line-height: 24px;
    margin-right: 32px; }
    @media screen and (max-width: 579px) {
      .new-event .new-event__title {
        display: block;
        margin: 0 0 16px; } }
  .new-event .new-event__btn {
    color: #ffffff;
    font-size: 17px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0 15px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .new-event .new-event__btn:hover {
      color: #0c354d;
      background-color: #ffffff; }

.wrapper_ready-load .new-event.new-event_fix {
  top: calc(100vh - 70px); }

@media screen and (min-width: 992px) {
  .logged-in .new-event.new-event_fix.section_animation {
    top: 127px !important; } }

.widgets {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  padding: 30px 25px;
  border-radius: 25px 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #6cd99d;
  background: -webkit-gradient(linear, left top, left bottom, from(#6cd99d), to(#6ccbbb));
  background: linear-gradient(to bottom, #6cd99d 0%, #6ccbbb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6cd99d', endColorstr='#6ccbbb',GradientType=0 ); }
  @media screen and (max-width: 991px) {
    .widgets {
      display: none;
      position: fixed;
      top: auto;
      bottom: 0;
      right: 0;
      width: 60%;
      height: 80px;
      padding: 20px;
      border-radius: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #2db59d;
      background: -webkit-gradient(linear, left top, left bottom, from(#2db59d), to(#2dc874));
      background: linear-gradient(to bottom, #2db59d 0%, #2dc874 100%); } }
  @media screen and (max-width: 579px) {
    .widgets {
      width: 100%; } }
  .widgets .widgets__item:not(:last-child) {
    margin-bottom: 35px; }
  @media screen and (max-width: 991px) {
    .widgets .widgets__item {
      margin: 0 10px; } }
  .widgets .widget__link {
    width: 40px;
    height: 40px;
    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;
    text-decoration: none; }

@media screen and (max-width: 1600px) {
  .widgets .widgets__item:not(:last-child) {
    margin-bottom: 24px; }
  .widgets .widget__link {
    width: 32px;
    height: 32px;
  }
}


  .widgets .widget__ico {
    width: 100%; }

@media screen and (max-width: 991px) {
  .wrapper_menu-active .widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.carousel {
  margin: 0 -35px;
  width: calc(100% + 70px); }
  @media (max-width: 1200px) {
    .carousel {
      margin: 0 -16px;
      width: calc(100% + 32px); } }
  .carousel .carousel__item {
    padding: 0 35px; }
    @media (max-width: 1200px) {
      .carousel .carousel__item {
        padding: 0 16px; } }
  .carousel .carousel__img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    height: 300px; }

.blocks__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: 100px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 580px) {
    .blocks__item {
      text-align: left;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .blocks__item .blocks-item__media {
    margin-bottom: 20px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 579px) {
      .blocks__item .blocks-item__media {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .blocks__item .blocks-item__media img,
    .blocks__item .blocks-item__media svg {
      height: 60px; }
  .blocks__item .blocks-item__title {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    display: block;
    font-weight: 700;
    margin-bottom: 30px; }

.reviews__item {
  color: #000;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px; }
  @media screen and (max-width: 579px) {
    .reviews__item {
      text-align: center; }
      .reviews__item:not(:last-child) {
        margin-bottom: 60px; } }
  .reviews__item .reviewss-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .reviews__item .reviewss-item__media .review-item__img {
      width: 100%; }
  .reviews__item .reviews-item__content {
    padding: 20px 40px 40px;
    background-color: #ffffff; }
    @media screen and (max-width: 579px) {
      .reviews__item .reviews-item__content {
        padding: 20px 20px 40px; } }
  .reviews__item .reviews-item__text {
    font-size: 28px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 30px; }
    @media screen and (max-width: 579px) {
      .reviews__item .reviews-item__text {
        font-size: 22px;
        line-height: 26px;
        text-align: center; } }
    .reviews__item .reviews-item__text:before {
      display: block;
      content: "";
      width: 24px;
      height: 23px;
      background: url("../images/review-ico.jpg") no-repeat center;
      margin-bottom: 10px; }
  .reviews__item .reviews-item__author {
    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;
    margin-bottom: 20px;
    font-weight: 700; }
    @media screen and (max-width: 579px) {
      .reviews__item .reviews-item__author {
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .reviews__item .reviews-item__author .reviews-item__position {
      font-weight: 400; }

.section_post {
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat; }

@media screen and (max-width: 579px) {
  .post-detail {
    text-align: center; } }

.post {
  text-align: center; }
  @media screen and (min-width: 580px) {
    .post {
      text-align: left; } }
  .post .post__description {
    margin-bottom: 70px; }
  @media screen and (max-width: 991px) {
    .post .post__media {
      margin-bottom: 70px; } }
  .post .post__media .post__img {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .post ul {
    font-size: 16px; }
    .post ul.columns {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
      @media screen and (max-width: 991px) {
        .post ul.columns {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1;
          margin-bottom: 40px; } }
  .post .quote {
    font-size: 35px;
    line-height: 45px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #2dccd3; }
    @media screen and (max-width: 991px) {
      .post .quote {
        font-size: 25px;
        line-height: 35px; } }

.post-detail__media {
  margin-bottom: 120px; }
  @media screen and (max-width: 991px) {
    .post-detail__media {
      margin-bottom: 60px; } }
  .post-detail__media .container {
    position: relative;
    min-height: 40px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.4); }
  .post-detail__media .post-detail__img {
    width: 100%;
    min-height: 250px; }
  .post-detail__media .media-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ffffff;
    background-color: #2db59f;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 25px; }

.steps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .steps__list .steps-item {
    margin-bottom: 40px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 991px) {
      .steps__list .steps-item {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  .steps__list .steps-item__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .steps__list .steps-item__media .steps-item__img {
      width: 100%; }
  .steps__list .steps-item__content {
    padding: 30px 50px;
    font-size: 16px; }
    @media screen and (max-width: 991px) {
      .steps__list .steps-item__content {
        padding: 30px 0;
        text-align: center; } }

.post_secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 991px) {
    .post_secondary {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  .post_secondary .post__media {
    width: 100%;
    max-width: 380px; }
    @media screen and (max-width: 991px) {
      .post_secondary .post__media {
        max-width: 100%; } }
    .post_secondary .post__media .post__img {
      height: 100%;
      width: 100%; }
  .post_secondary .post__content {
    padding: 60px;
    width: 100%;
    font-size: 16px;
    line-height: 30px; }
    @media screen and (max-width: 991px) {
      .post_secondary .post__content {
        padding: 40px 0; } }
    .post_secondary .post__content p {
      margin-bottom: 30px; }
      .post_secondary .post__content p:last-child {
        margin-bottom: 0; }

.section_post-detail {
  padding-top: 150px; }

.history {
  position: relative; }
  .history:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 920px;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-top: 1px dashed rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 991px) {
      .history:before {
        bottom: 125px; } }
  .history .slick-list {
    overflow: hidden; }
    .history .slick-list .partners__item {
      opacity: 1;
      visibility: visible; }

.history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center; }
  .history__item .history-item_year {
    margin-bottom: 20px; }
    .history__item .history-item_year .year-text {
      color: #000;
      font-size: 27px;
      line-height: 35px;
      font-weight: 700; }
  .history__item .history-item_text {
    margin-bottom: 30px;
    min-height: 56px;
    padding: 0 60px; }
    @media (max-width: 1200px) {
      .history__item .history-item_text {
        padding: 0; } }
  .history__item .history-item_number {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #2dc183;
    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;
    text-align: center; }
    .history__item .history-item_number .number-text {
      font-size: 20px;
      line-height: 20px;
      font-weight: 700;
      color: #2dc183; }

.contact .contact-header {
  font-weight: 700;
  margin-bottom: 70px;
  font-size: 25px;
  line-height: 25px; }
  @media screen and (max-width: 579px) {
    .contact .contact-header {
      text-align: center !important; } }
  .contact .contact-header .contact-header__title {
    margin-bottom: 30px; }

@media screen and (max-width: 991px) {
  .contact .contact__content {
    margin-bottom: 40px; } }

.contact__aside .aside-item {
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 579px) {
    .contact__aside .aside-item {
      text-align: center; } }
  .contact__aside .aside-item:not(:last-child) {
    margin-bottom: 60px; }

.contact__aside .aside-item__title {
  color: #424242;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 0; }

.cause {
  background-color: #ffffff;
  padding: 50px 50px 160px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 991px) {
    .cause {
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .cause .partners__item {
        opacity: 1;
        visibility: visible; } }
  .cause .cause__nav {
    max-width: 320px;
    margin: 0 auto; }
    .cause .cause__nav .slick-list {
      overflow: hidden;
      padding: 0 100px !important;
      padding-bottom: 40px !important; }
      @media screen and (max-width: 991px) {
        .cause .cause__nav .slick-list {
          padding-left: 0 !important;
          padding-right: 0 !important; } }
    .cause .cause__nav .slick-slide {
      text-align: center;
      position: relative; }
      .cause .cause__nav .slick-slide:before {
        content: "";
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 50%;
        width: 95px;
        height: 29px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        background: url("../images/shadow-ico.png") no-repeat center; }
      .cause .cause__nav .slick-slide .cause-nav__text {
        opacity: .5;
        color: #2db59f;
        font-weight: 700;
        font-size: 70px;
        line-height: 125px; }
      .cause .cause__nav .slick-slide.slick-current:before {
        opacity: 1; }
      .cause .cause__nav .slick-slide.slick-current .cause-nav__text {
        opacity: 1;
        font-size: 125px;
        line-height: 125px; }
    .cause .cause__nav .slick-arrow {
      margin-top: -10px; }
      .cause .cause__nav .slick-arrow:before {
        border-width: 10px; }
  .cause .cause__for {
    font-size: 16px;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
    .cause .cause__for .cause__title {
      margin-bottom: 30px; }



/* search-results */
.search-results .search__list .row{
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: block;
}
.search-results .search__list .item{
  padding: 20px 0;
}
.search-results .search__list .item a{
  text-decoration: none;
}
.search-results .search__list .item p{
  margin: 0
}
.search-results .search__list .item .title{
  margin: 0 0 10px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 28px;
}


.site-logo .site-logo__link .cls-1 {
  fill-opacity: inherit;
}


.widgets .cls-1{
  stroke: transparent;

}










