@charset "UTF-8";
.our-services {
  padding-top: 75px;
}

.our-services__title {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  color: #333;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

.our-services__image {
  display: inline-block;
  width: 138px;
  margin-right: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.our-services__wrapper {
  display: inline-block;
  width: calc(100% - 168px);
}

.tabs-title.is-active .our-services__wrapper {
  padding-top: 15px;
}

.our-services__desc {
  color: #005aab;
  font-size: 20px;
  line-height: 26px;
}

.tabs-title.is-active .our-services__desc {
  color: #333;
  font-weight: bold;
}

.our-services__sub-desc {
  display: none;
  margin-top: 10px;
  color: #858585;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}

.tabs-title.is-active .our-services__sub-desc {
  display: block;
}

.our-services .tabs {
  width: calc(100% - 30px);
  border: none;
  background: none;
}

.our-services .tabs-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 30px 24px 15px;
  margin-bottom: 3px;
  border: 1px solid #eff5f9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.our-services .tabs-title > a:hover .our-services__desc {
  color: #e91b23;
}

.our-services .tabs-title.is-active > a {
  position: relative;
  border: none;
}

.our-services .tabs-title.is-active > a:hover {
  cursor: unset;
}

.our-services .tabs-title.is-active > a:hover .our-services__desc {
  color: #333;
}

.our-services .tabs-title.is-active > a::before {
  content: '';
  background-image: url(../svg/arr.svg);
  background-repeat: no-repeat;
  width: 125px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: -45px;
}

.our-services .tabs-content {
  border: none;
}

.our-services .tabs-panel {
  padding: 0;
}

.our-services .accordion {
  margin: 0;
}

.our-services .accordion-title {
  margin-right: 0;
  margin-left: 0;
}

.our-services .accordion-content {
  padding-right: 0;
  padding-left: 0;
  border: none;
}

.stage__wrapper {
  padding: 20px 0;
}

.stage__img {
  display: block;
  width: 100%;
  height: auto;
}

.stage__description {
  padding-top: 15px;
  padding-right: 35px;
  color: #333;
}

.stage__description span {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.stage__description p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 1023.5px) {
  .our-services {
    padding-top: 50px;
  }
  .our-services .accordion {
    margin: 0 -24px;
  }
  .our-services .tabs {
    width: 100%;
    margin-bottom: 50px;
  }
  .our-services .tabs-title.is-active > a::before {
    display: none;
  }
  .tabs-title.is-active .our-services__wrapper {
    padding-top: 0px;
  }
  .our-services__title {
    margin-bottom: 20px;
  }
  .stage__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767.5px) {
  .our-services__image {
    width: 69px;
    margin-right: 20px;
  }
  .our-services__wrapper {
    width: calc(100% - 89px);
  }
}

/* Наши специалисты */
.specialists {
  margin-top: 50px;
  margin-bottom: 50px;
}

.specialists__row {
  display: block;
  margin-bottom: 45px;
}

.specialists__title {
  display: block;
  width: 100%;
  padding: 0;
  color: #333;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.specialists__about {
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}

.specialists__button {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  text-align: left;
}

.specialists__button .button {
  width: 168px;
}

.specialists__holder {
  margin-top: 30px;
  position: relative;
}

.specialists__item {
  padding: 0 10px;
}

.specialists__item.slick-slide {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.specialists__item img {
  max-height: 250px;
  position: relative;
  z-index: -1;
}

.specialists__link-img {
  -webkit-box-shadow: inset 0 -55px 50px 8px #fff;
          box-shadow: inset 0 -55px 50px 8px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

.specialists__name {
  display: block;
  margin-top: 25px;
  font-size: 22px;
  line-height: 30px;
  color: #1067b5;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.specialists__name:hover {
  color: #e91b23;
}

.specialists__desc {
  color: #858585;
  font-size: 16px;
  line-height: 22px;
  margin-top: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

@media screen and (min-width: 599.5px) {
  .specialists__name {
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }
  .specialists__desc {
    padding-right: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    text-align: left;
  }
}

@media (min-width: 1023.5px) {
  .specialists {
    margin-top: 100px;
    margin-bottom: 95px;
  }
}

@media screen and (min-width: 900px) {
  .specialists__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    margin-bottom: 45px;
  }
  .specialists__title {
    min-width: 25%;
    padding: 0 15px;
    line-height: 40px;
  }
  .specialists__about {
    padding: 0 15px;
    margin-top: 0;
    min-width: 50%;
  }
  .specialists__button {
    min-width: 25%;
    margin-top: 0;
    padding: 0 15px;
    text-align: right;
  }
  .specialists__button .button {
    width: 168px;
  }
}

@media screen and (max-width: 499.5px) {
  .specialists__button .button {
    width: 100%;
  }
}

/* Трансферы */
.transfer__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.transfer__content {
  width: 100%;
  padding: 35px 30px 40px;
}

.transfer__aside {
  margin-top: 0px;
  width: 100%;
  background: url(../img/transfer/bg-transf.jpg) no-repeat;
  background-size: cover;
}

.transfer__image {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .transfer__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .transfer__content {
    width: 65.79%;
  }
  .transfer__aside {
    width: 34.21%;
  }
  .transfer__image {
    height: 100%;
    width: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .transfer__content {
    padding: 50px 120px 50px 50px;
  }
}

@media print, screen and (max-width: 48em) {
  .transfer__aside {
    height: 400px;
    background-position: center;
  }
}

@media print, screen and (max-width: 40em) {
  .transfer__aside {
    height: 300px;
  }
}

@media print, screen and (max-width: 31.25em) {
  .transfer .callback__phone {
    padding-left: 30px;
  }
  .about .callback__phone {
    padding-left: 30px;
  }
}

.transfer__bg-desc {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

/* Все услуги */
@media print, screen and (max-width: 64em) {
  .services {
    padding-top: 0;
  }
}

.services__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services__form {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-color: #eff5f9;
  border-bottom: 0;
}

@media (max-width: 1150px) {
  .services__list {
    width: 100%;
  }
}

@media (max-width: 1023.5px) {
  .about__map {
    height: 300px;
  }
  .transfer__aside {
    position: relative;
  }
  .services__about {
    margin: 20px auto 30px;
  }
}

@media (max-width: 768px) {
  .transfer__bg-desc {
    position: absolute;
    bottom: 25px;
    right: 25px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    display: block;
  }
  .slick-initialized .slick-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.specialist__arrows .slick-disabled {
  visibility: hidden;
}