.page-breadcrumbs {
  margin: 10px auto 30px;
}

.page-breadcrumbs > .breadcrumb {
  display: inline-block;
  position: relative;
}

.page-breadcrumbs > .breadcrumb:not(:last-child) {
  padding-right: 20px;
}

.page-breadcrumbs > .breadcrumb:not(:last-child):after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 5px;
  right: 0px;
  height: 10px;
  width: 10px;
  background: url(../../../../../images/pages/ecommerce/misc/arrow.svg) no-repeat;
}

.page-breadcrumbs > .breadcrumb a {
  text-decoration: underline;
  color: #f26422;
  font-size: 13px;
}

.page-breadcrumbs > .breadcrumb a:hover {
  color: #f26422;
  text-decoration: underline;
}

.page-breadcrumbs > .breadcrumb:last-child {
  font-size: 13px;
  color: rgba(60, 60, 59, 0.42);
}


html {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 11px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  html {
    font-size: 9px;
  }
}


@media (max-width: 639px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 374px) {
  html {
    font-size: 6px;
  }
}

.link-border {
  border-bottom: 2px solid #F26422;
  transition: all .2s ease;
}

.link-border:hover {
  border-bottom: 2px solid transparent;
}

@media (max-width: 639px) {
  .link-border {
    border-bottom: none;

    background-image: -webkit-linear-gradient(bottom, #F26422 0px, #F26422 2px, #F26422 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100px);
    background-image: -moz-linear-gradient(bottom, #F26422 0px, #F26422 2px, #F26422 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100px);
    background-image: -ms-linear-gradient(bottom, #F26422 0px, #F26422 2px, #F26422 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100px);
    background-image: -o-linear-gradient(bottom, #F26422 0px, #F26422 2px, #F26422 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100px);
    background-image: linear-gradient(to top, #F26422 0px, #F26422 2px, #F26422 1px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 100px);
  }

  .link-border:hover {
    border-bottom: none;
    background-image: none;
  }
}

/*   стандартные описания блоков */
.fo-block {
  border-radius: 4px;
  margin-top: 24px;
}

.fo-block_padding {
  padding: 3.43rem 3.43rem 4.57rem;
}

.fo-block__half {
  position: relative;
  width: calc(50% - 8px);
  padding: 3.43rem;
  padding-bottom: 2.43rem;
  z-index: 10;
}

.fo-block__half_left {
  margin-right: 8px;
}

.fo-block__half_right {
  margin-left: 8px;
}

.fo-block__half:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 12px;
  top: -8px;
  left: -8px;
  z-index: -1;
}

.fo-block__quot {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% + 8px);
  height: 100%;
  margin: -8px -16px -8px 0;
}

.fo-block__quot-item {
  position: relative;
  width: calc(50% - 16px);
  padding: 2.29rem 1.14rem 2.43rem;
  margin: 8px;
  z-index: 10;
}

.fo-block__quot-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 16px solid #fff;
  bottom: -16px;
  right: -16px;
  z-index: -1;
}

.fo-block__quot-item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 12px;
  top: -8px;
  left: -8px;
  z-index: -1;
}

.fo-block__title {
  font-size: 2.9rem;
  line-height: 108%;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

.fo-block__quot-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 116%;
}

.fo-block__text {
  font-size: 1.5rem;
  line-height: 148%;
}

.hidden__xs {
  display: initial;
}

.visible__xs {
  display: none;
}

@media (max-width: 639px) {
  .fo-block {
    /*    margin-top: 2rem;*/
  }

  .fo-block_padding {
    padding: 5rem 2rem;
  }

  .fo-block__half {
    flex-basis: 100%;
    width: 100%;
    padding: 5rem 2rem;
    margin-bottom: 16px;
  }

  .fo-block__half_left,
  .fo-block__half_right {
    margin-left: 0;
    margin-right: 0;
  }

  .fo-block__half:after {}

  .fo-block__title {
    font-size: 3rem;
    line-height: 116%;
    margin-bottom: 3rem;
  }

  .fo-block__quot-title {
    font-size: 2.25rem;
  }

  .fo-block__text {
    font-size: 2.25rem;
  }

  .fo-block__quot {
    width: calc(100% + 16px);
    margin: -8px;
  }

  .fo-block__quot-item {
    padding: 2rem 2rem 2.25rem;
  }

  .fo-block__quot-item:before {
    width: 100%;
    height: 100%;
  }

  .fo-block__quot-item:after {
    width: 100%;
    height: 100%;

  }

  .fo-block__text_compressed {
    letter-spacing: -0.07em;
  }

  .hidden__xs {
    display: none;
  }

  .visible__xs {
    display: initial;
  }

}

.wrap {
  letter-spacing: 0.04em;
  max-width: 984px;
}

@media (min-width: 1026px) {
  .wrap {
    max-width: 952px;
  }
}

/*   */

.service-top {
  background: url(../img/top-bg.jpg), #3c3c3b;
  background-size: cover;
  border-radius: 4px;
  padding: 6.3rem 18rem 4.57rem 4rem;
  color: #F9FAFC;

}

.service-top__title {
  font-weight: 700;
  margin-bottom: 1.71rem;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: 0.03em;
}

.service-top__subtitle {
  width: 30rem;
  font-size: 1.86rem;
  line-height: 124%;
  letter-spacing: 0.03em;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.service-top__btn {
  width: 30rem;
  height: 4rem;
  font-size: 1.7rem;
  line-height: 4rem;
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  padding: 0 1rem;
  margin-top: 3rem;
}

.service-top__price {
  font-weight: 500;
  font-size: 4rem;
  /*  line-height: 124%;*/
  letter-spacing: 0.04em;
}

.service-top__price-text {
  font-size: 1.7rem;
}

@media (max-width: 639px) {
  .service-top {
    padding: 6rem 2rem;
    background: url(../img/top-bg-mob.jpg), #3c3c3b;
    background-size: cover;
  }

  .service-top__title {
    font-size: 4rem;
    margin-bottom: 3rem;
  }

  .service-top__subtitle {
    width: 100%;
    font-size: 2.25rem;
    margin-bottom: 2.5rem;
  }

  .service-top__btn {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    margin-top: 2.5rem;
  }

  .service-top__price {
    font-size: 4rem;
  }

  .service-top__price-text {
    font-size: 2.25rem;
  }
}


/**/
.service-order {
  background: url(../img/order-bg.jpg);
  background-size: cover;
  display: flex;
}

.service-order__img {
  margin-bottom: 1.7rem;
  display: block;
  width: 4.57rem;
  height: 4.57rem;
}

.service-order .phone-link {
  color: #3c3c3b;
}


@media (max-width: 639px) {
  .service-order {
    background: url(../img/order-bg-mob.jpg);
    background-size: cover;
    background-position: center;
    flex-direction: column;
  }

  .service-order__img {
    margin-bottom: 2rem;
    width: 6rem;
	height: 6rem;
  }
}

/**/
/**/



/**/
/**/
.service-seo {
  background: #E5FAFF;
}

.service-seo .ts-list {
  margin-bottom: 0;
}

@media (max-width: 639px) {
  .service-seo {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }
}

/**/
/**/

.service-problems {
  background: #E5FAFF;
}

.service-problems__block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.43rem;
  margin-top: 2.86rem;
}

.service-problems__item {
  width: 11.3rem;
  text-align: center;
}

.service-problems__item-img {
  margin-bottom: 1.7rem;
}

.service-problems__item-img img {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: auto;
}

.service-problems__item-text {
  font-size: 1.3rem;
  line-height: 132%;
}

.service-problems__item-text_block {
  display: block;
}

.service-problems__block-sign {
  text-align: center;
  font-size: 1.21rem;
  line-height: 148%;
  color: #636362;
  margin-bottom: 3.43rem;
}

.service-problems__quot-block {
  display: flex;
  /*  justify-content: space-between;*/
}

.service-problems__quot-phrase {
  width: 46.5rem;
  font-size: 1.5rem;
  line-height: 148%;
  background: #FFFFFF;
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 3rem 2.3rem;
  margin-right: 24px;
  position: relative;
}

.service-problems__quot-phrase:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 9.2rem;
  right: -16px;
  border: 0px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 24px solid transparent;
}

