.contacts__top {
  display: flex;
  justify-content: space-between;
  margin-top: 1.71rem;
}

.contacts__top-left {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__top-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contacts__top-left {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: .04em;
/*  color: #636362;*/
}

.contacts__top-left p {
  margin-bottom: 5px;
}

.contacts__top-left span {
  color: #3c3c3b;
}

.contacts__top-left span sup {
  font-size: .5em;
    line-height: normal;
}

.contacts__top-left span.red {
  color: #F03D3E;
}

.contacts__top-time {
  color: #636362;
  display: flex;
  justify-content: space-between;
}

.contacts__top-cashbox {
  font-size: 1.36rem;
  line-height: 124%;
}

.contacts__top-break {
  font-size: 1.36rem;
  line-height: 124%;
  color: #F03D3E;
}

.contacts__top-time_week div:not(:first-child), .contacts__top-time_weekend div:not(:first-child) {
  margin-top: 4px;
}

.contacts__top-email, .contacts__top-desc   {
  margin-top: 0.5rem;
}

.contacts__top-route {
  display: flex;
  justify-content: space-between;
  align-items: center;
/*  font-size: 1.14rem;*/
/*  font-weight: 500;*/
/*  line-height: 132%;*/
/*  letter-spacing: 0.04em;*/
  margin-top: 0.5rem;
}

.contacts__top-route-btn {
  height: 2.86rem;
  line-height: 2.57rem;  
  padding: 0 1.14rem;
  border-radius: 4px;
  border: 2px solid #F26422;
  background: #EEF1F7;
  transition: all .2s ease;
  display: inline-block;
  font-size: 1.14rem;
}

@media (min-width: 640px) {
  .contacts__top-route-btn:hover {
    color: #EEF1F7;
    background: #F26422;
  }
}

@media (max-width: 639px) {
  .contacts__top {
    flex-direction: column;
    margin-top: 0;
  }

  .contacts__top-left,
  .contacts__top-right {
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
  }

  .contacts__top-left {
    font-size: 2.25rem;
    line-height: 124%;
  }
  
  .contacts__top-time {
    font-size: 2.125rem;
  }

  .contacts__top-left span sup {
  }

  .contacts__top-cashbox, .contacts__top-break {
    font-size: 2rem;
    line-height: 124%;
  }


  .contacts__top-route {
    font-size: 2rem;
    margin-top: 2rem;
/*    flex-wrap: wrap;*/
/*    text-align: center;*/
/*    justify-content: space-around;*/
  }

/*
  .contacts__top-route div:first-child {
    margin-bottom: 2rem;
    width: 100%;
  }
*/

  .contacts__top-route-btn {
    height: 4rem;
    padding: 0 1rem;
/*    display: inline-block;*/
    line-height: 3.5rem;
    font-size: 2rem;
  }

  .contacts__top-email, .contacts__top-desc, .contacts__top-tel {
    margin-top: 2rem;
  }

}

.contacts__top-product {
  display: flex;
  justify-content: space-between;
}

.contacts__top-table {
  width: 58%;
}

.contacts__helps {
  width: 38%;
}

.contacts__top-table table {
  margin: 0 0 1.71rem
}

.contacts__top-table table tr th {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: 0.04em;
  padding: 0;
}

.contacts__top-table table tr td {
  font-size: 1.29rem;
  line-height: 140%;
  letter-spacing: 0.04em;
  padding: 0.5rem 0;
}

.contacts__top-table table,
.contacts__top-table table * {
  border: none
}

.contacts__helps-top {
  margin-bottom: 0;
}

.contacts__helps-top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.contacts__helps-top li span {
  font-size: 11px;
  color: #979797;
  display: table;
  background: #fff;
  padding: 0 5px;
  margin-left: 6px;
  margin-bottom: -5px;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.contacts__helps-top li select {
  font-family: core_sans, Arial, sans-serif;
  width: 100%;
  height: 3.43rem;
  border: none;
  border-radius: 4px;
  padding: 0 1.14rem;
  cursor: pointer;
  font-size: 1.29rem;
  font-weight: 500;
  background: url(/assets/static/widgets/calc.v1/img/ico/icon-arrow.svg) #fff 95% 50% no-repeat;
  background-size: 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1.14rem;
  letter-spacing: 0.04em;
}

.contacts__helps-bottom {
  list-style: none;
}

.contacts__helps-bottom li {
  width: 100%;
  overflow: hidden;
  padding-top: 1.14rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 148%;
  letter-spacing: 0.04em;
}

.contacts__helps-bottom li a {}

.contacts__helps-bottom li p {
  margin: 0;
}

.is--collapsed p {
  display: none;
}

@media (max-width: 639px) {
  .contacts__top-product {
    flex-direction: column;
  }
  
  .contacts__top-product .fo-block__subtitle{
    margin-top: 2rem;
  }

  .contacts__top-table {
    width: 100%;
  }

  .contacts__helps {
    width: 100%;
  }

  .contacts__top-table table {
    margin: 0 0 3rem
  }
  
  .contacts__top-table table:last-child {
    margin: 0 0 1rem
  }

  .contacts__top-table table tr th {
    font-size: 2.25rem;
    line-height: 124%;
  }

  .contacts__top-table table tr td {
    font-size: 2rem;
    padding: 0.5rem 0;
  }

   .contacts__helps-top {
    margin-bottom: 0;
  }

  .contacts__helps-top ul {
    
  }

  .contacts__helps-top li span {
    font-size: 11px;
    color: #979797;
    display: table;
    background: #fff;
    padding: 0 5px;
    margin-left: 6px;
    margin-bottom: -5px;
    z-index: 2;
    position: relative;
    cursor: pointer;
  }

  .contacts__helps-top li select {
    height: 5rem;
    padding: 0 2rem;
    font-size: 2rem;
    background: url(/assets/static/widgets/calc.v1/img/ico/icon-arrow.svg) #fff 95% 50% no-repeat;
    background-size: 1rem;
    margin-bottom: 2rem;
  }

   .contacts__helps-bottom li {
    padding-top: 1rem;
    font-size: 2.25rem;
    line-height: 140%;
  }

  .contacts__helps-bottom li a {}

  .contacts__helps-bottom li p {
    margin: 0;
  }

}

/**/
.manag__quot-block {
  display: flex;
  margin: 24px 0;
}

.manag__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: 2.3rem;
  margin-right: 24px;
  position: relative;
  min-height: 15rem;
  flex-direction: column;
  justify-content: center;
}

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

.manag__quot-feat {
  display: flex;
  margin: -1.71rem -1.71rem 0;
}

.manag__quot-feat-item {
  margin: 1.71rem;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 104%;
}

.manag__quot-feat-item img {
  display: block;
  margin-bottom: 10px;
}

.manag__quot-feat-item .grey {
  color: #828282;
}

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

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

.manag__quot-auth {
  font-size: 1.07rem;
  line-height: 124%;
}

.manag__quot-job {
  font-size: 1.14rem;
  line-height: 124%;
  margin-bottom: 0.8rem;
}

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

  .manag__quot-phrase {
    width: 100%;
    padding: 3rem;
    font-size: 2.25rem;
    margin-bottom: 2rem;
    min-height: inherit;
  }

  .manag__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;
  }

  .manag__quot-feat {
    flex-wrap: wrap;
    margin: -1.5rem -1.5rem 2.5rem;
  }

  .manag__quot-feat-item {
    width: calc(50% - 3rem);
    margin: 1.5rem;
    font-size: 1.75rem;
    line-height: 116%;
  }

  .manag__quot-feat-item img {
    margin-bottom: 1rem;
  }

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

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

  .manag__quot-name {
    font-size: 2.25rem;
    text-align: right;
    margin-bottom: 0.5rem;
  }

  .manag__quot-job {
    font-size: 2rem;
    text-align: right;
  }

  .manag__quot-auth {
    font-size: 1.875rem;
    text-align: right;
  }

}

