.content {
    /* font */

    --int-font-size-lg: 1.14286rem; /* = font-size-in-rem($font_size_lg) */
    --int-font-size-xl: 1.28571rem; /* = font-size-in-rem($font_size_xl) */
    --int-font-size-2xl: 1.57143rem; /* = font-size-in-rem($font_size_2xl) */

    /* grid */

    --int-grid-space-xl: 48px; /* = $grid_space_xl */
    --int-grid-space-lg: 36px; /* = $grid_space_lg */
    --int-grid-space-md: 24px; /* = $grid_space_md */
    --int-grid-space-sm: 18px; /* = $grid_space_sm */
    --int-grid-space-xs: 12px; /* = $grid_space_xs */
    --int-grid-space-2xs: 6px; /* = $grid_space_2xs */
    --int-grid-space-ex-xs: 8px; /* = $grid_space_ex_xs */

    --int-base-xl: 360px; /* = $grid_base_xl */
    --int-base-lg: 300px; /* = $grid_base_lg */
    --int-base-md: 240px; /* = $grid_base_md */
    --int-base-sm: 180px; /* = $grid_base_sm */

    /* input */

    --int-input-height-lg: 54px; /* = $input_height_lg */
    --int-btn-space-base: 18px; /* = $btn_space_base */

    /* border */

    --int-border-radius-inf: 9999px;

    /* block */

    --int-block-margin: var(--gr-block-margin);
}

/* {{{ common */

.content > h2 { /* .section_title *//* TODO: переделать */
    display: block;
    margin: var(--int-block-margin) 0;
    line-height: 1.25;
    font-weight: 800;
    font-size: var(--int-font-size-2xl);
    color: var(--gr-color-accent);
    text-transform: uppercase;
}

.none {
    display: none;
}

/* }}} */

/* {{{ .inostran_header-promo-slide-picture_img */

.inostran_header-promo-slide-picture_img {
    display: block;
}

.inostran_header-promo-slide-picture_img img {
    display: block;
    width: 100%;
}

.inostran_header-promo-slide-picture_img .inostran_header-promo-text {
    display: none;
}

/* .inostran_header-promo-slide-picture_img .inostran_header-promo-text  .inostran_header-promo-title */
/* .inostran_header-promo-slide-picture_img .inostran_header-promo-text  .inostran_header-promo-subtitle */

/* }}} */

/* {{{ .inostran_header-promo-countries */

.inostran_header-promo-countries {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-md), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
}

.inostran_header-promo-countries .inostran_header-promo-item {
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--int-grid-space-xs); /* flex box */
    align-items: center; /* flex box */
    border-radius: var(--int-border-radius-inf);
    padding: var(--int-grid-space-sm);
    min-width: var(--int-base-md); /* flex cell */
    background: var(--gr-color-white);
}

.inostran_header-promo-countries .inostran_header-promo-item img {
    --icon-size: 48px;
    flex: none; /* flex cell */
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_header-promo-countries .inostran_header-promo-item a {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* }}} */

/* {{{ .inostran__advantages-section */

.inostran__advantages-section {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-lg), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
}

.inostran__advantages-section .inostran__advantages-item {
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--int-grid-space-sm); /* flex box */
    align-items: center; /* flex box */
    border-radius: var(--int-border-radius-inf);
    padding: var(--int-grid-space-sm) var(--int-grid-space-md) var(--int-grid-space-sm) var(--int-grid-space-lg);
    min-width: var(--int-base-md); /* flex cell */
}

.inostran__advantages-section .inostran__advantages-item:nth-child(3n - 2) {
    background: #97bd00;
}

.inostran__advantages-section .inostran__advantages-item:nth-child(3n - 1) {
    background: #ff8e00;
}

.inostran__advantages-section .inostran__advantages-item:nth-child(3n) {
    background: #008ad5;
}

