.whatsapp {
    background-color: #49bc57;
    border-color: #49bc57;
    width: 100%;
    min-height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #333;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #f0f0f0;
    letter-spacing: .8px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whatsapp > span {
    padding-left: 8px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.whatsapp > svg {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    overflow: visible;
    width: .875em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.viber {
    background-color: #61407a;
    border-color: #61407a;
}

.telegram {
    background-color: #34abe3;
    border-color: #34abe3;
}

/* Start:/local/templates/volt/assets/bx-styles/news-slider.css?17011012923002*/
.news-slider {
  padding-top: 60px;
  padding-bottom: 60px
}
.news-slider_gray {
  background-color: #f7f8f9
}
.news-slider__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px
}
.news-slider__link {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #02283b;
  transition: .35s
}
.news-slider__link span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-left: 20px;
  border-radius: 50%;
  border: 1px solid #02283b;
  transition: border .35s
}
.news-slider__link:hover {
  color: #ea0429
}
.news-slider__link:hover span {
  border-color: #ea0429
}
.news-slider__link:active {
  color: #cc0a0b
}
.news-slider__link:active span {
  border-color: #cc0a0b
}
.news-slider__list {
  display: flex;
  margin-bottom: 60px!important;
  margin-left: -30px;
  margin-right: -30px
}
.news-slider__list .slick-list {
  overflow: visible
}
.news-slider__list .slick-track {
  display: flex
}
.news-slider__list .slick-slide {
  height: auto
}
.news-slider__list .slick-slide > div {
  display: flex;
  height: 100%
}
.news-slider__item {
  width: calc(100% / 3);
  padding-left: 30px;
  padding-right: 30px
}
.news-slider__item:nth-child(n+4):not(.slick-slide) {
  display: none
}
.news-slider__item .news__item {
  height: 100%
}
.news-slider__control-block {
  display: flex;
  align-items: flex-end
}
.news-slider__navigation {
  margin-right: 60px;
  font-size: 40px;
  font-weight: 400;
  line-height: 55px;
  color: rgba(2,40,59,.4)
}
.news-slider__navigation-current {
  color: #02283b
}
.news-slider__dot-list {
  display: flex;
  flex-grow: 1;
  padding-bottom: 8px
}
.news-slider__dot-list li {
  display: flex;
  flex-grow: 1;
  width: auto;
  height: 4px;
  margin: 0
}
.news-slider__dot-list li.slick-active button {
  background-color: #02283b
}
.news-slider__dot-list li button {
  width: 100%;
  height: 4px;
  font-size: 0;
  padding: 0;
  border: none;
  background-color: rgba(2,40,59,.1)
}
@media (max-width:1300px) {
  .news-slider__item {
    width: calc(100% / 2)
  }
  .news-slider__item:nth-child(n+3):not(.slick-slide) {
    display: none
  }
}
@media (max-width:1023px) {
  .news-slider {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden
  }
  .news-slider__title-block {
    margin-bottom: 30px
  }
  .news-slider__link {
    font-size: 14px;
    line-height: 14px
  }
  .news-slider__link span {
    width: 28px;
    height: 28px;
    margin-left: 10px
  }
  .news-slider__link span svg {
    width: 16px;
    height: 16px
  }
  .news-slider__list {
    margin-bottom: 20px!important
  }
  .news-slider__item {
    width: calc(100%)
  }
  .news-slider__item:nth-child(n+2):not(.slick-slide) {
    display: none
  }
  .news-slider__navigation {
    margin-right: 15px;
    font-size: 20px;
    line-height: 27px
  }
  .news-slider__dot-list {
    padding-bottom: 6px
  }
}
/* End */


/* Start:/local/templates/volt/assets/bx-styles/filter.css?17011012925142*/
.filter {
  margin-bottom: 60px
}
.filter__form.filter__form-news .filter__wrap {
  margin: 0
}
.filter__form.filter__form-news .filter__item {
  width: 280px!important;
  margin-bottom: 0
}
.filter__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 44px
}
.filter__wrap_all .filter__item {
  display: block;
  width: calc((100%)/ 5)
}
.filter__wrap_all .filter__item:nth-child(1),
.filter__wrap_all .filter__item:nth-child(2),
.filter__wrap_all .filter__item:nth-child(3),
.filter__wrap_all .filter__item:nth-child(4) {
  width: calc((100% - 470px)/ 4)
}
.filter__wrap_all .filter__item_reset-btn {
  width: 170px
}
.filter__wrap_all .filter__item_btn {
  width: 300px
}
.filter__item {
  display: none;
  margin-bottom: 16px;
  padding-left: 6px;
  padding-right: 6px
}
.filter__item:nth-child(1),
.filter__item:nth-child(2),
.filter__item:nth-child(3),
.filter__item:nth-child(4) {
  display: block;
  width: calc((100% - 470px)/ 4)
}
.filter__item_btn {
  display: block;
  width: 300px
}
.filter__item_sm {
  width: calc((100% - 746px)/ 3)
}
.filter__item_reset {
  width: 186px
}
.filter__item_reset-btn {
  display: flex;
  width: 170px
}
.filter__btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 17px 10px;
  border-radius: 30px;
  background-color: #02283b
}
.filter__btn-wrap_gray {
  background-color: #edf1f2
}
.filter__btn-wrap_gray .filter__btn {
  color: #02283b
}
.filter__btn {
  padding: 0 14px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  background-color: transparent;
  border: none;
  pointer-events: none
}
.filter__btn-show-more {
  padding: 0 0 0 14px;
  line-height: 0;
  background-color: transparent;
  border: none;
  border-left: 1px solid #fffFFF1A;
  cursor: pointer;
  transition: .35s
}
.filter__btn-show-more:not(.active):hover {
  opacity: .7
}
.filter__label {
  position: relative
}
.filter__label-text {
  position: absolute;
  top: 50%;
  left: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0,0,0,.7);
  transform: translateY(-50%)
}
.filter__input {
  width: 100%;
  height: 60px;
  padding-left: 88px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #000;
  border-radius: 40px;
  border: 1px solid #02283B4D;
  transition: .35s
}
.filter__input::-webkit-inner-spin-button,
.filter__input::-webkit-outer-spin-button {
  -webkit-appearance: none
}
.filter__input_b-indent {
  padding-left: 133px
}
.filter__input:hover {
  border-color: #02283b
}
.filter__reset-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #02283b;
  background-color: transparent;
  border-radius: 30px;
  border: 1px solid #02283b;
  cursor: pointer;
  transition: .35s
}
.filter__reset-btn:not(.active):hover {
  opacity: .7
}
.filter__reset-btn svg {
  color: #02283b;
  margin-left: 14px
}
.filter__checkbox-wrap {
  display: flex;
  flex-direction: column
}
.filter__text {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  color: #02283B99
}
.filter__checkbox-row {
  display: flex
}
.filter__checkbox-block:not(:last-child) {
  margin-right: 24px
}
.filter__wrap-mob {
  display: none
}
@media (max-width:1500px) {
  .filter__wrap {
    margin-bottom: 20px
  }
}
@media (max-width:1460px) {
  .filter__form.filter__form-news .filter__item {
    width: 280px!important
  }
  .filter__wrap_all .filter__item {
    width: 25%!important
  }
  .filter__wrap_all .filter__item:nth-child(1),
  .filter__wrap_all .filter__item:nth-child(2) {
    order: -1
  }
  .filter__wrap_all .filter__item_btn,
  .filter__wrap_all .filter__item_reset-btn {
    order: -1
  }
  .filter__item {
    width: 25%!important
  }
  .filter__item:nth-child(1),
  .filter__item:nth-child(2) {
    order: -1
  }
  .filter__item_btn,
  .filter__item_reset-btn {
    order: -1
  }
}
@media (max-width:1200px) {
  .filter__item {
    width: 33.3333%
  }
}
@media (max-width:1024px) {
  .filter__wrap_all .filter__item {
    width: 100%!important
  }
  .filter__wrap_all .filter__item_btn,
  .filter__wrap_all .filter__item_reset-btn {
    order: 5
  }
  .filter__item {
    width: 100%!important;
    margin-bottom: 10px
  }
  .filter__item_btn,
  .filter__item_reset-btn {
    order: 5
  }
}
@media (max-width:1023px) {
  .filter {
    margin-bottom: 30px
  }
  .filter__wrap-mob {
    display: block
  }
}
@media (max-width:767px) {
  .filter__form.filter__form-news .filter__item {
    margin-left: -6px
  }
}
@media (max-width:600px) {
  .filter__item_btn {
    position: sticky;
    bottom: 25px;
    z-index: 20
  }
  .filter__item {
    width: 100%
  }
}
@media (max-width:577px) {
  .filter__form.filter__form-news {
    width: 100%
  }
  .filter__form.filter__form-news .filter__item {
    width: 100%!important;
    margin-bottom: 6px
  }
  .filter__form.filter__form-news .filter__item .filter__btn-wrap {
    justify-content: space-between;
    padding: 17px 24px
  }
}
/* End */
/* /local/templates/volt/assets/bx-styles/news-slider.css?17011012923002 */
/* /local/templates/volt/assets/bx-styles/filter.css?17011012925142 */