@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-500Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-700Italic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MuseoCyrl';
    src: url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.woff2') format('woff2'),
    url('../fonts/MuseoSansCyrl/MuseoSansCyrl-900Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
* {
    font-family: MuseoCyrl, Helvetica, Arial, sans-serif;
}
section {
    padding: 120px 0;
}
h1, h2, h3 {
    font-size: 48px;
    font-weight: 600;
    /*color: rgba(38, 39, 46, 1);*/
}
.green-text {
    font-size: unset;
    color: #07A01D;
}
.grey-text {
    font-size: unset;
    font-weight: 600;
}
.intro {
    background:  url("../images/cac/intro-ellipse.png") no-repeat 101% 100%,
    linear-gradient(180deg, #1A1F29 0%, #273045 100%),
    linear-gradient(242.24deg, #295183 -19.46%, rgba(41, 81, 131, 0) 57.87%);
    background-size: contain;
    color: #fff;
}
.intro-img-mobile {
    display: none;
}
.wrapper {
    width: 85%;
    margin: 0 auto;
}
.intro-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.intro-info {
    width: 55%;
}
.intro-logo-mobile {
    display: none;
}
.intro-title {
    margin: 32px 0 24px;
}
.intro-descr {
    font-size: 24px;
    font-weight: 500;
    opacity: 0.8;
}
.intro-img img {
    width: 85%;
    margin: 0 auto;
}
@media (max-width: 768px) {
    section {
        padding: 80px 0;
    }
    h1, h2, h3 {
        font-size: 32px;
        font-weight: 600;
    }
    .wrapper {
        width: 90%;
    }
    .intro {
        padding: 80px 0;
        background: url("../images/cac/intro-ellipse-mobile.png") no-repeat bottom right,
        linear-gradient(180deg, #1A1F29 0%, #273045 100%),
        linear-gradient(242.24deg, #295183 -19.46%, rgba(41, 81, 131, 0) 57.87%);
        background-size: 100%;
    }
    .intro-logo {
        display: none;
    }
    .intro-logo-mobile {
        display: block;
    }
    .intro-img-desktop {
        display: none;
    }
    .intro-img-mobile {
        display: block;
    }
    .intro-content {
        flex-direction: column;
    }
    .intro-info {
        width: 100%;
    }
    .intro-img {
        width: 100%;
        margin-top: 55px;
    }
    .intro-title {
        font-size: 32px;
    }
    .intro-descr {
        font-size: 18px;
    }
}
.about {
    background-color: white;
}
.about-title {
    width: 75%;
    margin-bottom: 32px;
}
.about-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about-img-wrapper {
    width: 45%;
    padding: 20px;
    background-color: rgba(241, 245, 250, 1);
    border-radius: 32px;
}
.about-img-mobile {
    display: none;
}
.about-text {
    width: 45%;
}
.about-text-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: rgba(76, 78, 91, 1);
}
.about-text-descr {
    font-size: 18px;
    color: rgba(76, 78, 91, 1);
}
@media (max-width: 768px) {
    .about-info {
        flex-direction: column;
    }
    .about-img-wrapper {
        width: auto;
        margin-bottom: 20px;
        padding: 12px;
    }
    .about-img {
        display: none;
    }
    .about-img-mobile {
        display: block;
    }
    .about-text {
        width: 100%;
    }
    .about-text-title {
        font-size: 16px;
        font-weight: 600;
    }
    .about-descr {
        font-size: 16px;
    }
}
.start {
    background-color: rgba(241, 245, 250, 1);
}
.start-title {
    margin-bottom: 50px;
}
.start-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.start-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    flex: 1;
}
.start-left {
    display: flex;
    flex-direction: column;
    flex: 0 0 65%;
}
.start-left .start-info {
    flex: 1;
}
.start-right {
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 0 0 30%;
    margin-left: 24px;
}
.start-text-title {
    font-size: 24px;
    font-weight: 600;
    color: rgba(7, 160, 29, 1);
    margin-bottom: 12px;
}
.start-text-descr {
    font-size: 16px;
    margin-top: 12px;
    color: rgba(76, 78, 91, 1);
}
.start-img {
    width: 50%;
    margin-left: 20px;
}
.start-right img {
    width: 100%;
    margin: 0 0 20px;
}
@media (max-width: 768px) {
    .start-list {
        flex-direction: column;
    }
    .start-info {
        flex-direction: column-reverse;
    }
    .start-right {
        width: 100%;
        margin-left: 0;
    }
    .start-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}
.gallery {
    background-color: white;
}
.gallery-container {
    display: flex;
    align-items: center;
    gap: 24px;
}
.gallery-thumbs {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 520px;
    overflow-y: auto;
    border-radius: 16px;
}
.gallery-thumb {
    width: 100%;
    border-radius: 16px;
    cursor: pointer;
    object-fit: cover;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
    opacity: .5;
}
.gallery-thumb:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0,0,0,.12);
    opacity: 1;
}
.gallery-thumb.active {
    opacity: 1;
}
.gallery-preview {
    width: 70%;
    flex: 1;
}
.gallery-preview img {
    width: 100%;
    height: 100%;
    max-height: 520px;
    display: block;
    border-radius: 26px;
    object-fit: cover;
}
@media (max-width: 768px) {
    .gallery-container {
        flex-direction: column-reverse;
    }
    .gallery-thumbs {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        max-height: none;
        overflow-x: auto;
    }
    .gallery-thumb {
        width: 20%;
        aspect-ratio: 1/1;
        border-radius: 8px;
    }
    .gallery-preview {
        width: 100%;
        flex: 1;
    }
}
.more {
    background-color: white;
}
.more-content {
    background: url("../images/cac/site-bg.png") no-repeat 100%,
    linear-gradient(180deg, #1A1F29 0%, #273045 100%),
    linear-gradient(242.24deg, #295183 -19.46%, rgba(41, 81, 131, 0) 57.87%);
    border-radius: 32px;
    background-position: bottom right;
}
.more-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px;
    color: white;
}
.more-logo-mobile {
    display: none;
}
.more-title {
    font-size: 48px;
    margin-bottom: 24px;
}
.more-link {
    display: inline-block;
    background: #07A01D;
    border-radius: 8px;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    border: none;
    outline: none;
}
@media (max-width: 768px) {
    .more-content {
        background-size: 85%;
    }
    .more-container {
        flex-direction: column;
        padding: 32px 16px;
        position: relative;
        overflow: hidden;
    }
    .more-info {
        margin-bottom: 30px;
    }
    .more-title {
        font-size: 32px;
    }
    .more-logo {
        display: none;
    }
    .more-logo-mobile {
        display: block;
        margin-bottom: -20px;
    }
}
