.section-content {
    background: var(--apro-white);




}

.main.section .section__description {

    max-width: 976px;
    width: 100%;

    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;


    color: #4F5259;
}

.main.section .section__description p {
    margin-bottom: 1em;
}

.main.section .blockquote__content {
    margin-top: 128px;
    margin-bottom: 128px;
}

.main.section .practices {
    padding-bottom: 0;
    min-height: 10px;
    margin-bottom: 128px;
}

.main.section .practices__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 40px;
    justify-content: stretch;
    align-items: stretch;
}

.main.section .practices__item {
    margin: 0;
    opacity: 1;
    max-width: 402px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 32px;
    border: 1px solid rgba(210, 210, 212, 1);
    text-align: left;
    line-height: calc(32 / 24);
}

.main.section .practices__item::after {
    display: none;
}

.main.section .practices__item:first-child {
    grid-row: span 2 / span 2;
}

.main.section .practices__item:nth-child(2) {
    grid-row: span 2 / span 2;
}

.main.section .practices__item:nth-child(3) {
    grid-row: span 2 / span 2;
}

.main.section .practices__item:nth-child(4) {
    grid-row: span 2 / span 2;
    grid-row-start: 3;
}

.main.section .practices__item:nth-child(5) {
    grid-row: span 2 / span 2;
    grid-row-start: 3;
}

.main.section .practices__item:nth-child(6) {
    grid-row-start: 3;
}

.main.section .practices__item:nth-child(7) {
    grid-column-start: 3;
    grid-row-start: 4;
}

.main.section .section__video {
    width: 100%;
    max-width: 100%;
}

.main.section .section__title {
    max-width: 50%;
}


.main.section .screen-21 {
    min-height: 10px;
}

@media (min-width: 1201px) {
    .main.section .screen-21 .section__fullpage_1 {
        aspect-ratio: 16 / 9;
        margin-bottom: -200px;
    }
}

.main.section .section__fullpage_1-v1 .section__data {
    aspect-ratio: auto;
}

.section-content {
    margin-bottom: 128px;
    background: #ffffff;
}

@media (max-width: 1200px) {

    .main.section .blockquote {
        padding-top: 0;
    }

    .main.section .practices {
        padding-top: 0;
    }

    .main.section .practices__list {
        padding-left: 0;
    }

    .main.section .section__description {
        font-size: 20px;
        line-height: 28px;
    }
}

@media(max-width: 960px) {
    .main.section .practices__item {
        font-size: 18px;
        line-height: calc(26 / 18);
    }

    .main.section .section__description {
        font-size: 16px;
        line-height: 24px;
    }

    .section-content {
        margin-bottom: 64px;
    }
}

@media(max-width: 840px) {
    .main.section .practices__list {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }

    .main.section .practices__item {
        max-width: 100%;
    }

    .main.section .blockquote__content {
        margin-top: 64px;
        margin-bottom: 64px;
    }

    .main.section .practices {
        margin-bottom: 64px;
    }
}

@media(max-width: 720px) {

    .main.section .mountain__video,
    .main.section .screen-21 .section__fullpage_1 {
        aspect-ratio: 16 / 9;
    }

    .section-content {
        margin-bottom: 0;
    }
}

@media(max-width: 575px) {

    .main.section .mountain__video,
    .main.section .screen-21 .section__fullpage_1 {
        aspect-ratio: 9 / 16;
    }

    .main.section .screen-21 .section__fullpage_1 {
        margin-bottom: -200px;
    }
}

.homepage .screen-1.siteblock {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    transform: translateY(0);
}

.homepage .scenebox {
    display: none;
}

.homepage #three-bg-clouds {
    z-index: 2;
    position: absolute;
    top: 7%;
}

.homepage .about__container {
    position: relative;
    z-index: 3;
}

.homepage .content__container p {
    max-width: 997px;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1em;
    position: relative;
    z-index: 3;
}

.homepage .about__container {
    position: relative;
}

