

/* Start:/local/templates/sm_students/components/bitrix/news.detail/school_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.detail/video/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/css/video.css?17655185401160*/
.video-block {
  position: relative;
  width: 100%;
  max-width: 1394px;
  margin: 0 auto;
  overflow: hidden;
  transition: border-radius 0.4s;
}

.video-block.active {
  border-radius: 16px;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.video-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-content {
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-color: var(--akva-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.video-play::before {
  content: '';
  display: block;
  height: 40px;
  width: 40px;
  flex: none;
  background: url(/local/templates/sm_students/css/../img/icons/video-play.svg) center / contain no-repeat;
}

@media (max-width: 767px) {
  .video-play {
    width: 64px;
    height: 64px;
  }

  .video-play::before {
    height: 20px;
    width: 20px;
  }
}
/* End */


/* Start:/local/templates/sm_students/components/bitrix/news.list/places/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/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/dot_list_flip/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/excursions_ticket/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 */
/* /local/templates/sm_students/components/bitrix/news.detail/school_first_banner/style.css?1761118996155 */
/* /local/templates/sm_students/components/bitrix/news.detail/video/style.css?1761118996155 */
/* /local/templates/sm_students/css/video.css?17655185401160 */
/* /local/templates/sm_students/components/bitrix/news.list/places/style.css?1761119579150 */
/* /local/templates/sm_students/css/map.css?17613682464027 */
/* /local/templates/sm_students/components/bitrix/news.list/advantages_icons_horizontal/style.css?1761394696399 */
/* /local/templates/sm_students/components/bitrix/news.list/dot_list_flip/style.css?1761394696399 */
/* /local/templates/sm_students/css/program.css?17617479481919 */
/* /local/templates/sm_students/components/bitrix/news.list/excursions_ticket/style.css?1761119579150 */
/* /local/templates/sm_students/css/slider-animation.css?17613890701447 */
