<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************************/
/*  Header styles  *************************************************************/
/******************************************************************************/

.page .additional_page_header_aph .mf_header {
    padding: 130px 50px 130px !important;
    background-position: top right !important;
}


/******************************************************************************/
/*  Body styles  *************************************************************/
/******************************************************************************/
/** Block-1 **/
.body_block_1{
    padding-bottom: 40px;
}
.body_block_1_header{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    padding: 30px 0;
}
.body_block_1_content{
    display: flex;
}
.body_block_1_content_left{
    padding-right: 30px;
}
.body_block_1_content_left_ar{
    padding-left: 30px;
}
.body_block_1_content_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.body_block_1_content_right_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_1_content_right_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_1_content_right_text:last-child, .body_block_1_content_right_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_1_content{
        display: block;
    }
    .body_block_1_content_left {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .body_block_1_content_left_ar {
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .body_block_1_content_left img, .body_block_1_content_left_ar img {
        max-width: 100%;
    }
}

/** Block-2 **/
.body_block_2_header{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    padding: 15px 0;
}
.body_block_2_sub_header{
    text-align: center;
}
.body_block_2_sub_header span{
    display: inline-block;
    padding: 0 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    border-bottom: 2px solid #FDC609;
}
.championship_container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.championship{
    flex: 0 0 calc(33.333333% - 40px);
    padding: 20px;
}
.championship_img{
    display: flex;
    justify-content: center;
    min-height: 167px;
}
.championship_img img{
    align-self: flex-end;
    max-width: 100%;
}
.championship_text{
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

@media (max-width: 800px) {
    .championship{
        flex: 0 0 calc(50% - 40px);
    }
}

@media (max-width: 530px) {
    .championship{
        flex: 0 0 calc(100% - 40px);
    }
    .championship_img {
        min-height: auto;
    }
}

/** Block-3 **/
.body_block_3{
    padding-top: 30px;
}
.body_block_3_content{
    display: flex;
}
.body_block_3_content_right{
    padding-left: 48px;
}
.body_block_3_content_right_ar{
    padding-right: 48px;
}
.body_block_3_content_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.body_block_3_content_left_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_3_content_left_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_3_content_left_text:last-child, .body_block_3_content_left_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_3_content{
        display: block;
    }
    .body_block_3_content_left{
        display:table-footer-group;
    }
    .body_block_3_content_right {
        padding-left: 0;
        text-align: center;
        display: table-header-group;
    }
    .body_block_3_content_right_ar {
        padding-right: 0;
        text-align: center;
        display: table-header-group;
    }
    .body_block_3_content_right img, .body_block_3_content_right_ar img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/** Block-4 **/
.body_block_4{
    padding: 30px 0;
}
.body_block_4_content{
    display: flex;
}
.body_block_4_content_right img {
    float: left;
    padding-right: 38px;
    padding-bottom: 20px;
}
.body_block_4_content_right_ar img {
    float: right;
    padding-left: 38px;
    padding-bottom: 20px;
}
.body_block_4_content_right_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_4_content_right_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_4_content_right_text:last-child, .body_block_4_content_right_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_4_content{
        display: block;
    }
    .body_block_4_content_right, .body_block_4_content_right_ar {
        text-align: center;
    }
    .body_block_4_content_right img, .body_block_4_content_right_ar img {
        max-width: 100%;
        padding-right: 0;
        float: none;
    }
}

/** Block-5 **/
.body_block_5{
    padding-top: 30px;
}
.slick-slide {
    padding: 0 5px;
    text-align: center;
}
.slick-slide img {
    margin: 0 auto;
    max-width: 100%;
}
button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.prev-arrow{
    z-index: 1;
    left: 30px;
    cursor: pointer;
    background: url(/i/img/yuliya_efimova/left.png) center center no-repeat;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
}
.next-arrow{
    cursor: pointer;
    right: 30px;
    background: url(/i/img/yuliya_efimova/right.png) center center no-repeat;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 8px 8px 0px;
}
.img_container {
    position: relative;
    display: inline-block;
}
.slick-current .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 100%;
    height: 100%;
    opacity:1;
}
.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
    width: 100%;
    height: 100%;
    opacity:1;
}
.copyright_msg{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-top: 25px;
}

@media (max-width: 1499px) {
    .slick-active + .slick-active + .slick-active + .slick-active .overlay {
        position: absolute;
        bottom: 0;
        background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
        width: 100%;
        height: 100%;
        opacity:1;
    }
}
@media (max-width: 799px) {
    .slick-active + .slick-active + .slick-active .overlay {
        position: absolute;
        bottom: 0;
        background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
        width: 100%;
        height: 100%;
        opacity:1;
    }
}
@media (max-width: 599px) {
    .slick-current .overlay {
        background: transparent;
    }
    .prev-arrow{
        z-index: 1;
        cursor: pointer;
        left: 0;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #c0c0c0 url(/i/img/yuliya_efimova/mobile_left.png) center center no-repeat;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.09), 0px 6px 24px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    }
    .next-arrow{
        cursor: pointer;
        right: 0;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #c0c0c0 url(/i/img/yuliya_efimova/mobile_right.png) center center no-repeat;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.09), 0px 6px 24px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    }
    .slick-dots{
        text-align: center !important;
    }
    .slick-dots li button::before {
        font-size: 12px !important;
    }
    .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: #1F9034 !important;
    }
}
</pre></body></html>