.service-problems__quot-img img {
  display: block;
  border-radius: 50%;
  margin-bottom: 1.14rem;
  width: 9.2rem;
}

.service-problems__quot-name {
  font-size: 1.29rem;
  line-height: 124%;
  margin-bottom: 0.8rem;
}

.service-problems__quot-job {
  font-size: 1.07rem;
  line-height: 124%;
}

.service-problems__btn {
  font-size: 1.86rem;
  font-weight: 500;
  height: 4.57rem;
  line-height: 4.57rem;
  margin-top: 3.43rem;
}



@media (max-width:639px) {

  .service-problems {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }

  .service-problems__block {
    flex-direction: column;
    margin-top: 4rem;
    margin-bottom: 0;
  }

  .service-problems__item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
  }

  .service-problems__item-text_block {
    display: inline;
  }

  .service-problems__item-text {
    font-size: 2.25rem;
    text-align: left;
  }

  .service-problems__item-img img {
    width: 48px;
    min-width: 48px;
  }

  .service-problems__item-img {
    margin-bottom: 0;
    margin-right: 2rem;
  }

  .service-problems__block-sign {
    text-align: left;
    font-size: 1.875rem;
    margin-bottom: 5rem;
  }

  .service-problems__quot-block {
    flex-direction: column;
  }

  .service-problems__quot-phrase {
    width: 100%;
    padding: 3rem;
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }

  .service-problems__quot-phrase:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: auto;
    bottom: -16px;
    right: 86px;
    border: 0px solid transparent;
    border-top: 16px solid #fff;
    border-left: 24px solid transparent;
  }

  .service-problems__quot-sign {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
  }

  .service-problems__quot-img img {
    margin-bottom: 0;
    width: 10rem;
    margin-left: 2rem;
  }

  .service-problems__quot-name {
    font-size: 2.25rem;
    text-align: right;
    margin-bottom: 1rem;
  }

  .service-problems__quot-job {
    font-size: 1.875rem;
    text-align: right;
  }

  .service-problems__btn {
    display: block;
    width: 100%;
    margin-top: 4rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    padding: 0;
  }
}