.inostran__advantages-section .inostran__advantages-item img {
    --icon-size: 48px;
    flex: none; /* flex cell */
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran__advantages-section .inostran__advantages-item a {
    overflow: hidden;
    font-weight: 600;
    color: rgba(var(--gr-color-white-rgb), .85);
    text-overflow: ellipsis;
}

.inostran__advantages-section .inostran__advantages-item a:hover {
    color: var(--gr-color-white);
}

/* }}} */

/* {{{ .checklist-num */

.checklist-num {
    display: block;
    margin: var(--int-block-margin) 0 0;
    line-height: 1;
    font-weight: 700;
    font-size: 6rem;
    color: rgba(var(--gr-color-gray-base-rgb), .25);
}

/* }}} */

/* {{{ .checklist-subtitle */

.content > h3.checklist-subtitle {
    margin: 0 0 var(--int-block-margin);
    border: none;
    padding: 0;
    font-weight: 600;
    font-size: var(--int-font-size-2xl);
    color: var(--gr-color-gray-base);
}

/* }}} */

/* {{{ .programs__list */

.programs__list {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-lg), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
}

.programs__list .programs__list-item {
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--int-grid-space-sm); /* flex box */
    align-items: center; /* flex box */
    border: 1px solid var(--gr-border-color);
    border-radius: var(--gr-card-border-radius);
    padding: var(--gr-card-padding);
}

