@font-face {
    font-family: 'rupsterscript';
    src: url('/design/images/fonts/rupsterscript.ttf')  format('truetype')
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('/design/images/fonts/Gilroy/Gilroy-Medium.ttf')  format('truetype')
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/design/images/fonts/Gilroy/Gilroy-Bold.ttf')  format('truetype')
}
body {
    font-family: 'Gilroy-Medium', sans-serif;
    margin: 0;
    padding: 0;
}
:root {
    --main-action-color: #D21343;
}
.check__section_header {
    margin: 0;
    text-align: center;
    color: var(--main-action-color);
    font-family: 'rupsterscript', sans-serif;
    font-size: 60px;
    line-height: 108px;
}
.check__header {
    height: 100%;
    display: grid;
    grid-template-rows: max-content auto;
    grid-row-gap: 30px;
    background: url(/design/images/actions/2019/check_list/webp/header__bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.no-webp .check__header {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/header__bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.check__header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -230px;
    right: 0;
    background: url(/design/images/actions/2019/check_list/webp/check__dev-line.webp) no-repeat;
    background-position: bottom center;
    background-size: auto;
    height: 100%;
    z-index: 1;
}
.no-webp .check__header:after {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/check__dev-line.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.branch__img {
    position: absolute;
}
.branch__img1 {
    z-index: 10;
    max-width: 500px;
    bottom: -100px;
}
.branch__img2 {
    right: 0;
    bottom: -50px;
    z-index: 10;
}
.main__nav {
    display: flex;
    padding: 20px 50px;
}
.main__logo_link {
    margin-right: 70px;
    position: relative;
    z-index: 20;
}
.main__list {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
    align-items: center;
}
.main__item + .main__item {
    margin-left: 40px;
}
.main__item_link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 20;
}
.main__item_link:hover {
    text-decoration: underline;
    color: #fff;
}
.check__header-bottom {
    max-width: 1170px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, calc(100% / 2 - 10px));
    justify-content: space-between;
}
.header-bottom__description_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-bottom__img_container {
    display: flex;
    align-items: flex-end;
}
.header-bottom__action_logo {
    max-width: 100%;
    height: auto;
}
.header-bottom__paragraph {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    text-transform: uppercase;
    max-width: 430px;
    margin: 0 auto 30px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.header-bottom__button_container {
    display: flex;
    justify-content: center;
}
.header-bottom__button {
    background: linear-gradient(180deg, #3A9D6F 0%, #3F5638 100%);
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #3F5638;
    border-radius: 30px;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold', sans-serif;
    cursor: pointer;
    box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.25);
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2;
    transform: translateY(0);
    transition: transform .3s linear;
}
.header-bottom__button:hover {
    transform: translateY(-10px);
    transition: transform .3s linear;
}
.header-bottom__img {
    max-width: 640px;
    height: auto;
    vertical-align: bottom;
    margin-left: -90px;
    margin-top: -120px;
    position: relative;
    bottom: -70px;
}
.header__branch_img {
    position: absolute;
    z-index: 5;
}
.header__branch_img1 {
    max-height: 75vh;
    bottom: 0;
    left: 0;
}
.header__branch_img2 {
    bottom: 0;
    right: 0;
}

/* About */
.check__about_section {
    background: url(/design/images/actions/2019/check_list/webp/about__bg.webp) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    position: relative;
    z-index: 5;
    padding-bottom: 140px;
    position: relative;
    overflow-x: hidden;
}
.no-webp .check__about_section {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/about__bg.png) no-repeat;
    background-position: top center;
    background-size: 100% 100%;
}
.about__content {
    max-width: 1420px;
    margin: auto;
}
.about__paragraph {
    max-width: 1000px;
    margin: 0 auto 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
    z-index: 5;
}
.about__list {
    padding: 0;
    margin: 0 auto;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__item {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #DD1849 0%, #BF103C 100%);
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.2);
    
    transform: translateY(-210px);
    opacity: 0;
    cursor: pointer;
    transition: all .3s linear;
}
.about__item.animate-show {
    transform: translateY(0);
    opacity: 1;
}
.about__item.animate-show:nth-child(0) {
    transition: all .3s linear;
}
.about__item.animate-show:nth-child(1) {
    transition: all .4s linear;
}
.about__item.animate-show:nth-child(2) {
    transition: all .5s linear;
}
.about__item.animate-show:nth-child(3) {
    transition: all .6s linear;
}
.about__item.animate-show:nth-child(4) {
    transition: all .7s linear;
}
.about__item.animate-show:nth-child(5) {
    transition: all .8s linear;
}
.about__item:hover {
    transform: scale(1.1);
    transition: transform .1s linear;
}
.about__img_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about__img_paragraph {
    font-family: 'Gilroy-Bold', sans-serif;
    color: #fff;
    max-width: 215px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.about__img {
    position: absolute;
}
.about__img0 {
    top: 0px;
    left: 160px;
}
.about__img0.animate-show {
    animation: main-content__half-circle_left-img1 6000ms ease-in-out infinite both;
    transform: translateY(0);
}
@keyframes main-content__half-circle_left-img1 {
    0%, 70% {
        transform: translateY(0);
        opacity: 1;
    }
    10% {
        opacity: .5;
    }
    20% {
        transform: translateY(50px);
    }
}
.about__img1 {
    left: 0;
    bottom: 70px;
    max-width: 150px;
}
.about__img2 {
    right: 0;
    top: 0;
    max-width: 120px;
}
.about__img3 {
    right: 0;
    max-width: 120px;
    bottom: 90px;
    animation: animated-triangle__3 3500ms linear infinite both;
}

@keyframes animated-triangle__3 { 
    0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    1.28% { transform: matrix3d(0.972, -0.253, 0, 0, 0.428, 0.909, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    2.56% { transform: matrix3d(0.847, -0.544, 0, 0, 0.723, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    3% { transform: matrix3d(0.781, -0.634, 0, 0, 0.794, 0.619, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    5.09% { transform: matrix3d(0.403, -0.918, 0, 0, 0.968, 0.263, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    6.01% { transform: matrix3d(0.244, -0.971, 0, 0, 0.992, 0.14, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    7.57% { transform: matrix3d(0.035, -1, 0, 0, 1, -0.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    9.01% { transform: matrix3d(-0.085, -0.996, 0, 0, 0.995, -0.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    10.09% { transform: matrix3d(-0.136, -0.991, 0, 0, 0.991, -0.135, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    12.01% { transform: matrix3d(-0.166, -0.986, 0, 0, 0.988, -0.155, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    12.57% { transform: matrix3d(-0.164, -0.986, 0, 0, 0.988, -0.153, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    19.72% { transform: matrix3d(-0.036, -0.999, 0, 0, 0.999, -0.036, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    22.58% { transform: matrix3d(-0.003, -1, 0, 0, 1, -0.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    27.43% { transform: matrix3d(0.012, -1, 0, 0, 1, 0.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    32.59% { transform: matrix3d(0.006, -1, 0, 0, 1, 0.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    40% { transform: matrix3d(-0.001, -1, 0, 0, 1, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    42.84% { transform: matrix3d(-0.001, -1, 0, 0, 1, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    58.26% { transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    73.67% { transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    88.99% { transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
    100% { transform: matrix3d(0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}
/* About */

/* Speakers */
.check__speakers_section {
    padding: 370px 0 150px;
    background: url(/design/images/actions/2019/check_list/webp/speakers__bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -60px;
}
.no-webp .check__speakers_section {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/speakers__bg_v12.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
.check__speakers_section .check__section_header {
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #fff;
}
.speakers__list {
    padding: 0;
    margin: 0 auto;
    max-width: 1220px;
    min-height: 585px;
}
.speakers__list .slick-prev, 
.speakers__list .slick-next {
    width: 50px;
    height: 50px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
}
.speakers__list .slick-next:before,
.speakers__list .slick-prev:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    opacity: 1;
}
.slick-arrow.slick-disabled:before {
    opacity: .75;
}
.speakers__list .slick-next:before {
    background: url(/design/images/actions/2019/check_list/next__arrow_v2.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.speakers__list .slick-next:hover:before,
.speakers__list .slick-next:active:before {
    background: url(/design/images/actions/2019/check_list/next__arrow_h.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.speakers__list .slick-prev:before {
    background: url(/design/images/actions/2019/check_list/prev__arrow.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.speakers__list .slick-prev:hover:before,
.speakers__list .slick-prev:active:before {
    background: url(/design/images/actions/2019/check_list/prev__arrow_h.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.speakers__list .slick-current.slick-active + .slick-slide {
    margin-top: 30px;
    transition: margin-top .5s linear;
}
.speakers__item {
    max-width: 337px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    position: relative;
    padding-top: 40px;
}
.speakers__item:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 80px;
    left: calc(50% - 15px);
    top: 0;
}
.speakers__item.speakers__item_0:before {
    background: url(/design/images/actions/2019/check_list/speaker__item_art.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.speakers__item.speakers__item_1:before {
    background: url(/design/images/actions/2019/check_list/speaker__item_art2.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.speakers__item.speakers__item_2:before {
    background: url(/design/images/actions/2019/check_list/speaker__item_art3.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.speakers__item.speakers__item_3:before {
    background: url(/design/images/actions/2019/check_list/speaker__item_art.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.speakers__item.speakers__item_4:before {
    background: url(/design/images/actions/2019/check_list/speaker__item_art2.png) no-repeat;
    background-position: bottom center;
    background-size: auto;
}
.speaker__wrapp {
    background: url(/design/images/actions/2019/check_list/webp/speaker__item_bg.webp) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 27px;
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.35);
}
.no-webp .speaker__wrapp {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/speaker__item_bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
}
.speaker__description_container {
    text-align: center;
    margin-top: 22px;
}
.speaker__name_header {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: var(--main-action-color);
    background: #fff;
    max-width: max-content;
    margin: 0 auto;
}
.speaker__status_paragraph {
    background: #fff;
    font-size: 18px;
    line-height: 22px;
    color: var(--main-action-color);
    max-width: max-content;
    margin: 0 auto;
}

.speaker__player_container {
    margin-top: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.speaker__player {
    display: grid;
    grid-template-columns: 35px auto 100px;
    grid-column-gap: 10px;
    align-items: center;
    padding: 15px;
    position: relative;
}
.manipulation__duration {
    font-size: 8px;
    line-height: 10px;
    color: #727272;
}
.progressbar-wrapper {
    height: 3px;
    width: 110px;
    background: var(--main-action-color);
    position: absolute;
    border-radius: 5px;
    right: 140px;
    bottom: 23px;
}
.description_botton_side {
    display: grid;
    grid-template-columns: auto 16px;
}
.progressbar-wrapper-span,
.timelineWrapper {
    height: 3px;
    display: block;
    background: #E3E3E3;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    cursor: pointer;
}
.progressbar,
.timelineProgress {
    display: block;
    height: 3px;
    background: var(--main-action-color);
}
.player__button {
    width: 35px;
    height: 35px;
    border: none;
    cursor: pointer;
}
.player__button:focus {
    outline: none;
}
.player__button,
.player__button.play {
    background: url(/design/images/actions/2019/check_list/podcast__play.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.player__button.pause {
    background: url(/design/images/actions/2019/check_list/podcast__pause.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.icon,
.volumeIcon {
    display: block;
    width: 15px;
    height: 13px;
    position: absolute;
    right: 120px;
    bottom: 23px;
    border: none;
    cursor: pointer;
}
.volumeIcon:focus {
    outline: none;
}
.icon-volume,
.volumeIcon {
    background: url(/design/images/actions/2019/check_list/sound-on__icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-volume-off,
.volumeIcon.muted {
    background: url(/design/images/actions/2019/check_list/sound-off__icon.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.player__header {
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Gilroy-Bold', sans-serif;
}
.podcast-is-empty__paragraph.player__header {
    margin: 26px 20px;
}
.social-block__link {
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
}
.social-block__link:focus {
    outline: none;
}
.social-block__link_vk {
    background: url(/design/images/actions/2019/check_list/social__vk.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.social-block__link_fb {
    background: url(/design/images/actions/2019/check_list/social__fb.png) no-repeat;
    background-position: center;
    background-size: contain;
}
.social-block__link_ok {
    background: url(/design/images/actions/2019/check_list/social__ok.png) no-repeat;
    background-position: center;
    background-size: contain;
}
/* Speakers */
.check__news_section {
    background: url(/design/images/actions/2019/check_list/png_for_fallback/news__bg_v2.png);
    background-position: top center;
    background-size: auto;
    padding-top: 80px;
}
.category__link {
    font-family: inherit;
    text-decoration: none;
}
.blik__img {
    position: absolute;
    right: 40px;
    bottom: 90px;
    z-index: 11;
    max-width: 80px;
    animation: blik_rotate 3s infinite linear;
}
@keyframes blik_rotate {
    from {
        transform: rotate(0deg); 
        opacity: .7;
    }
    to { 
        transform: rotate(359deg); 
        opacity: 1;
    }
}
@media screen and (min-width: 1930px) {
    .check__header:after,
    .no-webp .check__header:after {
        bottom: -350px;
        background-size: cover;
    }
}
@media screen and (max-width: 1620px) {
    .check__header:after {
        bottom: -150px;
        background-size: contain;
    }
}
@media screen and (max-width: 1520px) {
    .check__header:after {
        bottom: -130px;
    }
}
@media screen and (max-width: 1430px) {
    .branch__img1 {
        max-width: 400px;
        bottom: -50px;
    }
    .header-bottom__description_container {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1366px) {
    .check__header {
        height: 100vh;
    }
    .header-bottom__action_logo {
        max-width: 360px;
    }
    .header-bottom__img {
        max-width: 440px;
        margin-left: -40px;
        margin-top: -120px;
    }
    .check__header:after {
        bottom: -120px;
    }
    .no-webp .check__header:after {
        bottom: -190px;
    }
    .about__img0 {
        left: 30px;
    }
    .check__about_section {
        background-size: cover;
    }
    .about__list {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 80%;
    }
    .about__item {
        margin-bottom: 20px;
    }
    .about__item + .about__item {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1290px) {
    .speakers__list {
        max-width: 350px;
        margin-top: 20px;
    }
    .speakers__list .slick-prev {
        left: -65px;
    }
    .speakers__list .slick-next {
        right: -65px;
    }
    .speakers__list .slick-current.slick-active + .slick-slide {
        margin-top: 0;
    }
}
@media screen and (max-width: 1130px) {
    .check__header {
        height: auto;
    }
    .check__header-bottom {
        max-width: 440px;
        display: flex;
        flex-direction: column;
    }
    .header-bottom__img {
        max-width: 440px;
        margin: 0;
        bottom: -50px;
    }
}
@media screen and (max-width: 920px) {
    .check__news_section {
        padding: 80px 15px 0;
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 810px) {
    .check__header {
        grid-row-gap: 0;
    }
    .main__nav {
        padding: 20px;
    }
    .main__logo_link {
        margin-right: 20px;
    }
    .main__logo_img {
        max-width: 120px;
    }
    .main__item + .main__item {
        margin-left: 20px;
    }
    .header-bottom__action_logo {
        margin: 0 auto;
    }
    .branch__img1 {
        max-width: 300px;
    }
    .branch__img2 {
        max-width: 200px;
    }
    .about__img0 {
        top: 300px;
        left: -10px;
    }
    .check__header:after {
        bottom: -90px;
    }
    .no-webp .check__header:after {
        bottom: -240px;
    }
}
@media screen and (max-width: 635px) {
    .check__header:after,
    .no-webp .check__header:after {
        bottom: -70px;
    }
    .header-bottom__img_container {
        justify-content: center;
    }
    .header-bottom__img {
        max-width: 340px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 600px) {
    .header-bottom__action_logo {
        max-width: 260px;
    }
    .branch__img1 {
        max-width: 250px;
    }
    .branch__img2 {
        max-width: 150px;
        bottom: -10px;
    }
    .about__img2 {
        max-width: 100px;
    }
}
@media screen and (max-width: 550px) {
    .main__list {
        display: none;
    }
    .about__img0 {
        max-width: 100px;
    }
    .check__section_header {
        font-size: 40px;
        line-height: 88px;
    }
    .about__list {
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .check__header:after {
        bottom: -50px;
    }
    .no-webp .check__header:after {
        bottom: -40px;
        background-size: contain;
    }
    .speakers__item {
        max-width: 100%;
    }
    .speaker__img {
        max-width: 100%;
    }
    .check__header,
    .speakers__content,
    .about__content {
        padding: 0 15px;
    }
    .branch__img1 {
        left: -15px;
    }
    .about__img3 {
        bottom: 90px;
    }
}
@media screen and (max-width: 430px) {
    .no-webp .check__about_section .check__section_header {
        background-color: #f7f7f7;
    }
    .main__nav {
        padding: 10px 0;
    }
    .branch__img1 {
        max-width: 200px;
    }
    .branch__img2 {
        right: 0;
        max-width: 100px;
    }
    .blik__img {
        right: 10px;
        bottom: 30px;
        max-width: 50px;
    }
    .about__img1 {
        display: none;
    }
    .check__about_section,
    .no-webp .check__about_section {
        background: url(/design/images/actions/2019/check_list/png_for_fallback/news__bg_v2.png) repeat-y;
        background-size: auto;
        background-position: top center;
    }
}
@media screen and (max-width: 370px) {
    .check__header:after, 
    .no-webp .check__header:after {
        bottom: -40px;
    }
    .header-bottom__paragraph {
        font-size: 16px;
        line-height: 20px;
        max-width: 100%;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 350px) {
    .check__header {
        overflow-x: hidden;
        overflow-y: hidden;
    }
    .branch__img1 {
        bottom: -20px;
    }
    .branch__img2 {
        bottom: 0px;
    }
    .header-bottom__img {
        max-width: 100%;
    }
}