

/* Start:/local/templates/soft/components/bitrix/news.detail/articles_1/style.css?178878753616509*/
/*.container .breadcrumbs {*/
/*    display: block;*/
/*    max-width: 1128px;*/
/*    margin: 30px auto 0 auto;*/
/*}*/

.detail-container-inner {
    display: block;
    /*max-width: 1128px;*/
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.detail-section-caption-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #E1D8EB;
    margin-bottom: 48px;
    align-items: center;
}

.detail-section-caption-wrapper h2 {
    margin: 0 !important;
    line-height: 35px !important;
    padding: 0;
}

.detail-section-caption-arrow-more {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: center / contain no-repeat url('/local/templates/soft/pictures/icons/arrow-more.svg');
}

.services-detail-section h2 {
    font-size: 32px !important;
    font-weight: 700 !important;
}

.footer {
    margin-top: 0 !important;
}

.services-detail {
    margin-top: 5px;
}

@media screen and (max-width: 1024px) {
    .container .breadcrumbs {
        display: none;
    }

    .services-detail-section h2 {
        font-size: 23px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
    }

    .detail-section-caption-arrow-more {
        width: 16px;
        height: 16px;
        flex: 16px 0 0;
        margin-left: 15px;
    }

    .detail-container-inner {
        padding: 0 16px;
    }

    .header-slider-slide .detail-container-inner {
        padding: 0;
    }
}


/* HEADER SLIDER */

.header-slider-wrapper {
    background: #42285C;
}