.programs__list .programs__list-item img {
    --icon-size: 78px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

/* }}} */

/* {{{ .video-wrapper */

.video-wrapper {
    display: block;
    position: relative;
    margin: var(--int-block-margin) auto;
    max-width: 800px;
}

.video-wrapper .video-image {
    border-radius: 0;
}

.video-wrapper .play-button { /* TODO: переделать */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    border-radius: 0;
    width: 64px;
    height: 64px !important;
    cursor: pointer;
}

.video-wrapper .play-button.inostran-play-button {
}

.video-wrapper .video-frame {
    display: block;
    border-radius: var(--gr-card-border-radius);
    aspect-ratio: 16/9;
    width: 100%;
}

.video-wrapper .video-frame.none {
    display: none;
}

/* }}} */

/* {{{ .inostran_greeting__container */

.inostran_greeting__container {
    display: flex; /* grid box */
    flex-flow: row nowrap; /* grid box */
    gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    background: var(--gr-block-bg-color);
}

.inostran_greeting__container .inostran_greeting__text {
    flex: 2; /* flex cell */
}

.inostran_greeting__container .inostran_greeting__container-text { /* см. блок "Контакты" */
    flex: 1; /* flex cell */
    display: flex; /* grid box */
    flex-flow: column; /* grid box */
}

.inostran_greeting__container .inostran_greeting__text h4.inostran_res__text,
.inostran_greeting__container .inostran_greeting__container-text h3.checklist-subtitle { /* см. блок "Контакты" */
    display: block;
    margin: 0 0 var(--int-grid-space-sm);
    border: none;
    padding: 0;
    line-height: 1.25;
    font-weight: bold;
    font-size: var(--int-font-size-xl);
    color: var(--gr-color-gray-base);
}

.inostran_greeting__container .inostran_greeting__container-text h3.checklist-subtitle { /* см. блок "Контакты" */
    font-size: var(--int-font-size-2xl);
    /* font-size: 2rem; */
}

.inostran_greeting__container .inostran_greeting__text .inostran_contacts,
.inostran_greeting__container .inostran_greeting__container-text .inostran_contacts { /* см. блок "Контакты" */
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    align-items: center; /* flex box */
    gap: var(--int-grid-space-ex-xs);
}

.inostran_greeting__container .inostran_greeting__text .inostran_contacts img {
    --icon-size: 32px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_greeting__container .inostran_greeting__container-text .inostran_contacts img { /* см. блок "Контакты" */
    --icon-size: 60px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_greeting__container .inostran_greeting__text .inostran_contacts p,
.inostran_greeting__container .inostran_greeting__container-text .inostran_contacts p { /* см. блок "Контакты" */
    margin: 0;
    max-width: 100%; /* WARN: чтобы не расшиперивало .inostran_greeting__container .inostran_greeting__text */
    overflow: hidden;
    text-overflow: ellipsis;
}

.inostran_greeting__container .inostran_greeting__container-text .inostran_contacts p a:last-child { /* см. блок "Контакты" */
    display: block; /* WARN: перенос строки */
}

.inostran_greeting__container .inostran_greeting__text p {
}

.inostran_greeting__container .inostran_greeting__container-button {
    --color: #fd1b51;
    margin: var(--gr-grid-h-gap) var(--gr-grid-h-gap) 0 0;
    border-radius: var(--int-border-radius-inf);
    padding: var(--int-grid-space-sm) var(--int-grid-space-md);
    font-size: var(--int-font-size-lg);
    text-align: center;
    background: var(--color);
    color: var(--gr-color-white);
}

.inostran_greeting__container .inostran_greeting__container-button:first-child {
    background: var(--color);
    color: var(--gr-color-white);
}

.inostran_greeting__container .inostran_greeting__container-button:last-child {
    border: 1px solid var(--color);
    background: var(--gr-color-white);
    color: var(--color);
}

.inostran_greeting__container .inostran_greeting__img {
    flex: 1; /* flex cell */
    min-width: var(--int-base-md); /* flex cell */
}

.inostran_greeting__container .inostran_greeting__img img {
    display: block;
    max-width: 100% !important;
}

.inostran_greeting__container .inostran_greeting__container-text + .inostran_greeting__img { /* см. блок "Контакты" */
    flex: 0 1 var(--int-base-lg); /* flex cell */
}

.inostran_greeting__container .inostran_greeting__container-text .inostran_rools__container { /* см. блок "Контакты" */
    display: flex; /* flex box */
    /* flex-flow: row wrap; *//* flex box *//* v1 */
    flex-flow: row nowrap; /* flex box *//* v2 */
    gap: var(--gr-grid-h-gap); /* flex box */
    margin: auto 0 0;
    padding: var(--gr-grid-v-gap) 0 0;
}

.inostran_greeting__container .inostran_greeting__container-text .inostran_rools__container img { /* см. блок "Контакты" */
    max-width: var(--int-base-sm);
}

/* }}} */

/* {{{ .inostran_rools__container */

.inostran_rools__container {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-md), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
}

.inostran_rools__container .inostran_contacts {
    display: flex; /* flex box */
    flex-flow: column; /* flex box */
    gap: var(--gr-card-padding); /* flex box */
    border: 1px solid var(--gr-border-color);
    border-radius: var(--gr-card-border-radius);
    padding: var(--gr-card-padding);
}

.inostran_rools__container .inostran_contacts img {
    --icon-size: 64px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_rools__container .inostran_contacts p {
    margin: 0;
}

/* }}} */

/* {{{ Блок 5. */

.content > .checklist-subtitle + .inostran_res__text { /* TODO: переделать */
    display: block;
    margin: var(--int-block-margin) 0;
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    background: var(--gr-block-bg-color);
    font-weight: normal;
    font-size: 1rem;
}

/* }}} */

/* {{{ .inostran-take-docs */

.inostran-take-docs {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-md), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
    margin: var(--int-block-margin) 0;
}

.inostran-take-docs .inostran-take-doc {
    display: flex; /* flex box */
    flex-flow: column; /* flex box */
    gap: var(--gr-card-padding); /* flex box */
    border: 1px solid var(--gr-border-color);
    border-radius: var(--gr-card-border-radius);
    padding: var(--gr-card-padding);
}

.inostran-take-docs .inostran-take-doc img {
    --icon-size: 64px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran-take-docs .inostran-take-doc p {
    margin: 0;
}

/* }}} */

/* {{{ .inostran_warning */

.inostran_warning {
    display: block;
    margin: var(--int-block-margin) 0;
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    background: #fd1b511f;
}

.inostran_warning h4.inostran_res__text {
}

/* }}} */

/* {{{ .inostran_warning-location */

.inostran_warning-location {
    display: grid; /* grid box */
    /* grid-template-columns: 1fr 1fr; *//* grid box */
    grid-template-columns: 50% 50%; /* grid box *//* WARN: для .inostran_warning-location .inostran_warning-location-info .inostran_contacts .inostran_contact {overflow: hidden;} */
    margin: var(--int-block-margin) 0;
}

.inostran_warning-location > img {
    grid-row: 1 / -1; /* grid cell */
    grid-column: 1 / -1; /* grid cell */
    border-radius: var(--gr-block-border-radius);
    /* aspect-ratio: 1102/464; *//* original */
    aspect-ratio: 1128/475;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.inostran_warning-location .inostran_warning-location-info {
    grid-row: -1 / -1; /* grid cell */
    grid-column: 2 / -1; /* grid cell */
    align-self: end; /* grid cell */
    display: flex; /* flex box */
    flex-flow: column; /* flex box */
    gap: var(--gr-block-padding); /* flex box */
    margin: var(--gr-block-padding);
    margin-left: 0;
    border-radius: var(--gr-card-border-radius);
    padding: var(--gr-block-padding);
    background: var(--gr-color-white);
}

.inostran_warning-location .inostran_warning-location-info h4.inostran_res__text {
}

.inostran_warning-location .inostran_warning-location-info .inostran_contacts_flex {
    display: flex; /* flex box */
    flex-flow: column; /* flex box */
    gap: var(--int-grid-space-ex-xs); /* flex box */
}

.inostran_warning-location .inostran_warning-location-info .inostran_contacts {
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    align-items: center; /* flex box */
    gap: var(--int-grid-space-ex-xs);
}

.inostran_warning-location .inostran_warning-location-info .inostran_contacts img {
    --icon-size: 32px;
    border-radius: 0;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_warning-location .inostran_warning-location-info .inostran_contacts .inostran_contact,
.inostran_warning-location .inostran_warning-location-info .inostran_contacts p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* }}} */

/* {{{ .inostran-more */

.inostran-more {
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--int-grid-space-xs); /* flex box */
    align-items: center; /* flex box */
    border-radius: var(--int-border-radius-inf);
    padding: 0 calc(1.5 * var(--int-btn-space-base));
    min-height: var(--int-input-height-lg);
    background: var(--gr-color-white);
    color: rgb(57, 137, 210);
}

.inostran-more a {
    line-height: var(--int-input-height-lg);
    font-weight: 600;
    font-size: var(--int-font-size-lg);
    color: inherit;
    text-decoration: none;
}

.inostran-more img {
    flex: none; /* flex cell */
    width: 16px;
    height: 16px !important;
}

/* }}} */

/* {{{ .inostran-card */

.inostran-card {
    --bg-color: rgb(57, 137, 210);
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--gr-block-padding); /* flex box */
    align-items: flex-end; /* flex box */
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    padding-bottom: calc(2.75 * var(--gr-block-padding));
    background: var(--bg-color);
    color: var(--gr-color-white);
}

