@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700&display=swap");
.element-hidden,
.hidden {
  display: none; }

#synapse-custom-ajax-cover {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  bottom: 0;
  width: 0;
  height: 0; }
.flex.align-center{
  display: flex;
  align-items: center;justify-content: center;
}
.form-item-gdpr-warning .description {
  display: inline-block; }

.modal-dialog {
  max-width: 500px; }
.pet-full__col--media button{
  width: 100%;
  margin-top: 10px;
}
.modal-content {
  border: 0;
  border-radius: 0;
  text-align: center;
  padding: 50px 65px;
  box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.2); }

.modal-header {
  border: 0;
  padding: 0;
  display: block;
  margin: 0 0 35px; }

.modal-title {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center; }

.modal-text {
  font-size: 18px;
  line-height: 1.4;
  padding-top: 15px; }

.modal-body {
  padding: 0 0 20px; }

.modal-close {
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: 0;
  font-size: 32px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s, opacity 0.4s; }
  .modal-close:hover {
    opacity: 1;
    color: #fff;
    background-color: #AC182D;
    border-color: transparent; }
  .modal-close:active {
    opacity: 0.7; }

.modal .form-actions {
  margin: 0 !important;
  text-align: center; }

.modal form {
  max-width: 360px;
  margin: 0 auto; }

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px; }
  @media (max-width: 767.98px) {
    .qr{display: none!important;}
    body{overflow-x: hidden;}
    .hide_mobile{display: none;}

    #manager-menu {
      display: none !important; } }
  #manager-menu .contextual {
    display: none; }
  #manager-menu .toggle-manager {
    position: relative;
    z-index: 3;
    max-width: 1em;
    cursor: pointer; }
  #manager-menu h2 {
    margin: -1em 0 0.5em 1em;
    font-size: 1.5em; }