/**/
/**/

.service-types {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 16px -8px -8px;
  letter-spacing: 0.04em;
}

.service-types__item {
  width: calc(25% - 16px);
  background: #EEF1F7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 2.29rem;
  padding-top: 2.29rem;
  padding-left: 3.43rem;
}
}

.service-types__img {
  margin-bottom: 1.14rem;
  display: block;
  width: 4.57rem;
  height: 4.57rem;
}

.service-types__descr {
  margin-top: 1.14rem;
  margin-bottom: 1.14rem;
  font-size: 1.43rem;
  line-height: 116%;
}

.service-types__descr-title {
  font-size: 1.14rem;
  line-height: 124%;
  color: #636362;
}

.service-types__price {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.service-types__price .accent {
  font-size: 2.29rem;
}

.service-types__btn {
  font-weight: 500;
  font-size: 1.5rem;
  height: 3.43rem;
  line-height: 3.43rem;
  padding: 0 30px;
}

@media (max-width: 639px) {
	#price {
    background: #EEF1F7;
    border-radius: 4px;
    padding: 14px;
    margin: 22px 0px -2px 0px !important;
    padding: 2rem 2rem;
}
  .service-types__item {
    width: calc(50% - 16px);
    padding-bottom: 3rem;
    padding-top: 2rem;
	padding: 2rem 2rem;
  }

  .service-types__img {
    margin-bottom: 1rem;
    width: 6rem;
	height: 6rem;
  }

  .service-types__descr {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .service-types__descr-title {
    font-size: 1.75rem;
  }

  .service-types__price {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }

  .service-types__price .accent {
    font-size: 2.5rem;
  }

  .service-types__btn {
    font-size: 2.25rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0 20px;
  }
}

/**/
/**/

.service-prod {
  background: #E5FAFF;
}

.service-prod__btn {
  font-size: 1.86rem;
  font-weight: 500;
  height: 4.57rem;
  line-height: 4.57rem;
  margin-top: 3.43rem;
}

.service-prod__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -8px;
}

.service-prod__logo {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  width: 11.2rem;
  height: auto;
  margin: 8px;
}


