

/* Start:/local/templates/sm_students/components/bitrix/news.list/banner_autoscroll/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/career_track/style.css?17628497424088*/
.step-wrapper {
    position: relative;
}

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

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

.step-wrapper .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-wrapper .step-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
}

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

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

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

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

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

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

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

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

.step-wrapper .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-wrapper .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-wrapper .step-arrow-text {
    position: absolute;
    bottom: calc(100% + 17px);
    left: 0;
}

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

    .step-wrapper .step-img {
        height: 182px;
        min-width: 182px;
    }

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

@media (min-width: 1024px) and (max-width: 1365px) {
    .step-wrapper .step-title {
        gap: 0;
    }

    .step-wrapper .step-icon-wrapper {
        gap: 16px;
    }

    .step-arrow.col-3 {
        width: calc(100% / 12 * 2 - 16px);
    }

    .step-item.col-6 {
        width: calc(100% / 12 * 7 - 16px);
    }

    .step-item.col-8 {
        width: calc(100% / 12 * 9 - 16px);
    }
}

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

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

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

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

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

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

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

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

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

    .step-wrapper .step-desc {
        width: 100%;
    }

    .step-wrapper .step-num {
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/circle_icons_slider/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/slider-animation.css?17613890701447*/
@media (min-width: 767px) {
    .animate {
        animation-iteration-count: 1;
        animation-duration: 1s;
        animation-direction: normal;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-delay: 0.4s;
    }
}

.slick-active .zoomOut {
    animation-name: zoomOut;
}

.slick-active .fadeUp {
    animation-name: fadeUp;
}

.slick-active .fadeDown {
    animation-name: fadeDown;
}

.slick-active .fadeLeft {
    animation-name: fadeLeft;
}

.slick-active .fadeRight {
    animation-name: fadeRight;
}

@keyframes zoomOut {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-32px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(32px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-32px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* 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 */
/* /local/templates/sm_students/components/bitrix/news.list/banner_autoscroll/style.css?1761119579150 */
/* /local/templates/sm_students/components/bitrix/news.list/career_track/style.css?17628497424088 */
/* /local/templates/sm_students/components/bitrix/news.list/circle_icons_slider/style.css?1761119579150 */
/* /local/templates/sm_students/css/slider-animation.css?17613890701447 */
/* /local/templates/sm_students/components/bitrix/news.list/map_points/style.css?1761119579150 */
/* /local/templates/sm_students/css/map.css?17613682464027 */
