@import url(__reboot.css);
@import url(fonts.css?v=1.2);

@import url(header.css?v=1.9);
@import url(info-link.css?v=1.7);
@import url(rs.css?v=1.1);
@import url(other-headers.css?v=0.1);

body {
    overflow-x: hidden;
}

.page-title {
    display: flex;
    align-items: center;
    margin-left: 4.92vw;
    margin-top: 5.31vw;
}

.page-title h1 {
    color: #043E66;
    font-family: Outfit;
    font-size: 3.13vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
    flex-shrink: 0;
}

.foto-icon svg {
    width: 3.67vw;
    height: 3.67vw;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.sub-title {
    margin-left: 4.92vw;
    margin-top: 1.56vw;
    max-width: 74.77vw;
}

.sub-title p {
    color: #043E66;
    font-family: Outfit;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.sub-title strong {
    color: #043E66;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.videos {
    display: flex;
    margin: 4.92vw;
    margin-top: 3.13vw;
    gap: 1.56vw;
}

.video-rolik {
    width: 100%;
    height: 25.78vw;
    flex-shrink: 0;
    background: #043E66;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-rolik svg {
    width: 15.63vw;
    height: 15.63vw;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}

.video-description {
    width: 100%;
    height: 13.59vw;
    flex-shrink: 0;
    background: #D9D9D9;
    display: flex;
    align-items: center;
}

.video-description p {
    color: #043E66;
    font-family: Outfit;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.video-description strong {
    color: #043E66;
    font-family: Outfit;
    font-size: 1.56vw;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6px;
}

.video-description {
    padding: 2.73vw;
}

.videos {
    margin-bottom: 5.31vw;
}

.blogs-row{
    flex-wrap: wrap;
}

.blog-section-title{
    margin-top: 68px;
}

.video-rolik {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.play-icon {
    position: absolute !important;
}

.video-rolik iframe {
    pointer-events: auto;
}

.video-rolik::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: transparent;
    z-index: 1;
}

@media (max-width: 768px) {
    .page-title {
        margin-top: 19px;
        margin-left: 19px;
        gap: 6px;
    }

    .page-title h1 {
        color: #043E66;
        font-family: Outfit;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.72px;
        flex-shrink: 0;
    }

    .foto-icon svg {
        width: 27px;
        height: 27px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

    .foto-icon {
        display: flex;
        align-items: center;
    }

    .sub-title p {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .sub-title strong {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .videos {
        flex-direction: column;
        gap: 20px;
    }

    .video-rolik {
        height: 206px;
        flex-shrink: 0;
    }

    .video-rolik svg {
        width: 125px;
        height: 125px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

    .video-description {
        height: 89px;
        flex-shrink: 0;
    }

    .video-description p {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .video-description strong {
        color: #043E66;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: 0.42px;
    }

    .blogs-row {
        flex-direction: column;
    }

    .blog-section-title {
        margin-top: 30px;
    }

    .blogs-row {
        padding: 0;
    }
}