@media (max-width: 639px) {
  .service-prod__btn {
    display: block;
    width: 100%;
    margin-top: 4rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2.5rem;
    padding: 0;
  }

  .service-prod__items {
    margin: 32px -8px;
  }

  .service-prod__logo {
    width: 11.625rem;
  }
}

/**/
/**/

.service-video {
  background: #EEF1F7;
}

.service-video .video__bl {
  margin-bottom: 0;
  margin-top: 3.43rem;
}

.service-video .video__bl img {
  border-radius: 4px;
}

/**/
/**/

.why-trust-block {
  color: #F5FFFF;
  background: linear-gradient(90deg, rgba(60, 60, 59, 0.95) 33.3%, rgba(60, 60, 59, .6) 67.86%), url(../img/why-trust-bg.jpg), rgba(255, 255, 255, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: inherit;
}

.why-trust-block__item {
  margin-top: 2.86rem;
  width: 67%;
}

.why-trust-block__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.14rem;
}

.why-trust-block__item-img {
  width: 4rem;
  height: 4rem;
  margin-right: 1.71rem;
}

.why-trust-block__item-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 148%;
}

.why-trust-block__item-text {
  font-size: 1.29rem;
  line-height: 148%;
}

.why-trust-block__item-link {
  color: #F5FFFF;
  text-decoration: underline;
}

.why-trust-block__item-link:hover {
  text-decoration: none;
}

@media (max-width: 639px) {
  .why-trust-block {
    background: linear-gradient(0deg, rgba(60, 60, 59, 0.72), rgba(60, 60, 59, 0.72)), linear-gradient(180deg, rgba(60, 60, 59, 0.88) 21.77%, rgba(60, 60, 59, 0) 36.42%), url(../img/why-trust-bg-mob.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /*    background-blend-mode: multiply;*/
  }

  .why-trust-block__item {
    margin-top: 4rem;
    width: 100%;
  }

  .why-trust-block__item-header {
    margin-bottom: 2rem;
  }

  .why-trust-block__item-img {
    width: 6rem;
	height: 6rem;
    margin-right: 2rem;
  }

  .why-trust-block__item-title {
    font-size: 2.25rem;
  }

  .why-trust-block__item-text {
    font-size: 2rem;
  }

  .why-trust-block__item-link {
    color: #F26422;
  }

}

/**/
/**/
.service-prices {
  background: #EEF1F7;
}

.service-prices__item {
  flex-basis: 100%;
  background-color: #fff;
  padding: 1.71rem 3.43rem;
  border-radius: 4px;
  margin-top: 2rem;
}

.service-prices__row-wrap {
  margin: 0 -3.43rem;
}

.service-prices__row-wrap.grey {
  background: #EEF1F7;
}

.service-prices__row {
  padding: 0.86rem 3.43rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-prices__item-container .clickable--hidden-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.service-prices__item-head {
  display: flex;
  position: relative;
  align-items: center;
  padding-right: 41px;
  font-size: 1.71rem;
  font-weight: 500;
}

.service-prices__item-head.clickable--area:hover {
	cursor: pointer;
}

.is--opened .service-prices__item-head {
  margin-bottom: 16px;
}

.service-prices__item-head-title {
  flex-basis: calc(100% - 44px);
}

.service-prices__item-text {
  line-height: 140%;
  font-size: 1.5rem;
}

.service-prices .clickable--hidden-content {
  margin-top: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.service-prices .clickable--close-btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer
}

.service-prices .clickable--close-btn:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 25px;
  line-height: 25px;
  color: #f26422;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.service-prices .clickable.is--opened {
  box-shadow: 0px 16px 64px rgba(0, 0, 0, 0.08);
  padding-bottom: 3.43rem;
  /* padding-top: 2.86rem; */
}

.is--opened .clickable--close-btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg)
}

.is--opened .clickable--hidden-content {
  margin-top: 5px;
  height: auto;
  opacity: 1;
  visibility: visible
}


@media (max-width: 639px) {
  .service-prices__item {
    padding: 2rem;
  }

  .service-prices__item-head {
    font-size: 2.5rem;
  }

  .service-prices__item-text {
    font-size: 2rem;
    line-height: 124%;
  }

  .service-prices__row-wrap {
    margin: 0 -2rem;
  }

  .service-prices__row {
    padding: 1rem 2rem;
  }

  .service-prices__price {
    width: 88px;
    min-width: 88px;
    text-align: right;
  }
}


