body {
    margin: 0;
}
.counters {
    width: 0.01px;
    height: 0.01px;
    position: absolute;
    left: -9999px;
}
.nd__wrapp {
    padding: 30px 0 0 0;
    background: linear-gradient(158.49deg, rgba(255, 255, 255, 0.4) 2.17%, rgba(247, 225, 212, 0.4) 62.08%, rgba(158, 228, 233, 0.4) 100.6%);
}
@media screen and (max-width: 1200px) {
    .nd__wrapp {
        padding: 0;
    }
}
.nd__main-side {
    display: grid;
    grid-template-columns: auto;
}
.main-side__top-side {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
}
@media screen and (max-width: 1200px) {
    .main-side__top-side {
        position: relative;
        grid-template-columns: auto;
    }
    .main-side__top-side:after {
        content: "";
        background: url(/design/images/actions/2019/nedelia_dobra/top-side__img.jpg) no-repeat;
        background-size: cover;
        background-position: top -400px center;
        opacity: 0.8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
}
@media screen and (max-width: 825px) {
    .main-side__top-side:after {
        content: none;
    }
}
.main-side__img_container {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
    .main-side__img_container {
        display: none;
    }
}
.main-side__description_container {
    display: grid;
}
.main-side__img {
    max-width: 100%;
    max-height: calc(100vh - 30px);
}
.main-said__img_bg {
    position: absolute;
    width: 170px;
    height: 282px;
    background: rgba(243, 216, 255, 0.77);
    bottom: 0;
    right: -24px;
}
.main-menu__list {
    padding: 0;
    list-style-type: none;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
}
.main-menu__link {
    color: #363059;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Segoe UI', sans-serif;
    padding-bottom: 5px;
    border-bottom: 2px solid #0000;
}
@media screen and (max-width: 1200px) {
    .main-menu__list {
        padding: 10px 20px 0;
        max-width: 100%;
    }
    .main-menu__link {
        color: #fff;
        font-weight: 700;
        font-size: 24px;
    }
}
@media screen and (max-width: 825px) {
    .main-menu__link {
        color: #363059;
        font-size: 18px;
    }
}
@media screen and (max-width: 540px) {
    .main-menu__list {
        justify-content: space-around;
    }
    .main-menu__link {
        display: block;
    }
}
.main-menu__link:hover {    
    border-bottom: 2px solid #624B9F;
}
.main-menu__item:last-child .main-menu__link:hover {    
    border-bottom: 2px solid #0000;
}
.main-side__description {
    text-align: center;
}
.description__img {
    margin: 50px 0 25px;
    max-width: 100%;
}
@media screen and (max-width: 825px) {
    .description__img {
        max-width: 90%;
    }
}
@media screen and (max-width: 470px) {
    .description__img {
        margin: 20px 0 0;
    }
}
.description__header {
    font-family: 'Segoe UI', sans-serif;
    font-size: 30px;
    color: #CB2286;
    line-height: 40px;
    text-transform: uppercase;
}
@media screen and (max-width: 1470px) {
    .description__header {
        margin-bottom: 20px;
    }
    .main__button {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 400px) {
    .description__header {
        margin: 0 0 10px;
        font-size: 20px;
    }
}
.main__button {
    border: none;
    background: linear-gradient(180deg, #C89BFB 0%, #735CB6 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 60px;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 24px;
    line-height: 32px;
    padding: 10px 35px 15px;
    cursor: pointer;
}
.main-side__conditions {
    background: rgba(243, 216, 255, 0.77);
    padding: 40px 25px 0px;
}
@media screen and (max-width: 1200px) {
    .main-side__conditions {
        padding-bottom: 20px;
    }
}
.conditions__list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 50px;
}
@media screen and (max-width: 540px) {
    .conditions__list {
        margin: 0 auto;
        grid-template-columns: auto;
        grid-row-gap: 30px;
        max-width: 200px;
    }
}
.conditions__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.conditions__img_container {
    position: relative;
}
.conditions__img {
    margin: 20px 0 0 20px;
}
.conditions__item_bg {
    position: absolute;
    width: 121px;
    height: 121px;
    background: rgba(183, 85, 185, 0.1);
    border-radius: 50%;
    top: -10px;
    left: -20px;
}
.conditions__paragraph {
    margin-bottom: 0;
    color: #363059;
    font-size: 18px;
    font-family: 'Segoe UI', sans-serif;
    line-height: 24px;
}
.main-side__bottom-side {
    text-align: center;
}
.main-side__text_wrapp {
    max-width: 1100px;
    margin: 50px auto 75px;
}
.main__paragraph {
    font-family: 'Segoe UI', sans-serif;
    font-size: 25px;
    color: #363059;
    font-weight: 600;
    line-height: 33px;
}
@media screen and (max-width: 825px) {
    .main-side__text_wrapp {
        margin: 20px auto 35px;
        padding: 0 20px;
    }
    .main__paragraph {
        font-size: 18px;
    }
}
.section__header {
    text-align: center;
    font-size: 35px;
    line-height: 47px;
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
    color: #624B9F;
}
.nd__paricipants_section {
    margin-top: -20px;
    padding-top: 60px;
    background: url(/design/images/actions/2019/nedelia_dobra/participants__text_bg.png) no-repeat;
    background-position: left top;
}
@media screen and (max-width: 850px) {
    .nd__paricipants_section {
        padding-top: 30px;
        background-size: 100%;
    }
}
.paricipants__list {
    max-width: 1370px;
    margin: auto;
    padding: 0 0 100px 0;
}
@media screen and (max-width: 1420px) {
    .paricipants__list {
        max-width: 1270px;
    }
}
@media screen and (max-width: 1270px) {
    .paricipants__list {
        max-width: 852px;
    }
}
@media screen and (max-width: 870px) {
    .paricipants__list {
        max-width: 420px;
    }
}
@media screen and (max-width: 420px) {
    .paricipants__list {
        max-width: 377px;
    }
}
.paricipants__list .slick-list {
    padding-bottom: 100px;
}
.paricipants__item {
    max-width: 396px;
    padding: 36px 0;
    border: 10px solid aquamarine;
    position: relative;
}
@media screen and (max-width: 420px) {
    .paricipants__item {
        max-width: 355px;
        padding: 6px 0;
    }
}
.paricipants__img {
    margin: auto;
}
.paricipants__description {
    position: absolute;
    bottom: calc(-50% + 100px);
    left: calc(50% - 153px);
    width: calc(306px - 40px);
    height: calc(194px - 40px);
    padding: 20px;
}
.paricipants__item_0 {
    border-color: #C9E8E2;
}
.paricipants__item_1 {
    border-color: #D6ECFA;
}
.paricipants__item_2 {
    border-color: #FFE9B0;
}
.paricipants__item_3 {
    border-color: #C9E8E2;
}
.paricipants__description.paricipants__item_0 {
    background: #C9E8E2;
}
.paricipants__description.paricipants__item_1 {
    background: #D6ECFA;
}
.paricipants__description.paricipants__item_2 {
    background: #FFE9B0;
}
.paricipants__description.paricipants__item_3 {
    background: #C9E8E2;
}
.paricipants__description.paricipants__item_4 {
    background: #D6ECFA;
}
.paricipants__name_header {
    color: #363059;
    font-size: 22px;
    margin: 0 0 5px 0;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 500;
    line-height: 29px;
    background: url(/design/images/actions/2019/nedelia_dobra/dev-line__img.jpg), 
                url(/design/images/actions/2019/nedelia_dobra/dev-line__img.jpg);
    background-repeat: no-repeat;
    background-position: top left, bottom left;
}
.paricipants__paragraph {
    color: #363059;
    font-size: 18px;
    font-style: italic;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 0;
    line-height: 20px;
}
.paricipants__list .slick-prev {
    left: -55px;
}
.paricipants__list .slick-prev, 
.paricipants__list .slick-next {
    top: 40%;
    width: 40px;
    height: 27px;
} 
@media screen and (max-width: 1420px) {
    .slick-next {
        right: -45px;
    }        
}
@media screen and (max-width: 1370px) {
    .paricipants__list .slick-dots {
        bottom: 35px;
    }
    .paricipants__list .slick-dots li,
    .paricipants__list .slick-dots li button,
    .paricipants__list .slick-dots li button:before {
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .paricipants__list .slick-dots li button:before {
        font-size: 26px;
        color: #624b9f;
    }
}
.paricipants__list .slick-prev:before, 
.paricipants__list .slick-next:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 27px;
    top: 0;
    left: 0;
    line-height: 1px;
    opacity: 1;
} 
.paricipants__list .slick-next:before {
    background: url(/design/images/actions/2019/nedelia_dobra/slider__next_img.png) no-repeat;
    background-size: contain;
    background-position: center;
} 
.paricipants__list .slick-prev:before {
    background: url(/design/images/actions/2019/nedelia_dobra/slider__prev_img.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.nd__podcasts_section {
    padding: 60px 0 150px;
    background: url(/design/images/actions/2019/nedelia_dobra/records__text_bg.png) no-repeat;
    background-position: top left;
}
@media screen and (max-width: 850px) {
    .nd__podcasts_section {
        padding-top: 10px;
        background-size: 100%;
    }
}
@media screen and (max-width: 520px) {
    .nd__podcasts_section {
        padding-bottom: 0;
    }
}
.podcast__paragraph {
    text-align: center;
    color: #363059;
    font-size: 28px;
    font-family: 'Segoe UI', sans-serif;
}
.podcast_list {
    max-width: 1300px;
    margin: auto;
    background: #fff;
    position: relative;
}
.podcast_player_blk .podcast_player {
    width: 27px;
    height: 28px;
    display: block;
    left: 132px;
    top: 24px;
}
@media screen and (max-width: 520px) {
    .podcast_player_blk .podcast_player {
        left: 50px;
    }
}
.podcast_item__img.inplayer {
    height: 50px;
    width: 80px;
}
.podcast_player_blk .progressbar-wrapper {
    position: absolute;
    top: 0;
    bottom: initial !important;
    left: 30px !important;
    width: 317% !important;
    background: #ffe9b0;
    cursor: pointer;
    z-index: 10;
}
#soundSlider-block {
    margin: 27px 0 0 220px;
}
#soundSlider-block .sliderStrip {
    margin-left: 30px;
    margin-top: -10px;
    float: left;
    width: 80px;
    height: 1px;
    background: linear-gradient(180deg, #9A4799 0%, #5E227B 100%);
}
.podcast_player_blk #soundSlider-block .player-volume {
    position: relative;
}
.podcast_player_blk #soundSlider-block .sliderThumb {
    background: linear-gradient(180deg, #9A4799 0%, #5E227B 100%);
    width: 12px;
    height: 12px;
    top: 5px;
    left: 0;
    position: absolute;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 30px;
}
.podcast_player_blk #soundSlider-block .sliderThumb:hover {
    border: none !important;
}
.podcast_item__share_link_list {
    top: -75px;
    left: -80px;
}
.podcast_item__share_ico_vk a.share {
    display: block;
    margin: 0px 7px 0px 0px;
}
.podcast_item__share_ico_ok a.share {
    display: block;
    margin: 0px 7px 0px 0px;
}
.podcast_item__share_ico_fb a.share {
    display: block;
    margin: 0;
}
@media screen and (max-width: 420px) {
    .podcast_item__anonceMobile {
        width: calc(100% - 20px);
    }
}