

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17270862583867*/
.hidden {
  display: none;
}

.service-detail__wrap {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}

.service-detail__gallery .row {
  margin-right: -20px;
  margin-left: -20px;
}

.service-detail__gallery-image {
  height: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-detail__expand {
  height: 100%;
  width: 100%;
  background: #F59A22;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px;
}

.service-detail__expand:hover {
  text-decoration: none;
}

.service-detail__expand span {
  color: #FFFFFF;
  line-height: 22px;
  margin-right: 10px;
}

.service-detail__text {
  padding: 30px;
  background-color: #fff;
}

@media (max-width: 1220px) {
  .service-detail__gallery-image {
    height: 150px;
  }
}

@media (max-width: 992px) {
  .service-detail__gallery-image {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .service-detail__wrap {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .service-detail__gallery-image img {
    border-radius: 5px;
  }
  .service-detail__expand {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 400px) {
  .service-detail__gallery-image {
    height: 85px;
  }
}

.service-banner {
  position: relative;
  display: flex;
  max-width: 1080px;
  width: 100%;
  height: 200px;
}

.service-banner__left {
  position: relative;
  z-index: 2;
  width: 500px;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 87% 0%, 100% 100%, 0% 100%);
  display: flex;
  padding: 30px;
}

.service-banner__right {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 475px;
  height: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.service-banner__info {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
}

.service-banner__title {
  color: #F8F8F8;
  max-width: 88%;
  margin-bottom: 20px;
}

.service-banner__title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.service-banner__title h3:last-child {
  margin-bottom: 0;
}

.service-banner__title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}

.service-banner__title p:last-child {
  margin-bottom: 0;
}

.service-banner__btn {
  height: 38px;
  min-width: 130px;
  width: auto;
  background-color: #000000 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media (max-width: 1220px) {
  .service-banner {
    height: 240px;
  }
  .service-banner__left {
    width: 520px;
  }
  .service-banner__title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .service-banner {
    height: 480px;
    flex-direction: column-reverse;
  }
  .service-banner__left {
    -webkit-clip-path: none;
            clip-path: none;
    width: 100%;
  }
  .service-banner__right {
    position: relative;
    width: 100%;
  }
  .service-banner__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .service-banner {
    height: 400px;
  }
  .service-banner__left {
    padding: 20px;
  }
  .service-banner__title {
    max-width: 100%;
  }
  .service-banner__title h3 {
    font-size: 18px;
  }
  .service-banner__title p {
    font-size: 16px;
  }
  .service-banner__btn {
    height: 38px;
  }
}

/* End */


/* Start:/local/components/stmd/simple.block/templates/consultant/style.css?17270862581997*/
#main_container {
  overflow: unset !important;
}

.consultant-block {
  text-align: center;
  background-color: #fff;
  margin-bottom: 30px;
}

.consultant-block div:not(:last-child) {
  margin-bottom: 10px;
}

.consultant-block__title {
  font-weight: 500;
  font-size: 18px;
}

.consultant-block__photo {
  text-align: center;
  margin-bottom: 10px;
}

.consultant-block__photo img {
  width: 110px;
}

.consultant-block__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.consultant-block__status {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 30px !important;
}

.consultant-block__btns {
  max-width: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.consultant-block__btns a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 10px;
}

.consultant-block__btns a:hover {
  color: #fff;
}

.consultant-block__btns a:first-child {
  margin-bottom: 10px;
}

@media (max-width: 1220px) {
  .consultant-block__btns {
    max-width: 100%;
  }
}

.rounded-circle {
  border-radius: 50% !important;
}

.consultant-block--detail .consultant-block__btns {
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.consultant-block--detail .consultant-block__btns a {
  -webkit-box-flex: 1;
          flex-grow: 1;
  height: 44px;
}

.consultant-block--detail .consultant-block__btns a:first-child {
  margin-bottom: 0;
  margin-right: 10px;
}

@media (max-width: 1220px) {
  .consultant-block--detail .consultant-block__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .consultant-block--detail .consultant-block__btns a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
}

/* End */


/* Start:/local/templates/pechi_main_new_2016/components/bitrix/catalog.section/services_finished_works/style.css?17270862581323*/
.services-finished-works {
  padding: 50px 30px;
  background-color: #fff;
}

.services-finished-works__title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 30px;
}

.services-finished-works .row > div:nth-child(2n-1) {
  border-left: 1px solid #ededed;
}

.services-finished-works .catalog_item__name a {
  max-height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services-finished-works .catalog_item__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-right: 0;
}

.services-finished-works__btn {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.services-finished-works__btn a {
  min-width: 196px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1220px) {
  .services-finished-works {
    padding: 30px 20px;
  }
  .services-finished-works__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .services-finished-works .catalog_item__name a {
    font-size: 14px;
  }
  .services-finished-works .catalog_item__price {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .services-finished-works .catalog_item {
    padding: 10px !important;
  }
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/news/services/bitrix/news.detail/.default/style.css?17270862583867 */
/* /local/components/stmd/simple.block/templates/consultant/style.css?17270862581997 */
/* /local/templates/pechi_main_new_2016/components/bitrix/catalog.section/services_finished_works/style.css?17270862581323 */
