#crc_container {
    max-width: 1280px;
    padding: 26px 26px;
    margin: 0 auto;
    font-family: 'Roboto';
    background: #101010;

    @media (max-width: 1599.98px) {
        max-width: 1280px;
        padding: 10px 26px;
    }
    @media (max-width: 1279.98px) {
        max-width: 1024px;
        padding: 10px 42px;
    }
    @media (max-width: 991.98px) {
        max-width: 640px;
        padding: 10px 20px;
    }
    @media (max-width: 439.98px) {
        max-width: 340px;
        padding: 10px 10px;
    }
}

.crc_main_bg {
    background-image: url('../img/main.jpg');
    background-position: bottom;
    @media (max-width: 1279.98px) {

    }
        @media (max-width: 991.98px) {
            background-image: url('../img/main_mob.jpg');
            background-position: center;
    }
    @media (max-width: 439.98px) {

    }
}
.crc_main_bg .crc_main_block_info_before{
    border-radius: 0;
    height: 80%;
}

.crc_radius {
    border-radius: 15px;
}

.crc_tp_separate {
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    @media (max-width: 1599.98px) {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    @media (max-width: 1279.98px) {
        padding-top: 5%;
        padding-bottom: 5%;
    }
    @media (max-width: 991.98px) {
    }
    @media (max-width: 439.98px) {
    }
}

.crc_tp_left {
    text-align: left;
}

.crc_tp_center {
    text-align: center;
}

.crc_t_separate_header {
    font-weight: 300;
    font-size: 48px;
    line-height: 58px;
    padding-bottom: 0.65%;
    text-transform: uppercase;
    @media (max-width: 1599.98px) {
        font-size: 48px;
        line-height: 58px;
    }
    @media (max-width: 1279.98px) {
        font-size: 38px;
        line-height: 48px;
    }
    @media (max-width: 991.98px) {
        font-size: 38px;
        line-height: 48px;
    }
    @media (max-width: 439.98px) {
        font-size: 22px;
        line-height: 28px;
    }
}

.crc_t_separate_text {
    font-weight: 300;
    font-size: 16px;
    opacity: 0.5;
    padding: 0 70px;
    line-height: 25px;
    @media (max-width: 1279.98px) {
        padding: 50px;
    }
    @media (max-width: 991.98px) {
        font-size: 80%;
        padding: 30px;
    }
    @media (max-width: 439.98px) {
        font-size: 12px;
        line-height: 18px;
        padding: 15px;
    }
}


.crc_main_img_block {
    position: relative;
    width: 100%;
    background-size: cover;
}

.crc_main_block_info_before {
    @media (max-width: 1279.98px) {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 225px;
        border-radius: 0 0 15px 15px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0) 100%);
    }
    @media (max-width: 991.98px) {

    }
    @media (max-width: 439.98px) {

    }
}

.crc_main_block_info_after {
    @media (max-width: 1279.98px) {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 225px;
        border-radius: 15px 15px 0 0;
        top: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    }
}

.crc_main_block_info {
    position: relative;
    padding-top: 22%;
    padding-bottom: 16%;
    padding-left: 44%;
    padding-right: 1%;
    z-index: 0;
    @media (max-width: 1279.98px) {
        padding-top: 44%;
        padding-bottom: 5%;
        padding-left: 1%;
        padding-right: 1%;
    }
    @media (max-width: 991.98px) {
        padding-top: 65%;
    }
}

.crc_main_block_info1 .crc_t_image_header {

}

.crc_t_header {
    font-weight: 100;
    font-size: 60px;
    line-height: 72px;
    color: #DEB281;
    text-transform: uppercase;
    padding-bottom: 3%;
    @media (max-width: 1599.98px) {
        font-size: 60px;
        line-height: 72px;
    }
    @media (max-width: 1279.98px) {
        font-size: 45px;
        line-height: 52px;
    }
    @media (max-width: 991.98px) {
        font-size: 45px;
        line-height: 52px;
    }
    @media (max-width: 439.98px) {
        font-size: 38px;
        line-height: 48px;
    }
}