/**/
/**/

.service-contacts {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 639px) {
  .service-contacts {
    flex-direction: column;
  }
}

.showrooms-block {
  background: url(../img/office-bg.jpg);
  background-size: cover;
  border-radius: 4px;
  padding: 3.43rem;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.showrooms-block__link {
  font-size: 2.9rem;
  line-height: 116%;
  font-weight: 700;
  margin-top: 5.2rem;
}

.showrooms-block__link img {
  display: inline-block;
  width: 5.1rem;
  margin-left: 1rem;
  transition: all .2s ease;
}

.showrooms-block__link:hover img {
  transform: translateX(1.14rem);
}

@media (max-width: 639px) {

  .showrooms-block {
    padding: 5rem 2rem;
  }

  .showrooms-block__link {
    margin-top: 6.5rem;
    font-size: 3rem;
  }

  .showrooms-block__link img {
    width: 9rem;
  }
}

/**/
/**/
.service-gallery {
  background: #E5FAFF;
  letter-spacing: 0.04em;
}

.service-gallery__slider {
  margin-top: 3.43rem;
}

.service-gallery__slide-img {
  border-radius: 4px;
  margin-bottom: 0;
  display: block;
}

.service-gallery__slide-text {
  display: none;
  font-size: 1.21rem;
  line-height: 140%;
  width: 90%;
  margin: 0 auto;
}

.service-gallery__slider-ctrl {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 104px;
  width: 100%;
}

.service-gallery__slider-ctrl .sw__slider--dotted-button {
  width: 40px;
  height: 40px;
  background: url(../../../misc/slider/ctrl-right.svg), #EEF1F7;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  top: 0;
}

.service-gallery__slider-ctrl .sw__slider--dotted-button-prev {
  left: 0;
}

.service-gallery__slider-ctrl .sw__slider--dotted-button-next {
  right: 0;
}

.service-gallery__slider-ctrl .sw__slider--dotted-button.active,
.service-gallery__slider-ctrl .sw__slider--dotted-button:hover {
  background-image: url(../../../misc/slider/ctrl-right.svg);
  background-size: 18px;
}


.service-gallery__slider-ctrl .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}

.service-gallery__slider-ctrl .swiper-pagination-bullet:after {
  border: 2px solid #EEF1F7;
  background: #A2A2A1;
  width: 12px;
  height: 12px;
}

.service-gallery__slider-ctrl .swiper-pagination-bullet-active:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
  transition: all .5s ease-out;
}

.service-gallery__slider-ctrl .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover:after {
  background: #A2A2A1;
  border-color: #A2A2A1;
}

.service-gallery__slider .swiper-pagination {
  display: none;
}

@media (max-width: 991px) and (min-width: 640px) {
  .service-gallery__slider .sw__slider--dotted-button {
    display: block !important;
  }

  .service-gallery__slider .swiper-pagination {
    display: none;
  }
}

@media (max-width: 639px) {

  .service-gallery {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
  }

  .service-gallery__title {
    width: 100%;
  }

  .service-gallery__slider {
    margin-top: 4rem;
  }

  .service-gallery__slide-img {
    /*    margin-bottom: 2rem;*/
  }

  .service-gallery__slide-text {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }

  .service-gallery__slider-ctrl {
    margin: 0 auto;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 300px;
  }

  .service-gallery__slider .swiper-pagination {
    display: block;
  }

}

/**/
/**/

.crosslinks-block {
  display: flex;
  justify-content: space-between;
  margin: 16px -8px -8px;
}

.crosslinks-block__item {
  background: #E5FAFF;
  border-radius: 4px;
  width: calc(25% - 16px);
  padding: 1.7rem 1.14rem;
}

.crosslinks-block__item-title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 500;
  margin: 1.14rem 0 1.5rem;
  position: relative;
  width: 100%;
}

.crosslinks-block__item-title img {
  width: 3.4rem;
  height: auto;
  transition: all .2s ease;
}

.crosslinks-block__item-title:hover img {
  transform: translateX(1.14rem);
}

.crosslinks-block__item-title:hover:after {
  background: transparent;
}

