

/* Start:/bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/breadcrumb/new/style.css?17709349792164*/
.breadcrumbs {
    width: fit-content;
}
.breadcrumbs .breadcrumbs {
  padding: 0px;
}
.breadcrumbs__item {
  display: inline-block;
  position: relative;
  padding-right: 16px;
  margin-right: -16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #54565A;

}
.mobile .breadcrumbs__item:hover .breadcrumbs__dropdown-wrapper {
  display: none;
}
.mobile .breadcrumbs__item.hover .breadcrumbs__dropdown-wrapper {
  display: block;
}
.breadcrumbs__separator {
  position: relative;
  zoom: 1;
  bottom: -1px;
  display: inline-block;
  line-height: 18px;
  margin: 0;
  border: none;
  color: #54565A;
}

.breadcrumbs__item--with-dropdown {
}

.breadcrumbs__item--with-dropdown:hover .breadcrumbs__arrow-down {
  opacity: 1;
}

.breadcrumbs__arrow-down {
  opacity: 0.5;
  border: none;
  top: 13px;
  right: 3px;
  display: none;
  height: 3px;
  line-height: 18px;
  margin: 0 4px;
  position: absolute;
  width: 5px;
  z-index: 1;
  font-size: 0;
}
.breadcrumbs__arrow-down .svg {
  top: -8px;
}
.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down {
  display: inline-block;
}

.breadcrumbs__item-name {
  color: #54565A;
}
.breadcrumbs a:hover span {
  color: var(--fill_dark_light_white_hover);
}

.breadcrumbs__item--with-dropdown .breadcrumbs__item--dropdown {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.breadcrumbs__dropdown-wrapper {
  display: none;
  padding-top: 8px;
  top: 18px;
  z-index: 2;
  position: absolute;
  left: -18px;
}

.breadcrumbs__dropdown {
  background: #fff;
  background: var(--card_bg_black);
  padding: 11px 20px;
  text-align: left;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.12);
}
.breadcrumbs__dropdown .breadcrumbs__dropdown-item {
  display: block;
  line-height: 14px;
  padding: 5px 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .breadcrumbs__item--with-dropdown + .breadcrumbs__separator {
    margin-left: 18px;
  }
}

@media (max-width: 767px) {
  .breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down {
    display: none;
  }
}

/* End */


/* Start:/bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.detail/portfolio/style.css?17709355185667*/
.portfolio-detail {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.portfolio-detail__title {
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #54565A;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.portfolio-detail__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 27px;
    color: #54565A;
    margin-top: 19px;
}
.portfolio-detail__banner {
    width: 100%;
    height: 264px;
    position: relative;
    overflow: hidden;
    border-radius: 17px;
}
.portfolio-detail__banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 17px;
}
.portfolio-detail__content {
    width: 100%;
    margin-top: 23px;
    margin-bottom: -16px;
}
.portfolio-detail__content p {
    font-family: "Open Sans", sans-serif;
    font-size: 21px;
    line-height: 28px;
    color: #54565A;
}
.portfolio-detail__content img {
    width: 100%;
    height: auto;
    display: block;
}
.portfolio-detail__btn-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 0;
}
.portfolio-detail__link {
    background-color: #C10230;
    border-radius: 9px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 10px 34px 10px;
    width: 100%;
    display: flex;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    opacity: 1;
}
.portfolio-detail__link svg {
    stroke: #ffffff;
}
.portfolio-detail__link:hover {
    opacity: 0.8;
    color: #ffffff;
}
.portfolio-detail__button {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    border-radius: 9px;
    background: #359C8C;
    padding: 6px 35px 7px;
    width: 100%;
    display: flex;
    column-gap: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border, color 0.3s ease;
}
.portfolio-detail__button svg {
    stroke: #ffffff;
}
.portfolio-detail__button:hover {
    background: #02C194;
    box-shadow: 0px 0px 77px 0px #4C4E55E5;
    color: #ffffff;
}

