

/* Start:/assets/build/css/turisticheskie-skhemy.css?17504133113299*/
.video-item iframe {
    width: 643px;
    height: 376px;
    border-radius: 30px;
    max-width: 100%;
}

.text-green{
    color: #2CB5B4;
    font-weight: 700;
}

.results-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.results_year {
    font-weight: 700;
    color: #2CB5B4;
    background: linear-gradient(130deg, #91E4E4, transparent);
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 26px;
    margin-right: 15px;
}

.results_text_bold {
    text-transform: uppercase;
    font-weight: 600;
}

.video-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.video-item {
    margin-bottom: 20px;
    width: 49%;
}

.video-item_video{
    border-radius: 32px;
}

.video-item_preview{
    margin-bottom: 20px;
}

.video-item_desc {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.video-item_desc_text {
    font-weight: 600;
    font-size: 20px;
}

.video-item_desc_btn a{
    background-color: #323E48;
    padding: 8px 15px;
    border-radius: 20px;
    transition: all .3s;
    color: #fff;
    text-decoration: none;
}

.video-item_desc_btn a:hover {
    background-color: #2CB5B4;
    color: #fff;
}

.aims-wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.aims-elem{
    border: 1px solid #2CB5B4;
    width: 30%;
    border-radius: 25px;
    padding: 10px;
}

.aims-elem_num{
    background: linear-gradient(130deg, #91E4E4, transparent);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2CB5B4;
    font-weight: 700;
    font-size: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.profit-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profit-elem{
    width: 45%;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
}

.profit-title_icon{
    color: #2CB5B4;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.profit-title_icon img{
    width: 30px;
    margin-right: 20px;
}

.profit-wrap{
    margin-bottom: 40px;
}

.img-map, .video-item img{
    max-width: 100%;
}

.video-item_desc_btn {
    min-width: 180px;
}

@media (max-width: 480px) {

    .aims-elem, .profit-elem, .video-item {
        width: 100%;
    }

    .video-item_desc {
        flex-direction: column;
    }

    .video-item_desc_btn {
        margin-top: 15px;
    }
}

/* apply-for-funding-btn */

.apply-for-funding-btn {
    background-color: #323E48;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    border: 4px solid #fff;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    transition: all .3s;
}

.apply-for-funding-btn:hover {
    background-color: #2CB5B4;
    color: #fff;
}

.apply-for-funding-btn>span {
    margin-right: 10px;

}

@media (max-width: 1000px) {
    .video-item iframe {
        height: 250px;
    }
}

@media (max-width: 770px) {
    .apply-for-funding-btn>span {
        min-width: 310px;
    }

}

@media (max-width: 480px) {
    .apply-for-funding-btn>span {
        font-size: 14px;
        min-width: 269px;
    }

    .video-item iframe {
        height: 218px;
    }
}
/* End */
/* /assets/build/css/turisticheskie-skhemy.css?17504133113299 */