.homepage .about__container::after {
    content: '';
    position: absolute;
    display: block;
    width: 1930px;
    height: 1165px;
    background-image: url("images/homepage/jun-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -345px;
    left: -413px;
}

.homepage .categories__container {
    position: relative;
}

.homepage .categories__container::after {
    content: '';
    position: absolute;
    display: block;
    width: 1545px;
    height: 989px;
    background-image: url("images/homepage/jun-3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -167px;
    left: -257px;
}

.homepage .categories__list {
    justify-content: flex-start;
    padding-bottom: 400px;
}

.homepage .categories__text {
    max-width: 330px;
    margin-right: 180px;
}

.homepage .alpinist {
    position: absolute;
    bottom: 154px;
    right: 0;
    z-index: 2;
    height: 304px;
    width: 540px;
}

.homepage .screen__video {
    aspect-ratio: auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homepage .screen__video:before {
    content: '';
    width: 100%;
    height: 100%;

    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-image: url(images/homepage/zaglushka_desktop_1920.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homepage .screen__video:after {
    content: '';
    width: 72px;
    height: 72px;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzIiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA3MiA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC45Ij4KPGZvcmVpZ25PYmplY3QgeD0iLTY0IiB5PSItNjQiIHdpZHRoPSIyMDAiIGhlaWdodD0iMjAwIj48ZGl2IHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hodG1sIiBzdHlsZT0iYmFja2Ryb3AtZmlsdGVyOmJsdXIoMzJweCk7Y2xpcC1wYXRoOnVybCgjYmdibHVyXzBfMTEzNl82MDQ1X2NsaXBfcGF0aCk7aGVpZ2h0OjEwMCU7d2lkdGg6MTAwJSI+PC9kaXY+PC9mb3JlaWduT2JqZWN0PjxjaXJjbGUgZGF0YS1maWdtYS1iZy1ibHVyLXJhZGl1cz0iNjQiIGN4PSIzNiIgY3k9IjM2IiByPSIzNiIgZmlsbD0iIzFEQUVFQyIvPgo8cGF0aCBkPSJNMjguOTg4MyAxOS45OTIyTDUwLjk4ODMgMzYuNDkyMkwyOC45ODgzIDUyLjk5MjJWMTkuOTkyMloiIGZpbGw9IiNFOEU4RUEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJiZ2JsdXJfMF8xMTM2XzYwNDVfY2xpcF9wYXRoIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2NCA2NCkiPjxjaXJjbGUgY3g9IjM2IiBjeT0iMzYiIHI9IjM2Ii8+CjwvY2xpcFBhdGg+PC9kZWZzPgo8L3N2Zz4K);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage .screen__video.--play {
    height: 100%;
    aspect-ratio: auto;
}

.homepage .screen__video.--play::before,
.homepage .screen__video.--play::after {
    display: none;
}

.homepage .screen__video video {
    width: 100%;
}

.homepage .about__item {
    position: relative;
    z-index: 3;
}

@media(max-width:960px) {
    .homepage .screen-1.siteblock {
        min-height: 600px;
        background-size: 100%;
    }

    .homepage #three-bg-clouds {
        z-index: 2;
        position: absolute;
        top: 0;
        width: 200%;
    }

    .homepage.main::before {
        display: none;
    }


    .homepage .screen__video {
        height: auto;
        aspect-ratio: auto;
        min-height: 10px;
    }



    .homepage .about__container {
        gap: 45px;
    }

    .homepage .about__item {
        max-width: calc(33% - 30px);
    }

    .homepage .about__container::after {
        width: 120%;
        bottom: -395px;
        left: -15%;
    }

    .homepage .categories__text {
        margin-right: 38px;
    }

    .homepage .categories__list {
        margin-bottom: 0;
        padding-bottom: 215px;
    }

    .homepage .categories {
        margin-bottom: 0;
    }

    .homepage .alpinist {
        height: 197px;
        bottom: 115px;
        right: -100px;
    }

    .homepage .categories__container::after {
        width: 811px;
        height: 519px;
        bottom: -122px;
        left: 0;
        background-image: url("images/homepage/jun-3t.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media(max-width:720px) {
    .homepage .about__container {
        flex-direction: row;
    }

    .homepage .categories__list {
        flex-direction: row;
    }

    .homepage .alpinist {
        height: 167px;
        bottom: 50px;
        right: -51px;
        width: 300px;
    }
}

@media(max-width:450px) {
    .homepage .screen-1.siteblock {
        min-height: 80vh;
        aspect-ratio: 9 / 16;
        max-width: 100%;
        background-size: 100%;
    }

    .homepage .screen-1 h1 {
        margin-bottom: 300px;
    }

    .homepage #three-bg-clouds {
        z-index: 2;
        position: absolute;
        top: 1%;
        width: 200%;
    }

    .homepage.main::before {
        display: none;
    }

    .homepage .about__container::after {
        position: relative;
        left: -20%;
        bottom: auto;
        height: auto;
        aspect-ratio: 2;
        width: 200%;
        background-size: 100% auto;
        background-position: center bottom;
        margin-bottom: -40%;
    }

    .homepage .about__container {
        flex-direction: column;
    }

    .homepage .about__item {
        max-width: 100%;
    }

    .homepage .categories__list {
        flex-direction: column;
    }

    .homepage .screen__video {
        height: auto;
        aspect-ratio: auto;
        min-height: 10px;
    }

    .homepage .screen__video:after {
        width: 32px;
        height: 32px;
    }

    .homepage .categories__text {
        width: 100%;
    }

    .homepage .categories__list {
        margin-bottom: 0;
        padding-bottom: 215px;
    }

    .homepage .categories {
        margin-bottom: 0;
    }

    .homepage .alpinist {
        height: 105px;
        bottom: 115px;
        right: 0;
    }

    .homepage .categories__container::after {
        width: 200%;
        height: 285px;
        background-size: 100% auto;
        bottom: 0;
        left: -55%;
    }
}

.section__description {
    width: 100%;
    margin: 0 auto;
}

.ai-textbox {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    color: var(--apro-gray);
    padding: 80px 0;
}

.ai-textbox p {
    max-width: 476px;
}

.ai-icontextbox {
    width: 100%;
    background: #f4f6f8;
    padding: 35px 0;
}

.ai-icon {
    width: 258px;
    text-align: center;
    flex-shrink: 0;
}

.ai-icon img {
    max-width: 100%;
}

.ai-icontextbox .container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 140px;
}

.ai-titletextbox p,
.ai-icontextbox p {
    color: var(--apro-gray);
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 0;
}

.ai-titletextbox {
    padding: 80px 0;
}

.ai-titletextbox .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 140px;

}

.ai-titletextbox h2 {
    width: 258px;
    color: var(--a-pro-blue);
    font-size: 48px;
    line-height: 1;
    font-weight: 300;
    white-space: nowrap;
}

.ai-blockquote {
    background: #f4f6f8;
    color: var(--a-pro-black);
    padding: 42px 186px 42px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 32px;
    line-height: 1.25;
    border-left: 8px solid var(--a-pro-blue);
}

.ai-blockquote svg {
    width: 277px;
    flex-shrink: 0;
}

@media(max-width:1260px) {
    .ai-blockquote {
        padding: 42px;
    }
}

@media(max-width:960px) {
    .ai-textbox {
        font-size: 16px;
        line-height: 1.5;
        padding: 32px 0;
    }

    .ai-textbox p {
        max-width: 476px;
    }

    .ai-icontextbox {
        padding: 28px 0;
    }

    .ai-icon {
        width: 88px;
    }

    .ai-icontextbox .container {
        gap: 11px;
    }

    .ai-titletextbox p,
    .ai-icontextbox p {
        font-size: 16px;
        line-height: 1.5;
    }

    .ai-titletextbox {
        padding: 32px 0;
    }

    .ai-titletextbox .container {
        flex-wrap: wrap;
        gap: 16px;

    }

    .ai-titletextbox h2 {
        width: 100%;
        color: var(--a-pro-blue);
        font-size: 32px;
        line-height: 1;
        font-weight: 300;
        white-space: nowrap;
    }

    .ai-blockquote {
        padding: 32px 32px 32px 59px;
        flex-wrap: wrap;
        font-size: 20px;
        line-height: 1.4;
        border-left: 8px solid var(--a-pro-blue);
    }

    .ai-blockquote svg {
        max-width: 277px;
        flex-shrink: 0;
        width: 100%;
    }
}