.breadcrumb {
  margin-top: 73px;
  margin-bottom: 29px;
  padding: 20px 0;
  background-color: transparent; }
  @media (max-width: 1199.98px) {
    .breadcrumb {
      margin-top: 20px; } }
  .breadcrumb .list {
    font-weight: normal;
    font-size: 13px;
    line-height: 1.38; }
    .breadcrumb .list-item {
      position: relative; }
      .breadcrumb .list-item:not(:first-child) {
        padding-left: 40px; }
        .breadcrumb .list-item:not(:first-child):before {
          content: "-";
          color: #B5BEC6;
          font-size: 13px;
          line-height: 1.38;
          position: absolute;
          top: 50%;
          left: 15px;
          transform: translateY(-50%); }
    .breadcrumb .list-link {
      color: #B5BEC6; }

.region-tabs {
  height: 0;
  width: auto;
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }
  .region-tabs ul.tabs {
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0;
    z-index: 8;
    border: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: none;
    max-width: 100%; }
    .region-tabs ul.tabs a {
      color: #000;
      opacity: 0.8;
      display: block;
      padding: 3px 7px;
      border-radius: 0;
      white-space: nowrap;
      line-height: 1.15;
      background-color: #efefef;
      transition: opacity 0.4s, background-color 0.4s; }
      .region-tabs ul.tabs a:hover {
        opacity: 1;
        background-color: #e7e7e7; }
      .region-tabs ul.tabs a:active {
        background-color: #d6d6d6; }
    .region-tabs ul.tabs li {
      display: block;
      vertical-align: bottom;
      margin: 0 0 0 10px; }
      .region-tabs ul.tabs li.is-active a {
        background-color: #fff; }
  .region-tabs .block-local-actions-block nav {
    left: 0; }
  .region-tabs .block > div.contextual {
    display: none !important; }
  .region-tabs ul.secondary {
    position: absolute;
    top: 25px;
    right: 0;
    float: right;
    z-index: 8;
    padding: 0 0 0 3px;
    margin: 0;
    overflow: hidden;
    border: none;
    background: none; }

.donation {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  @media (max-width: 991.98px) {
    .donation {
      flex-direction: column; } }
  .donation-col {
    width: 400px;
    max-width: 100%;
    flex-grow: 1; }
    .donation-col:last-child {
      padding: 0 20px; }
    @media (max-width: 991.98px) {
      .donation-col {
        width: 100%; } }
  .donation-left {
    border-right: 1px solid #e0e0e0;
    padding-bottom: 40px; }
    @media (max-width: 991.98px) {
      .donation-left {
        border-right: none;
        padding-bottom: 15px; } }
  .donation-img {
    text-align: center; }
  .donation-caption {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 22px; }
  .donation-title {
    color: #2E2E2E;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin: 26px 0;
    padding: 0 50px;
    border: none;
    text-align: center; }
    @media (max-width: 991.98px) {
      .donation-title {
        padding: 0 15px; } }
    .donation-title::after {
      content: "";
      position: absolute;
      left: 1px;
      right: 1px;
      bottom: -10px;
      width: 64px;
      margin: auto;
      border: 1px solid #f1ad00; }
  .donation-content {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
    padding-top: 15px;
    padding: 0 50px; }
    @media (max-width: 991.98px) {
      .donation-content {
        padding: 0 15px; } }
  .donation-text {
    color: #ccc;
    padding: 0px 15px;
    margin-top: 10px;
    text-align: left;
    display: block;
    margin-bottom: 30px;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 18px; }
    @media (max-width: 991.98px) {
      .donation-text {
        padding: 0px 15px; } }
  .donation-form {
    padding: 20px 0 30px; }
    .donation-form__row {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 0 -15px; }
    .donation-form__col {
      width: 100%;
      padding: 0 15px; }
      .donation-form__col--title {
        display: flex;
        justify-content: center;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .donation-form__col--title {
            max-width: 50%; } }
      @media (min-width: 992px) {
        .donation-form__col {
          max-width: 50%; } }
    .donation-form .contact-message-form {
      display: flex;
      flex-wrap: wrap; }
      .donation-form .contact-message-form .form-actions {
        padding-top: 0; }
        @media (min-width: 992px) {
          .donation-form .contact-message-form .form-actions {
            width: calc(50% - 15px);
            margin-bottom: 20px;
            margin-left: 30px;
            order: 3; } }
      .donation-form .contact-message-form .form-submit {
        width: 100%;
        margin-bottom: 0; }
      .donation-form .contact-message-form .form-item {
        width: 100%; }
        @media (min-width: 992px) {
          .donation-form .contact-message-form .form-item-email {
            margin-left: 30px; } }
        @media (min-width: 992px) {
          .donation-form .contact-message-form .form-item-email, .donation-form .contact-message-form .form-item-name {
            max-width: calc(50% - 15px);
            order: 5; } }
    .donation-form-descr {
      font-weight: 700;
      font-size: 18px;
      width: 100%;
      margin-top: 10px;
      margin-bottom: 14px;
      order: 1;
      text-align: center; }
    .donation-form .form-wrapper {
      width: 100%; }
      @media (min-width: 992px) {
        .donation-form .form-wrapper {
          max-width: calc(50% - 15px);
          order: 2; } }
    .donation-form .form-required {
      display: none; }
    .donation-form .contact-message-form .form-item-fz152-agreement label {
      font-size: 14px;
      line-height: 21px;
      color: #313131;
      max-width: 370px;
      margin: 18px auto 35px; }
      @media (max-width: 991.98px) {
        .donation-form .contact-message-form .form-item-fz152-agreement label {
          margin: 18px auto 15px; } }
      .donation-form .contact-message-form .form-item-fz152-agreement label a {
        color: #ed883f !important;
        border-bottom: none; }
    .donation-form .list {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0;
      order: 0; }
      .donation-form .list .item {
        margin: 5px 5px 10px 7px; }
    @media (max-width: 991.98px) {
      .donation-form {
        padding: 20px 15px 20px; } }

.h-xs-up,
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .field__item .inner_help > div{
    width: 100%;
  }
  .inner_help{flex-flow: column;}
  .field__item .inner_help .left_part{border: none;}
  .h-md-down,
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important; } }

.h-xl-down,
.hidden-xl-down {
  display: none !important; }

/* FONTS */
/* EXTRA COLORS */
/* LAYOUT */
body {
  color: #2E2E2E;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.67;
  /*min-width: 414px;*/
  overflow-x:hidden;
  background-color: #FFFFFF; }
  body.cke_editable {
    color: #000;
    background-color: #fff; }

h1 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  max-width: 900px;
  margin-bottom: 61px; }
  @media (max-width: 991.98px) {
    h1 {
      font-size: 40px;
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 30px; } }

h2 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.1; }
  @media (max-width: 991.98px) {
    h2 {
      font-size: 32px; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 28px; } }

h3 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  text-transform: none; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 575.98px) {
    h3 {
      font-size: 24px; } }

h4 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25; }
  @media (max-width: 991.98px) {
    h4 {
      font-size: 20px; } }

h5 {
  color: #2E2E2E;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44; }

h6 {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.56; }
  @media (max-width: 991.98px) {
    h6 {
      font-size: 15px; } }

a {
  color: #4577D4;
  transition: color 0.4s; }
  a:hover {
    color: #2653a6;
    text-decoration: none; }
  a:active {
    color: #1d3e7d; }
  a:focus {
    outline: none; }

b,
strong {
  font-weight: 600; }

button:focus {
  outline: none !important; }

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

a {
  color: #1074D0; }

.form-control {
  height: auto; }

.paragraph--offset {
  margin-bottom: 40px; }

.btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  white-space: normal;
  cursor: pointer; }
  .btn--scroll {
    position: fixed;
    bottom: 85px;
    left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 63px;
    padding: 5px 5px 10px;
    background-color: #F87C27;
    border-radius: 25px;
    box-shadow: 0 2px 10px rgba(250, 154, 88, 0.8);
    opacity: 1;
    transition: box-shadow 0.4s, opacity 0.4s;
    z-index: 3; }
    .btn--scroll path {
      fill: #fff; }
    .btn--scroll .icon-cat {
      margin-top: -5px; }
    .btn--scroll:hover {
      box-shadow: 0 6px 17px rgba(250, 154, 88, 0.7); }
    .btn--scroll:active {
      box-shadow: 0 2px 8px rgba(249, 139, 64, 0.9); }
  .btn--hide {
    opacity: 0;
    pointer-events: none; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn--main {
    color: #fff;
    background-color: #F87C27; }
    .btn--main:hover {
      color: #fff;
      background-color: #F76400; }
  .btn--blue {
    color: #fff;
    background-color: #1074D0; }
    .btn--blue:hover {
      color: #fff;
      background-color: #005BAF; }
  .btn--cat {
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: #F87C27;
    transition: box-shadow 0.4s, background-color 0.4s;
    /*padding-left: 32px;*/ }


    .new_block{
        background: url(../images/saymon_header.png) no-repeat bottom right;
        background-size: contain;
      }
      .sos_razdel_header{
       /* background: url(../images/Comp_2.gif) no-repeat center center;*/
        color: #f87c27;
        font-weight: bold;
        width: 150px;
        height: 110px;
        background-size: contain;
        text-align: center;
        position: absolute;
        left: 0px;
        top: 0;
        display: flex;
        align-items: center;
        font-size: 10px;
      }
      .thought {
        display:flex;
        flex-flow: column;
        background-color:#fff;
        line-height: 20px;
        border-radius:30px;
        width: 160px;
        height: 80px;
        border-radius: 50%;
        margin:20px;
        position:relative;
        align-items:center;
        justify-content:center;
        text-align:center;
      }
      .thought span{font-size: 16px;}
    
.thought::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  transform: scale(0.9) translateZ(0);
  filter: blur(12px);
  
  background-size: 200% 200%;
  -webkit-animation: glow 1s infinite alternate;
          animation: glow 1s infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px 3px #f87c27;
  }
  to {
    box-shadow: 0 0 10px 10px #f87c27;
  }
}

.thought:before{
  width: 0;
  height: 0;
  border-width: 7px 0 9px 18px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  transform: rotate(40deg);
content: "";
position: absolute;
right: 0px;
bottom: 2px;
}


      .sos_razdel_header span{color:#1074D0;text-decoration: underline;}
      .sos_razdel_header:hover{color:#f87c27;text-decoration: underline;}



    @media (min-width: 1200px) {


      /*.btn--cat::before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 74px;
        height: 74px;
        background: url("../images/icons/cat.png") no-repeat center; }*/ }
    @media (max-width: 991.98px) {

        .btn--cat {
        padding-left: 18px;
        background: #F87C27 url("../images/icons/cat.png") no-repeat right bottom -33px; } }
  .btn--bordered {
    position: relative;
    color: #2E2E2E;
    border: 3px solid #EAEFF3;
    transition: color 0.4s, border-color 0.4s;
    z-index: 1; }
    .btn--bordered:hover {
      color: #1074D0; }
    .btn--bordered:active {
      border-color: #F87C27; }
  .btn--loading {
    overflow: hidden;
    position: relative; }
    .btn--loading::before {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.5) no-repeat center;
      background-size: 25px;
      position: absolute; }

.footer {
  flex-shrink: 0;
  background-color: #fff;
  border-top: 1px solid #D8E0E7; }
  .footer-line {
    border-bottom: 1px solid #D8E0E7; }
  .footer-row {
    display: flex;
    min-height: 179px;
    margin: 0 -15px; }
    .footer-row--auto {
      min-height: inherit; }
  .footer-content {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (min-width: 992px) {
      .footer-content {
        align-items: flex-start; } }
    @media (min-width: 576px) {
      .footer-content {
        padding-top: 10px; } }
  .footer-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D8E0E7; }
    @media (min-width: 1200px) {
      .footer-col {
        padding: 40px; } }
    @media (max-width: 1199.98px) {
      .footer-col {
        padding: 20px; } }
    .footer-col:first-child {
      border-left: 1px solid #D8E0E7; }
    .footer-col--menu {
      align-items: flex-start; }
      .footer-col--menu a {
        color: #2E2E2E; }
        .footer-col--menu a:hover {
          color: #005BAF; }
    @media (min-width: 1200px) {
      .footer-col--small {
        width: 248px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .footer-col--small {
        width: 200px; } }
    @media (max-width: 991.98px) {
      .footer-col--small {
        display: none; } }
    .footer-col--grow {
      flex-shrink: 0;
      flex-grow: 1;
      width: 280px; }
      @media (max-width: 991.98px) {
        .footer-col--grow {
          border-left: 1px solid #D8E0E7; } }
  .footer-phone {
    color: #2E2E2E;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px; }
  .footer-mail {
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px;
    text-align: center; }
  .footer-address {
    flex-shrink: 0;
    flex-grow: 1;
    width: 208px;
    padding-right: 30px; }
    @media (min-width: 1200px) {
      .footer-address {
        margin-right: 50px; } }
    @media (max-width: 767.98px) {
      .footer-address {
        padding-right: 0; } }
    @media (max-width: 575.98px) {
      .footer-address {
        width: 100%; } }
  .footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 575.98px) {
      .footer-wrapper {
        justify-content: flex-start; } }
    .footer-wrapper--grow {
      width: 100%; }
      @media (max-width: 991.98px) {
        .footer-wrapper--grow {
          flex-direction: row-reverse;
          padding: 25px 50px; } }
      @media (max-width: 767.98px) {
        .footer-wrapper--grow {
          padding: 25px 45px; } }
      @media (max-width: 575.98px) {
        .footer-wrapper--grow {
          flex-direction: column-reverse;
          align-items: center;
          padding: 15px 25px; } }
    .footer-wrapper--copy {
      margin: 0 -15px;
      padding: 15px 50px;
      border-left: 1px solid #D8E0E7;
      border-right: 1px solid #D8E0E7; }
      @media (max-width: 767.98px) {
        .footer-wrapper--copy {
          flex-direction: column;
          align-items: center;
          text-align: center; } }
  .footer-list {
    display: flex;
    gap: 11px;
    list-style: none;
    padding-left: 0; }
  .footer-text {
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 12px;
    margin-right: 10px; }
    .footer-text--big {
      font-size: 18px;
      line-height: 1.44; }
      @media (max-width: 575.98px) {
        .footer-text--big {
          font-size: 16px; } }
    @media (max-width: 575.98px) {
      .footer-text {
        width: 100%;
        margin-right: 0;
        text-align: center; } }
  .footer .menu {
    margin-left: 0;
    list-style: none; }
    .footer .menu-item {
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 25px; }
  .footer-link path {
    transition: fill 0.4s; }
  .footer-link .stroke {
    transition: stroke 0.4s; }
  .footer-link:hover path {
    fill: #1074D0; }
  .footer-link:hover .stroke {
    fill: none;
    stroke: #1074D0; }
  .footer-logo {
    margin-top: -10px; }

@media (min-width: 576px) and (max-width: 991.98px) {
  .footer-logo {
    margin-right: 70px; } }
    @media (max-width: 767.98px) {
      .footer-logo {
        margin-top: 5px; }
      .footer-text{margin-bottom: 0;}
    }
    @media (max-width: 575.98px) {
      .footer-logo {
        margin-bottom: 10px; } }
  .footer #synmap {
    height: 350px;
    width: 100%; }
  @media (max-width: 767.98px) {
    .footer-copyright {
      margin-bottom: 15px; } }
  .footer .synapse {
    padding-top: 7px; }
    .footer .synapse-logo {
      top: -4px;
      height: 28px;
      position: relative; }
    .footer .synapse-link {
      color: #2E2E2E;
      text-decoration: none;
      border-bottom: 1px solid rgba(19, 19, 19, 0.5);
      transition: border-color 0.4s, color 0.4s; }
      .footer .synapse-link:focus, .footer .synapse-link:hover {
        border-color: transparent; }
      .footer .synapse-link:active {
        color: rgba(19, 19, 19, 0.7); }
  .footer a:hover {
    color: #005BAF; }
.menu__item:first-child{display: none;}
@media (max-width: 991.98px) {
  .menu__list {
    flex-direction: column;
    text-align: center; }
  .menu__item:first-child{display: block;}
 }



.menu__link {
  color: #2E2E2E;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  transition: color 0.4s;
  display:inline-block; }
  .menu__link:hover {
    color: #1074D0; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .menu__link {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 991.98px) {
    .menu__link {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.56; }
      .menu__link:hover {
        color: #1c1c1c; } }

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 3px;
  border: 0;
  margin: 0 10px 0 0;
  background-color: #4577D5;
  display: flex;
  justify-content: center;
  align-items: center; }
  .nav-toggler:last-child {
    margin-right: 0; }
  .nav-toggler:focus {
    outline: none; }
  .nav-toggler span {
    position: absolute;
    width: 21px;
    height: 3px;
    background-color: #FFFFFF;
    transition: transform 0.4s, margin 0.4s, opacity 0.4s; }
    .nav-toggler span:nth-child(2) {
      margin-top: 0;
      transform: rotate(45deg); }
    .nav-toggler span:last-child {
      margin-top: 0;
      transform: rotate(-45deg); }
  .nav-toggler.nav-info {
    border-radius: 100%; }
  .nav-toggler.nav-menu span:nth-child(3) {
    opacity: 0;
    transform: scale(0); }
  .nav-toggler.collapsed.nav-menu span:nth-child(2) {
    margin-top: -25%;
    transform: none; }
  .nav-toggler.collapsed.nav-menu span:nth-child(3) {
    opacity: 1;
    transform: none; }
  .nav-toggler.collapsed.nav-menu span:last-child {
    margin-top: 25%;
    transform: none; }
  .nav-toggler.collapsed.nav-info span:nth-child(2) {
    margin-top: -0.5rem;
    transform: none;
    width: 3px; }
  .nav-toggler.collapsed.nav-info span:last-child {
    margin-top: 0.2rem;
    transform: none;
    height: 0.9rem;
    width: 3px; }

.header {
  position: relative;
  flex-shrink: 0;
  background-color: #fff;
  z-index: 5; }
  .header-line {
    border-bottom: 1px solid #D8E0E7; }
    .header-line--dark {
      background-color: #2E2E2E; }
      .header-line--dark .header-col {
        border: none; }
      @media (max-width: 991.98px) {
        .header-line--dark {
          display: none; } }
  .header-row {
    position: relative;
    display: flex;
    z-index: 1; }
    @media (max-width: 575.98px) {
      .header-row {
        margin: 0 -15px; } }
    .header-row--offset {
      margin-left: 185px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .new_block{background-size: 50%;}
        .header-row--offset {
          margin-left: 175px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {

        .header-row--offset {
          margin-left: 149px; } }
      @media (max-width: 767.98px) {
        .header-row--offset {
          margin-left: 114px; } }
      @media (max-width: 575.98px) {
        .header-row--offset {
          margin-left: 56px; } }
  .header-col {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #D8E0E7; }
    .header-col--logo {
      position: relative;
      width: 200px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .header-col--logo {
          width: 175px; } }
      @media (max-width: 991.98px) {
        .header-col--logo {
          width: 150px; } }
      @media (max-width: 767.98px) {
        .header-col--logo {
          width: 115px; } }
      @media (max-width: 575.98px) {
        .header-col--logo {
          width: 72px; } }
    .header-col--btn, .header-col--contacts, .header-col--search {
      position: relative;
      flex-shrink: 0;
      border-right: 1px solid #D8E0E7;
      z-index: 3; }
      @media (min-width: 1200px) {
        .header-col--btn, .header-col--contacts, .header-col--search {
          width: 248px; } }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .header-col--btn, .header-col--contacts, .header-col--search {
          width: 185px; } }
      @media (max-width: 991.98px) {
        .header-col--btn, .header-col--contacts, .header-col--search {
          flex-grow: 1; } }
    .header-col--address, .header-col--menu {
      flex-shrink: 0;
      flex-grow: 1;
      width: 100px; }
      @media (max-width: 991.98px) {
        .header-col--address, .header-col--menu {
          display: none; } }
    .header-col--address, .header-col--contacts {
      padding: 20px 10px; }
      @media (min-width: 992px) {
        .header-col--address, .header-col--contacts {
          min-height: 118px; } }
      @media (max-width: 575.98px) {
        .header-col--address, .header-col--contacts {
          display: none; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .header-col--search {
        flex-grow: 0;
        width: calc((100% - 198px) / 2); } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .header-col--search {
        flex-grow: 0;
        width: calc((100% - 170px) / 2); } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .header-col--contacts {
    width: calc((100% - 48px) / 2); } }
    .header-col--address .header-content {
      padding-right: 24px; }
    @media (min-width: 992px) {
      .header-col--togglers {
        display: none; } }
    .header-col--btn .header-menu__sub {
      left: 0;
      max-width: 100%; }
    .header-col--btn:hover .header-menu__subitem {
      min-width: 184px; }
    .header-col--btn:hover .header-menu__sub {
      width: 248px;
      box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
      opacity: 1;
      transform: translateY(100%);
      pointer-events: all; }
    @media (max-width: 991.98px) {
      .header-col--btn {
        flex-grow: 0;
        min-width: 200px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .header-col--btn {
    flex-grow: 1; } }
    @media (min-width: 992px) {
      .header-col--tablet {
        display: none; } }
    @media (max-width: 575.98px) {
      .header-col--tablet {
        display: none; } }
    .header-col--mobile {
      position: relative;
      flex-grow: 1;
      z-index: 1; }
      @media (min-width: 576px) {
        .header-col--mobile {
          display: none; } }
    @media (min-width: 576px) {
      .header-col--info {
        display: none; } }
  .header-content {
    display: flex;
    flex-direction: column; }
    @media (max-width: 575.98px) {
      .header-content {
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        padding: 0 15px;
        text-align: center; } }
  .header-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    width: 48px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: box-shadow 0.4s, background-color 0.4s; }
    .header-toggler:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .header-toggler:active, .header-toggler:focus {
      background-color: rgba(245, 245, 245, 0.09); }
    .header-toggler:focus {
      outline: none; }
    .header-toggler-item {
      width: 16px;
      height: 2px;
      position: relative;
      margin-bottom: 4px;
      transform-origin: center;
      background-color: #707070;
      transition: transform 0.4s; }
      .header-toggler-item::before {
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 1px;
        position: absolute;
        top: 0;
        left: -5px;
        background-color: inherit;
        transition: left 0.4s; }
        .show-mobile-nav .header-toggler-item::before {
          left: -2px;
          border-radius: 0; }
      .show-mobile-nav .header-toggler-item--1 {
        transform: translate3d(1px, 7px, 0) rotate(45deg) scale(1.25); }
      .header-toggler-item--2 {
        transform-origin: left top;
        transition: transform 0.4s, opacity 0.4s; }
        .show-mobile-nav .header-toggler-item--2 {
          opacity: 0;
          transform: scale(0, 1); }
      .header-toggler-item--3 {
        margin-bottom: 0; }
        .show-mobile-nav .header-toggler-item--3 {
          transform: translate3d(1px, -7px, 0) rotate(-45deg) scale(1.25); }
  .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .header-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-color: #F87C27; }
    @media (max-width: 991.98px) {
      .header-logo {
        height: 146px; } }
    @media (max-width: 575.98px) {
      .header-logo {
        background-color: #fff;
        height: 85px; } }
    .header-logo__link {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-height: 100%;
      padding: 10px 20px; }
      @media (max-width: 767.98px) {
        .header-logo__link {
          padding: 10px 5px; } }
      @media (max-width: 575.98px) {
        .header-logo__link::before {
          content: "";
          position: absolute;
          width: 60px;
          height: 60px;
          background-color: #fff;
          background-image: url("../images/icons/icon-logo-mobile.png");
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 50%;
          z-index: 2; } }
    .header-logo__title {
      color: #FFFFFF;
      font-weight: 700;
      font-size: 12px;
      line-height: 1.42;
      letter-spacing: 1.5px;
      text-shadow: 0 1px 1px rgba(108, 44, 0, 0.7);
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991.98px) {
        .header-logo__title {
          display: none; } }
    @media (min-width: 992px) {
      .header-logo__image {
        margin-bottom: 15px; } }
    @media (max-width: 575.98px) {
      .header-logo__image {
        display: none; } }
  .header-phone {
    color: #2E2E2E;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .header-phone {
        font-size: 20px; } }
  .header-mail {
    color: #2E2E2E;
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 10px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .header-mail {
        font-size: 20px; } }
  .header-list {
    display: flex;
    gap: 11px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .header-list svg {
        width: 40px;
        height: 40px; } }
  .header-menu {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.56;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0; }
    .header-menu__sub {
      margin-bottom: 0;
      padding: 9px 32px 2px;
      background-color: #fff;
      opacity: 0;
      overflow: hidden;
      transform-origin: top right;
      transition: opacity 0.4s, transform 0.4s, width 0.4s, box-shadow 0.4s;
      list-style: none; }
      @media (min-width: 992px) {
        .header-menu__sub {
          position: absolute;
          left: -20px;
          bottom: 0;
          width: 200px;
          transform: translateY(100%) translateX(-60px);
          pointer-events: none;
          z-index: 2; } }
    @media (min-width: 992px) {
      .header-menu__item:hover .header-menu__link::before {
        bottom: -3px;
        width: 100%;
        opacity: 1; } }
    @media (min-width: 1200px) {
      .header-menu__item {
        margin-right: 35px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .header-menu__item {
        margin-right: 18px; } }
    @media (max-width: 991.98px) {
      .header-menu__item {
        margin-bottom: 5px; } 
    	li.header-menu__item:nth-child(1) a,
    	li.header-menu__item:nth-child(2) a{
    		color: #000;
    		font-size: 22px;
    	}
    }
    .header-menu__subitem {
      min-width: 216px; }
      @media (min-width: 992px) {
        .header-menu__subitem:not(:last-child) {
          border-bottom: 1px solid #D8E0E7; } }
    .header-menu__dropdown {
      position: relative;
      flex-wrap: wrap;
      z-index: 1; }
      @media (min-width: 992px) {
        .header-menu__dropdown:hover .header-menu__sub {
          width: 280px;
          box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.1);
          opacity: 1;
          transform: translateY(100%);
          pointer-events: all; } }
    .header-menu__link {
      color: #FFFFFF;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px;
      z-index: 1; }
      .header-menu__link:before {
        content: "";
        position: absolute;
        bottom: 8px;
        left: 50%;
        width: 60%;
        height: 6px;
        background-color: #F66400;
        opacity: 0;
        transition: width 0.4s, opacity 0.4s, bottom 0.4s;
        transform: translateX(-50%);
        z-index: 3; }
      .header-menu__link:hover {
        color: #FFFFFF; }
      @media (min-width: 992px) {
        .header-menu__link {
          min-height: 60px; } }
      @media (max-width: 991.98px) {
        .header-menu__link {
          color: #4f4f4f;
          font-weight: 500;
          padding: 8px 16px; }
          .header-menu__link:hover {
            color: #1c1c1c; } }
    .header-menu__sublink {
      color: #2E2E2E;
      font-weight: 400;
      font-size: 18px;
      line-height: 1.44;
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 56px;
      padding: 10px 0;
      transition: color 0.4s; }
      .header-menu__sublink:hover {
        color: #005BAF; }
      @media (max-width: 991.98px) {
        .header-menu__sublink {
          font-weight: 500;
          justify-content: center;
          text-align: center; } }
    @media (min-width: 992px) {
      .header-menu__trigger {
        display: none; } }
    @media (max-width: 991.98px) {
      .header-menu__trigger {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 48px;
        background-color: #faa971;
        box-shadow: 0 2px 7px -2px rgba(250, 169, 113, 0.5);
        border: none;
        border-radius: 3px;
        z-index: 2; }
        .header-menu__trigger path {
          fill: #ffffff; }
        .header-menu__trigger:hover {
          background-color: #f98b40; } }
    .header-menu__open .header-menu__sub {
      opacity: 1; }
    @media (max-width: 991.98px) {
      .header-menu__wrapper {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s; } }
    @media (max-width: 991.98px) {
      .header-menu {
        font-size: 20px;
        font-weight: 400;
        flex-direction: column; } }
  .header-link path {
    transition: fill 0.4s; }
  .header-link .stroke {
    transition: stroke 0.4s; }
  .header-link:hover path {
    fill: #1074D0; }
  .header-link:hover .stroke {
    fill: none;
    stroke: #1074D0; }
  .header-search {
    display: flex;
    height: 100%;
    width: 100%; }
    @media (max-width: 575.98px) {
      .header-search {
        height: 40px; } }
    .header-search__field {
      color: #2E2E2E;
      font-size: 13px;
      line-height: 1.38px;
      flex-grow: 1;
      flex-shrink: 0;
      width: 100px;
      padding: 5px 15px;
      border: none;
      border-radius: 0; }
      .header-search__field::-webkit-input-placeholder {
        color: #fff; }
      .header-search__field::-moz-placeholder {
        color: #fff; }
      .header-search__field:-moz-placeholder {
        color: #fff; }
      .header-search__field:-ms-input-placeholder {
        color: #fff; }
    .header-search__submit {
      flex-shrink: 0;
      width: 36px;
      height: 100%;
      border: none;
      background-color: none;
      background: url("../images/icons/icon-search.svg") no-repeat center; }
  .header-text {
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 0; }
    .header-text--big {
      font-size: 18px;
      line-height: 1.44;
      margin-bottom: 12px; }
      @media (max-width: 991.98px) {
        .header-text--big {
          font-size: 20px; } }
    @media (max-width: 991.98px) {
      .header-text {
        font-size: 18px; } }
  .header-info, .header-panel {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    transition: transform 0.4s;
    z-index: 5; }
    .header-info__show, .header-panel__show {
      transform: translateX(-100%); }
  
    @media (max-width: 991.98px) {
      .header-info__wrapper, .header-panel__wrapper {
        max-height: calc(100% - 60px);
        overflow-y: auto; } }
    @media (max-width: 414px) {
      .header-info, .header-panel {
        width: 80%;
        height: 100%; } }
  @media (max-width: 575.98px) {
    .header-contacts {
      width: 100%;
      height: 100%;
      background: none;
      border: none;
      background-image: url("../images/icons/mobile-recall.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 25px; } }
  .header-close {
    padding: 15px; }
    .header-close button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      background-color: #F87C27;
      border: none;
      border-radius: 50%;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25); }
      @media (max-width: 767.98px) {
        .new_block{background-size: 50%;}
        .header-close button {
          margin-left: auto; } }

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .page-content {
    flex-grow: 1; }
    .not-front .page-content {
      margin-bottom: 40px; }
  .page--service .page-content {
    padding-bottom: 0; }
  .page-columns {
    display: flex;
    padding-bottom: 40px; }
    .page-columns .region-sidebar {
      width: 280px;
      flex-shrink: 0;
      margin-right: 25px; }
      @media (max-width: 991.98px) {
        .page-columns .region-sidebar {
          width: 100%;
          margin: 0 0 30px; } }
    .page-columns .region-content {
      position: static; }
      @media (min-width: 992px) {
        .page-columns .region-content {
          flex-grow: 1;
          width: 280px; } }
    @media (max-width: 991.98px) {
      .page-columns {
        display: block;
        padding-bottom: 50px; } }
    @media (max-width: 767.98px) {
      .page-columns {
        padding-bottom: 0; } }

.path-webform .region-content,
.path-webform .region-title {
  max-width: 650px;
  margin-left: auto;
  margin-left: right; }

.region-content {
  position: relative;
  z-index: 3; }

@media (min-width: 1200px) {
  .container {
    max-width: 1180px; } }

.path-novosti,
.path-taxonomy,
.path-vakansii,
.path-nashi-stati,
.path-kak-pomoch,
.path-smi-o-nas,
.path-itogi-raboty {
  background-color: #F4F7F9; }

.path-frontpage .page-columns {
  padding-bottom: 0; }

.flickity-block .flickity-button {
  width: 60px;
  height: 60px;
  background: none;
  background-color: #fff;
  transition: none;
  opacity: 1; }
  .flickity-block .flickity-button path {
    transition: fill 0.4s; }
  .flickity-block .flickity-button:hover path {
    fill: #F87C27; }
  .flickity-block .flickity-button:active {
    opacity: 1; }
    .flickity-block .flickity-button:active path {
      fill: #cc5707; }

.flickity-block .flickity-button .flickity-button-icon {
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%); }

.flickity-block .flickity-page-dots {
  bottom: 60px; }
  .flickity-block .flickity-page-dots .dot {
    width: 7px;
    height: 7px;
    background-color: #fff;
    opacity: 0.3;
    margin: 0 12px; }

.field--type-text-long table {
  table-layout: fixed;
  overflow-x: scroll; }
  @media (max-width: 767.98px) {
    .field--type-text-long table {
      display: block; } }

.field--name-field-attach {
  margin: 50px 0 30px; }
  .field--name-field-attach .field__item {
    display: flex;
    align-items: center;
    padding-left: 15px;
    position: relative;
    line-height: 1.2;
    margin: 0 0 10px;
    min-height: 36px; }
    .field--name-field-attach .field__item::before {
      content: '\f15b';
      font-size: 30px;
      font-family: 'Font Awesome\ 5 Free';
      position: absolute;
      top: 50%;
      left: 0;
      transform: translate3d(0, -50%, 0); }
  .field--name-field-attach .file {
    font-size: 1em;
    font-weight: bold;
    background: none;
    padding-left: 20px; }
    .field--name-field-attach .file a {
      text-decoration: none;
      border-bottom: solid 1px transparent; }
      .field--name-field-attach .file a:hover {
        border-color: #fff !important; }
  @media (max-width: 991.98px) {
    .field--name-field-attach .field--name-field-attach {
      margin: 20px 0; }
    .field--name-field-attach .field--name-field-attach .file {
      background-size: 20px;
      padding: 0 0 15px 30px;
      font-size: 15px; } }

.text-formatted {
  max-width: 900px;
  margin: 0 auto; }
  .text-formatted p {
    margin-bottom: 21px; }
    .text-formatted p:last-child {
      margin-bottom: 0; }
  .text-formatted h2 {
    margin-top: 78px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .text-formatted h2 {
        margin-top: 48px; } }
  .text-formatted h3 {
    margin-top: 60px;
    margin-bottom: 23px; }
    @media (max-width: 991.98px) {
      .text-formatted h3 {
        margin-top: 35px; } }
  .text-formatted h4 {
    margin-top: 60px;
    margin-bottom: 22px; }
    @media (max-width: 991.98px) {
      .text-formatted h4 {
        margin-top: 35px; } }
  .text-formatted h5 {
    margin-top: 46px;
    margin-bottom: 17px; }
    @media (max-width: 991.98px) {
      .text-formatted h5 {
        margin-top: 30px; } }
  .text-formatted h6 {
    margin-top: 72px;
    margin-bottom: 17px; }
    @media (max-width: 991.98px) {
      .text-formatted h6 {
        margin-top: 30px; } }
  .text-formatted ol,
  .text-formatted ul {
    padding-left: 0;
    list-style: none; }
    .text-formatted ol li,
    .text-formatted ul li {
      position: relative;
      padding-left: 23px;
      z-index: 1; }
  .text-formatted ul li {
    margin-bottom: 22px; }
    .text-formatted ul li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #2E2E2E; }
    .text-formatted ul li > ul {
      margin-top: 22px; }
  .text-formatted ol {
    counter-reset: list; }
    .text-formatted ol li {
      margin-bottom: 22px; }
      .text-formatted ol li::before {
        counter-increment: list;
        content: counter(list) ".";
        position: absolute;
        top: 1px;
        left: 0;
        width: 20px; }
  .text-formatted blockquote {
    color: #1074D0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    position: relative;
    padding: 35px 45px;
    background-color: #F4F7F9;
    border-left: none; }
    @media (min-width: 992px) {
      .text-formatted blockquote {
        width: 1150px;
        font-size: 24px;
        left: 50%;
        padding: 81px 180px 57px 246px;
        transform: translateX(-50%); }
        .text-formatted blockquote::before {
          content: "";
          position: absolute;
          top: 82px;
          left: 98px;
          width: 84px;
          height: 64px;
          background: url("../images/icons/icon-quote.svg") no-repeat center;
          z-index: 2; } }
    @media (max-width: 575.98px) {
      .text-formatted blockquote {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        padding: 20px; } }
  .text-formatted table {
    display: block;
    width: 100%;
    margin-bottom: 70px; }
    @media (min-width: 992px) {
      .text-formatted table {
        position: relative;
        z-index: 1; } }
    .text-formatted table tr {
      min-height: 75px;
      border: 1px solid #aeaeae;
      transition: box-shadow 0.3s, background-color 0.4s; }
      .text-formatted table tr:hover {
        background-color: rgba(226, 226, 226, 0.2);
        border-bottom: 1px solid #B5BEC6;
        box-shadow: inset 0 -15px 15px -15px rgba(0, 0, 0, 0.2); }
    .text-formatted table td,
    .text-formatted table th {
      color: #2E2E2E;
      line-height: 1.56;
      height: 75px;
      padding: 24px 15px;
      transition: border-color 0.4s; }
    .text-formatted table th {
      font-size: 16px;
      font-weight: 700; }
    .text-formatted table td {
      font-size: 15px;
      vertical-align: top; }
  .text-formatted figcaption {
    color: #B5BEC6;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.38;
    padding: 10px;
    text-align: center; }
  .text-formatted--border {
    margin-bottom: 40px;
    padding: 30px 40px;
    border: 3px solid #F87C27; }
    .text-formatted--border h4 {
      margin-top: 0; }
  .text-formatted iframe {
    width: 100%;
    /*max-width: 558px;*/ }

.gallery-list {
  margin: 0 -5px 40px; }
  .gallery-list:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .gallery-list:not(.flickity-enabled) .gallery-item {
      margin-bottom: 30px; }

.gallery-item {
  padding: 0 5px; }
  @media (min-width: 992px) {
    .gallery-item {
      width: 20%; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .gallery-item {
      width: 25%; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .gallery-item {
      width: 33.33%; } }
  @media (max-width: 575.98px) {
    .gallery-item {
      width: 50%; } }
  .gallery-item img {
    width: 100%;
    object-fit: cover; }

.gallery-paragraph__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(267px, 1fr));
  gap: 30px;
  margin-bottom: 40px; }

.gallery-cell__media {
  margin-bottom: 20px; }
  .gallery-cell__media img {
    width: 100%;
    object-fit: cover; }

.gallery-cell__caption {
  margin-bottom: 20px; }

.gallery-cell__content {
  font-size: 18px; }

.gallery__caption {
  margin-bottom: 20px; }

@media (min-width: 992px) {
  .gallery__title, .gallery__note {
    max-width: 50%; } }

.gallery__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1; }
  @media (max-width: 991.98px) {
    .gallery__title {
      font-size: 50px;
      margin-bottom: 40px; } }
  @media (max-width: 575.98px) {
    .gallery__title {
      font-size: 40px; } }

.gallery__note {
  font-size: 18px;
  line-height: 1.44; }
  @media (min-width: 992px) {
    .gallery__note {
      padding: 14px 0px 14px 28px; } }

.gallery__promo {
  margin-bottom: 38px; }

.gallery__link {
  color: #F87C27;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 2px solid #F87C27;
  transition: color 0.4s, border-color 0.4s; }
  .gallery__link:hover {
    color: #F66400;
    border-color: #F66400; }

.gallery__wrapper {
  display: flex;
  margin-bottom: 80px;
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .gallery__wrapper {
      flex-direction: column; } }

.gallery--big .gallery-list {
  margin: 0; }
  .gallery--big .gallery-list:not(.flickity-enabled) {
    margin-left: -25px;
    margin-right: -25px; }

.gallery--big .gallery-item {
  width: 100%;
  margin: 0 25px;
  padding: 0; }
  @media (min-width: 992px) {
    .gallery--big .gallery-item {
      max-width: 850px; } }

.gallery--big .gallery__content {
  margin-left: auto; }
  @media (min-width: 1200px) {
    .gallery--big .gallery__content {
      width: calc(100% - (100% - 1150px) / 2); } }

.gallery--big {
  padding-top: 120px;
  padding-bottom: 120px; }
  .gallery--big .flickity-button.next {
    right: 10px; }
    @media (min-width: 1020px) {
      .gallery--big .flickity-button.next {
        right: auto;
        left: 780px; } }
  .gallery--big .flickity-button.previous {
    left: 10px; }

@media (min-width: 992px) and (max-width: 1020px) {
  .gallery--big .flickity-button.next {
    right: calc((100% - 850px) / 2 - 10px); }
  .gallery--big .flickity-button.previous {
    left: calc((100% - 850px) / 2 - 10px); } }
  @media (max-width: 991.98px) {
    .gallery--big {
      padding-top: 90px;
      padding-bottom: 0; } }

.gallery--wide .gallery-list {
  margin: 0; }

.gallery--wide .gallery-item {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .gallery--wide .gallery-item {
      max-width: 1035px; } }

.gallery--wide .flickity-button {
  transform: none; }
  @media (min-width: 992px) {
    .gallery--wide .flickity-button {
      top: auto;
      bottom: 36px; }
      .gallery--wide .flickity-button.previous {
        left: 94px; }
      .gallery--wide .flickity-button.next {
        right: auto;
        left: 170px; } }

@media (max-width: 991.98px) {
  #colorbox {
    left: 50% !important;
    transform: translateX(-50%); } }

.cboxElement {
  display: block;
  overflow: hidden;
  text-align: center; }
  .cboxElement img {
    display: block;
    object-fit: cover;
    transform: perspective(1px);
    transition: transform 0.4s, opacity 0.4s; }
    .cboxElement img:hover {
      transform: scale(1.07) perspective(1px); }
    .cboxElement img:active {
      opacity: 0.7; }

@media (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: #f4f4f4; }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: none; }
  ::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 0;
    background-color: #131313; }
  body {
    scrollbar-color: #e2e2e2 transparent;
    scrollbar-width: thin; } }

.is-dragging a {
  pointer-events: none; }

.synmap-point {
  width: 42px;
  height: 60px;
  fill: #4577D4;
  -webkit-filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 7px rgba(0, 0, 0, 0.25)); }

.preloader {
  position: relative;
  width: 100%;
  height: 300px;
  background: url("../images/template/ajax-preloader.svg") rgba(255, 255, 255, 0.95) no-repeat;
  background-position: center;
  background-size: 170px;
  margin-bottom: 30px; }
  .preloader--small {
    height: 100px;
    background-size: 90px; }
  .preloader--transparent {
    background-color: transparent; }

.file {
  max-width: 900px;
  margin: 0 auto; }
  .file-title {
    margin-bottom: 45px; }
  .file-caption {
    margin-bottom: 21px;
    text-transform: uppercase; }
  .file-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
  .file-info {
    color: #BDBDBD;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.67; }
  .file-item {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.56;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 70px;
    transition: box-shadow 0.4s; }
    .file-item::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 48px;
      height: 48px;
      background: url("../images/icons/icon-download.svg") no-repeat center; }
    @media (min-width: 992px) {
      .file-item {
        width: calc((100% - 60px) / 3); } }
  .file-type {
    padding-right: 10px; }
  .file-description {
    color: #2E2E2E;
    margin-bottom: 3px; }

.node__container--full {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%); }

.page404 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px; }
  .page404__image {
    display: block;
    margin: 0 auto; }
  .page404 .text-formatted {
    font-size: 18px;
    margin-top: -90px; }
    .page404 .text-formatted h2 {
      color: #F87C27;
      margin-top: 0; }
    .page404 .text-formatted strong {
      color: #F87C27;
      font-size: 22px; }
    @media (max-width: 991.98px) {
      .page404 .text-formatted {
        margin-top: -50px; } }
    @media (max-width: 575.98px) {
      .page404 .text-formatted {
        margin-top: -30px; } }

.btn--conditions {
  text-align: center;
  margin-bottom: 3rem; }

.btn--conditions > * {
  color: #fff;
  min-width: 160px;
  margin-right: 6px;
  margin-bottom: 10px; }

.btn--conditions span:hover {
  cursor: pointer; }

#service-gallery-25 {
  display: none; }

.search-teaser__media {
  position: relative;
  min-height: 350px;
  margin-bottom: 20px;
  background-color: #e3e3e3;
  overflow: hidden;
  z-index: 1; }
  .search-teaser__media img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s; }

.search-teaser__title {
  color: #F87C27;
  font-size: 25px;
  line-height: 1.35; }

.search-teaser__link {
  transition: color 0.4s, border-color 0.4s;
  border-bottom: 2px solid transparent; }

.search-teaser__type {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 25px;
  right: 0;
  min-height: 30px;
  padding: 3px 10px;
  background-color: #F87C27;
  z-index: 2; }

.search-teaser:hover .search-teaser__title {
  color: #e56107; }

.search-teaser:hover .search-teaser__media img {
  transform: scale(1.03); }

.search-teaser:hover .search-teaser__link {
  border-color: #e56107; }

.search-teaser a {
  color: inherit; }

.synsearch .synsearch-form {
  align-items: flex-end; }
  .synsearch .synsearch-form.contact-message-form .form-item {
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .synsearch .synsearch-form.contact-message-form .form-item {
        margin-bottom: 20px; } }
  @media (max-width: 991.98px) {
    .synsearch .synsearch-form {
      flex-wrap: wrap; } }

@media (max-width: 991.98px) {
  .synsearch .btn {
    margin-left: 0; } }

.synsearch .synbtn {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 10px 18px; }

.catalog-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 10px; }
  @media (max-width: 991.98px) {
    .catalog-row {
      margin: 0 -15px 10px; } }

.catalog-col {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .catalog-col {
      max-width: 33.33%; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .catalog-col {
    max-width: 50%; } }
  @media (max-width: 991.98px) {
    .catalog-col {
      padding: 0 15px; } }

.features {
  position: relative;
  margin-top: -30px;
  z-index: 2; }
  @media (min-width: 992px) {
    .features {
      margin-bottom: 40px; } }
  .features__content {
    padding: 38px 51px 50px;
    background-color: #fff;
    box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.07); }
    @media (max-width: 991.98px) {
      .features__content {
        padding: 15px;
        flex-flow: column;}
      .features__item{margin-bottom: 10px;}
      .features__item:last-child{margin-bottom: 0;}
    }
  .features__title {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .features__title {
        margin-bottom: 25px; } }
  .features__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
  .features__item {
    color: #1074D0;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.36;
    position: relative;
    margin-right: auto;
    padding-left: 38px;
    z-index: 1; }
    .features__item::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      background-image: url("../images/icons/icon-shield.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      transform: translateY(-50%);
      z-index: 2; }
    @media (max-width: 1199.98px) {
      .features__item {
        font-size: 18px; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .features__item {
    width: 100%;
    max-width: 50%;
    margin-bottom: 20px; } }
    @media (max-width: 575.98px) {
      .features__item {
        margin-bottom: 20px; } }

.promo {
  color: #fff;
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #1074D0;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (min-width: 1200px) {
    .promo {
      background-image: url("../images/bkg/promo-bkg-min.jpg");
      background-position: right; } }
  @media (max-width: 1199.98px) {
    .promo {
      padding-top: 105px;
      padding-bottom: 70px; } }
  @media (max-width: 991.98px) {
    .promo {
      padding-top: 75px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .promo__content {
      max-width: 600px; } }
  .promo__title {
    color: inherit;
    margin-bottom: 43px; }
  .promo__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 23px; }
    @media (min-width: 1200px) {
      .promo__text {
        max-width: 550px; } }
  .promo__link {
    min-width: 200px;
    margin-top: 24px;
    margin-bottom: 27px;
    padding-top: 18px;
    padding-bottom: 17px; }

.howtake {
  color: #fff; }
  @media (min-width: 1200px) {
    .howtake {
      padding-top: 120px;
      padding-bottom: 120px;
      background: linear-gradient(to right, #F87C27 0%, #F87C27 50%, #2E2E2E 50%, #2E2E2E 100%); } }
  .howtake__row {
    display: flex;
    margin: 0 -15px; }
    @media (max-width: 1199.98px) {
      .howtake__row {
        flex-direction: column; } }
  .howtake__col {
    width: 100%;
    padding: 0 15px; }
    @media (min-width: 1200px) {
      .howtake__col {
        max-width: 50%; } }
    @media (max-width: 1199.98px) {
      .howtake__col {
        position: relative;
        padding-top: 70px;
        padding-bottom: 70px;
        z-index: 1; }
        .howtake__col::before {
          content: "";
          position: absolute;
          left: 50%;
          top: 0;
          width: 100vw;
          height: 100%;
          background-color: #F87C27;
          transform: translateX(-50%);
          z-index: 1; } }
    @media (min-width: 1200px) {
      .howtake__col--form {
        padding-left: 75px; } }
    @media (max-width: 1199.98px) {
      .howtake__col--form::before {
        background-color: #2E2E2E; } }
    .howtake__col .contact-form {
      position: relative;
      z-index: 2; }
  .howtake__title {
    color: inherit;
    position: relative;
    margin-bottom: 70px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 2; }
  .howtake__list {
    counter-reset: ht_list;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    z-index: 2; }
  .howtake__item {
    position: relative;
    padding-left: 37px;
    z-index: 1; }
    .howtake__item:not(:last-child) {
      margin-bottom: 70px; }
      @media (max-width: 1199.98px) {
        .howtake__item:not(:last-child) {
          margin-bottom: 40px; } }
    .howtake__item::before {
      counter-increment: ht_list;
      content: counter(ht_list);
      color: inherit;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.25;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    @media (min-width: 1200px) {
      .howtake__item {
        max-width: 467px; } }
  .howtake__caption {
    color: inherit;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .howtake__text {
    font-size: 18px;
    line-height: 1.44;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .howtake__link {color: #1074D0!important;cursor: pointer;}

.about {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #1074D0; }
  @media (max-width: 991.98px) {
    .about {
      padding-top: 90px;
      padding-bottom: 90px; } }
  @media (min-width: 768px) {
    .about__grid {
      display: grid;
      gap: 30px; } }
  @media (min-width: 1200px) {
    .about__grid {
      grid-template-columns: 310px 310px 1fr;
      grid-template-rows: 300px 300px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .about__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(200px, 1fr); } }
  @media (min-width: 1200px) {
    .about__cell--numbers {
      grid-column: 1/2;
      grid-row: 1/-1; } }
  @media (max-width: 1199.98px) {
    .about__cell--numbers {
      grid-column: 1/-1;
      grid-row: auto; } }
  @media (min-width: 1200px) {
    .about__cell--wide {
      grid-column: 3/4;
      grid-row: 1/-1; } }
  @media (max-width: 1199.98px) {
    .about__cell--wide {
      grid-column: 1/-1;
      grid-row: auto; } }
  @media (max-width: 767.98px) {
    .about__cell {
      margin-bottom: 0; } }
  .about-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 55px 45px;
    background-color: #2E2E2E; }
    .about-block:not(:last-child) {
      margin-bottom: 30px; }
    .about-block:only-child {
      height: 100%; }
    .about-block--prise {
      color: #2E2E2E;
      background: #C0CFDD url("../images/bkg/glass-bkg.jpg") no-repeat center;
      background-size: cover; }
    .about-block--prise .about-block__wrapper {
      padding-right: 12px; }
    .about-block--media {
      position: relative;
      min-height: 300px;
      background: #F87C27 url("../images/bkg/media-bkg.png") no-repeat bottom 15px center;
      z-index: 1; }
      @media (max-width: 1199.98px) {
        .about-block--media {
          background-position: bottom 35px left 45px; } }
      @media (max-width: 991.98px) {
        .about-block--media {
          background-position: bottom 35px center; } }
    .about-block--articles {
      position: relative;
      z-index: 1; }
      @media (min-width: 1200px) {
        .about-block--articles {
          padding-top: 253px; }
          .about-block--articles::before {
            content: "";
            position: absolute;
            top: -207px;
            left: 0;
            width: 429px;
            height: 389px;
            background-image: url("../images/bkg/box-cat-bkg.png");
            z-index: 2; } }
    .about-block__caption {
      color: inherit; }
      @media (min-width: 1200px) {
        .about-block__caption {
          margin-bottom: 48px; } }
      @media (max-width: 1199.98px) {
        .about-block__caption {
          width: 100%;
          margin-bottom: 30px; }
          .about-block__caption br {
            display: none; } }
    .about-block--media .about-block__caption {
      margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .about-block__wrapper:not(:last-of-type) {
        margin-bottom: 48px; } }
    @media (max-width: 767.98px) {
      .about-block__wrapper {
        margin-bottom: 20px; } }
    .about-block__number {
      font-weight: 700;
      font-size: 64px;
      line-height: 1;
      margin-bottom: 8px; }
      @media (max-width: 991.98px) {
        .about-block__number {
          font-size: 50px; } }
      @media (max-width: 575.98px) {
        .about-block__number {
          font-size: 50px; } }
    .about-block__text {
      font-size: 18px;
      line-height: 1.44;
      margin-bottom: 0; }
    .about-block__btn {
      margin-top: auto;
      min-width: 160px;
      padding: 18px 30px;
      margin:0 auto;display:inline-block; }
      @media (max-width: 1199.98px) {
        .about-block__btn {
          align-self: flex-end; } }
    .about-block__link {
      margin-bottom: 12px; }
      .about-block__link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 1.56;
        color: inherit;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media (max-width: 1199.98px) {
      .about-block {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        align-content: flex-start;
        justify-content: space-between; } }
    @media (max-width: 767.98px) {
      .about-block {
        padding: 45px; } }
  .about__title {
    color: inherit;
    font-weight: bold;
    font-size: 64px;
    line-height: 1;
    max-width: 740px;
    margin-bottom: 70px; }
    @media (max-width: 991.98px) {
      .about__title {
        font-size: 50px; } }
    @media (max-width: 575.98px) {
      .about__title {
        font-size: 30px; } }

.socials {
  padding-top: 150px;
  padding-bottom: 80px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .socials {
      padding-top: 120px;
      padding-bottom: 50px; } }
  @media (max-width: 991.98px) {
    .socials {
      padding-top: 90px; } }
  .socials--small .socials {
    padding-top: 50px;
    padding-bottom: 30px; }
  @media (min-width: 992px) {
    .socials__row {
      display: flex;
      margin: 0 -15px; } }
  .socials__col--title {
    margin-bottom: 40px; }
    .socials--small .socials__col--title {
      display: none; }
    @media (min-width: 992px) {
      .socials__col--title {
        max-width: 540px; } }
  @media (min-width: 992px) {
    .socials__col {
      flex-shrink: 0;
      flex-grow: 1;
      width: 290px;
      padding: 0 15px; } }
  .socials__title {
    width: 445px; }
  .socials__list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -20px 0;
    padding-left: 0;
    list-style: none; }
    .socials--small .socials__list {
      justify-content: center;
      margin: 0 -10px; }
  .socials__item {
    padding: 0 20px;
    margin-bottom: 40px; }
    .socials--small .socials__item {
      padding: 0 5px;
      margin-bottom: 20px; }
  .socials__link {
    display: flex;
    width: 120px;
    height: 120px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: border-color 0.4s; }
    .socials__link:hover {
      border-color: #D8E0E7; }
    .socials__link--vk {
      background-image: url("../images/icons/socials/icon-vk.svg"); }
    .socials__link--facebook {
      background-image: url("../images/icons/socials/icon-fb.svg"); }
    .socials__link--instagram {
      background-image: url("../images/icons/socials/icon-instagram.svg"); }
    .socials__link--ok {
      background-image: url("../images/icons/socials/icon-ok.svg"); }
    .socials__link--picabu {
      background-image: url("../images/icons/socials/icon-picabu.svg"); }
    .socials__link--yandex {
      background-image: url("../images/icons/socials/zen.jpg");
      background-size: 65px;
    }
    .socials__link--tg {
      background-image: url("../images/icons/socials/tg.png"); }
    .socials__link--youtube {
      background-image: url("../images/icons/socials/icon-youtube.svg"); }
    .socials--small .socials__link {
      width: 60px;
      height: 60px;
      background-size: 40px 40px; }
    @media (max-width: 767.98px) {
      .socials__link {
        width: 50px;
        height: 50px;
        background-size: 50px 50px; } }

@media (min-width: 1200px) {
  .volunteer {
    background: linear-gradient(to right, #2E2E2E 0%, #2E2E2E 48%, #F87C27 48%, #F87C27 100%); } }

.volunteer__row {
  display: flex;
  margin: 0 -15px; }
  @media (max-width: 1199.98px) {
    .volunteer__row {
      flex-direction: column; } }

.volunteer__col {
  position: relative;
  padding: 90px 15px;
  z-index: 1; }
  @media (min-width: 1200px) {
    .volunteer__col {
      width: 53%; } }
  @media (max-width: 1199.98px) {
    .volunteer__col::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      transform: translateX(-50%);
      background-color: #2E2E2E;
      z-index: 1; } }
  .volunteer__col--form {
    color: #fff; }
    @media (min-width: 1200px) {
      .volunteer__col--form {
        width: 47%; } }
  @media (min-width: 1200px) {
    .volunteer__col--cases {
      padding-left: 63px;
      padding-right: 15px; } }
  @media (max-width: 1199.98px) {
    .volunteer__col--cases::before {
      background-color: #F87C27; } }

.volunteer__wrapper {
  position: relative;
  z-index: 2; }

.volunteer__title {
  color: inherit; }

.volunteer__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 33px; }

.volunteer__promo {
  font-size: 15px;
  line-height: 1.67;
  max-width: 470px;
  margin-bottom: 55px;
  opacity: 0.5; }

.volunteer__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  @media (max-width: 1199.98px) {
    .volunteer__list {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -15px; } }

@media (min-width: 1200px) {
  .volunteer__item:not(:last-child) {
    margin-bottom: 50px; } }

@media (max-width: 1199.98px) {
  .volunteer__item {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px; }
  .volunteer__item:last-child{margin-bottom: 0;}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .volunteer__item {
    max-width: 50%; } }

.volunteer-case {
  display: block;
  padding: 48px 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 20px bottom;
  transition: box-shadow 0.4s; }
  .volunteer-case:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }
    .volunteer-case:hover .volunteer-case__caption {
      color: #005BAF;
      border-bottom-color: #005BAF; }
  .volunteer-case__caption {
    color: #FF8938;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 19px;
    border-bottom: 2px solid rgba(255, 137, 56, 0.3);
    transition: border-color 0.4s, color 0.4s; }
  .volunteer-case__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 65%; }
    @media (max-width: 575.98px) {
      .volunteer-case__content {
        padding: 24px 25px;
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(1px); } }
  .volunteer-case__text {
    color: #2E2E2E;
    font-size: 13px;
    line-height: 1.38;
    margin-bottom: 0; }
  .volunteer-case--hands {
    background-image: url("../images/bkg/hands-min.jpg");
    background-position: right 20px bottom; }
  .volunteer-case--feed {
    background-image: url("../images/bkg/feed-min.jpg"); 

  }
  .volunteer-case--medicine {
    background-image: url("../images/bkg/medicine-min.jpg");
    background-image: url("../images/bkg/medicine-min.jpg");
    background-position: right 19px bottom 9px; }
  .volunteer-case--present {
    background-image: url("../images/bkg/toy-min.jpg");
    background-position: right 7px bottom 19px; }
  @media (max-width: 1199.98px) {
    .volunteer-case {
      height: 100%; } }
  @media (max-width: 575.98px) {
    .volunteer-case {
      padding: 0; } }

.volunteer-help {
  padding: 48px 50px 30px;
  background-color: #fff; }
  .volunteer-help__title {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 22px; }
  @media (min-width: 1200px) {
    .volunteer-help {
      max-width: 450px; } }
  @media (max-width: 575.98px) {
    .volunteer-help {
      padding: 24px 25px 30px; } }

.cat-care {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .cat-care {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (max-width: 991.98px) {
    .cat-care {
      padding-top: 70px;
      padding-bottom: 50px; } }
  .cat-care__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px; }
    @media (max-width: 991.98px) {
      .cat-care__title {
        font-size: 50px; } }
    @media (max-width: 767.98px) {
      .cat-care__title {
        font-size: 30px; } }
  .cat-care .field--name-field-list {
    position: relative;
    z-index: 2; }
  .cat-care::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 602px;
    max-width: 100%;
    height: 1088px;
    background: url("../images/bkg/scratching.jpg") no-repeat bottom left;
    z-index: 1; }
  .node__container .cat-care::before {
    content: none; }
  @media (min-width: 768px) {
    .cat-care::after {
      content: "";
      position: absolute;
      top: 84px;
      right: 0;
      width: 846px;
      height: 1311px;
      background: url("../images/bkg/cat-bkg.jpg") no-repeat top right;
      z-index: 1; } }
  @media (max-width: 1441px) {
    .cat-care::before {
      opacity: 0.5; }
    .cat-care::after {
      max-width: 50%;
      height: 100%;
      background-size: contain; } }
  @media (max-width: 991.98px) {
    .cat-care::after {
      top: 55px; }
    .news-teaser{margin-bottom: 10px!important;}
    .footer-col--grow{padding:0 20px;}
  }

.broadcast {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media (max-width: 991.98px) {
    .broadcast {
      padding-top: 90px;
      padding-bottom: 90px; } }
  .broadcast__content {
    max-width: 950px;
    margin: 0 auto; }
  .broadcast-title {
    position: relative;
    margin-bottom: 60px;
    z-index: 1; }
    .broadcast-title__text {
      font-weight: 700;
      font-size: 64px;
      line-height: 1;
      max-width: 820px; }
      @media (max-width: 991.98px) {
        .broadcast-title__text {
          font-size: 50px; } }
      @media (max-width: 575.98px) {
        .broadcast-title__text {
          font-size: 30px; } }
  .broadcast__video {
    margin-bottom: 48px; }
  .broadcast__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px; }
    @media (max-width: 991.98px) {
      .broadcast__wrapper {
        flex-wrap: wrap;
        justify-content: space-between; } }
    @media (max-width: 575.98px) {
      .broadcast__wrapper {
        flex-direction: column; } }
  .broadcast__link {
    position: relative;
    min-width: 217px;
    padding-top: 18px;
    padding-bottom: 17px;
    padding-left: 61px;
    z-index: 2; }
    .broadcast__link::before {
      content: "";
      position: absolute;
      top: 23px;
      left: 34px;
      width: 16px;
      height: 18px;
      background-image: url("../images/icons/icon-btn-play.svg");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2; }
    @media (min-width: 992px) {
      .broadcast__link {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; } }
  .broadcast-mark {
    position: absolute;
    bottom: 9px;
    right: 0;
    z-index: 2; }
    .broadcast-mark__text {
      color: #FFFFFF;
      font-weight: bold;
      font-size: 16px;
      line-height: 1.56;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 35px;
      min-width: 58px;
      background-color: #E73D32;
      border-radius: 30px;
      text-align: center;
      text-transform: uppercase;
      z-index: 2; }
    .broadcast-mark::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      background-color: #fdebe9;
      border-radius: 50%;
      box-shadow: 0 0 0 25px rgba(231, 61, 50, 0.05), 0 0 0 50px rgba(231, 61, 50, 0.05), 0 0 0 75px rgba(231, 61, 50, 0.05);
      transform: translate(-50%, -50%);
      z-index: 1; }
  .broadcast__time {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25; }
    @media (max-width: 575.98px) {
      .broadcast__time {
        min-height: 60px;
        display: flex;
        align-items: center; } }

.roll {
  position: relative;
  z-index: 1; }
  .roll__title {
    font-size: 64px;
    line-height: 1;
    max-width: 800px;
    font-weight: bold;
    margin-bottom: 135px; }
    @media (max-width: 991.98px) {
      .roll__title {
        font-size: 36px;
        margin-bottom: 95px; } }
    @media (max-width: 575.98px) {
      .roll__title {
        font-size: 30px; } }
  .roll__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    counter-reset: rollList; }
  .roll__item:nth-child(even) {
    align-self: flex-end; }
  .roll__item:not(:last-child) {
    margin-bottom: 150px; }
  @media (max-width: 991.98px) {
    .roll__item:not(:last-child) {
      margin-bottom: 100px; } }
  .roll-block {
    position: relative;
    z-index: 2; }
    .roll-block__title {
      font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
      color: #1074D0;
      font-weight: 700;
      font-size: 36px;
      line-height: 1.1;
      position: relative;
      margin-bottom: 40px;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .roll-block__title {
          font-size: 30px;
          margin-bottom: 20px; } }
    .roll-block__wrapper {
      display: flex;
      align-items: center; }
      .roll__item:nth-child(even) .roll-block__wrapper {
        flex-direction: row-reverse; }
    .roll-block__col--content {
      position: relative;
      max-width: 546px;
      padding-top: 40px;
      z-index: 1; }
      @media (min-width: 992px) {
        .roll__item:nth-child(odd) .roll-block__col--content {
          padding-left: 100px; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .roll__item:nth-child(odd) .roll-block__col--content {
          padding-left: 50px; } }
      .roll__item:nth-child(even) .roll-block__col--content {
        max-width: 500px; }
        .roll__item:nth-child(even) .roll-block__col--content::before {
          top: -53px;
          left: -53px; }
        @media (min-width: 992px) {
          .roll__item:nth-child(even) .roll-block__col--content {
            padding-right: 100px; } }
        @media (min-width: 768px) and (max-width: 991.98px) {
          .roll__item:nth-child(even) .roll-block__col--content {
            padding-right: 50px; } }
        @media (max-width: 767.98px) {
          .roll__item:nth-child(even) .roll-block__col--content::before {
            font-size: 120px;
            font-weight: 700;
            top: -70px;
            left: 50%;
            transform: translateX(-50%); } }
      .roll-block__col--content::before {
        counter-increment: rollList;
        content: counter(rollList);
        color: white;
        font-size: 220px;
        line-height: 1;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #EAEFF3;
        position: absolute;
        top: -59px;
        left: 65px;
        z-index: 1; }
      @media (max-width: 991.98px) {
        .roll-block__col--content::before {
          font-weight: 500;
          font-size: 170px; } }
      @media (max-width: 767.98px) {
        .roll-block__col--content::before {
          font-size: 60px;
          font-weight: 700;
          top: -70px;
          left: 50%;
          transform: translateX(-50%); }
        .roll-block__col--content{padding-top: 0px}}
    .roll-block__col--media {
      flex-shrink: 0; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .roll-block__col--media {
          max-width: 50%; } }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .roll-block__col--media {
          max-width: 40%; } }
      @media (max-width: 767.98px) {
        .roll-block__col--media {
          display: none; } }
    .roll-block__body {
      font-weight: normal;
      font-size: 18px;
      line-height: 26px; }
    .roll-block__content {
      font-weight: normal;
      font-size: 18px;
      line-height: 1.44;
      position: relative;
      z-index: 3; }
  @media (max-width: 767.98px) {
    .roll {
      text-align: center; } }

.slide-item {
  width: 100%; }

.slide-teaser {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%; }
  .slide-teaser__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .slide-teaser__media img {
      height: 100%;
      object-fit: cover; 
      width: 100%;
    }
      @media (max-width: 575.98px) {
        .slide-teaser__media img {
          object-position: 73% 0; } }
  .slide-teaser__content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 2; }
    @media (min-width: 1200px) {
      .slide-teaser__content {
        padding-left: 54px; } }
    @media (max-width: 991.98px) {
      .slide-teaser__content {
        padding-top: 65px;
    padding-bottom: 65px;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between; } }
  .slide-teaser__title {
    color: #2E2E2E;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 35px; }
    @media (max-width: 991.98px) {
      .slide-teaser__title {
        font-size: 50px; } }
    @media (max-width: 575.98px) {
      .slide-teaser__title {
        font-size: 40px; } }
  .slide-teaser__subtitle {
    margin-bottom: 35px; }
  .slide-teaser__btn {
    min-width: 240px;
    padding: 17px 30px 18px; }
  .slide-teaser__subtitle {
    margin-bottom: 35px; }
  @media (min-width: 992px) {
    .slide-teaser {
      min-height: 560px; } }

.slide .flickity-button {
  top: auto;
  bottom: 48px;
  transform: none; }
  @media (min-width: 1200px) {
    .slide .flickity-button.previous {
      right: calc((100% - 1200px) / 2 + 120px); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .slide .flickity-button.previous {
      right: calc((100% - 960px) / 2 + 120px); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slide .flickity-button.previous {
      right: calc((100% - 720px) / 2 + 120px); } }
  @media (min-width: 768px) {
    .slide .flickity-button.previous {
      left: auto; } }
  @media (min-width: 1200px) {
    .slide .flickity-button.next {
      right: calc((100% - 1200px) / 2 + 40px); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .slide .flickity-button.next {
      right: calc((100% - 960px) / 2 + 40px); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slide .flickity-button.next {
      right: calc((100% - 720px) / 2 + 40px); } }

.slide .flickity-page-dots .dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 15px;
  background-color: inherit;
  opacity: 1; }
  .slide .flickity-page-dots .dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    transition: border 0.4s, width 0.4s, height 0.4s;
    transform: translate(-50%, -50%);
    z-index: 2; }
  .slide .flickity-page-dots .dot.is-selected::before {
    width: 18px;
    height: 18px;
    border-width: 4px; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slide .flickity-page-dots {
    right: calc((100% - 960px) / 2 + 222px); } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .slide .flickity-page-dots {
    right: calc((100% - 720px) / 2 + 222px); } }

@media (min-width: 768px) {
  .slide .flickity-page-dots {
    bottom: 72px;
    right: calc((100% - 1200px) / 2 + 222px);
    width: auto; } }

.pet__list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 10px; }
  @media (max-width: 991.98px) {

    .pet__list .view-content {
      margin-left: -15px;
      margin-right: -15px; } }

.pet__item {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .pet__item {
      max-width: 33.33%; } }
  @media (max-width: 991.98px) {
    .pet__item {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; } }

@media (min-width: 500px) and (max-width: 991.98px) {
  .pet__item {
    max-width: 50%; } }

.pet-full__row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px; }
  @media (max-width: 1199.98px) {
    .pet-full__row {
      flex-wrap: wrap; } }

.pet-full__col {
  padding: 0 15px;
  margin-bottom: 30px; }
  .pet-full__col--media {
    flex-shrink: 0; }
    @media (max-width: 575.98px) {
      .pet-full__col--media {
        width: 100%; }
        .pet-full__col--media img {
          width: 100%;
          object-fit: cover; } }
  @media (max-width: 1199.98px) {
    .pet-full__col--btn {
      width: 100%; } }

.pet-full__list {
  font-size: 16px;
  font-weight: 700;
  margin-top: -13px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  columns: 2;
  gap: 30px; }

.pet-full__item {
  display: flex;
  align-items: center;
  /*max-width: 220px;*/
  padding: 7px 0;
  break-inside: avoid; }

.pet-full__image {
  margin-right: 12px; }

.pet-full__video {
  display: flex; }

.pet-full__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (max-width: 1199.98px) {
    .pet-full__wrapper {
      flex-direction: row; } }

.pet-full__gallery {
  margin-bottom: 30px; }

.pet-full__life {
  padding: 40px 0 50px; }

.pet-full .text-formatted {
  max-width: none; }

.pet-full .btn {
  margin-bottom: 15px; }

@media (min-width: 576px) and (max-width: 1199.98px) {
  .pet-full .btn {
    width: calc((100% - 30px) / 3); }
    .pet-full .btn:not(:last-child) {
      margin-right: 15px; } }
  @media (max-width: 575.98px) {
    .pet-full .btn {
      width: 100%; } }

.pet-preview__media {
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden; }
  .pet-preview__media img {
    width: 100%;
    object-fit: cover;
    transform: perspective(1px);
    transition: transform 0.4s; }
    /*@media (min-width: 1200px) {
      .pet-preview__media img {
        height: 262px; } }
    @media (max-width: 1199.98px) {
      .pet-preview__media img {
        height: 200px; } }
    @media (max-width: 575.98px) {
      .pet-preview__media img {
        height: 262px; } }*/

.pet-preview__content {
  display: flex;
  justify-content: center;
  align-items: center; }

.pet-preview__title {
  color: #F87C27;
  font-size: 25px;
  line-height: 1.35;
  border-bottom: 2px solid transparent;
  text-align: center;
  transition: border-color 0.4s, color 0.4s; }
  .pet-preview__title:hover {
    border-bottom-color: rgba(248, 124, 39, 0.4); }

.pet-preview:hover .pet-preview__title {
  color: #e56107; }

.pet-preview:hover .pet-preview__media img {
  transform: scale3d(1.03, 1.03, 1) perspective(1px); }

.pet-teaser {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
  z-index: 1; }
  .pet-teaser:hover .pet-teaser__content::before {
    opacity: 0.6;
    transform: perspective(10px); }
  .pet-teaser:hover .pet-teaser__title {
    transform: perspective(10px);
    opacity: 1; }
  .pet-teaser__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 113px;
    padding: 57px 30px 24px;
    z-index: 2; }
    .pet-teaser__content::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
      transform: translateY(50px) perspective(10px);
      transition: transform 0.6s, opacity 0.6s;
      opacity: 0;
      z-index: 1; }
    @media (max-width: 575.98px) {
      .pet-teaser__content {
        padding-left: 15px;
        padding-right: 15px; } }
  .pet-teaser__title {
    color: #fff;
    position: relative;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 0;
    opacity: 0;
    text-align: right;
    transform: translateY(100px) perspective(10px);
    transition: transform 0.6s 0.1s, opacity 0.6s 0.1s;
    z-index: 2; }
    @media (max-width: 575.98px) {
      .pet-teaser__title {
        font-size: 18px; } }
  .pet-teaser__media {
    height: 100%; }
    .pet-teaser__media img {
      height: 100%;
      width: 100%;
      object-fit: cover; }

.pet-interview {
  font-size: 18px;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 65px;
  margin-bottom: 40px;
  background-color: #f4f4f4; }
  .pets__block .pet-interview {
    max-width: none; }
  @media (max-width: 767.98px) {
    .pet-interview {
      font-size: 16px; } }
  @media (max-width: 575.98px) {
    .pet-interview {
      flex-direction: column;
      align-items: center;
      max-height: inherit; } }
  .pet-interview__link {
    color: #F87C27;
    border-bottom: 1px solid #F87C27;
    text-transform: uppercase;
    transition: color 0.4s, border-color 0.4s; }
    .pet-interview__link:hover {
      color: #e56107;
      border-bottom-color: transparent; }
  .pet-interview__content {
    margin-bottom: 0;
    padding-right: 40px; }
    @media (max-width: 575.98px) {
      .pet-interview__content {
        padding: 15px;
        text-align: center; } }
  .pet-interview__image {
    margin: 0 auto 0 20px;margin-top: -60px; }
    @media (max-width: 575.98px) {
      .pet-interview__image {
        align-self: auto;
        margin: -20px auto auto; } }

.pet-block {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .pet-block::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 885px;
      height: 100%;
      max-width: 100%;
      background-image: url("../images/bkg/image 12-min.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      z-index: 1; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .pet-block::before {
      left: -213px; } }
  .pet-block__list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 60px;
    list-style: none; }
  .pet-block__more {
    min-width: 250px;
    padding: 18px; }
  .pet-block__wrapper {
    display: flex; }
    .pet-block__wrapper--center {
      justify-content: center; }
  .pet-block__container {
    position: relative;
    z-index: 2; }
  .pet-block__header {
    max-width: 666px;
    margin-left: auto; }
  .pet-block__title {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 44px; }
    @media (max-width: 991.98px) {
      .pet-block__title {
        font-size: 50px;
        margin-bottom: 20px;
      }
      .pet-block__note{
        margin-bottom: 20px!important;
      }
      .features__list{flex-flow: column;}
    }
    @media (max-width: 575.98px) {
      .pet-block__title {
        font-size: 30px; } }
  .pet-block__note {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 86px; }
  .pet-block__link {
    position: relative;
    width: 180px;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 1; }
    .pet-block__link.active {
      border-color: #F87C27;
      z-index: 3; }
    @media (min-width: 451px) {
      .pet-block__link:not(:first-child) {
        margin-left: -3px; } }
    @media (max-width: 991.98px) {
      .pet-block__link {
        width: 33.33%; } }
    @media (max-width: 450px) {
      .pet-block__link {
        width: 100%; }
        .pet-block__link:not(:first-child) {
          margin-top: -3px; } }

.video__media {
  position: relative;
  cursor: pointer; }
  .video__media img {
    position: relative;
    width: 100%;
    object-fit: cover;
    z-index: 1; }
  .video__media::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/icons/icon-youtube.svg");
    background-size: contain;
    transition: transform 0.4s, filter 0.2s;
    transform: translate(-50%, -50%) perspective(1px);
    z-index: 1; }
  .video__media:hover::after {
    transform: translate(-50%, -50%) scale(1.1) perspective(1px); }
  .video__media--big::after {
    width: 65px;
    height: 60px; }
  @media (min-width: 768px) {
    .video__media--big::after {
      width: 133px;
      height: 128px; } }

.video.paragraph__video {
  max-width: 530px;
  aspect-ratio: 1 / 0.56; }

.video__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.video__promo {
  font-size: 18px;
  line-height: 1.56;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center; }

.video-teaser {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  .video-teaser__video {
    margin-top: auto; }

.video-token {
  border: 2px solid transparent;
  overflow: hidden; }
  .is-selected .video-token {
    border-color: rgba(248, 124, 39, 0.7); }
  .video-token img {
    transition: transform 0.4s; }
  .video-token:hover img {
    transform: scale(1.05); }

.video-tabs {
  padding: 50px 0; }

.video-nav__list {
  margin: 0 -10px; }

.video-nav__item {
  position: relative;
  width: calc(25% - 15px);
  margin: 0 10px;
  z-index: 1; }

.video__list .nav-link {
  color: #2E2E2E; }
  .video__list .nav-link.active, .video__list .nav-link:hover {
    color: #F87C27; }

.video__list .nav-text {
  color: inherit; }

.video__item {
  width: 100%; }

.video__content {
  max-width: 900px;
  margin: 0 auto 20px; }

.video-tab__list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px; }

.video-tab__item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .video-tab__item {
      max-width: 50%; } }

.video__wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0; }

.video__btn {
  min-width: 200px;
  padding: 18px 30px; }

.youtube--page {
  max-width: 900px;
  margin: 50px auto; }

.testimonial__wrapper {
  position: relative;
  z-index: 1; }

.testimonial--front {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1; }
  @media (min-width: 992px) {
    .testimonial--front::before {
      content: "";
      position: absolute;
      top: 50px;
      left: calc((100vw - 960px) / 2);
      width: 438px;
      height: 1020px;
      max-height: calc(100% - 100px);
      background-image: url("../images/bkg/cat-testimonial-bkg-min.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 2; } }
  @media (min-width: 1200px) {
    .testimonial--front::before {
      left: calc((100vw - 1180px) / 2); } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .testimonial--front {
      padding-top: 120px;
      padding-bottom: 120px; } }
  @media (max-width: 991.98px) {
    .testimonial--front {
      padding-top: 90px;
      padding-bottom: 90px; } }

@media (min-width: 992px) {
  .testimonial--front .testimonial__wrapper {
    padding: 0 15px;
    max-width: 53%;
    margin-left: auto; } }

.testimonial__col {
  margin-bottom: 94px; }

.testimonial__title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 93px; }
  @media (max-width: 991.98px) {
    .testimonial__title {
      font-size: 50px;
      margin-bottom: 50px; } }
  @media (max-width: 575.98px) {
    .testimonial__title {
      font-size: 40px; } }

.testimonial__btn {
  min-width: 200px;
  padding-top: 18px;
  padding-bottom: 18px; }

.testimonial-teaser {
  position: relative;
  z-index: 1; }
  .testimonial-teaser::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    width: 85px;
    height: 80px;
    background-image: url("../images/icons/icon-quote.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index:-1; }
  .testimonial-teaser__header {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    display: flex;
    align-items: baseline;
    margin-bottom: 30px; }
    @media (max-width: 767.98px) {
      .testimonial-teaser__header {
        font-size: 24px;
        align-items: flex-end; } }
  .testimonial-teaser__text {
    font-size: 18px;
    line-height: 1.44; }
    .testimonial-teaser__text p:last-child {
      margin: 0; }
    @media (min-width: 768px) {
      .testimonial-teaser__text {
        padding-right: 50px; } }
  .testimonial-teaser__link {
    min-width: 200px;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-top: 35px; }
  .testimonial-teaser__date {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 20px;
    flex-shrink: 0;
    opacity: 0.3; }
    @media (max-width: 767.98px) {
      .testimonial-teaser__date {
        font-size: 16px;
        padding-bottom: 3px; } }
  .testimonial-teaser__name {
    margin-right: 15px; }
  @media (max-width: 767.98px) {
    .testimonial-teaser::before {
      content: none; } }

.testimonial-full {
  margin-bottom: 50px; }
  .testimonial-full__name {
    display: flex;
    flex-direction: column; }
  .testimonial-full__date {
    font-size: 16px;
    line-height: 1.56;
    margin-bottom: 30px;
    opacity: 0.3; }
  .testimonial-full__link {
    display: flex;
    width: 360px;
    padding: 16px 20px;
    margin: 0 auto; }
  .testimonial-full__text {
    font-size: 18px;
    line-height: 1.56; }
  .testimonial-full__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -5px 30px;
    z-index: 1; }
    .testimonial-full__wrapper .btn {
      margin: 0 5px 10px;
      min-width: 240px; }

.testimonial__item {
  margin-bottom: 70px; }
  @media (max-width: 991.98px) {
    .testimonial__item {
      margin-bottom: 50px; } }

.news--front {
  padding-bottom: 70px;
  background-color: #F4F7F9; }
  .news--front .flickity-button {
    transform: none;
    top: 150px; }
    @media (min-width: 768px) {
      .news--front .flickity-button {
        top: -135px; }
        .news--front .flickity-button.previous {
          left: auto;
          right: 90px; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .news--front .flickity-button {
        top: 120px; } }
  @media (min-width: 992px) {
    .news--front {
      padding-top: 120px; } }
  @media (max-width: 991.98px) {
    .news--front {
      padding-top: 90px; } }

.news--front .news__title {
  font-size: 64px;
  line-height: 1;
  margin-bottom: 73px; }
  @media (max-width: 991.98px) {
    .news--front .news__title {
      font-size: 50px; } }
  @media (max-width: 575.98px) {
    .news--front .news__title {
      font-size: 30px; } }

.news--front .news__item {
  width: 100%; }
  .news--front .news__item:not(:last-child) {
    margin-right: 30px; }
  @media (min-width: 992px) {
    .news--front .news__item {
      max-width: calc(100% / 3 - 20px); } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .news--front .news__item {
    max-width: calc(100% / 2 - 15px); } }

.news__link {
  display: flex;
  justify-content: center;
  margin: 0; }

.news__btn {
  min-width: 150px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px; }

.news-teaser {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  transition: box-shadow 0.4s; }
  .news-teaser:hover {
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.15); }
    .news-teaser:hover .news-teaser__caption {
      border-bottom-color: #2E2E2E; }
  .news-teaser__date {
    color: #F87C27;
    font-size: 15px;
    line-height: 1.67;
    margin-bottom: 17px; }
    .news-teaser__date::first-letter {
      text-transform: capitalize; }
  .news-teaser__content {
    flex-grow: 1;
    flex-shrink: 0;
    padding: 30px 37px;
    background-color: #fff;
    border: 3px solid #EAEFF3;
    border-top: none; }
    @media (max-width: 767.98px) {
      .news-teaser__content {
        padding: 20px 15px; } }
  .news-teaser__caption {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    display: inline;
    border-bottom: 1px solid transparent;
    transition: border-color 0.4s; }
    @media (max-width: 1199.98px) {
      .news-teaser__caption {
        font-size: 20px; } }
  .news-teaser__media img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.news-preview {
  background-color: #fff;
  transition: box-shadow 0.4s; }
  .news-preview:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }
  .news-preview__row {
    display: flex;
    margin: 0 -15px 30px; }
    @media (max-width: 767.98px) {
      .news-preview__row {
        margin-left: 0;
        margin-right: 0;
        flex-direction: column;
        align-items: center; } }
  .news-preview__media {
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    @media (min-width: 1200px) {
      .news-preview__media {
        max-width: 375px; } }
    @media (min-width: 768px) {
      .news-preview__media {
        padding: 0 15px; } }
  .news-preview__caption {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 24px; }
  .news-preview__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    flex-grow: 1;
    width: 290px;
    padding: 30px 35px 35px; }
    @media (min-width: 768px) {
      .news-preview__content {
        min-height: 100%; } }
    @media (max-width: 767.98px) {
      .news-preview__content {
        width: 100%; } }
  .news-preview__text {
    margin-bottom: 20px; }
  .news-preview__link {
    margin-top: auto; }
  .news-preview--media .news-preview__row {
    margin: 0 0 30px; }
  .news-preview--media .news-preview__media a {
    border: 1px solid #e7e7e7; }

.news-full__wrapper {
  max-width: 900px;
  margin: 0 auto; }

.news-full__media {
  margin-bottom: 20px; }

.news-full__date {
  color: #F87C27;
  font-size: 15px;
  margin-bottom: 55px;
  opacity: 0.5;
  font-weight: 700; }

.partner {
  color: #fff;
  background-color: #2e2e2e; }
  .partner__title {
    color: inherit;
    margin-bottom: 34px; }
  .partner__subtitle {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    opacity: 0.5; }
    @media (min-width: 1200px) {
      .partner__subtitle {
        max-width: 300px; } }
  .partner__row {
    display: flex; }
    @media (max-width: 1199.98px) {
      .partner__row {
        flex-wrap: wrap; } }
  .partner__wrapper {
    max-width: 100%;
    padding: 90px 35px 70px; }
    @media (min-width: 1200px) {
      .partner__wrapper {
        width: 515px;
        margin-left: auto;
        padding-right: 111px;
        padding-left: 15px; } }
  .partner__col {
    flex-shrink: 0; }
    .partner__col--slider {
      background-color: #1074D0; }
      @media (min-width: 1200px) {
        .partner__col--slider {
          max-width: 54%;
          width: 1035px; } }
    .partner__col--form {
      flex-grow: 1;
      width: 300px; }
    @media (max-width: 1199.98px) {
      .partner__col {
        width: 100%; } }
  .partner__list .view-content:not(.flickity-enabled) {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
    .partner__list .view-content:not(.flickity-enabled) .partner__item {
      margin-bottom: 30px; }
  .partner__item {
    padding: 0 15px;
    width: 100%; }
    @media (min-width: 992px) {
      .partner__item {
        width: 33.33%; } }

@media (min-width: 576px) and (max-width: 991.98px) {
  .partner__item {
    width: 50%; } }
  .partner-note {
    font-size: 24px;
    line-height: 1.33;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 30px 50px; }
    @media (min-width: 1200px) {
      .partner-note__text {
        max-width: 600px; } }
    @media (min-width: 768px) {
      .partner-note {
        font-size: 36px;
        line-height: 1.1;
        padding: 60px 100px; } }
  .partner-block {
    padding-top: 60px;
    padding-bottom: 40px; }
    .partner-block__title {
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 992px) {
        .partner-block__title {
          font-size: 64px; } }
      @media (max-width: 991.98px) {
        .partner-block__title {
          font-size: 36px;
          margin-bottom: 20px; } }
    .partner-block .flickity-viewport {
      padding-top: 40px;
      padding-bottom: 40px;
      box-sizing: content-box; }
      @media (max-width: 767.98px) {
        .partner-block .flickity-viewport {
          padding-top: 20px;
          padding-bottom: 20px; } }
    .partner-block .flickity-page-dots {
      bottom: -40px; }
      .partner-block .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
        background-color: green; }
    @media (max-width: 767.98px) {
      .partner-block {
        padding-bottom: 0; } }
  .partner-teaser {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  @media (min-width: 1200px) {
    .partner form {
      max-width: 350px; } }
  .partner .form-submit {
    width: 100%; }

.help__grid .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  gap: 30px;
  margin-bottom: 50px; }
  @media (max-width: 991.98px) {
    .help__grid .view-content {
      grid-template-columns: 1fr 1fr; } }
  @media (max-width: 575.98px) {
    .help__grid .view-content {
      grid-template-columns: 1fr; } }

.help__item {
  min-height: 255px; }

.help-teaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 15px;
  background-color: #fff;
  text-align: center;
  transition: box-shadow 0.4s;
  cursor: pointer; }
  .help-teaser__icon {
    display: flex;
    min-height: 110px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    filter: grayscale(1);
    transition: filter 0.4s; }
  .help-teaser__title {
    margin-bottom: 20px; }
  .help-teaser:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }
    .help-teaser:hover .help-teaser__icon {
      filter: none; }
  .help-teaser .text-formatted p {
    margin-bottom: 0; }
  .help-teaser .text-formatted strong {
    color: #F87C27; }

.help-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background-color: rgba(0, 0, 0, 0.3);*/
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 20; }
  .help-modal.show {
    opacity: 1;
    pointer-events: all;
    z-index: 99999; }
  .help-modal__title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%; }
  .help-modal__caption {
    font-size: 32px; }
  .help-modal__container {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 800px;
    max-width: 100%;
    min-height: 300px;
    max-height: 80%;
    padding: 35px 45px;
    background-color: #fff;
    transform: translateX(-50%);
    z-index: 10;
    overflow: auto; }
    @media (max-width: 767.98px) {
      .help-modal__container {
        top: 5%;
        max-height: 95%; } }
    @media (max-width: 767.98px) {
      .help-modal__container {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: inherit;
        transform: none; } }
  .help-modal__wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 3; }
  .help-modal__background {
    flex-shrink: 0;
    align-self: flex-end;
    max-width: 300px; }
  .help-modal__content {
    flex-grow: 1;
    font-size: 18px;
    width: 100%; }
    .help-modal__content ul {
      font-size: 16px; }
      .help-modal__content ul li {
        margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .help-modal__content ul {
        columns: 2;
        gap: 20px; } }
  .help-modal__icon {
    display: flex;
    min-width: 32px;
    margin-right: 20px; }
    .help-modal__icon img {
      width: 100%;max-width: 300px; }
  .help-modal__close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; }
  .help-modal__file {
    margin-left: auto; }
  .help-modal__link {
    color: #131313;
    font-weight: 500;
    border-bottom: 1px solid #131313;
    text-transform: uppercase;
    transition: border-color 0.4s; }
    .help-modal__link:hover {
      color: #131313;
      border-bottom-color: transparent; }

  @media (max-width: 767.98px) {
    .help-modal {
      width: 100%;
      height: 100%; } }

.close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: inherit;
  border-bottom-left-radius: 6px;
  transition: background-color 0.4s; }
  .close__icon path {
    fill: rgba(0, 0, 0, 0.3);
    transition: fill 0.4s; }
  .close:hover {
    background-color: #F87C27; }
    .close:hover path {
      fill: #fff; }

.articles__list .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px; }

.articles__item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .articles__item {
      max-width: 33.33%; } }

.articles-teaser {
  display: flex;
  margin-bottom: 30px;
  padding: 20px 30px 25px;
  background-color: #fff;
  transition: box-shadow 0.4s; }
  .articles-teaser:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }
  .articles-teaser__media {
    flex-shrink: 0; display: none;}
    @media (min-width: 992px) {
      .articles-teaser__media {
        max-width: 25%; } }
    @media (max-width: 991.98px) {
      .articles-teaser__media {
        display: none; } }
  @media (min-width: 992px) {
    .articles-teaser__content {
      margin-left: 30px; } }

.articles-category {
  display: block;
  height: 100%;
  padding: 5px 5px 15px;
  background-color: #fff;
  transition: box-shadow 0.4s; }
  .articles-category:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }
  .articles-category__caption {
    font-size: 22px;
    padding: 0 10px;
    margin-bottom: 0; }
  .articles-category__media {
    margin-bottom: 15px; }
    .articles-category__media img {
      width: 100%; }

.articles-link a {
  color: #131313;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  border-bottom: 1px solid #131313;
  transition: border-color 0.4s; }
  .articles-link a:hover {
    color: #131313;
    border-bottom-color: transparent; }

.block-article-menu i {
  display: none; }

.block-article-menu .parent-menu-link {
  background-color: #fff; }
  .block-article-menu .parent-menu-link:hover {
    color: #F87C27; }

.block-article-menu .parent-menu-item--is-active .parent-menu-link {
  color: #F87C27; }

.block-article-menu .parent-menu-item--is-active > .sidebar-nav-trigger::before {
  transform: translate(-50%, -50%) scaleY(-1); }

.block-article-menu .child-menu-item > .sidebar-nav-trigger {
  height: 40px; }

.block-article-menu .child-menu-item--is-active > a {
  color: #F87C27; }

.block-article-menu .child-menu-item--is-active > .sidebar-nav-trigger::before {
  transform: translate(-50%, -50%) scaleY(-1); }

.block-article-menu .sidebar-nav-trigger::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/icon-down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  z-index: 1; }

.assistance {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
  background: #f1f1f1;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  margin-bottom: 50px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
  .assistance-inner {
    margin: 10px 10px 20px 10px;
    background: #fff;
    padding: 15px; }
  .assistance-body {
    font-size: 12px;
    line-height: 1.5; }
  .assistance-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px; }
  .assistance-gallery {
    width: 70%; }
  .assistance-money {
    width: 25%;
    text-align: center; }
  .assistance-total-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .assistance-total-summ {
    font-size: 42px !important;
    padding: 10px 5px; }
  .assistance-remained-text {
    color: #ff8a2d;
    font-size: 20px !important;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .assistance-remained-summ {
    background: #ff8a2d;
    color: #fff;
    padding: 9px;
    font-size: 42px !important;
    line-height: normal !important;
    display: inline-block; }
  .assistance-finplan {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    margin: 20px 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .assistance-finplan span {
      width: 25%;
      text-align: center; }
    .assistance-finplan a {
      width: 70%;
      color: #ff8a2d;
      font-weight: 700; }
      .assistance-finplan a:hover {
        text-decoration: underline; }

.accordion-block {
  max-width: 920px;
  margin: 0 auto; }
  .accordion-block .accordion {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-column-gap: 20px; }
    .accordion-block .accordion__item {
      margin-bottom: 25px; }
    .accordion-block .accordion__content {
      display: none;
      padding: 0 50px 15px 15px;
      overflow: hidden; }
    .accordion-block .accordion__title {
      font-size: 16px;
      line-height: 1.5; }
      .accordion-block .accordion__title-active {
        color: #ed883f; }
        .accordion-block .accordion__title-active .accordion__arrow {
          transform: rotate(0deg); }
    .accordion-block .accordion__header {
      display: flex;
      align-items: center;
      margin: 15px 0;
      cursor: pointer; }
    .accordion-block .accordion__icon {
      margin-right: 10px; }
    .accordion-block .accordion__link {
      text-decoration: underline;
      color: #fa821d; }
      .accordion-block .accordion__link:hover {
        text-decoration: none; }
    .accordion-block .accordion__arrow {
      margin-left: 20px;
      width: 16px;
      transform: rotate(-90deg); }

@media screen and (max-width: 767.98px) {
  .assistance-top {
    flex-direction: column;
    align-items: center; }
  .assistance-money {
    width: 100%;
    margin-top: 20px; }
  .assistance-gallery {
    width: 100%; } }

@keyframes render {
  0% {
    stroke-dasharray: 0 100; } }

.assistance__grid .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 10px; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .assistance__grid .view-content {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .assistance__grid .view-content {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767.98px) {
    .assistance__grid .view-content {
      grid-template-columns: repeat(auto-fit, minmax(385px, 420px));
      justify-content: center; } }

.assistance-teaser {
  font-size: 18px;
  display: block;
  height: 100%;
  background-color: #fff;
  transition: box-shadow 0.4s; }
  .assistance-teaser__media {
    margin-bottom: 20px; }
    .assistance-teaser__media img {
      width: 100%; }
  .assistance-teaser__container {
    color: #2E2E2E;
    padding: 10px 20px 35px; }
  .assistance-teaser__action {
    color: #F87C27;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase; }
  .assistance-teaser__caption {
    font-size: 24px; }
  .assistance-teaser__chart {
    margin-bottom: 20px; }
  .assistance-teaser__note {
    text-transform: uppercase; }
    .assistance-teaser__note span {
      color: #F87C27; }
  .assistance-teaser:hover {
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.15); }

.assistance-block__caption {
  margin-bottom: 45px; }

.chart {
  transform: rotate(-90deg); }
  .chart-unit {
    fill: none;
    stroke-width: 15;
    transition: stroke-width 0.4s, filter 0.4s;
    animation-name: render;
    animation-duration: 0.7s;
    animation-delay: 0.4s;
    transition-property: all;
    transition-duration: 0.7s; }
    .chart-unit:nth-child(1) {
      stroke: #F87C27;
      filter: drop-shadow(0 0 3px rgba(229, 97, 7, 0.5)); }
      .chart-unit:nth-child(1):hover {
        stroke-width: 17; }
    .chart-unit:nth-child(2) {
      stroke: #484242; }
      .chart-unit:nth-child(2):hover {
        stroke-width: 17;
        filter: drop-shadow(0 0 2px rgba(19, 19, 19, 0.5)); }

.help-slider__wrap .help-slider {
  height: 400px;
  width: 100%; }

.help-slider__wrap .carousel:not(.flickity-enabled) {
  display: flex;
  overflow: hidden; }

.help-slider__wrap .carousel-cell {
  width: 100%;
  height: 400px;
  flex-shrink: 0; }

.help-slider__wrap .carousel-nav .carousel-cell {
  height: 80px;
  width: 120px;
  margin-top: 20px;
  overflow: hidden; }
  .help-slider__wrap .carousel-nav .carousel-cell:not(:last-child) {
    margin-right: 15px; }

@media (min-width: 992px) {
  .contacts__grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 560px;
    grid-template-rows: auto; } }

@media (min-width: 992px) {
  .contacts__col .youtube--page {
    margin-top: 0; } }

.contacts__col .youtube__title {
  font-size: 32px; }

.contacts__col .video__media--big::after {
  width: 80px;
  height: 80px; }

.contacts__socials .socials {
  padding-top: 0; }
  .contacts__socials .socials__list {
    justify-content: flex-start; }
  .contacts__socials .socials__col {
    padding: 0; }

.contacts__map {
  min-height: 500px; }

.contacts-route__select {
  margin-bottom: 30px; }

.contacts-route__header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px; }

.contacts-route__icon {
  margin-top: 3px;
  margin-right: 15px; }

.contacts-route__map {
  display: flex;
  min-height: 500px; }

.contacts-route__content {
  margin-bottom: 30px; }

.contacts-route__caption {
  margin-bottom: 0; }

.contacts-route .multiselect {
  margin-bottom: 40px; }

.contacts-manager__caption {
  margin-bottom: 35px; }

.aspects__grid {
  padding-bottom: 50px;
  padding-top: 50px; }
  .aspects__grid .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    gap: 30px; }

.aspects__list {
  margin-bottom: 50px;
  counter-reset: aspects-list; }

.aspects-token {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .aspects-token:hover .aspects-token__media {
    filter: drop-shadow(2px 4px 6px rgba(248, 124, 39, 0.4)); }
  .aspects-token__media {
    margin-bottom: 10px;
    transition: filter 0.4s; }
  .aspects-token__caption {
    margin-bottom: 5px;
    text-align: center; }
  .aspects-token__link {
    color: #2E2E2E;
    border-bottom: 1px solid #2E2E2E;
    transition: border-color 0.4s; }
    .aspects-token__link:hover {
      color: #2E2E2E;
      border-bottom-color: transparent; }

.aspects-teaser__caption {
  position: relative;
  transition: color 0.4s;
  cursor: pointer;
  z-index: 1; }
  .aspects-teaser__caption:hover {
    color: #cc5707; }
  [data-open="true"] .aspects-teaser__caption {
    color: #F87C27; }
 /* .aspects-teaser__caption::before {
    counter-increment: aspects-list;
    content: counter(aspects-list) ". "; }*/

.aspects-teaser__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s; }
  .aspects-teaser__body .text-formatted {
    max-width: none;
    margin-bottom: 30px; }

.pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px auto 0; }
  .pager__list {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    min-height: 100%;
    margin: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    @media (max-width: 1199.98px) {
      .pager__list {
        flex-wrap: wrap; } }
  .pager__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    height: 45px;
    margin-bottom: 10px;
    border: 2px solid rgba(181, 190, 198, 0.6);
    border-radius: 3px;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s, box-shadow 0.4s;
    cursor: pointer; }
    .pager__item:not(:last-child) {
      margin-right: 5px; }
    .pager__item a {
      display: flex;
      width: 100%;
      justify-content: center; }
    .pager__item--active {
      color: #fff;
      background-color: #F87C27;
      border-color: #F87C27; }
    .pager__item:not(.pager__item--active):hover {
      box-shadow: inset 2px 0 10px rgba(182, 190, 190, 0.4); }
    .pager__item--btn {
      border: none; }
  .pager__btn {
    margin-bottom: 10px;
    white-space: nowrap;
    transition: opacity 0.4s, background-color 0.4s; }
    .pager__btn--next {
      margin-left: 20px; }
    .pager__btn--prev {
      margin-right: 20px; }
    .pager__btn--hide {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      border: 0;
      clip: rect(0 0 0 0); }
    .pager__btn:only-child {
      margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .pager__text {
      display: none; } }
  @media (min-width: 1200px) {
    .pager {
      width: min-content; } }

.print {
  display: flex;
  flex-wrap: wrap; }
  .print__link {
    color: transparent;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    margin-bottom: 30px;
    border: none;
    background: none;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: filter 0.4s;
    z-index: 1; }
    .print__link--pdf {
      background-image: url("../images/icons/icon-pdf.svg"); }
    .print__link--print {
      background-image: url("../images/icons/icon-print.svg"); }
    .print__link:not(:last-child) {
      margin-right: 20px; }
    .print__link:hover {
      filter: drop-shadow(0 2px 5px rgba(106, 158, 181, 0.3)); }
    .print__link:active {
      filter: drop-shadow(0 2px 3px rgba(79, 133, 157, 0.6)); }

.messages {
  border: 0;
  color: #fff;
  box-shadow: none;
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.25;
  padding: 15px 20px;
  text-align: left; }
  .messages--error {
    background: #FF4747; }
  .messages--status {
    background: #4CAF50; }
  .messages--warning {
    background: #FF9800; }
  .messages a {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.25);
    transition: color 0.4s, border-color 0.4s; }
    .messages a:hover {
      color: #fff;
      border-color: #fff; }
    .messages a:active {
      border-color: rgba(255, 255, 255, 0.5); }

.contact-message-form .form-control {
  margin: 0;
  height: auto;
  font-size: 17px;
  line-height: 1.25;
  font-family: inherit;
  border-radius: 4px;
  padding: 17px 0;
  background-color: transparent;
  border: 2px solid transparent;
  border-bottom: solid #b5bec6;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s; }
  @media (max-width: 767.98px) {
    .contact-message-form .form-control {
      font-size: 14px; } }
  .contact-message-form .form-control::-webkit-input-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus::-webkit-input-placeholder {
    opacity: 0; }
  .contact-message-form .form-control::-moz-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus::-moz-placeholder {
    opacity: 0; }
  .contact-message-form .form-control:-moz-placeholder {
    color: inherit;
    opacity: .8;
    transition: opacity 0.4s; }
  .contact-message-form .form-control:focus:-moz-placeholder {
    opacity: 0; }
  .contact-message-form .form-control:hover {
    background-color: rgba(19, 19, 19, 0.15); }
  .contact-message-form .form-control.error {
    color: #FF4747;
    border-bottom-color: #FF4747; }
  .contact-message-form .form-control:focus {
    outline: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #131313; }
  .contact-message-form .form-control:disabled {
    cursor: not-allowed;
    background-color: rgba(222, 221, 221, 0.5); }

.contact-message-form .form-item {
  margin: 0 0 20px; }

.contact-message-form .form-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.contact-message-form .form-radios {
  display: flex; }
  @media (max-width: 575.98px) {
    .contact-message-form .form-radios {
      flex-wrap: wrap; } }

.contact-message-form .form-type-radio label {
  color: #2E2E2E;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.56;
  display: block;
  width: 100%;
  padding: 15px 11px;
  border: 3px solid #EAEFF3;
  text-align: center;
  transition: border-color 0.4s; }

.contact-message-form .form-type-radio input:checked + label {
  border-color: #F87C27; }

.contact-message-form .form-type-radio input:not(:checked) + label:hover {
  border-color: #faa971; }

.contact-message-form .form-actions {
  margin: 0;
  padding-top: 10px;
  display: flex;
  justify-content: center; }

.contact-message-form .form-item-fz152-agreement {
  color: #2E2E2E;
  margin-bottom: 0;
  order: 2; }
  .contact-message-form .form-item-fz152-agreement label {
    color: #2E2E2E;
    font-size: 13px;
    line-height: 1.38;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    z-index: 1; }
    .contact-message-form .form-item-fz152-agreement label::after, .contact-message-form .form-item-fz152-agreement label::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 24px;
      height: 24px;
      margin: 0;
      z-index: 2; }
    .contact-message-form .form-item-fz152-agreement label::before {
      border: 2px solid #D8E0E7; }
    .contact-message-form .form-item-fz152-agreement label::after {
      display: block;
      background-image: url("../images/icons/icon-check.svg");
      background-repeat: no-repeat;
      background-position: center top 5px;
      background-size: auto;
      opacity: 0;
      transition: opacity 0.4s;
      z-index: 3;
      filter: invert(100%); }
  .contact-message-form .form-item-fz152-agreement input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0); }
    .contact-message-form .form-item-fz152-agreement input:checked + label::after {
      opacity: 1; }
  .contact-message-form .form-item-fz152-agreement a {
    color: inherit;
    display: block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4); }

.contact-message-form .ajax-progress {
  display: none; }

.form-item-date .form-control {
  width: auto;
  display: inline; }

.ask-form__title {
  color: inherit;
  max-width: 465px;
  margin-bottom: 32px; }

.ask-form .form-actions {
  justify-content: flex-start;
  padding-top: 0; }
  @media (min-width: 1200px) {
    .ask-form .form-actions {
      max-width: 150px; } }
  @media (max-width: 575.98px) {
    .ask-form .form-actions {
      margin-bottom: 20px; } }

.ask-form .form-item-fz152-agreement {
  margin-left: auto; }
  @media (min-width: 1200px) {
    .ask-form .form-item-fz152-agreement {
      max-width: 200px; } }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .ask-form .form-item-fz152-agreement {
      max-width: 50%; } }
  @media (max-width: 575.98px) {
    .ask-form .form-item-fz152-agreement {
      margin-left: 0; } }

.form-dark form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  opacity: 0.4;
  transition: opacity 0.4s; }
  .form-dark form.active, .form-dark form:focus, .form-dark form:focus-within, .form-dark form:hover {
    opacity: 1; }
  @media (min-width: 1200px) {
    .form-dark form {
      max-width: 400px; } }

.form-dark .form-item {
  margin-bottom: 30px; }
  .form-dark .form-item label {
    display: none; }

.form-dark .form-wrapper {
  width: 100%; }

@media (min-width: 576px) and (max-width: 1199.98px) {
  .form-dark .form-wrapper {
    max-width: calc(50% - 30px); }
    .form-dark .form-wrapper.field--type-string-long {
      max-width: inherit; }
    .form-dark .form-wrapper:nth-child(even) {
      margin-left: 30px; } }

.form-dark .form-control {
  color: #fff;
  font-size: 18px;
  line-height: 1.44;
  padding-left: 0;
  border-radius: 0;
  border-bottom-color: rgba(255, 255, 255, 0.4); }
  .form-dark .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .form-dark .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .form-dark .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .form-dark .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4); }
  .form-dark .form-control:-webkit-autofill, .form-dark .form-control:-webkit-autofill:focus, .form-dark .form-control:-webkit-autofill:hover, .form-dark .form-control:hover {
    color: inherit;
    background-color: inherit;
    border-bottom-color: #fff; }
  .form-dark .form-control:focus {
    color: inherit;
    background-color: inherit;
    border-bottom-color: #fff; }
  .form-dark .form-control.error {
    border-bottom-color: #FF4747; }
    .form-dark .form-control.error::-webkit-input-placeholder {
      color: #FF4747; }
    .form-dark .form-control.error::-moz-placeholder {
      color: #FF4747; }
    .form-dark .form-control.error:-moz-placeholder {
      color: #FF4747; }
    .form-dark .form-control.error:-ms-input-placeholder {
      color: #FF4747; }

.form-dark .form-submit {
  padding-top: 18px;
  padding-bottom: 17px; }
  @media (min-width: 576px) {
    .form-dark .form-submit {
      width: 100%;
      min-width: 150px; } }

.form-dark .form-actions {
  margin-bottom: 20px; }

.form-dark .field--name-field-details {
  margin-top: 12px; }

.form-dark .form-item-fz152-agreement {
  color: #fff; }
  .form-dark .form-item-fz152-agreement label {
    color: #fff;
    display: flex; }
    .form-dark .form-item-fz152-agreement label::before {
      border: 2px solid rgba(255, 255, 255, 0.1); }
    .form-dark .form-item-fz152-agreement label::after {
      filter: none; }

.contact-message-financial-help-form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0); }

.contact-message-financial-help-form label {
  display: none; }

.contact-message-financial-help-form form {
  display: flex;
  flex-direction: column; }

.contact-message-financial-help-form .form-type-radio {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 576px) {
    .contact-message-financial-help-form .form-type-radio {
      max-width: 50%; } }

.contact-message-financial-help-form .form-type-email {
  margin-bottom: 60px; }

.contact-message-financial-help-form .form-type-textfield {
  margin-bottom: 40px; }

.contact-message-financial-help-form .form-actions {
  margin-bottom: 28px;
  padding-top: 0; }

.contact-message-financial-help-form .form-submit {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 16px; }

.contact-message-financial-help-form .field--name-field-donation-amount label {
  color: #B5BEC6;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.44;
  display: block;
  width: 100%; }

.contact-message-financial-help-form .field--name-field-donation-amount .form-control {
  max-width: 150px;
  padding-left: 20px;
  padding-right: 50px;
  border-radius: 0;
  border: 2px solid rgba(181, 190, 198, 0.6); }

.contact-message-financial-help-form .field--name-field-donation-amount .form-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.contact-message-financial-help-form .field--name-field-donation-amount .list {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: 18px; }

.contact-message-financial-help-form .field--name-field-donation-amount .item {
  color: #1074D0;
  font-size: 18px;
  line-height: 1.44;
  padding: 5px 12px;
  transition: color 0.4s;
  cursor: pointer; }
  .contact-message-financial-help-form .field--name-field-donation-amount .item:hover {
    color: #005BAF; }
  .contact-message-financial-help-form .field--name-field-donation-amount .item span {
    text-decoration: underline; }

/*# sourceMappingURL=_maps/index.css.map */

#edit-kotid{
  display: none;
}
#edit-kot-name{
  display: none;
}
#donations-form .js-form-type-radio,
#donations-form1 .js-form-type-radio{
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 0px;
  cursor: pointer;
}
#donations-form .js-form-item-recurrent,
#donations-form1 .js-form-item-recurrent{
  margin-right: 0%;
}
#donations-form .text p:first-child,
#donations-form1 .text p:first-child{
  display: none;
}
#donations-form .text.visible p,
#donations-form1 .text.visible p{
  display: block;
}
#donations-form .form-item-agree,
#donations-form1 .form-item-agree{
  display: flex;
  align-items: center;
}
#donations-form .form-item-agree label,
#donations-form1 .form-item-agree label{
  display: block; 
  margin-bottom: 0px;
  margin-left: 10px;
}
.is-active{
    background-color: #F87C27;
    border-color: #F87C27;
}
.pagination  .is-active a{
  color: #fff!important;
  cursor: auto;
}
.selectors{
  display: flex;
}
 #donations-form .selectors .js-form-type-radio {
    width: 50%;
    margin-right: 0px;
}
#donations-form .show_me{
  display: block;
  font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 26px;
/* identical to box height, or 144% */


/* #B1BBC4 */

color: #B5BEC6;
}
#donations-form .show_me:after,
#donations-form .form-item-agree label:after{
  display: none;
}
#donations-form .form-item-agree label{
  font-family: Rubik;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 18px;
display: flex;
align-items: center;
color: #2E2E2E;
}
.links{
  text-align: center;
  margin-bottom: 20px;
}
.messages--error{
  display: none;
}
.he3{
  text-align: center;
  font-size: 22px;
  margin: 20px 0px;
}
.broadcast__video iframe{
  width: 100%;
  height: 540px;
}
.video__media--big::after {
  display: none;
}
.top_side,.header-search__field{
  background: #1074d0b8;
}
.top_side a,
.header-search__field{color: #fff;}
.top_side a:hover{
  color: #f87c27;
}
.search_in_sos{
  width: 300px;
  padding: 30px 0px;
}
.search_in_sos .header-search__submit{
  height: 36px;
}
.fon{
  display: none;
}
.popup{
  display: none;
}
#donations-form1 #edit-submit{
  width: 100%;
  margin-bottom: 20px;
}
.exc{
  display: block;
}
.fon{
  display: none;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.3);
}
.popup  .volunteer-help{
  position: relative;
}
.popup{
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  width: 450px;
  
  
  margin-left: -200px;
  z-index: 99990;
  background: #fff;
  overflow: visible;
}
.closer{
     width: 30px;
    height: 30px;
    /* border: 1px solid #ccc; */
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 9999999;
    background: #f87c27;
    color: #fff;
    cursor: pointer;
}
/*.sos_razdel{
  width: 150px;
  height: 135px;
  background: url('../images/kak_pomoch.png') no-repeat center center;
  background-size: contain;
      position: absolute;
    right: 0px;
    top: 45px;
  text-indent: -99999px;
}*/
.link_donation_here {
    text-decoration: none;
    cursor: pointer;
}
.top_block_paysumm{
  justify-content: center;
}
.summa_ready{
  display: inline-block;  
}
.donation-item-new {
    padding: 25px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 25px;
    height: 120px;
       
    margin: 0 auto;
    margin-bottom: 20px;
}
.member_title_text {
    color: #00b242;
    font-size: 26px;
    line-height: 34.28px;
    
    font-weight: 600;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.padtwopmore_submit_link_wrap_text {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}
.member_rsmownth_price {
    color: #222222;
    font-size: 28px;
    line-height: 26px;
    
}
.member_rsmownth_text {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 26px;
    
}
.donation-item-main-bar {
    padding: 35px 60px 34px 60px;
    padding: 0px 60px;

}
.vvis{
  margin-top: 60px;
}
.ddd{

    display: none;
}
.donation-item-main-bar.vvis{
  display: block;
}
.re-curringdonate-headingnew h2 {
  text-align: center;
  line-height: normal;
}

.member_title_text_amount_text {
    color: #222222;
    
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 7px;
}
.help-modal__close{
  cursor: pointer;
}

.no_scroll{
  overflow: hidden!important;
}
.nb_donation_custom {
    width: 50%;
    display: inline-block;
    border: 1px solid #00b242;
    border-radius: 3px 0 0 3px;
    line-height: 38px;
    padding: 1px 10px;

    font-size: 28px;
    vertical-align: middle;
    background: #ffffff;
}
.link_donation_the_other {
    color: #fff;
    
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #00b242;
    text-decoration: none;
    width: 47%;
    display: inline-block;
    border: 1px solid #00b242;
    line-height: 40px;
    margin-left: -5px;
    vertical-align: middle;
        border-radius: 0px 3px 3px 0px;
}
.donation-item-new.first_amount_div {
    padding: 15px 22px;
    background: #f6fff9;
}
.persons{
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-top: 30px;
}
.persons .pp_1{
    width: 33%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}
.persons .pp_1 img{
  max-height: 177px;
  width: auto;
  margin-bottom: 20px;
}
.pp_1 p{
  margin-bottom: 0px;
}
.pp_1 p:last-child{color: #F87C27}


.flex_imgs{
      display: flex;
    justify-content: center;
    padding: 0px 20px;
    align-items: center;
    margin: 0 auto;
}
.flex_imgs img{
  max-width: 320px;
}
.inner_help {
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
}
.inner_help > div {
    width: 50%;
}
.inner_help .left_part {
    border-right: 1px solid #e0e0e0;
}
.inner_help img {
    max-width: 100%;
    border-radius: 0px!important;
}
.intro_text_title_donation {
    padding: 0 50px 40px;
    text-align: center;
}
.intro_text_title_donation h2.headline {
    color: #222222;
    border: none;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    margin: 26px 0;
    position: relative;
}
.intro_text_title_donation h2.headline:after {
    content: "";
    border: 1px solid #f1ad00;
    position: absolute;
    left: 1px;
    width: 64px;
    bottom: -10px;
    margin: auto;
    right: 1px;
}
.intro_text_title_donation p {
    color: #222222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: justify;
}
.inner_help .right_part {
    text-align: center;
}
.title_p2 {
    font-size: 21px;
    padding: 20px 20px;
}
.summa_reccurent {
    color: #00b242;
    font-size: 50px;
    text-align: center;
    padding: 0;
    margin-top: 30px;
}
.summa_ready {
    display: inline-block;
}
.summa_reccurent span {
    font-size: 24px;
    font-weight: bold;
}
.uslovia {
    margin-bottom: 45px;
    margin-top: 18px;
    display: block;
}
.uslovia .help_me {
    display: initial;
    color: #ed883f;
    cursor: pointer;
}
.center {
    text-align: center;
}
.right_part .thh_right1 {
    color: #ccc;
    padding: 0px 30px;
    margin-top: 40px;
    text-align: left;
    display: block;
}
#block-123 h2{
  text-align: center;
}
.show_all_help,
.go_to_pay{
  color: #fff!important;
}
.help-teaser{
  justify-content: center;
}
.help-teaser img{
  max-height: 60px;
  width: auto;
}
.help-teaser__icon{
  min-height: auto;
}
.help__item{
  min-height: 185px;
}



@media screen and (max-width: 1600px){
  .pet-block::before{
    width: 50%;
  }
}
@media screen and (max-width: 1200px){
  .volunteer-case--feed {
    background-image: url("../images/bkg/feed-min.jpg"); 
        background-size: 190px;
    background-position: right;
  }
  .hder_btn{width: 90%;margin: 10px auto;padding: 5px;}
  .header-list{gap: 8px;}
  .header{width: 100%;overflow-x: hidden;}
  .page{overflow-x: hidden;}
  .howtake__col::before,
  .volunteer__col::before{
    width: 100%;
    left: 0px;
    transform: none;
  }
}

@media screen and  (max-width: 1050px){
  .member_title_text_amount_text{font-size: 13px;}
  .donation-item-new{padding: 25px 5px;}
  .member_rsmownth_price{
    font-size: 18px;
  }
  .persons .pp_1{
    width: 50%;
  }
  .persons .pp_1 img{
    max-width: 90%;
  }

  .sos_razdel{
    position: relative;
    text-indent: 0px;
    right: 0px;
    top: 0px;
    background: #f87c27;
    height: 65px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    border-left: 1px solid #fff;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  .sos_razdel:hover{color: #fff!important;background: #F76400;}
  .links a{
    margin-bottom: 10px;
  }
}


.hder_btn{
  margin-top: 10px;
}




  
}
.big_link{
  color: #F87C27;
  font-weight: bold;
  text-decoration: underline;
}
.fonka{
  width: 100%;
  display: none;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.block-main-page .view-content{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.block-main-page .view-content > div{
  margin-bottom: 30px;
  margin-right: 30px;
}
.block-main-page .view-content > div:nth-child(3n){margin-right: 0px;}
.block-main-page .field-content a{
    color: #F87C27;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 700;
    margin-top: 20px;
    text-decoration: underline;
    display: inline-block;
  }
.age-badge{
  padding: 6px 12px;
  border-radius:24px;
  background-color: #EEF5FF;
  width: max-content;
  color: #1074d0;
}
.view-poisk .field-content{
  display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 10px;
}
.view-poisk .view-content > div{
  margin-right: 0px;
}
.view-poisk .view-content{
  justify-content: flex-start;
}
.view-poisk .form--inline{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.view-poisk .form--inline .form-item{
  width: 70%;
}
.view-poisk .description{
  position: absolute;
  top: -20px;
}
.view-poisk .form-item input.error{border: 2px solid transparent;
    border-bottom: solid #b5bec6;}
.view-poisk .form-control{

         margin: 0;
    height: auto;
    font-size: 17px;
    line-height: 1.25;
    font-family: inherit;
    border-radius: 4px;
    padding: 17px 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-bottom: solid #b5bec6;
    transition: color 0.4s, background-color 0.4s, border-color 0.4s;
}

 #pdf-iframe{
  overflow-y: scroll;
    width: 100%;
    height: 600px;
  }
.qr{
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
div[data-quickedit-entity-id="node/31377"] img {
  max-height: 200px;
}

#data-container{
  display: flex;
flex-flow: wrap;
  gap: 40px;
}
#data-container li{list-style:none;max-width: calc(30% - 30px);    cursor: pointer;}
.paginationjs-pages ul{
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0px;
}
.paginationjs-pages li a{
    width: 160px!important;
    height: 40px!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 10px !important;
    background: #f87c27;
    color: #fff;
}
.paginationjs-pages li.active a,
.paginationjs-pages li a:hover {
  background:#237fd4;
}
.formatted-date{font-size: 12px;color: grey;}
.paginationjs-pages li a{
  color: #fff!important;
}
.paginationjs-prev a{
  border-radius: 5px 0px 0px 5px;
}
.paginationjs-next a{
  border-radius: 5px 5px 5px 5px;
}
iframe{max-width: 100%;}


@media screen and (min-width: 1280px){
  body{overflow-x: hidden;}
  .thought{font-size: 14px;}
  .view-poisk .search-teaser__media{
    width: 350px;
  }
}
@media screen and (max-width: 991px){
  .video-iframe{
    height: 177px;
  }
  .video-iframe img{
    margin-top: -29px;
  }
}
.show_on_mobile_btn{display: none;}
@media screen and (max-width: 768px){
  .aspects__grid .view-content{grid-template-columns: repeat(auto-fit,minmax(150px,1fr));}
  .pets__grid{gap:5px;}
  .pet-preview__media{margin-bottom: 5px;}
  .pet-preview__title{margin-bottom: 10px;font-size: 14px;line-height: normal;}
  .features{margin-top: 15px;}
  .slide .flickity-button{display: none}
  .slide-teaser__media{position:relative;}
  .slide-teaser__media:before{
    content:"";
    width: 100%;
    height: 335px;
    background:url('/themes/adaptive/images/mrk.svg') no-repeat bottom center;
    background-size: contain;
    position: absolute;
    bottom: -110px;
    display: block;
  }
  .slide-teaser .container{position:absolute;}
  .slide-teaser__content{padding-top:93px;}
  .slide-teaser__title{margin-bottom: 0px;font-size:35px;}
  .slide-teaser__subtitle{margin-bottom: 0px;font-size: 20px;font-weight:500;line-height: 20px; }
  article[data-quickedit-entity-id='node/31378'] .slide-teaser__subtitle{display:block}
  .flickity-block .flickity-page-dots{bottom:20px;}
  .show_on_mobile_btn{
    position: absolute;
    bottom: 50px;
    z-index: 99;
    left: 50%;
    margin-left: -120px;
    display: block;
  }
  .hide_on_mobile{display:none;}
}
@media screen and (max-width: 768px){
  .features{margin-top: 15px;}
  .slide .flickity-button{display: none}
  .video-iframe{
    height: 268px;
  }
  .video-iframe img{
    margin-top: -46px;
  }
  .roll__item:nth-child(1) .roll-block__title > div:before{
    content:"1. ";
  }
  .roll__item:nth-child(2) .roll-block__title > div:before{
    content:"2. ";
  }
  .roll__item:nth-child(3) .roll-block__title > div:before{
    content:"3. ";
  }
  .roll__item:nth-child(4) .roll-block__title > div:before{
    content:"4. ";
  }
  .roll__title{margin-bottom: 20px;}
  .roll-block__col--content::before{display: none;}
  .roll-block__title{font-size: 22px;
    margin-bottom: 10px;}
  .roll-block__content{font-size: 15px;}
  .roll__item:not(:last-child){
    margin-bottom: 20px;}
  .cat-care::before{top: 0px;height: auto}
  .roll__item:nth-child(even) .roll-block__col--content::before{font-size: 65px;}
  .howtake{padding:0px 15px;background: #f87c27}
  .howtake__title{
    margin-bottom: 35px;
  font-size: 24px;}
  .howtake__item:not(:last-child){
    margin-bottom: 20px;
  }
  .howtake__caption{font-size: 20px;
    margin-bottom: 10px;}
	.socials__item{padding: 0px 10px;margin-bottom: 20px;}
	.socials{padding: 30px 0px;}
	#promo,
	.howtake__col.howtake__col--form,
	#volunteer .volunteer-help.form-light{display: none;}
  article[data-quickedit-entity-id='node/31378'] .slide-teaser__media img{object-position: 62% 0;}


  .popup{top: 20px;}
  .popup .volunteer-help{overflow: scroll;height: 100%;}
  .popup .volunteer-help__title{font-size: 18px;margin-bottom: 10px}
  .slide .flickity-button{top: 160px;}
  .popup .contact-message-form .form-control{padding: 12px;}
  .popup .contact-message-form .form-type-radio label{padding:10px; }
  .popup .contact-message-form .form-item{margin-bottom: 15px;}


  .popup{width: 320px;margin-left: -160px;}
  .popup .volunteer-help{padding: 12px;}
.persons .pp_1{
    width: 100%;
  }
.persons .pp_1 img{
  max-height: 259px;
}
.block-main-page .view-content > div{margin: 0px auto!important;margin-bottom: 20px!important}
  .pet-block__wrapper--center{margin-top: 15px;}
  #data-container{justify-content: center}
}

@media screen and (max-width: 510px){
  .video-iframe{
    height: 169px;
    width: 300px;
  }
  .video-iframe img{
    margin-top: -28px;
  }
}

@media (orientation: landscape) {
.popup{height: 100%}
}



.marquee-container{overflow: hidden;padding: 0px;}
.marquee-container p{
    text-align: center;
    text-transform: uppercase;
    animation: text 35s infinite linear;
    padding-left: 100%;
    white-space: nowrap;
    margin-bottom: 0px;
    padding-top: 5px;
    color: #f87c27;
    font-weight: bold;
    padding-bottom: 5px;
}
@keyframes text {
  0%{
    transform: translate(0, 0);
  }
  
  100%{
    transform: translate(-160%, 0);
  }
}

.marquiz__modal{max-width: 100vw!important;}
#contact-message-ask-question-form{display: none;}
.btx{display: block!important;}
.btx .b24-form-padding-side{padding:0px;}
.btx form > div{width:100%;}
.btx .b24-form-control-label{font-size: 18px;}
.btx .b24-form-field{margin-top: 15px;}
.btx .b24-form-control-text{margin-top: 30px;}
.help_sbp{display: none;}
.slide-item:first-child .help_sbp{
    display: flex;
    flex-flow: column;
    position: absolute;
    right: 0px;
    top: 20px;
    text-align: center;
    color: #000;
    background: #fff;
    font-weight: bold;
    padding: 0px 5px;
}
.help_sbp img{max-width: 200px;}
.node--type-pet,
.node--type-kotyata,
.pet-full__info{position: relative;}
@media  screen and (min-width: 1200px) {
.pet-interview{
  position: absolute;
  top: -120px;
  right: 0px;
  z-index: 9999;
}
}

@media screen and (max-width:1024px){
  .slide-item:first-child  .help_sbp,
  .help_sbp,
  #block-testimonial-block-front--2,
  .broadcast,
  #block-partner-form-block{display: none;}
  .about,
  .news--front,
  .howtake__col,
  .cat-care{
    padding: 15px 0;
  }
  .about__title,
  .gallery__title,
  .news--front .news__title,
  .socials__col--title{
    margin-bottom: 15px;}
  .gallery--big,
  .partner-block{
    padding-top: 30px;}
  .gallery__wrapper,
  .volunteer__promo,
  .socials__col--title h2{
    margin-bottom: 0;}
  .volunteer__col{padding: 30px 15px}
  .padtwopmore_submit_link_wrap_text{text-align: left}
  .donation-item-new{
    display: flex;
    flex-flow: column;
    text-align: left;
    height: auto;
    padding: 10px 5px;
  }
  .socials{
    padding-bottom: 0px;}
  .member_title_text{font-size: 18px}
  .top_block_paysumm > div{
    width: 50%;}
  .top_block_paysumm > div:last-child,
  .top_block_paysumm > div:nth-last-child(2){
    width: 100%;}
  .top_block_paysumm > div:nth-last-child(2) .donation-item-new{
    flex-flow: wrap;
  }
  .help__item{
    width: calc(50% - 5px);}
  .help__grid .view-content{
    display: flex;
    flex-flow: wrap;
    gap: 10px;}
  #other_help{margin-top: 0;}
  .pet-block__list{
    margin-bottom: 0;}
}

.node--type-komanda-murkoshi .field--name-field-image{text-align: center;margin-bottom: 30px;}
.node--type-komanda-murkoshi .field--name-field-image .field__label{display: none;}
.pdf-file{margin-bottom: 30px;display: block;}
.b24-widget-button-position-bottom-left{left: 25px!important;bottom: 50px!important;}
.like_views__icon{margin-right: 5px;}
.stat_block{display: flex;justify-content: flex-end;align-items: center;
  color: grey;
  margin-top: -30px;}
.node--type-pet h1,
.node--type-kotyata h1{
  font-size: 32px;
  max-width: 365px;
}
.video-details h3{

}
.video-front{
  padding:70px 0px;
}
.lg-hidden{display: none}
.corer{font-size: 12px;}
@media screen and (max-width: 1200px){
  .corer{font-size: 11px;}
}

@media screen and (max-width: 768px){
  .pet-block__header{margin-bottom: 20px;}
  #block-cata-care{display: none;}
  .btn--scroll{display: none;}
  .pet-block .tab-content{
    margin-bottom: 10px;
  }
  .pet-block .views-row{
    width: 45%;
    margin-bottom: 20px!important;

  }
  .pet-block .views-row a{
    font-size: 14px;
    margin-top: 0px;
  }
  .pet-block .views-row img{
    margin-bottom: 5px;
  }
  /*.block-main-page .views-row:nth-child(n+4){display: none;}*/
  .xs-hidden{display: none;}
  .lg-hidden{display: block;}
  .header-logo,
  .soroka .top_side{background: #237FD4;}
  .soroka{height: 60px;}
  .soroka .header-search__submit{    background: url(/themes/adaptive/images/icons/serac.png) no-repeat center;}
  .soroka .help{
    width: calc(100% - 120px);
    color: #000;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left:17px;
    background: url(/themes/adaptive/images/icons/671.png) no-repeat right center;
    justify-content: flex-start!important;
    background-size:contain;
  }
  .soroka .how_more {color: #FFF;
    width:102px;
    font-family: Rubik;
    background: #F87C27;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    padding:10px 17px 10px 21px;
    box-sizing: content-box;

  }

  .header-logo{height: 60px;}
  .soroka{height: 60px;
    display: flex;
    align-content: center;
    margin:0;
    justify-content: space-between;
  }
  .soroka .phone{min-width: 60px;background: #F87C27;}
  .fcc{display: flex;align-items:center;justify-content:center;}
  .soroka .header-col--logo{width:60px;margin:0;}
  .soroka .header-logo{width:60px;position:relative;}
  .soroka .header-col--togglers{width: 60px;border: none!important;
    background: #fff;}
  .soroka .top_side{justify-content: space-between;
    width: 100%;}
  .soroka .header-logo{border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;}
  .soroka .header-row{height: 60px;margin:0;}
  .soroka .header-search__field{background: #237FD4;border:none;outline:none;color: #FFF;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;}
  .soroka .header-col--search{width:calc(100% - 120px);}
  .soroka .header-toggler{width:60px;}
  .soroka .header-search{background: #237FD4;}


  .soroka .header-logo__image{display: block;}
  .soroka .header-logo__link::before{display:none;}
  /*end*/
}
@media screen and (max-width:425px){
  .soroka .help{background-size: 55%;
    background-position: 130% 100%!important;}
}

@media screen and (max-width:380px){
  .xs-hidden{display: none;}
  .lg-hidden{display: block;}
  .header-logo{height: 40px;}
  .soroka{height: 40px;
    display: flex;
    align-content: center;
    margin:0;
    justify-content: space-between;
  }
  .soroka .phone{min-width: 40px;background: #F87C27;}
  .fcc{display: flex;align-items:center;justify-content:center;}
  .soroka .header-col--logo{width:40px;margin:0;}
  .soroka .header-logo{width:40px;position:relative;}
  .soroka .header-col--togglers{width: 40px;}
  .soroka .top_side{justify-content: space-between;
    width: 100%;}
  .soroka .header-logo{border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;}
  .soroka .header-row{height: 40px;margin:0;}
  .soroka .header-search__field{background: #237FD4;font-size: 10px;}
  .soroka .header-col--search{width:calc(100% - 80px);}
  .soroka .header-search__submit{    background: url(/themes/adaptive/images/icons/serac.png) no-repeat center;}
  .soroka .header-search{background: #237FD4;}
  .soroka .how_more {color: #FFF;
    width:80px;
    font-family: Rubik;
    background: #F87C27;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    padding:10px 17px 10px 21px;}
  .soroka .help{
    width: calc(100% - 120px);
    color: #000;
    font-family: Rubik;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left:17px;
    background: url(/themes/adaptive/images/icons/671.png) no-repeat right center;
    background-size: contain!important;
    justify-content: flex-start!important;
  }
  .soroka .header-logo__image{display: block;}
  .soroka .header-logo__link::before{display:none;}
  /*end*/
}
    .help-modal__file .help-modal__link{display: none;}
    .help-modal__file a{
      color: #131313;
    font-weight: 500;
    border-bottom: 1px solid #131313;
    text-transform: uppercase;
    transition: border-color 0.4s;
    }
    #vk_community_messages #wcm_button{display: none!important;}
.btns_contact{
  display: flex;
  align-items:  center;
  justify-content: center;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background: #05FF00;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99;
}
.btns_contact svg{width:25px;}
.btns_contact_choose{
    position: fixed;
    display: none;
    bottom: 70px;
    left: 80px;
    max-width: 151px;
    background: rgb(233, 233, 233);
    border-radius: 18px;
    height: 60px;
    z-index: 99;
    padding: 5px;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.btns_contact_choose.active{
     display: flex;
}
.btns_contact_choose button{
  color: #fff;
    background-color: #F87C27;
    border: none;
    padding: 10px;
    border-radius: 15px;
    font-weight: bold;
}
  .vk_wrapper{
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #577ca1;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    }
    .wcm_button_ic {
    width: 100%;
    height: 100%;
    background: url(https://st.vk.com/images/widgets/w_chat_logo.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
   /* -webkit-backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);*/
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-animation: wcm_button_change 6s infinite;
}