/**/
/**/

.fo-alert__container {
  margin-top: 1.71rem;
  margin-bottom: 1.71rem;
}


.fo-alert {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  padding: 1.14rem 1.71rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 1.43rem;
}

.fo-alert.fo-alert_note {
  background: #FDE6DB;
}

.fo-alert.fo-alert_error {
  background: #FACDCD;
}

.fo-alert.fo-alert_success {
  background: #D8F5E3;
}

.fo-alert__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.fo-alert__close {
  cursor: pointer;
}

.fo-alert__close {
  width: 24px;
  min-width: 24px;
  height: auto;
}

.fo-alert__text {
  flex-grow: 1;
  padding-left: 16px;
  padding-right: 24px;
}


@media(max-width: 639px) {
  .fo-alert {
    align-items: center;
    font-size: 2rem;
    padding: 2rem;
    margin-top: 3rem;
  }

  .fo-alert__text {
    padding-right: 2rem;
  }
}

@media (min-width: 1920px) {
  .fo-alert {
    border-radius: 0.29rem;
  }

  .fo-alert__icon {
    width: 1.71rem;
    min-width: 1.71rem;
    height: 1.71rem;
  }

  .fo-alert__text {
    padding-left: 1.14rem;
    padding-right: 1.71rem;
  }
}