.inostran-card + .inostran-card {
    margin-top: calc(-1.75 * var(--gr-block-padding));
}

.inostran-card:has(+ :not(.inostran-card)) { /* WARN: CSS Level 4 */
    padding-bottom: var(--gr-block-padding);
}

.inostran-card:nth-child(3n - 2) {
    --bg-color: rgb(162, 188, 26);
}

.inostran-card:nth-child(3n - 1) {
    --bg-color: rgb(57, 137, 210);
}

.inostran-card:nth-child(3n) {
    --bg-color: rgb(250, 141, 21);
}

.inostran-card > div {
    flex: 1; /* flex cell */
}

.inostran-card > .inostran-more {
    flex: none; /* flex cell */
    color: var(--bg-color);
}

.inostran-card:nth-child(3n - 2) > .inostran-more img {
    filter: invert(63%) sepia(91%) saturate(408%) hue-rotate(26deg) brightness(94%) contrast(88%);
}

.inostran-card:nth-child(3n - 1) > .inostran-more img {
    filter: invert(55%) sepia(28%) saturate(3418%) hue-rotate(185deg) brightness(86%) contrast(89%);
}

.inostran-card:nth-child(3n) > .inostran-more img {
    filter: invert(56%) sepia(80%) saturate(611%) hue-rotate(347deg) brightness(97%) contrast(103%);
}

.inostran-card h2.inostran-card-title {
    display: block;
    margin: 0;
    line-height: 1.25;
    font-size: var(--int-font-size-2xl);
    color: inherit;
}

.inostran-card .inostran-card-description {
    display: block;
    margin: var(--gr-block-padding) 0 0;
    font-size: var(--int-font-size-lg);
}

/* }}} */

/* {{{ .inostran_about-section, .inostran_about-cards */

.inostran_about-section {
    margin: var(--int-block-margin) 0;
}

.inostran_about-cards {
    display: grid; /* grid box */
    grid-template-columns: repeat(auto-fill, minmax(var(--int-base-lg), 1fr)); /* grid box */
    grid-gap: var(--gr-grid-h-gap); /* grid box */
}