.crc_t_subheader {
    font-weight: 400;
    font-size: 36px;
    color: #fff;
    opacity: .5;
    padding-top: 3%;
    padding-bottom: 3%;
    letter-spacing: 7px;
    @media (max-width: 439.98px) {
        line-height: 24px;
        font-size: 20px;
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

.crc_t_content {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    opacity: .5;
    padding-right: 5%;
    padding-left: 5%;
    @media (max-width: 1599.98px) {

    }
    @media (max-width: 1279.98px) {
        padding-right: 10%;
        padding-left: 10%;
    }
    @media (max-width: 991.98px) {
        padding-right: 10%;
        padding-left: 10%;
    }
}

.crc_main_video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.crc_main_video video {
    position: absolute;
    width: 100%;
    @media (max-width: 1279.98px) {
        top: -40%;

    }
    @media (max-width: 991.98px) {
        top: -20%;
    }
    @media (max-width: 439.98px) {
        top: -15%;
    }
}

.crc_img_block {

}

.crc_img_block_full {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.crc_img_block_info {
    position: relative;
    padding: 70px;
    display: flex;
    flex-direction: column;
    height: 650px;
    @media (max-width: 1279.98px) {
        height: 550px;
        padding: 50px;
    }
    @media (max-width: 991.98px) {
        height: 450px;
        padding: 30px;
    }
    @media (max-width: 439.98px) {
        height: 350px;
        padding: 15px;
    }
}

.crc_t_image_header {
    font-weight: 300;
    font-size: 48px;
    line-height: 57px;
    color: #DEB281;
    text-transform: uppercase;
    @media (max-width: 1599.98px) {
        font-size: 48px;
        line-height: 57px;
    }
    @media (max-width: 1279.98px) {
        font-size: 38px;
        line-height: 47px;
    }
    @media (max-width: 991.98px) {
        font-size: 38px;
        line-height: 47px;
    }
    @media (max-width: 439.98px) {
        font-size: 20px;
        line-height: 26px;
    }
}


.crc_t_image_subheader {
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    @media (max-width: 1599.98px) {
        font-size: 24px;
        line-height: 38px;
    }
    @media (max-width: 1279.98px) {
        font-size: 22px;
        line-height: 28px;
    }
    @media (max-width: 991.98px) {
        font-size: 140%;
    }
    @media (max-width: 439.98px) {
        font-size: 16px;
        line-height: 28px;
    }
}

.crc_grid_two_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    @media (max-width: 1279.98px) {
        grid-template-columns: 1fr ;
    }
}

.crc_tp_grid1-1 .crc_img_block_info {
    justify-content: end;
}

.crc_tp_grid1-1 .crc_t_image_header {
    padding-bottom: 10px;
}

.crc_tp_grid1-1 .crc_img_block {
    background-position: top;
}

.crc_tp_grid1-2 .crc_img_block_info {
    justify-content: end;
}

.crc_tp_grid1-2 .crc_t_image_header {
    padding-bottom: 10px;
}

.crc_tp_grid1-2 .crc_img_block {
    background-position: top;
}

.crc_block1 {
    background-position: center;
}

.crc_block1 .crc_img_block_info {
    justify-content: end;
    @media (max-width: 1279.98px) {
        justify-content: end;
    }
}

.crc_block2 {
    background-position: right;
}

.crc_block2 .crc_img_block_info {
    justify-content: end;
}

.crc_block3 {
    background-position: right;
    @media (max-width: 1279.98px) {
        background-size: 150%;
        background-repeat: no-repeat;
    }
    @media (max-width: 991.98px) {
        background-size: 175%;
        background-repeat: no-repeat;
    }
    @media (max-width: 439.98px) {
        background-size: 210%;
        background-repeat: no-repeat;
        background-position-y: -6%;
    }
}

.crc_block3 .crc_img_block_info {
    justify-content: end;
    @media (max-width: 1279.98px) {
        justify-content: normal;
        text-align: center;
    }
}

.crc_block4 {
    background-position: right;
}

.crc_block4 .crc_img_block_info {
    justify-content: end;
}
.crc_block_evo{
    background-position: right;
}
.crc_block_evo .crc_img_block_info {
    justify-content: end;

}

.crc_grid_two_block div:first-child {
    @media (max-width: 1279.98px) {
        order: 1;
    }
}

.crc_grid_two_block div:nth-child(2) {
    @media (max-width: 1279.98px) {
        order: 3;
    }
}

.crc_grid_two_block div:nth-child(3) {
    @media (max-width: 1279.98px) {
        order: 2;
    }
}

.crc_grid_two_block div:nth-child(4) {
    @media (max-width: 1279.98px) {
        order: 4;
    }
}

.crc_tp_grid1-1 {
    position: relative;
}

.crc_tp_grid2-1 .crc_img_block_info {
    justify-content: end;

}

.crc_tp_grid2-2 .crc_img_block_info {
    justify-content: normal;
    @media (max-width: 1279.98px) {
        justify-content: end;
    }
}

.crc_icons_block{
    margin: 3% 0 ;
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(7, 1fr);
            @media (max-width: 1279.98px) {
                grid-template-columns: repeat(4,1fr);
            }
            @media (max-width: 991.98px) {
                grid-template-columns: repeat(3 ,1fr);
            }
            @media (max-width: 575.98px) {
                font-size: 12px;

            }


}

.crc_tp_separate.crc_tp_separate_small{
    padding-top: 40px;
    padding-bottom: 0;
}
.crc_btn {
    display: inline-block;
    background: #FFFFFF;
    opacity: 0.7;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2em;
    color: #101010;
    text-align: center;
    padding: 20px 50px;
    margin-top: 3%;
}