.benefit-item__inner:focus, .benefit-item__inner:hover {
    color: #000;
    background: none;
    border: 1px solid #eee;
    box-shadow: none;
}
.link_whatsapp {
    position: fixed;
    left: 3%;
    bottom: 5.5%;
    z-index: 1000;
    height: 54px;
    width: 54px;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    text-align: center;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    transition: all .2s;
}
.link_whatsapp::before {
  content: "";
  right: -18px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0;
  z-index: 11;
  border: 5px solid transparent; border-right: 10px solid #ffffff;
}
@-webkit-keyframes hoverWave {
    0% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    40% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    80% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
    }
    100% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
    }
}
@keyframes hoverWave {
    0% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    40% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
    }
    80% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
    }
    100% {
      box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
    }
}
.link_whatsapp_target {
    position: relative;
    display: block;
}
.chaty-animation-pulse-icon {
  -webkit-animation: chaty-animation-pulse-icon .4s ease infinite alternate;
  animation: chaty-animation-pulse-icon .4s ease infinite alternate;
}
@-webkit-keyframes chaty-animation-pulse-icon {
  0% {
      transform: scale(1);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
  }
  100% {
      transform: scale(1.1);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      border-radius: 45%;
  }
}
@keyframes chaty-animation-pulse-icon {
  0% {
      transform: scale(1);
      border-radius: 50%;
  }
  100% {
      transform: scale(1.1);
      border-radius: 45%;
  }
}
span.cht-pending-message {
    position: absolute;
    top: -4px;
    left: -4px;
    font-size: 11px;
    font-size: 11.5px;
    border-radius: 50%;
    color: #ffffff;
    background: #ea40af;
    min-width: 20px;
    min-height: 20px;
    text-align: center;
    line-height: 20px;
}
.link_whatsapp_target svg {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  -wekit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all .5s;
}
.link_whatsapp_target .svg:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    z-index: 111;
    display: block;
    border-radius: 50%;
    opacity: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
}
.link_whatsapp_target:hover .svg:after {
  opacity: .12;
}
.link_whatsapp_title {
    position: absolute;
    pointer-events: none;
    z-index: 10;
    font-size: 17px;
    left: -3px;
    top: 50%;
    white-space: nowrap;
    padding: 5px 15px;
    line-height: 21px;
    color: #333;
    background-color: #fff;
    box-shadow: 0 1.93465px 7.73859px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transform: translate(calc(100% - 27px),-50%);
}
.link_whatsapp_title p {
    font-weight: 700;
    font-size: .875em;
    line-height: 1.28571em;
    margin: 0;
    padding: 5px 0;
}
/*
.link_whatsapp {
    position: fixed;
    left: 3%;
    bottom: 4%;
    z-index: 1000;
    width: 116px;
    height: 116px;
    outline: none;
    background: url(/local/templates/profi26/img/icon_whatsapp.png) no-repeat;
    background-size: contain;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.link_whatsapp span {
    position: absolute;
    left: 100%;
    width: 131px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    padding: 12px;
    color: #000;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 12px 5.5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 12px 5.5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 5.5px 0px rgb(0 0 0 / 30%);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
}*/

.title.title--sm a {
    color: #fff;
    background-color: #ec4d4b;
    min-width: 10em;
    min-height: 2.25em;
    padding: 0.3125em 0.625em;
    border-radius: 0.25em;
}
.title.title--sm a:hover {
    color:#fff;
    text-decoration:none;
    background:#000;
}
.nav__list-item:not(:last-child) {
    margin-right: 1em;
}
.card-activity-h4 {
    font-weight:500;
    margin-bottom:20px;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    word-break: break-word;
    line-height: 1.25;
}

.button--color-red_zagolovok {
    background-color: #ec4d4b;
    padding:5px;
    border-radius:5px;
    text-align:center;
    margin-bottom:20px;
}
.button--color-red_zagolovok .button__text {
    color:#fff;
    padding-right:0 !important;
    font-size:18px
}
.logo--small .logo__link {
    max-width: 6.5em;
}
.button--color-red-n:hover {
    background-color: #E84244 !important
}


@media (max-width: 760px) {

.card-activity__inner {
  display: block;
  height:100%;
}
.card-activity__image-container {
  height: auto;
  display: block;
  position: relative;
  padding-top: 0;
}
.card-activity__image-container {
  height: auto;
  display: block;
  position: relative;
  padding-top: 0;
}
.card-activity__image {
  position: relative;
}
.card-activity__image-container .image {
  width: 100%;
  height: auto;
}
.card-activity__inner {border:0;}
.card-activity__body {
  padding: 5px 0 0 0;
}
.card-activity__title {
  font-size: 10px;
  text-align: center;
}
}