.inostran_about-cards .inostran_about-card {
    display: flex; /* flex box */
    flex-flow: column; /* flex box */
    gap: var(--gr-block-padding); /* flex box */
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    background: var(--gr-color-white);
    font-size: var(--int-font-size-lg);
}

.inostran_about-cards .inostran_about-card:nth-child(3n-1) {
    background: #fd1b51;
}

.inostran_about-cards .inostran_about-card:nth-child(3n-1) p {
    color: var(--gr-color-white);
}

.inostran_about-cards .inostran_about-card .inostran_about-card-quote_img {
    --icon-size: 56px;
    width: var(--icon-size);
    height: var(--icon-size) !important;
}

.inostran_about-cards .inostran_about-card:nth-child(3n-2) .inostran_about-card-quote_img,
.inostran_about-cards .inostran_about-card:nth-child(3n) .inostran_about-card-quote_img {
    filter: invert(32%) sepia(79%) saturate(7485%) hue-rotate(337deg) brightness(109%) contrast(98%);
}

.inostran_about-cards .inostran_about-card p.inostran_about-quote {
    margin: 0;
}

.inostran_about-cards .inostran_about-card .inostran_about-author {
    margin-top: auto; /* flex cell */
    display: flex; /* flex box */
    flex-flow: row nowrap; /* flex box */
    gap: var(--gr-card-h-gap); /* flex box */
    align-items: flex-start; /* flex box */
    /* border-top: 1px solid rgba(var(--gr-color-black-rgb), .1); */
    padding-top: var(--gr-block-padding);
    font-size: 1rem;
}

.inostran_about-cards .inostran_about-card:nth-child(3n-1) .inostran_about-author {
    border-top-color: rgba(var(--gr-color-white-rgb), .5);
}

.inostran_about-cards .inostran_about-card .inostran_about-author img {
    --size: 70px;
    border-radius: 50%;
    width: var(--size);
    height: var(--size) !important;
}

.inostran_about-cards .inostran_about-card .inostran_about-author p.inostran_about-author-fio {
    display: block;
    margin: 0;
    font-weight: 600;
}

.inostran_about-cards .inostran_about-card .inostran_about-author p.inostran_about-author-state {
    display: block;
    margin: var(--gr-card-v-gap) 0 0;
}

/* }}} */

/* {{{ .ac */

/* Source: https://abiturient.asu.ru/.themes/.abiturient.2024/.extensions/accordion/accordion.min.css */
/**
 * Accordion v3.3.4
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) MichaГ…В‚ Strumpf
 * Published under MIT License
 */

.ac {}
.ac .ac-header {}
.ac .ac-trigger {}
.ac .ac-trigger::after {}
.ac .ac-trigger:focus {}
.ac .ac-panel {overflow:hidden;transition-property:height,visibility;transition-timing-function:ease}
.ac .ac-panel .ac-text {}
.ac.js-enabled .ac-panel {visibility:hidden}
.ac.is-active .ac-panel {visibility:visible}
.ac.is-active > .ac-header .ac-trigger::after {}

.ac.inostran_ac {
    display: block;
    margin: var(--int-block-margin) 0;
    border-radius: var(--gr-block-border-radius);
    padding: var(--gr-block-padding);
    background: var(--gr-block-bg-color);
}

.ac.inostran_ac h2.ac-header {
    margin: 0;
}

.ac.inostran_ac h2.ac-header button.ac-trigger {
    display: grid; /* grid box */
    grid-template-columns: 1fr auto;
    grid-gap: var(--gr-block-padding); /* grid box */
    align-items: start; /* grid box */
    border: none;
    width: 100%;
    background: transparent;
    font-weight: bold;
    font-size: var(--int-font-size-2xl);
    color: var(--gr-color-gray-base);
    text-align: left;
}

.ac.inostran_ac h2.ac-header button.ac-trigger::before,
.ac.inostran_ac h2.ac-header button.ac-trigger::after {
    --size: 32px;
    --length: 32px;
    --weight: 4px;
    grid-row: 1 / -1; /* grid cell */
    grid-column: 2 / -1; /* grid cell */
    border-radius: calc(var(--weight) / 2);
    background: var(--gr-color-gray-base);;
    content: "";
}

