

/* Start:/local/templates/aspro-scorp/components/bitrix/news/portfolio/style.css?17502330861015*/
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 10px);
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.slick-arrow:before {
  content: none;
}
.slick-arrow:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.slick-prev {
  left: -25px;
  background-image: url("/local/templates/aspro-scorp/images/icons/arrow.png");
  transform: rotate(180deg);
  transform-origin: 50% 27%;
}
.slick-prev:hover, .slick-prev:focus {
  background-image: url("/local/templates/aspro-scorp/images/icons/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next {
  right: -25px;
  background-image: url("/local/templates/aspro-scorp/images/icons/arrow.png");
}
.slick-next:hover, .slick-next:focus {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/local/templates/aspro-scorp/images/icons/arrow.png");
}
.portfolio__detail .examples .slick-arrow{
    top: calc(60% - 10px);
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/aspro-scorp/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?17501486363118*/
.portfolio__detail {
  overflow-x: hidden;
}
.portfolio__detail .slider {
  position: relative;
  padding: 0 1.6216216216vw;
}
.portfolio__detail .slider__image {
  width: 100%;
  object-fit: contain;
  max-height: 500px;
}
.portfolio__detail .portfolioDetails {
  display: flex;
  justify-content: space-around;
}
.portfolio__detail .portfolioDetails .details__text {
  font-size: 18px;
  margin: auto auto auto 5px;
}
.portfolio__detail .portfolioDetails .details__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio__detail .portfolioDetails .details__image {
  width: 25px;
  height: 25px;
}
.portfolio__detail .description {
  margin-top: 15px;
  font-size: 16px;
}
.portfolio__detail .tasks {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
.portfolio__detail .tasks__title-container {
  display: flex;
  flex: 1;
}
.portfolio__detail .tasks__title {
  font-size: 20px;
  padding: 0.8108108108% 0;
  border-bottom: 2px solid #5b478d;
}
.portfolio__detail .tasks .table-price {
  font-size: 16px;
}
.portfolio__detail .tasks .table-price b {
  font-size: 16px;
}
.portfolio__detail .examples {
  margin-top: 30px;
}
.portfolio__detail .examples .slider__image-container {
  margin: 0 10px;
}
.portfolio__detail .examples .slider__image-description {
  color: #5b478d;
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}
.portfolio__detail .paperlist {
  /* background-image: -moz-linear-gradient(-90deg, rgb(242, 243, 245) 0%, rgb(255, 255, 255) 100%);
   background-image: -webkit-linear-gradient(-90deg, rgb(242, 243, 245) 0%, rgb(255, 255, 255) 100%);
   background-image: -ms-linear-gradient(-90deg, rgb(242, 243, 245) 0%, rgb(255, 255, 255) 100%);*/
}
.portfolio__detail .stages {
  margin-top: 80px;
}
.portfolio__detail .stages p {
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 0;
}
.portfolio__detail .inventory {
  margin: 60px 0 0 0;
}
.portfolio__detail .inventory__list {
  list-style-type: none;
  font-size: 14px;
  margin-top: 20px;
  padding-left: 0;
}
.portfolio__detail .inventory__list li {
  font-size: 16px;
  counter-increment: item;
}
.portfolio__detail .inventory__list li p {
  display: inline-block;
  margin: 0;
}
.portfolio__detail .inventory__list li p::first-letter {
  text-transform: uppercase;
}
.portfolio__detail .inventory__list li:before {
  content: counter(item) ")";
  margin-right: 8px;
}
.portfolio__detail .delimiter {
  width: 100%;
  height: 1px;
  border-top: 1px #ededed dashed;
  border-bottom: 1px #ededed dashed;
}
.slider-counter{display: none}

@media screen and (max-width: 540px) {
  .slider-counter {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    }
    
    .slider-counter span {
        margin: 0 5px;
        color: #999;
    }
  .portfolio__detail .portfolioDetails {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 10px;
  }
  .portfolio__detail .details__item {
    margin: 0;
  }
  .portfolio__detail .details__item:not(:first-child) {
    margin: 0;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/aspro-scorp/components/bitrix/news/portfolio/aspro/form.scorp/.default/style.css?16945306032578*/
.requestForm {
  margin-top: 40px;
}
.requestForm .form {
  margin-bottom: 10px;
}
.requestForm .form.success .form-header {
  border-top: none;
  border-bottom-color: #38ac61 !important;
  background: none;
  border-bottom: 2px solid;
}
.requestForm .form__agreement {
  margin-top: 10px;
}
.requestForm .form__agreement input {
  margin-right: 5px;
}
.requestForm .request__form {
  background-color: #d9dbe4;
  background-image: url("/images/form.png");
  background-position-x: -140px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3513513514vw 2.4324324324vw;
  border-radius: 0.4324324324vw;
  position: relative;
}
.requestForm .request__form #NAME {
  width: 35%;
  box-sizing: border-box;
}
.requestForm .request__form #CONTACT {
  width: calc(65% - 10px);
  box-sizing: border-box;
}
.requestForm .request__form #TEXT {
  margin-top: 10px;
  width: 100%;
  height: 80px;
  padding: 10px 15px;
  resize: none;
  border: none;
}
.requestForm .request__form #TEXT:focus {
  outline: none;
  border: none;
}
.requestForm .form__title {
  color: #5b478d;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.1px;
}
.requestForm .form__subtitle {
  font-size: 16px;
  margin-top: 0.5405405405vw;
  letter-spacing: -1.1px;
}
.requestForm .form__inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 50%;
  margin-top: 25px;
}
.requestForm .form .form-control {
  padding: 10px 15px;
  border: #d6d6d6 1px solid;
  font-size: 11px;
}
.requestForm .form .form-control:focus {
  outline: none;
}
.requestForm .form__button {
  display: block;
  background-color: #5b478d;
  color: white;
  padding: 15px 40px;
  font-size: 16px;
  border: #5b478d 1px solid;
  margin: 10px auto 0 auto;
}
.requestForm .form__button:hover {
  background-color: white;
  color: #5b478d;
  transition: background-color 0.3s;
}

@media screen and (max-width: 768px) {
  .requestForm .request__form {
    background-image: none;
  }
  .requestForm .request__form #NAME {
    width: 100%;
  }
  .requestForm .request__form #CONTACT {
    width: 100%;
    margin-top: 10px;
  }
  .requestForm .request__form #TEXT {
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  .requestForm .form__title {
    text-align: center;
  }
  .requestForm .form__subtitle {
    text-align: center;
  }
  .requestForm .form__inputs {
    flex-direction: column;
    margin: 25px auto 0 auto;
    max-width: none;
  }
  .requestForm .form__button {
    margin-top: 10px;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/aspro-scorp/components/bitrix/news/portfolio/style.css?17502330861015 */
/* /local/templates/aspro-scorp/components/bitrix/news/portfolio/bitrix/news.detail/.default/style.css?17501486363118 */
/* /local/templates/aspro-scorp/components/bitrix/news/portfolio/aspro/form.scorp/.default/style.css?16945306032578 */