.header-slider {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.header-slider-slide {
    padding: 112px 0 60px 0;
}

.header-slider-slide-text-top {
    color: #fff;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 48px;
    border-bottom: 1px solid #D62C2C;
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.header-slider-slide-text-bottom {
    color: #bfbfbf;
    font-size: 21px;
    font-weight: 500;
    margin-top: 48px;
}

.header-slider-slide-button-wrapper {
    margin-top: 40px;
}

.header-slider-slide-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 39%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.header-slider-slide-button-wrapper .btn {
    padding: 12px 45px;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: 1px;
}

.header-slider-slide-text {
    display: block;
    width: 55%;
}

@media screen and (max-width: 1024px) {

    .header-slider-slide {
        padding: 0 0 0;
    }

    .header-slider-slide-image {
        position: relative;
        width: 100%;
        height: 290px;
    }

    .header-slider-slide-text {
        width: 100%;
        padding: 60px 15px 20px 15px;
    }

    .header-slider-slide-text-top {
        font-size: 28px;
        line-height: 28px;
        padding: 0;
        border: 0;
    }

    .header-slider-slide-text-bottom {
        margin-top: 28px;
        font-size: 16px;
        font-weight: 300;
    }

    .header-slider-slide-button-wrapper {
        margin-top: 33px;
    }

    .header-slider-slide-image {
        position: relative;
        width: 100%;
        height: 290px;
        background-size: cover;
        background-position: 60px 50%;
    }

    .header-slider-slide-button-wrapper .btn span {
        font-size: 14px;
        font-weight: 400;
    }
}

/* /HEADER SLIDER */

/* DESCRIPTION TABS */

.detail-description-tabs.swiper {
    display: inline-block;
    vertical-align: top;
    width: calc( 100% / 12 * 3.5 );
    margin-right: 17px;
    padding: 23px;
    background: #fff;
}

.detail-description-tab-head-item {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    padding: 18px 0;
    cursor: pointer;
}

.detail-description-tab-head-item.active {
    font-weight: 800;
    background: linear-gradient(143deg, rgba(47, 144, 198, 1.00) 0%, #802FB9 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 22px;
    position: relative;
}

.detail-description-tab-head-item:not(.active) svg {
    display: none;
}

.detail-description-tab-content-item:not(.active) {
    display: none;
}

.detail-description-tab-head-item.active svg {
    position: absolute;
    right: 0;
    top: calc( 50% - 10px );
}

.detail-description-tab-head-item.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    background: linear-gradient(140deg, rgba(47, 144, 198, 1.00) 0%, #802FB9 100%);
}

.detail-description-tabs-content {
    display: inline-block;
    vertical-align: top;
    width: calc( 100% / 12 * 8.5 - 22px );
    background: #fff;
    padding: 48px 120px 27px 40px;
}

.detail-description-tab-content-caption {
    color: #353543;
    font-size: 24px;
    font-weight: 600;
}

.detail-description-tab-content-text {
    margin-top: 40px;
    color: #353543;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.detail-description-tab-content-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.detail-description-tab-content-button-wrapper .btn {
    min-width: 255px;
    padding: 13px 20px;
}

.detail-description-tab-content-bottom {
    display: block;
    margin-top: 60px;
}

.detail-description-tab-content-bottom > * {
    display: inline-block;
    vertical-align: top;
}

.detail-description-tab-content-arrow-wrapper {
    width: 57%;
}

.detail-description-tab-content-arrow-wrapper > * {
    display: inline-block;
    vertical-align: middle;
}

.detail-description-tab-content-arrow-text {
    color: #353543;
    font-size: 18px;
    font-weight: 600;
    width: calc( 100% - 85px );
}

.detail-description-tab-content-arrow {
    line-height: 0;
}

@media screen and (min-width: 1025px) {
    .detail-desctiption-tabs-head-items.swiper-wrapper {
        display: block;
    }
}

@media screen and (max-width: 1024px) {
    .detail-description-tabs.swiper {
        width: 100%;
        margin-bottom: 16px;
        padding: 22px 0 35px 22px;
    }

    .detail-description-tab-head-item {
        width: 58%;
        font-size: 11px;
        line-height: 13px;
        padding: 8px 0;
    }

    .detail-description-tab-head-item.active {
        padding-right: 0;
    }

    .detail-description-tab-head-item.active svg {
        top: calc( 100% + 4px );
        left: 0;
        transform: rotate(90deg);
    }

    .detail-description-tabs-content {
        width: 100%;
        padding: 25px 16px 25px 20px;
    }

    .detail-description-tab-content-caption {
        font-size: 20px;
    }

    .detail-description-tab-content-text {
        margin-top: 25px;
        font-size: 14px;
    }

    .detail-description-tab-content-arrow-wrapper {
        width: 100%;
        position: relative;
        margin-bottom: 15px;
    }

    .detail-description-tab-content-arrow-text {
        width: 100%;
    }

    .detail-description-tab-content-arrow svg {
        position: absolute;
        top: calc( 100% + 35px );
        left: 0;
    }

    .detail-description-tab-content-bottom {
        margin-top: 20px;
    }

    .detail-description-tab-content-button-wrapper {
        padding-left: 75px;
        width: 100%;
    }

    .detail-description-tab-content-button-wrapper .btn {
        min-width: 0;
        flex: 1 1 auto;
        width: auto;
    }
}

/* /DESCRIPTION TABS */

/*   DESCRIPTION   */

.detail-description-wrapper {
    display: block;
    background: #fff;
    padding: 40px;
    margin: 40px 0;
}

/*   /DESCRIPTION   */


/* EDUCATION */

.services-detail-section.education {
    background: #FFF;
}

.detail-education-wrapper {
    display: block;
    padding: 94px 0;
    background-size: cover;
    background-position: center;
}

.detail-education-content {
    display: flex;
    justify-content: space-between;
    gap: 45px;
    margin-top: 45px;
}

.detail-education-item-icon {
    display: block;
    width: 100px;
    height: 100px;
    background-size: contain;
}

.detail-education-item-title {
    background: linear-gradient(133deg, #802FB9 0%, #FF3E2D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-weight: 600;
    margin-top: 17px;
}

.detail-education-item-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 12px;
}

.detail-education-content.items-1 .detail-education-item {
    display: block;
    width: 75%;
}

.detail-education-content.items-2 .detail-education-item {
    display: block;
    width: calc( 100% / 2 );
}

.detail-education-content.items-3 .detail-education-item {
    display: block;
    width: calc( 100% / 3 );
}

.detail-education-content.items-4 .detail-education-item {
    display: block;
    width: calc( 100% / 4 );
}

.detail-education-wrapper > svg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    /*height: 100%;*/
}



.portfolio-slider-prev,
.portfolio-slider-next {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.24);
    border-radius: 10px;
    width: 39px;
    height: 45px;
    z-index: 5;
    top: 35%;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.portfolio-slider-prev {
    z-index: -5;
    opacity: 0;
    left: 15px;
}

.portfolio-slider-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.portfolio-slider-prev.show {
    opacity: 1;
    z-index: 5;
}

.portfolio-slider-next {
    right: 2%;
}


@media screen and (max-width: 1024px) {
    .detail-education-wrapper > svg {
        display: none;
    }

    .detail-education-content {
        display: block !important;
    }

    .detail-education-item {
        width: 100% !important;
        margin-bottom: 25px;
    }

    .detail-education-wrapper {
        padding: 50px 0;
    }

    .detail-education-item-title {
        font-size: 20px;
    }

    .detail-education-item-text {
        font-size: 14px;
    }

    .services-detail-section.education .detail-container-inner {
        padding: 0;
    }
}

/* /EDUCATION */

/* ADVANTAGES */

.services-detail-section.advantages {
    display: block;
    background: #1F1F1F;
    overflow: hidden;
}

.detail-advantages-title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(235, 225, 245, 0.28);
}

.detail-advantages-title h2 {
    color: #fff;
    margin: 0 !important;
}

.detail-advantages {
    display: block;
    padding: 80px 0;
}

.detail-advantages-item-number {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(130deg, #E44036 0%, #6516B3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
}

.detail-advantages-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.detail-advantages-item-text {
    display: block;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}

.detail-advantages-item {
    display: inline-block;
    vertical-align: top;
    width: calc( 50% - 35px );
    margin-top: 87px;
    position: relative;
    padding: 42px 0 0 108px;
}

.detail-advantages-item:nth-child(2n+1) {
    margin-right: 65px;
}

.detail-advantages-content {
    display: block;
    position: relative;
}

.detail-advantages-content::before {
    border-radius: 50%;
    opacity: 0.8;
    background: linear-gradient(130deg, #E44036 0%, #6516B3 100%);
    box-shadow: 40px 40px 60px 0px rgba(255, 255, 255, 0.35) inset;
    filter: blur(59.5px);
    content: '';
    width: 405px;
    height: 405px;
    display: block;
    position: absolute;
    bottom: -315px;
}

.detail-advantages-content > svg {
    position: absolute;
    right: -54px;
    top: 62px;
}

@media screen and (max-width: 1024px) {
    .detail-advantages {
        padding: 40px 0;
    }

    .detail-advantages-item {
        width: 100%;
        padding: 0;
    }

    .detail-advantages-item-number {
        position: relative;
        display: inline-block;
        width: 90px;
    }

    .detail-advantages-item-title {
        display: inline-block;
        margin-left: 15px;
        width: calc( 100% - 110px );
        font-size: 20px;
    }

    .detail-advantages-item-text {
        margin-top: 16px;
        font-size: 14px;
    }

    .detail-advantages-item {
        margin-top: 20px;
        margin-right: 0 !important;
    }

    .detail-advantages-content > svg {
        display: none;
    }

    .detail-advantages-title h2 {
        width: 84%;
    }
}

/* /ADVANTAGES */

/* PARTNERS */

.services-detail-section.partners {
    padding: 60px 0;
}

.services-detail-section.partners .logos-list-wrapper {
    padding-bottom: 0;
}

.detail-section-white-bg {
    display: block;
    background: #fff;
}

/* /PARTNERS */

/* PORTFOLIO */

.detail-container-inner.portfolio {
    background: #fff;
    max-width: unset;
}

.services-detail-section.portfolio {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}

.detail-section-portfolio {
    font-size: 0;
}

.detail-section-portfolio > div {
    display: inline-block;
    vertical-align: middle;
}

.detail-section-portfolio-left {
    width: calc( 26% - 38px );
}

.detail-section-portfolio-items.swiper {
    width: 74%;
    margin-left: 38px;
}

.detail-section-portfolio-text {
    color: #171717;
    font-size: 19px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 20px;
}

.detail-section-portfolio-button-wrapper .btn {
    text-transform: initial;
    width: 100%;
    padding: 12px 23px;
    font-size: 0px;
    line-height: 0;
}

.detail-section-portfolio-button-wrapper .btn.gradient::before {
    background: linear-gradient(94.8deg, #5f2bb4, #2b7bb8, #5f2bb4);
}

.detail-section-portfolio-button-wrapper .btn span {
    font-size: 18px;
}

.detail-section-portfolio-items.swiper {
    font-size: 0;
}

.detail-section-portfolio-slides > div {
    display: inline-block;
    vertical-align: top;
    width: calc( 100% / 3 - 32px);
    /*margin-left: 32px;*/
}

.detail-section-portfolio-items.swiper {
    padding: 0 1px;
}

.detail-section-portfolio-item:first-child {
    margin-left: 0;
}

.detail-section-portfolio-item-picture {
    display: block;
    width: 100%;
    padding-top: 70%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-bottom: 24px;
    border: 1px solid #9C00BC;
}

.detail-section-portfolio-item-text {
    color: #353543;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
}

.btn.gradient::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 200%;
    background: linear-gradient(94.8deg, #5f2bb4, #2b7bb8, #5f2bb4);
    -webkit-transition: 0.8s cubic-bezier(0.27, 0, 0.15, 1);
    -o-transition: 0.8s cubic-bezier(0.27, 0, 0.15, 1);
    transition: 0.8s cubic-bezier(0.27, 0, 0.15, 1);
}

@media screen and (min-width: 1025px) {
    .detail-section-portfolio-slides.swiper-wrapper {
        /*display: block;*/
        font-size: 0;
    }
}
@media screen and (max-width: 1024px) {
    .detail-section-portfolio .detail-section-portfolio-left {
        display: block;
        width: 75%;
        margin-bottom: 24px;
    }

    .detail-section-portfolio-items .detail-section-portfolio-item {
        width: 100%;
        padding-right: 25%;
        margin-left: 0;
    }

    .detail-section-portfolio-items.swiper {
        width: 100%;
        margin-left: 0;
    }
}

/* /PORTFOLIO */
/* End */


/* Start:/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/style.css?169841549112227*/
.main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-banner-wrapper {
  padding: 30px 0;
  position: relative;
  background: #42285c;
  /*box-shadow: 0 -115px 95px 70px #42285c;*/
  overflow: hidden;
  transition: background 1s;
}

.main-banner-item {
  position: relative;
  padding-top: 10px;
}

.main-banner-item > .container {
  position: relative;
}

.main-banner-dots.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  padding: 0 20px 19px;
}

.banner-btns .swiper-button-prev, .banner-btns .swiper-button-next{
  position: static;
  border: none;
}

.main-banner-item-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 85% 100%;
}

.main-banner-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-banner-item__image {
  display: block;
  width: 30%;
}

.main-banner-item__image-mobile {
  display: none;
  width: 100%;

}

.main-banner-item__image-mobile img {
  display: block;
  width: 100%;
  height: auto;
}

.main-banner-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  margin-bottom: 50px;
}

.main-banner-item__title {
  color: #ffffff;
  display: block;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
  width: 100%;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.main-banner-item__subtitle {
  color: #ffffffa1;
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  display: block;
  width: 75%;
  margin: 20px 0;
  opacity: 0;
  -webkit-transform: translateX(85px);
  -ms-transform: translateX(85px);
  transform: translateX(85px);
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-banner-item .btn {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.main-banner-dots {
  display: -webkit-box;
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  -webkit-box-orient: vertical;
  /*-webkit-box-direction: normal;*/
  /*-ms-flex-direction: column;*/
  /*flex-direction: row;*/
  -webkit-box-pack: center;
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*width: auto !important;*/
  /*padding-left: 66px;*/
  /*position: absolute;*/
  text-align: center;
  z-index: 2;
}

.main-banner.swiper, .swiper-creative .swiper-slide{
  overflow: unset !important;
}

.main-banner-dots .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  /*background-clip: text;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  vertical-align: sub;
  opacity: 0.5;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-weight: 800;
  background: #ffffff;
  margin: 0px 10px !important;
}

.main-banner-item__image .image-responsive{
  position: relative;
}

/*.main-banner-dots .swiper-pagination-bullet:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: -66px;*/
/*  right: 20px;*/
/*  display: inline-block;*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/slider-number.svg");*/
/*  height: 1px;*/
/*  top: 50%;*/
/*}*/

.main-banner-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  vertical-align: sub;
  width: 15px;
  height: 15px;
  /*background-color: #ffffff;*/
  /*background: radial-gradient(3em, purple 93%, turquoise 100%);*/
  background: #ffffff;
}

/*.main-banner-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:before {*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/slider-number-active.svg");*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:first-child:before {*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/first-slider-number.svg");*/
/*  height: 18px;*/
/*  background-size: cover;*/
/*  background-position: right;*/
/*  top: -100%;*/
/*  right: 5px;*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active {*/
/*  background: -o-linear-gradient(355.2deg, #802FB9 -16.13%, #FF3E2D 110.23%);*/
/*  background: linear-gradient(94.8deg, #802FB9 -16.13%, #FF3E2D 110.23%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  background-clip: text;*/
/*  text-fill-color: transparent;*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active:before {*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/first-slider-number-active.svg");*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:last-child {*/
/*  margin-bottom: 0 !important;*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:last-child:before {*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/last-slider-number.svg");*/
/*  height: 18px;*/
/*  background-size: cover;*/
/*  background-position: right;*/
/*  top: 100%;*/
/*  right: 5px;*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {*/
/*  background: -o-linear-gradient(355.2deg, #802FB9 -16.13%, #FF3E2D 110.23%);*/
/*  background: linear-gradient(94.8deg, #802FB9 -16.13%, #FF3E2D 110.23%);*/
/*  -webkit-background-clip: text;*/
/*  -webkit-text-fill-color: transparent;*/
/*  background-clip: text;*/
/*  text-fill-color: transparent;*/
/*}*/

/*.main-banner-dots .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active:before {*/
/*  background: url("/local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/../../../../pictures/icons/last-slider-number-active.svg");*/
/*}*/

@media screen and (min-width: 992px) {
  .main-banner-item__text.active .main-banner-item__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .main-banner-item__text.active .main-banner-item__subtitle {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .main-banner-item__text.active .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .main-banner-item__text.active .btn:active {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}

@media screen and (max-width: 1024px) {
  .main-banner-wrapper {
    padding-bottom: 0 !important;
    padding-top: 40px;
  }

  .main-banner-item__image-mobile img {
    transform: none;
  }

  .main-banner-item__image-mobile {
    margin-bottom: 0;
    width: 100% !important;
  }
}

@media screen and (max-width: 992px) {
  .main-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-banner-slider {
    margin-bottom: 60px;
  }

  .main-banner-item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .main-banner-item__text {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }

  .main-banner-item__text .main-banner-item__title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 28px;
    line-height: 32px;
  }

  .main-banner-item__text .main-banner-item__subtitle {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    font-size: 17px;
    line-height: 24px;
    margin: 10px 0 40px;
  }

  .main-banner-item__text .btn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }

  .main-banner-item__title {
    text-align: center;
  }

  .main-banner-item__subtitle {
    text-align: center;
  }

  .main-banner-dots {
    /*-webkit-box-orient: horizontal;*/
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    bottom: 0 !important;
    top: auto;
    /*left: auto !important;*/
    padding-left: 0;
    gap: 27px;
  }

  .main-banner-dots .swiper-pagination-bullet {
    margin-left: 10px !important;
  }

  /*.main-banner-dots .swiper-pagination-bullet:before {*/
  /*  left: 0;*/
  /*  top: 100%;*/
  /*  -webkit-transform: rotate(-90deg) translateX(-37px) translateY(-31px);*/
  /*  -ms-transform: rotate(-90deg) translateX(-37px) translateY(-31px);*/
  /*  transform: rotate(-90deg) translateX(-37px) translateY(-31px);*/
  /*  width: 71px;*/
  /*}*/

  /*.main-banner-dots .swiper-pagination-bullet:first-child:before {*/
  /*  top: 100%;*/
  /*  left: -55px;*/
  /*  -webkit-transform: rotate(-90deg) translateX(-15px);*/
  /*  -ms-transform: rotate(-90deg) translateX(-15px);*/
  /*  transform: rotate(-90deg) translateX(-15px);*/
  /*  width: 71px;*/
  /*}*/

  /*.main-banner-dots .swiper-pagination-bullet:last-child:before {*/
  /*  -webkit-transform: rotate(-90deg) translateX(-15px) translateY(-10px);*/
  /*  -ms-transform: rotate(-90deg) translateX(-15px) translateY(-10px);*/
  /*  transform: rotate(-90deg) translateX(-15px) translateY(-10px);*/
  /*}*/
}

@media screen and (max-width: 768px) {
  .main-banner-item__image-mobile {
    display: block;
  }

  .main-banner-item__image {
    display: none;
  }
}

.swiper-button-prev{
  /*background-image: url("/upload/ar1.svg");*/
  width: 50px;
  height: 50px;
  stroke: #6F25B8;
  fill: #6F25B8;
  /*background-color: #6F25B8;*/
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto;
  border: 1px solid hsla(0,0%,100%,.1);
  border-radius: 50%;
  transform: scaleX(-1);
}
.swiper-button-prev:after{
  display: none;
}

.swiper-button-next{
  /*background-image: url("/upload/ar1.svg");*/
  width: 50px;
  height: 50px;
  stroke: #6F25B8;
  fill: #6F25B8;
  /*background-color: #6F25B8;*/
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto;
  border: 1px solid hsla(0,0%,100%,.1);
  border-radius: 50%;
}
.swiper-button-next:after{
  display: none;
}
.swiper-button-next, .swiper-button-prev {
  bottom: 0;
  top: auto;
}
.banner-btns {
  display: flex;
  position: absolute;
  bottom: 10px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
  width: auto;
}
.swiper-button-next, .swiper-button-prev {
  position: initial;
}
.swiper-button-next, .swiper-button-prev {
  margin-top: auto;
}
/* End */
/* /local/templates/soft/components/bitrix/news.detail/articles_1/style.css?178878753616509 */
/* /local/templates/soft/components/bitrix/news.list/newmain-banners-dark-top/style.css?169841549112227 */