/**/
/**/

.good-service-block {
  background: url(/assets/static/pages/oplata.v3/img/bgGoodServicePromo.jpg), #3c3c3b;
  color: #F0FAFF;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.good-service-block .fo-alert__container {
  color: #3c3c3b;
  margin-bottom: 0;
}

.good-service-block__items-wrap {
  display: flex;
  flex-wrap: wrap;
  /*  margin-top: 12px;*/
}

.good-service-block__item {
  width: 50%;
  margin: 1.5rem 0;
}

.good-service-block__item:nth-child(2n+1) {
  padding-right: 12px;
}

.good-service-block__item:nth-child(2n) {
  padding-left: 12px;
}

.good-service-block__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.14rem;
}

.good-service-block__item-img {
  width: 4rem;
  margin-right: 1.14rem;
}

.good-service-block__item-img img {
  min-width: 4rem;
  display: block;
}

.good-service-block__item-title {
  font-weight: 500;
  font-size: 1.5rem;
}

.good-service-block__item-text {
  font-size: 1.5rem;
  line-height: 148%;
}

@media (max-width: 639px) {
  .good-service-block {
    background: url(/assets/static/pages/oplata.v3/img/bgGoodServicePromoMob.jpg), #3c3c3b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .good-service-block__item {
    width: 100%;
    /*    margin-bottom: 3rem;*/
  }

  .good-service-block__item:nth-child(2n+1) {
    padding-right: 0;
  }

  .good-service-block__item:nth-child(2n) {
    padding-left: 0;
  }

  .good-service-block__item-head {
    margin-bottom: 2rem;
  }

  .good-service-block__item-img {
    width: 6rem;
    margin-right: 2rem;
  }

  .good-service-block__item-img img {
    min-width: 6rem;
  }

  .good-service-block__item-title {
    font-size: 2.25rem;
  }

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

}

/**/

.gallery-block__slider {
  margin: 2.9rem 0;

}

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

.gallery-block__slide-text {
  display: none;
  font-size: 1.29rem;
  line-height: 140%;
  width: 90%;
  /*  margin: 0 auto;*/
}

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

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

.gallery-block__slider-ctrl .sw__slider--dotted-button-prev {
  left: 0;
}

.gallery-block__slider-ctrl .sw__slider--dotted-button-next {
  right: 0;
}

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


.gallery-block__slider-ctrl .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}

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

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

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

.gallery-block__slider .swiper-pagination {
  display: none;
}

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

  .gallery-block__slider .swiper-pagination {
    display: none;
  }
}

@media (max-width: 639px) {

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

  .gallery-block__title {
    width: 100%;
  }

  .gallery-block__slider {
    margin-top: 4rem;
  }

  .gallery-block__slide-img {
    /*    margin-bottom: 2rem;*/
  }

  .gallery-block__slide-text {
    width: 100%;
    /*    text-align: center;*/
    font-size: 1.75rem;
  }

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

  .gallery-block__slider .swiper-pagination {
    display: block;
  }

}


@media (min-width: 1920px) {
  .gallery-block__slide-img {
    border-radius: 0.29rem;
  }

  .gallery-block__slider-ctrl {
    left: 1.71rem;
    bottom: 1.71rem;
    max-width: 7.43rem;
    height: 2.91rem;
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 1.14rem;
  }

  .gallery-block__slider-ctrl .sw__slider--dotted-button.active,
  .gallery-block__slider-ctrl .sw__slider--dotted-button:hover {
    background-size: 1.29rem;
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet {
    width: 1.71rem;
    height: 1.71rem;
  }

  .gallery-block__slider-ctrl .swiper-pagination-bullet:after {
    border: 0.14rem solid #EEF1F7;
    width: 0.86rem;
    height: 0.86rem;
  }

  .gallery-block__slide-text {
    bottom: 2rem;
    right: 5.8rem;
    border-radius: 0.29rem;
    padding: 1.14rem;
  }

  .gallery-block__slide-text div {
    margin-bottom: 0.57rem;
  }

  .gallery-block__slide-text:after {
    width: 0.57rem;
    height: 1.14rem;
    right: -0.57rem;
    bottom: 0.86rem;
  }

  .gallery-block__slide-hint-btn {
    bottom: 2rem;
    right: 2rem;
    width: 2.9rem;
    height: 2.9rem;
  }

  .gallery-block__slide-hint-btn:after {
    top: calc(50% - 0.57rem);
    left: calc(50% - 0.57rem);
    height: 1.14rem;
    width: 1.14rem;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .gallery-block__slide-hint-btn:before {
    height: 3rem;
    width: 3rem;
  }
}
