/*.icon-logo {*/
/*  max-width: 97px;*/
/*  max-height: 71px;*/
/*  fill: #fff;*/
/*}*/

.icon-chevron {
  width: 9px;
  height: 5px;
  fill: #fff;
  display: block;
  -webkit-transition: var(--base-transition);
  -o-transition: var(--base-transition);
  transition: var(--base-transition);
}

.footer-icon-logo {
  max-width: 194px;
  max-height: 146px;
  fill: #EF801B;
}

.icon-headhunter {
  max-width: 78px;
  min-height: 78px;
}

.icon-burger {
  max-width: 77px;
  max-height: 77px;
  fill: #fff;
}

.icon-close {
  max-width: 44px;
  max-height: 44px;
}

.icon-checkmark {
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
/* ----------- Стрелки слайдера ----------- */
@media screen and (min-width: 833px){
    .objects__inner {
        position: relative;
    }
}


.arrow-objects__list {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.icon-arrow {
    width: 45px;
    height: 46px;
    fill: #000;
    border-radius: 50%;
    border: 2px solid #000;
    cursor: pointer;
}
.arrow-objects{
    display: flex;
    align-items: center;
}
.arrow-objects.objects-prev.swiper-button-disabled .icon-arrow,
.arrow-objects.objects-next.swiper-button-disabled .icon-arrow{
    fill: #A5A5A5;
    border-radius: 50%;
    border: 2px solid #A5A5A5;
    cursor: default;
}
.objects-prev {
    margin-right: 40px;
}
@media screen and (max-width: 834px){
    .arrow-objects__list{
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .icon-arrow {
        width: 30px;
        height: 30px;
    }
}
/* ----------- end Стрелки слайдера ----------- */