

/* Start:/local/templates/sm_students/components/bitrix/news.detail/student_stag_first_banner/style.css?1761118996155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/circle_icons_list_images/style.css?1761119579150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/advantages_icons_horizontal/style.css?1761394696399*/
.profit-list {
  display: flex;
  gap: 64px;
  padding: 0 64px;
  flex-wrap: wrap;
}

.profit-item {
  flex: 1;
}

@media (max-width: 1919px) {
  .profit-list {
    gap: 40px;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .profit-list {
    gap: 32px;
    padding: 0 32px;
  }
}

@media (max-width: 539px) {
  .profit-list {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/student_stag_programs/style.css?1761394696399*/
.profit-list {
  display: flex;
  gap: 64px;
  padding: 0 64px;
  flex-wrap: wrap;
}

.profit-item {
  flex: 1;
}

@media (max-width: 1919px) {
  .profit-list {
    gap: 40px;
    padding: 0 40px;
  }
}

@media (max-width: 767px) {
  .profit-list {
    gap: 32px;
    padding: 0 32px;
  }
}

@media (max-width: 539px) {
  .profit-list {
    flex-direction: column;
  }
}
/* End */


/* Start:/local/templates/sm_students/css/program.css?17617479481919*/
.program-bg-orange {
    background: linear-gradient(45deg, #FF853A, #EA5B0C);
    position: relative;
}

.program-bg-orange::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/local/templates/sm_students/img/student/stag-1-bg.svg) center / cover no-repeat;
}

.program-bg-akva-base {
    background: linear-gradient(45deg, #00C4D9, #01ADBA);
    position: relative;
}

.program-bg-akva-base::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/local/templates/sm_students/img/student/stag-2-bg.svg) center / cover no-repeat;
}

.program-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.program-title {
    position: relative;
}

.program-info {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.program-img {
    height: 350px;
    width: 350px;
    object-fit: contain;
    margin-bottom: -48px;
    margin-left: -48px;
}

.program-txt {
    margin-left: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.program-txt li {
    margin: 0 !important;
}

@media (max-width: 1919px) {
    .program-img {
        height: 20vw;
        width: 20vw;
    }
}

@media (min-width: 1024px) {
    .program-txt {
        padding-left: 0;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .program-item {
        justify-content: flex-start;
    }

    .program-info {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media (max-width: 1023px) {
    .program-txt {
        width: 100%;
        padding-top: 0;
    }

    .program-img {
        height: 25vw;
        width: 25vw;
    }
}


@media (max-width: 767px) {
    .program-img {
        margin-bottom: -16px;
        margin-left: -16px;
    }
}
/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/map_points/style.css?1761119579150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/sm_students/css/map.css?17613682464027*/
.map-wrapper {
    position: relative;
}

.map {
    height: 728px;
}

.map-select-block {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.map-selected-wrapper {
    cursor: pointer;
    padding: 8px 8px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.map-selected-arrow {
    flex: none;
    height: 56px;
    width: 56px;
    background: url(/local/templates/sm_students/css/../img/icons/select-arrow.svg) center / contain no-repeat;
    transition: 0.3s;
}

.map-selected-wrapper.active .map-selected-arrow {
    transform: rotate(180deg);
}

.map-select-wrapper {
    display: none;
}

.map-select {
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.map-select-option {
    cursor: pointer;
    padding: 24px;
    border-radius: 40px;
    transition: 0.3s;
}

.map-select-wrapper.bg-blue .map-select-option:hover {
    background-color: var(--blue-light);
}

.map-select-wrapper.bg-biryuza .map-select-option:hover {
    background-color: var(--akva-base);
}

.map-selected {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 64px);
}

.map-info {
    position: absolute;
    top: 114px;
    left: 32px;
    bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px;
    overflow: auto;
}

.map-select-block,
.map-info {
    width: 617px;
}

.map-info-left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.map-info-photo {
    width: calc(50% - 16px);
    height: 200px;
    object-fit: cover;
    border-radius: 36px;
}

.map-info-logo {
    max-height: 110px;
    max-width: 150px;
    object-fit: contain;
    object-position: top;
    margin-left: auto;
    display: block;
}

@media (max-width: 1919px) {
    .map {
        height: 500px;
        border-radius: 40px;
    }

    .map-select-block {
        top: 20px;
        left: 20px;
    }

    .map-info {
        top: 72px;
        left: 20px;
        bottom: 20px;
    }

    .map-select-block {
        gap: 4px;
    }

    .map-select-block,
    .map-info {
        width: 400px;
    }

    .map-info-photo {
        width: calc(66% - 16px);
        height: 120px;
        border-radius: 24px;
    }

    .map-info-logo {
        max-height: 50px;
        max-width: 70px;
    }

    .map-selected-arrow {
        height: 40px;
        width: 40px;
    }

    .map-select-option {
        padding: 12px;
    }

    .map-select-wrapper {
        border-radius: 24px;
    }

    .map-selected-wrapper {
        padding: 4px 4px 4px 12px;
    }
}

@media (max-width: 1199px) {

    .map-select-block,
    .map-info {
        width: 300px;
    }

    .map-info-photo {
        height: 100px;
    }
}

@media (max-width: 767px) {

    .map-info {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        gap: 16px;
    }

    .map {
        height: 340px;
        margin: 16px 0;
    }

    .map-select-block {
        width: auto;
        top: 16px;
        left: 16px;
        right: 16px;
    }

    .ymaps-2-1-79-image {
        transform: scale(0.5) !important;
    }
}

@media (max-width: 767px) and (min-width: 539px) {
    .map-info {
        flex-direction: row;
    }

    .map-info-left {
        width: calc(100% / 3 - 16px);
        flex-direction: column;
    }

    .map-info-right {
        width: calc(100% / 3 * 2 - 16px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .map-info-photo {
        width: 100%;
        margin-bottom: 16px;
    }

    .map-info-logo {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/faq_list/style.css?17617251013348*/
.step-wrapper {
    position: relative;
}

.step-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 265px;
    object-position: right;
    display: block;
}

.step-img img {
    height: 100%;
    width: 100%;
    object-position: right;
}

.step-img::before {
    content: '';
    display: block;
    height: 104px;
    width: 104px;
    background-color: var(--akva-light);
    position: absolute;
    top: 0;
    right: calc(100% + 16px);
    border-radius: 32px;
}

.step-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px !important;
}

.step-title {
    cursor: pointer;
    padding: 64px 64px 64px 0;
    overflow: hidden !important;
    align-items: normal !important;
    gap: 60px !important;
    flex-wrap: wrap !important;
}

.step-title .spoiler-icon {
    background-color: white;
    margin-left: auto;
}

.step-title .spoiler-icon::before {
    background: url(/local/templates/sm_students/img/icons/spoiler-akva.svg) center / contain no-repeat
}

.step-num {
    margin-left: -30px;
    line-height: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
}

.step-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
}

.step-icon-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;
    gap: 32px !important;
}

.step-time {
    padding: 8px 32px;
}

.step-arrow-wrapper {
    width: 100%;
    position: relative;
}

.step-arrow {
    position: absolute;
    top: 130px;
    right: 91px;
    bottom: 67px;
    border-top-right-radius: 70px;
    border-top: 4px solid var(--akva-blue);
    border-right: 4px solid var(--akva-blue);
}

.step-arrow::after {
    content: '';
    display: block;
    height: 17px;
    width: 30px;
    background: url(/local/templates/sm_students/img/icons/step-arrow.svg) center / contain no-repeat;
    position: absolute;
    bottom: -1px;
    right: -17px;
}

.step-arrow-text {
    position: absolute;
    bottom: calc(100% + 17px);
    left: 0;
}

@media (max-width: 1919px) {
    .step-title {
        padding: 40px 40px 40px 0;
        gap: 32px !important;
    }

    .step-img {
        height: 182px;
    }

    .step-arrow {
        top: 93px;
    }
}

@media (max-width: 1365px) {
    .step-item {
        width: 100%;
    }

    .step-img, .step-arrow {
        display: none;
    }
}

@media (min-width: 768px) {
    .step-icon-wrapper {
        text-align: right;
    }
}

@media (max-width: 767px) {
    .step-title {
        padding: 16px;
        gap: 16px !important;
    }

    .step-desc {
        margin-right: 0;
        width: calc(100% - 40px);
    }

    .step-num {
        margin-left: -20px;
        width: 40px;
        line-height: 100%;
    }

    .step-icon-wrapper {
        justify-content: space-between;
        width: 100%;
        margin-left: 0;
        gap: 16px !important;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .step-desc {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 479px) {
    .step-title {
        flex-direction: column;
    }

    .step-desc {
        width: 100%;
    }

    .step-num {
        margin-left: 0;
    }
}
/* End */
/* /local/templates/sm_students/components/bitrix/news.detail/student_stag_first_banner/style.css?1761118996155 */
/* /local/templates/sm_students/components/bitrix/news.list/circle_icons_list_images/style.css?1761119579150 */
/* /local/templates/sm_students/components/bitrix/news.list/advantages_icons_horizontal/style.css?1761394696399 */
/* /local/templates/sm_students/components/bitrix/news.list/student_stag_programs/style.css?1761394696399 */
/* /local/templates/sm_students/css/program.css?17617479481919 */
/* /local/templates/sm_students/components/bitrix/news.list/map_points/style.css?1761119579150 */
/* /local/templates/sm_students/css/map.css?17613682464027 */
/* /local/templates/sm_students/components/bitrix/news.list/faq_list/style.css?17617251013348 */