.slider_home .slider_mob {
    display:none
}
.slider_home .section-intro__image-container {
    position:relative;
}
.slider_home .slider_name {
    position:absolute;
    top:30px;
    z-index:2;
    text-align:center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    right:12%;
    height: 65px;
    line-height:65px;
    left: 12%;
    top: 50px;
}
.slider_home .desc_text {
    position: absolute;
    width: 513px;
    height: 56px;
    left: 60px;
    bottom: 130px;
    padding-top:10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #0D0D0D;
}
.slider_home .boot_call {
    position: absolute;
    width: 255px;
    height: 36px;
    left: 795px;background: rgba(255, 255, 255, 0.6);
    bottom: 140px;
    border-radius:5px
}
.slider_home .slider_nav_left {
    position:absolute;
    top:50%;
    left:10px;
    z-index:2;
}
.slider_home .slider_nav_right {
    position:absolute;
    top:50%;
    right:10px;
    z-index:2;
}
.slider_home .slider_nav_dots {
    display:none !important;
}
.slider_home .section-intro__inner {
    background-color: #fff;
    padding-top: 0 !important;
}
.slider_home .section-intro__image {
    height: 570px;
}
.slider_home .swiper-wrapper {
    height:560px !important
}

@media only screen and (max-width: 1200px) {
    .slider_home .slider_name {
      right: 20px;
      left: 20px;
    }
    .slider_home .desc_text {
      width: auto;
      height: 56px;
      left: 30px;
      bottom: 60px;
      right: 30px;
    }
    .slider_home .boot_call {
      width: 50%;
      height: 36px;
      left: 25%;
      bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .slider_home .section-intro__image {
      height: 400px;
    }
    .slider_home .swiper-wrapper {
      height: auto !important;
    }
}

@media only screen and (max-width: 760px) {
    .slider_home .section-intro__image {
      height: auto;
    }
    .slider_home .slider_nav_right {
      top: 20%;
    }
    .slider_home .slider_nav_left {
      top: 20%;
    }

    .slider_home .slider_name {
      position: relative;
      right: 0;
      line-height: 40px;
      left: 0;
      top: 0;
    }
    .slider_home .slider_pk {
        margin-top:-70px;
        padding-bottom:30px
    }
    .slider_home .desc_text, .slider_home .boot_call  {
        position:relative
    }
    .slider_home .desc_text {
      width: auto;
      height: 56px;
      left: 0;
      bottom: 10px;
      right: 0;
    }
    .slider_home .boot_call {
      width: 100%;
      height: 36px;
      left: 0;
      bottom: 0;
      right: 0;
      top: 20px;
    }
.tag-cloud__list--single-line {
  overflow: hidden;
  height: auto;
}
}

.bx-filter-popup-result.right {
    background:#fff !important;
    padding:10px 30px !important;
    font-size:14px !important;
}
.bx-filter-container-modef {
    position: absolute;
    left: -110px;
    margin-top: -65px

}
.bx-filter-popup-result:before {
    transform: matrix(0, -1, -1, 0, 0, 0);
    content:"";
    position:absolute;
    height:3px;
    width:3px;
    right:0;
    border: 5px solid transparent;
border: 7px solid transparent;
    border-bottom: 10px solid #eee;
    right: -15px;
    top: 20px;
}
.bx-filter-container-modef a {
    display:block;
    font-weight:bold;
}
.bx-filter-popup-result.right {
    position:relative;
    z-index:999;
}
.bx-filter-container-modef .bx-filter-popup-result {
    font-size: .75em;
    line-height: 1.33333em;
    border-radius: 0.25em;
    padding: 0.25em 0.33333em;
    margin-top: 0.71429em;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 5px 30px;
    /* box-shadow: 0 2px 4px rgb(0 0 0 / 20%); */
    box-shadow: 0 2px 4px rgb(0 0 0 / 5%);
}
.bx-filter-container-modef .bx-filter-popup-result {
    font-size: .75em;
    line-height: 1.33333em;
    border-radius: 0.25em;
    padding: 0.25em 0.33333em;
    margin-top: 0.71429em;
    background-color: #fff;
    padding: 10px 30px;
    font-size: 14px;
}



.swiper-wrapper_SLICK .slider_home .section-intro__image {
    height: 500px;
}
.swiper-wrapper_SLICK .section-intro__image-container {
    padding-top: 52%;
}
.swiper-wrapper_SLICK .desc_text {
    bottom:30px !important
}
.swiper-wrapper_SLICK .boot_call {
    bottom:40px !important
}
@media only screen and (max-width: 1100px) {
  /* .swiper-wrapper_SLICK .desc_text {
    bottom:60px !important
} */
.swiper-wrapper_SLICK .boot_call {
    bottom:15px !important
}
}
@media only screen and (max-width: 760px) {
.slider_home .slider_pk {
  margin-top: -40px;
  padding-bottom: 30px;
}
.swiper-wrapper_SLICK  .slider_name {
    line-height:25px;
}
}



.benefits .benefits__list-item {height:135px}