.portfolio-detail__button:active,
.portfolio-detail__button:focus {
    background: radial-gradient(104.21% 102.35% at 50.25% 57.08%, #02C194 0%, #359C8C 100%);
}
.portfolio-detail__btn-wrapper {
    margin-top: 29px;
}
.portfolio-detail__images img {
    margin-bottom: 16px;
}
.portfolio-detail__images {
    margin-top: 16px;
}
@media (min-width: 1024px) {
    .portfolio-detail {
        margin-top: 73px;
        display: block;
    }
    .portfolio-detail__title {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 62px;
        text-transform: unset;
    }
    .portfolio-detail__text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #54565A;
    }
    .portfolio-detail__banner {
        width: 100%;
        height: 574px;
        position: relative;
        margin-top: 26px;
        overflow: hidden;
        border-radius: 17px;
    }
    .portfolio-detail__banner:after {
        display: block;
        content: url('/bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.detail/portfolio/./image/arrow.svg');
        left: -5px;
        bottom: -2px;
        width: 218px;
        height: 244px;
        position: absolute;
    }
    .portfolio-detail__banner-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
    }
    .portfolio-detail__banner-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 17px;
    }
    .portfolio-detail__content {
        margin-bottom: 17px;
    }
    .portfolio-detail__banner-text {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #ffffff;
    }
    .portfolio-detail__btn-wrapper {
        display: flex;
        flex-direction: column;
        width: 280px;
        margin-bottom: 0;
        min-width: 280px;
        margin-top: 5px;
        row-gap: 8px;
    }
    .portfolio-detail__content {
        width: 100%;
        margin-top: 23px;
    }
    .portfolio-detail__content .flex {
        display: flex;
        gap: 24px;
        margin-bottom: 30px;
    }
    .portfolio-detail__content .flex img {
        width: calc(50% - 12px);
        margin-bottom: 0;
    }
    .portfolio-detail__content p {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #54565A;
    }
    .portfolio-detail__content img {
        width: 100%;
        height: auto;
        display: block;
    }
    .portfolio-detail__link {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding: 12px 34px 12px;
    }
    .portfolio-detail__button {
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        padding: 8px 35px 6px;
    }
    .portfolio-detail__content-bottom {
        display: flex;
        gap: 54px;
        margin-top: 19px;
    }
    .portfolio-detail__content-bottom .portfolio-detail__text {
        margin-top: 0;
    }
    
}
/* End */


/* Start:/bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.list/other_projects/style.css?17709356622193*/
.other-projects {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
}
.other-projects__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #54565A;
    text-transform: uppercase;
}
.other-projects__slider {
    margin-top: 15px;
    display: flex;
    transition: transform 0.3s ease;
}
.other-projects__item {
    display: block;
    min-width: 281px;
    height: 281px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 9px;
    margin-right: 24px;
}
.other-projects__item:last-child {
    margin-right: 0; /* Убираем отступ у последнего слайда */
}
.other-projects__item-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.other-projects__control {
    background-color: #4F5665;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}
.other-projects__control svg {
    fill: #ffffff;
}
.other-projects__control:hover {
    opacity: 0.8;
}
.other-projects__control--prev {
    transform: rotate(180deg);
}
.other-projects__control--next {
    margin-left: auto;
    margin-right: 0;
}
@media (min-width: 768px) {
    .other-projects {
        position: relative;
        width: 100%;
        overflow: hidden;
        margin: auto;
    }
    .other-projects__slider {
        margin-top: 33px;
        display: flex;
        transition: transform 0.3s ease;
    }
    .other-projects__item {
        display: block;
        min-width: 274px;
        height: 219px;
        position: relative;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 17px;
        margin-right: 24px;
    }
}
@media (min-width: 1320px) {
    .other-projects__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 31px;
        text-transform: unset;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.list/faq/style.css?17709355572795*/
.faq-projects {
    position: relative;
    width: 100%;
    margin: auto;
}
.faq-projects__title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #54565A;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.faq-projects__content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}
.faq-projects__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 16px 0 14px 0;
    justify-content: center;
    min-height: 144px;
    border-bottom: 1px solid #4F5665; 
}
.faq-projects__item:first-child {
    border-top: 1px solid #4F5665; 
}
.faq-projects__name {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    color: #4F5665;
    transition: color 0.5s;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.faq-projects__name span {
    width: 82%;
}
.faq-projects__name svg {
    stroke: #4F5665;
    transition: transform 0.5s;
    margin-left: auto;
    margin-right: 10px;
    display: block;
    min-width: 13px;
    margin-top: -10px;
}
.faq-projects__text {
    display: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 14px;
    line-height: 24px;
    color: #4F5665;
    margin-top: 22px;
}
.faq-projects__item.active {
    padding-top: 26px;
    padding-bottom: 26px;
}
.faq-projects__item.active .faq-projects__name {
    color: #C10230;
    transition: color 0.5s;
}
.faq-projects__item.active .faq-projects__text {
    display: block;
    width: 91%;
}
.faq-projects__item.active .faq-projects__name svg {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
@media (min-width: 1320px) {
    .faq-projects__title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 30px;
        text-transform: unset;
    }
    .faq-projects__item {
        width: calc(50% - 11px);
        padding: 14px 16px 17px 9px;
        min-height: 80px;
        border: none;
    }
    .faq-projects__item:nth-child(odd),
    .faq-projects__item:last-child {
        border-bottom: 1px solid #4F5665; 
    }
    .faq-projects__item:nth-child(even),
    .faq-projects__item:first-child {
        border-top: 1px solid #4F5665; 
    }
    .faq-projects__name {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #4F5665;
        transition: color 0.5s;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .faq-projects__name svg {
        width: 6px;
        height: 7px;
        margin-top: 1px;
    }
}
/* End */
/* /bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/breadcrumb/new/style.css?17709349792164 */
/* /bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.detail/portfolio/style.css?17709355185667 */
/* /bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.list/other_projects/style.css?17709356622193 */
/* /bitrix/templates/aspro_max_slovodelo_copy/components/bitrix/news.list/faq/style.css?17709355572795 */