.ac.inostran_ac h2.ac-header button.ac-trigger::before {
    margin: calc((var(--size) - var(--weight)) / 2) calc((var(--size) - var(--length)) / 2);
    width: var(--length);
    height: var(--weight);
}

.ac.inostran_ac h2.ac-header button.ac-trigger::after {
    margin: calc((var(--size) - var(--length)) / 2) calc((var(--size) - var(--weight)) / 2);
    width: var(--weight);
    height: var(--length);
    opacity: 1;
    transition: margin-top .25s, margin-bottom .25s, height .25s, opacity .25s;
}

.ac.inostran_ac.is-active h2.ac-header button.ac-trigger::after {
    --length: var(--weight);
    opacity: 0;
}

@supports (transform: rotate(180deg)) {
    .ac.inostran_ac h2.ac-header button.ac-trigger::before,
    .ac.inostran_ac h2.ac-header button.ac-trigger::after {
        transform: rotate(90deg);
    }

    .ac.inostran_ac h2.ac-header button.ac-trigger::before {
        transition: transform .5s;
    }

    .ac.inostran_ac h2.ac-header button.ac-trigger::after {
        transition: margin-top .25s 0s, margin-bottom .25s 0s, height .25s 0s, opacity .25s 0s, transform .5s;
    }

    .ac.inostran_ac.is-active h2.ac-header button.ac-trigger::before,
    .ac.inostran_ac.is-active h2.ac-header button.ac-trigger::after {
        transform: rotate(180deg);
    }

    .ac.inostran_ac.is-active h2.ac-header button.ac-trigger::after {
        transition: margin-top .25s .25s, margin-bottom .25s .25s, height .25s .25s, opacity .25s .25s, transform .5s;
    }
}

.ac.inostran_ac .ac-panel p.ac-text {
    padding: var(--gr-block-padding) 0 0;
}

/* }}} */

@media (max-width: 720px) { /* = 30 * $grid_size */
    body:not(._fd) .checklist-num {
        font-size: 5rem;
    }

    body:not(._fd) .inostran_greeting__container {
        flex-flow: column-reverse; /* grid box */
    }

    body:not(._fd) .inostran_greeting__container .inostran_greeting__container-button {
        font-size: 1rem;
    }

    body:not(._fd) .inostran_greeting__container .inostran_greeting__img {
        max-width: var(--int-base-md);
    }

    body:not(._fd) .inostran_greeting__container .inostran_greeting__container-text + .inostran_greeting__img { /* см. блок "Контакты" */
        display: none;
    }

    body:not(._fd) .inostran_greeting__container .inostran_greeting__container-text .inostran_rools__container { /* см. блок "Контакты" */
        flex-flow: row wrap; /* flex box *//* v2 */
    }

    body:not(._fd) .ac.inostran_ac h2.ac-header button.ac-trigger {
        font-size: var(--int-font-size-xl);
    }
}

@media (max-width: 552px) {
    body:not(._fd) .inostran_header-promo-countries,
    body:not(._fd) .inostran__advantages-section,
    body:not(._fd) .programs__list {
        grid-template-columns: 1fr; /* grid box */
    }

    body:not(._fd) .checklist-num {
        font-size: 4rem;
    }

    body:not(._fd) .content > h3.checklist-subtitle {
        font-size: var(--int-font-size-xl);
    }

    body:not(._fd) .inostran_greeting__container {
        flex-flow: column-reverse; /* grid box */
    }

    body:not(._fd) .inostran_warning-location .inostran_warning-location-info {
        grid-column: 1 / -1; /* grid cell */
        margin: var(--gr-block-padding);
    }

    body:not(._fd) .inostran_about-cards {
        grid-template-columns: 1fr; /* grid box */
    }

    body:not(._fd) .inostran-more a {
        font-size: 1rem;
    }

    body:not(._fd) .inostran-card {
        flex-flow: column; /* flex box */
    }


    body:not(._fd) .inostran-card h2.inostran-card-title {
        font-size: var(--int-font-size-xl);
    }

    body:not(._fd) .inostran-card .inostran-card-description {
        font-size: 1rem;
    }

    body:not(._fd) .ac.inostran_ac h2.ac-header button.ac-trigger {
        font-size: var(--int-font-size-lg);
    }
}
