/* *Слайдер Партнерские сайты */
.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-4 {
  width: 100%;
}

.jcarousel-wrapper.jcarousel-skin-default {
  margin: 60px auto 20px;
  position: relative;
  border: none;
  max-width: 90%;
  min-height: 120px;
  padding: 10px 5px;
  box-shadow: none;
}

.jcarousel-skin-default .jcarousel li {
  float: left;
  width: 247px;
  height: 100px;
  margin-right: 5px;
}

.jcarousel-skin-default .jcarousel img {
  max-width: 100%;
  width: 225px;
  height: 100px !important;
}

.jcarousel-skin-default .jcarousel-control-prev,
.jcarousel-skin-default .jcarousel-control-next {
  top: 45px;
  background: none;
  color: #a5a5a5;
  text-shadow: none;
  border-radius: none;
  box-shadow: none;
  font-size: 40px;
}

@media (max-width: 1199px) {
  .jcarousel-skin-default .jcarousel li {
    width: 204px;
  }

  .jcarousel-skin-default .jcarousel img {
    width: 200px;
    height: 100px !important;
  }
}

@media (max-width: 991px) {
  .jcarousel-skin-default .jcarousel li {
    width: 204px;
  }

  .jcarousel-skin-default .jcarousel img {
    width: 200px;
    height: 100px !important;
  }
}

@media (max-width: 767px) {
  .jcarousel-skin-default .jcarousel li {
    width: 245px;
  }

  .jcarousel-skin-default .jcarousel img {
    width: 190px;
    height: 90px !important;
  }
}

@media (max-width: 576px) {
  .jcarousel-wrapper.jcarousel-skin-default {
    max-width: 70%;
    padding: 10px 0;
  }

  .jcarousel-skin-default .jcarousel li {
    width: 330px;
  }

  .jcarousel-skin-default .jcarousel img {
    width: 190px;
    height: 90px !important;
    margin: 0 auto;
  }

  .jcarousel-skin-default .jcarousel-control-prev,
  .jcarousel-skin-default .jcarousel-control-next {
    top: 40px;
  }
}

@media (max-width: 462px) {
  .jcarousel-skin-default .jcarousel li {
    width: 285px;
  }
}

@media (max-width: 410px) {
  .jcarousel-skin-default .jcarousel li {
    width: 240px;
  }

  .jcarousel-skin-default .jcarousel img {
    width: 170px;
    height: 85px !important;
  }
}

@media (max-width: 365px) {
  .jcarousel-skin-default .jcarousel li {
    width: 210px;
  }
}

@media (max-width: 325px) {
  .jcarousel-skin-default .jcarousel li {
    width: 191px;
  }
}
/* #slider {
  width: 100%;
  aspect-ratio: 19/6;
} */

/* .flexslider .slides li:first-child img {
  display: block;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.flexslider .slides li:first-child {
  background: url("../images/first_slide.jpg") no-repeat center center;
  background-size: cover;
} */
/* Прячем слайдер при < 767px  */
@media (max-width: 767px) {
  #slider {
    display: none;
  }
}

/* *Nodes & blocks content */
.node__submitted {
  margin: 0 0 20px 0;
}

.node .field--name-body {
  line-height: 1.5;
}

.node .field--name-body p {
  margin: 0 0 20px 0;
}

/* 🠗 Адаптирует картинки из блока Новости */
@media (max-width: 992px) {
  div#block-beltelecom-content article img {
    max-width: 560px;
    width: 100%;
    height: auto;
  }
}

/* *Кнопка обратного звонка */
.call-back {
  position: fixed;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  background: #33b4ee;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 26px;
  box-shadow: 0 0 30px rgba(116, 116, 116, 0.33);
  left: 30px;
  bottom: 30px;
  cursor: pointer;
  z-index: 100;
  animation: launcher-button-init 0.7s cubic-bezier(0.62, 0.28, 0.23, 0.99),
    launcher-button infinite 6s 2s;
}

.businesscall-back_btn {
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.call-back .rings .ring {
  border: 1px solid #33b4ee;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  animation: launcher-button-pulsate infinite 3s;
}

.call-back .rings .ring:nth-child(1) {
  animation-delay: 0.1s;
}

.call-back .rings .ring:nth-child(2) {
  animation-delay: 0.25s;
}

.call-back .rings .ring:nth-child(3) {
  animation-delay: 0.4s;
}

.call-back .rings i {
  border: 1px solid transparent;
  transition: background-color 0.4s;
}

@keyframes launcher-button-pulsate {
  60% {
    transform: scale(1, 1);
    opacity: 0;
  }

  70% {
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7, 1.7);
    opacity: 0;
  }
}

@keyframes launcher-button-init {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  90% {
    transform: scale(0.5) rotate(-180deg);
    opacity: 0;
  }

  100% {
    transform: scale(1) rotate(0);
    opacity: 1;
  }
}

@keyframes launcher-button {
  0% {
    transform: rotate(0);
  }

  5% {
    transform: rotate(359deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.call-back .fa-phone {
  font-size: 26px;
  margin-top: 7px;
}

.call-back .fa-phone:before {
  color: #fff;
}

.call-back .fa-phone {
  margin-top: 11px;
}

/* <section class="call-back">
    <div class="container">
        <a href="//www.beltelecom.by/be/callback-business" class="btn-callback businesscall-back_btn" title="Замовіць зваротны званок" target="_blank" style="background-color: #39b5ef; border-radius: 50%;">
            <i class="fa fa-phone"></i>
        </a>
    </div>
</section>

.businesscall-back_btn {
    position: fixed;
    width: 60px;
    height: 60px;
    left: 25px;
    bottom: 27px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-size: 12px;
    z-index: 100;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #fff;
    background-color: #39b5ef;
}

.btn-callback {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .575rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */

/* *For management page */
@font-face {
  font-family: "Fio-Management-Font";
  src: url("/sites/default/files/styles/foto_sotrudnikov/public/2020-06/menegement-new/fonts/DINCondensedBold.ttf");
  font-weight: normal;
  font-style: normal;
}

.about-manag {
  min-height: 157px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  margin-top: -7px;
  background-color: #e1e1e1;
}

a:link > .col-4 {
  text-decoration: none !important;
}

a:link > .about-manag,
a:visited > .about-manag {
  border-bottom: 4px solid #ffffff;
}

a:active > .about-manag,
a:focus > .about-manag,
a:focus-within > .about-manag,
a:hover > .about-manag {
  border-bottom: 4px solid #5bb2e8;
}

.fio-manag {
  /* font-family: 'Fio-Management-Font'; */
  font-size: 19px;
  color: #143b74;
}

.posit-manag {
  font-size: 14px;
  color: #000000;
}

#g9_p30:target {
  background-color: gold;
}

#g6_3_6:target {
  background-color: gold;
}

#g6_8_10:target {
  background-color: gold;
}

#g10:target {
  background-color: gold;
}

/* For cookies module */
@media (max-width: 425px) {
  #sliding-popup {
    position: relative;
  }
}

/* For social-responsibility page */
.social-responsibility-main {
  display: flex;
  justify-content: center;
}

.social-responsibility {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  width: 300px;
}

@media (max-width: 767px) {
  .social-responsibility-main {
    display: block;
    justify-content: center;
  }

  .social-responsibility {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

/* Page Rodnichek */
.rodnichok {
  display: flex;
  justify-content: space-around;
}

.rodnichok img {
  width: 30%;
  max-width: 100%;
  margin-bottom: 5px;
}

.field--name-field-sales-offices {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
  color: #663479;
}