.crosslinks-block__item-title:after {
  content: '';
  height: 2px;
  background: #F26422;
  position: absolute;
  bottom: -8%;
  left: 0;
  transition: all .2s ease;
}

.crosslinks-block__item:first-child .crosslinks-block__item-title:after {
  width: 60%;
}

.crosslinks-block__item:nth-child(2) .crosslinks-block__item-title:after {
  width: 78%;
}

.crosslinks-block__item:nth-child(3) .crosslinks-block__item-title:after {
  width: 78%;
}

.crosslinks-block__item:nth-child(4) .crosslinks-block__item-title:after {
  width: 50%;
}

.crosslinks-block__item-price {
  font-size: 1.5rem;
  line-height: 116%;
  font-weight: 700;
}

.crosslinks-block__item-price .accent {
  font-weight: 500;
  font-size: 2.3rem;
}

.crosslinks-block__item-img {
  display: block;
  width: 4.6rem;
  height: 4.6rem;
}

@media (max-width: 639px) {
  .crosslinks-block {
    flex-wrap: wrap;
  }

  .crosslinks-block__item {
    padding: 2rem;
    width: calc(50% - 16px);
  }

  .crosslinks-block__item-title {
    font-size: 2.25rem;
    margin: 1rem 0;
  }

  .crosslinks-block__item-title img {
    width: 3rem;
  }

  .crosslinks-block__item-title:after {
    display: none;
  }

  .crosslinks-block__item-img {
    width: 6rem;
	height: 6rem;
  }

  .crosslinks-block__item-price {
    font-size: 2rem;
  }

  .crosslinks-block__item-price .accent {
    font-size: 2.625rem;
  }

}

/*  map  */

.service-map-block {
  background: #EEF1F7;
}

.lp-city .tabs {
  margin: 2.86rem 0;
  justify-content: space-between;
  max-width: 400px;
}

.lp-city .tab.current,
.lp-city .current .dt-line {
  color: #3C3C3B;
}

.lp-city .tab {
  padding: 0;
  font-size: 2.29rem;
  font-weight: 700;
  line-height: 108%;
  letter-spacing: 0.04em;
}

.lp-city .tab > span {
  margin-left: 0;
}

.lp-city .letter {
  font-size: 1.71rem;
  line-height: 180%;
  color: #A2A2A1
}

.lp-city__list a {
  font-size: 1.21rem;
  line-height: 148%;
  text-decoration-line: underline;
  color: #F26422;
}

.city-row {
  padding-left: 0;
}

.letter + .city-row {
  margin-top: 0;
}

.lp-city__list a:hover {
  border-bottom: none;
  text-decoration: none;
}

.lp-city__list .sub-list {
  width: auto;
}

.box.visible.lp-city__list {
  display: flex;
  justify-content: space-between;
}

.lp-city__list-column:first-child {
  width: 66%;
  display: flex;
  justify-content: space-between;
}

.lp-city__list-column:last-child {
  width: 33%;
  display: flex;
  justify-content: space-between;
}

#lp-map {
	height: 500px;
}

#lp-map .ya-balloon-btn.button {
	letter-spacing: 0.03em;
}

@media (max-width: 639px) {
  .lp-city__list .clickable--hidden-content {
    margin-top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .lp-city__list .clickable--close-btn {
    position: absolute;
    top: 50%;
    /*  right: 0;*/
    left: 20px;
    width: 25px;
    height: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
  }

  .lp-city__list .clickable--close-btn:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 25px;
    line-height: 25px;
    color: #f26422;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
  }

  .lp-city__list .clickable.is--opened {
    
  }

  .lp-city__list .is--opened .clickable--close-btn:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
  }

  .lp-city__list .is--opened .clickable--hidden-content {
    height: auto;
    opacity: 1;
    visibility: visible
  }

  .lp-city__list .letter.clickable--area {
    position: relative;
  }

  .lp-city .letter {
    font-size: 3rem;
  }

  .is--opened .letter {
    color: #636362;
  }

  .lp-city__list a {
    font-size: 2.125rem;
  }

  .lp-city .tabs {
    max-width: 250px;
  }

  .lp-city .tab {
    font-size: 2.5rem;
  }

  .lp-city__list-column:first-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .lp-city__list-column:last-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  #lp-map {
	height: 300px;
}
}
