body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}
/*@font-face {*/
/*    font-family: 'Geometria';*/
/*    src: url('/design/images/fonts/Geometria/Geometria-ExtraBold.woff');*/
/*    src: url('/design/images/fonts/Geometria/Geometria-ExtraBold.ttf') format('truetype'), */
/*    url('/design/images/fonts/Geometria/Geometria-ExtraBold.woff2') format('woff2'), */
/*    url('/design/images/fonts/Geometria/Geometria-ExtraBold.woff') format('woff'), */
/*    url('/design/images/fonts/Geometria/Geometria-ExtraBold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*}*/

@font-face {
    font-family: 'Geometria-ExtraBold';
    src: url('/design/images/fonts/Geometria/Geometria-ExtraBold.ttf') format('ttf'),
         url('/design/images/fonts/Geometria/Geometria-ExtraBold.woff') format('woff'),
         url('/design/images/fonts/Geometria/Geometria-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Geometria';
    src: url('/design/images/fonts/Geometria/Geometria-Medium.woff');
    /* IE 9 Compatibility Mode */
    src: url('/design/images/fonts/Geometria/Geometria-Medium.ttf') format('truetype'), /* IE < 9 */
    url('/design/images/fonts/Geometria/Geometria-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('/design/images/fonts/Geometria/Geometria-Medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/design/images/fonts/Geometria/Geometria-Medium.ttf') format('truetype');
    font-weight: normal;
}


.table_circle {
    margin-top: 60px;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}

.main-menu__button {
    text-decoration: none;
        font-family: 'Geometria', sans-serif;
}

h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.small{
        font-size: 11px;
        line-height: 113.3%;
        text-transform: none;
        font-weight:normal;
    }
.childhood-day .childhood-day__container {
    max-width: 1480px;
    margin: 0 auto
}

.childhood-day-header__content {
    display: flex;
    flex-direction: row;
    padding-top: 104px;
    justify-content: space-around;
}

.childhood-day-header__item {
    display: flex;
    flex-direction: column;
}

.childhood-day-header .logo {
    max-width: 641px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.childhood-day-header .logo.mobile {
    display:none;
}

.childhood-day-header .child {
    max-width: 679px;
    width: 100%;
}

.child-block {
    position: relative;
}

.childhood-day-header{
    background:url('/design/images/actions/2022/day-childhood-2022/header_dots.png') top right no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}

.childhood-day-header .child-block:before {
    content: '';
    width: 90px;
    height: 90px;
    position: absolute;
    background: linear-gradient(180deg, #EF4358 0%, #ED3B51 100%);
    border-radius: 100%;
    top: 5px;
    left: 63px;
}

.childhood-day-header .child-block:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    background: linear-gradient(180deg, #62C3DC 0%, #4EBAD6 100%);
    border-radius: 100%;
    bottom: -28px;
    left: -21px;
}

.childhood-day {
    position: relative;
}

.childhood-day:before {
    content: '';
    width: 170px;
    height: 170px;
    background: linear-gradient(180deg, #FFED49 0%, #F5E33A 100%);
    position: absolute;
    right: 55px;
    top: -66px;
    border-radius: 100%;
}

.childhood-day:after {
    content: '';
    width: 213px;
    height: 213px;
    background: linear-gradient(180deg, #FF8F8F 0%, #FF7C89 100%);
    position: absolute;
    right: 234px;
    top: 790px;
    border-radius: 100%;
}

.childhood-day-header__item span {
    margin-bottom: 33px;
    display: block;
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #36348E;
    margin:40px 0 40px 0;
}

.childhood-day-header__item p {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 34px;
}

.childhood-day-participants {
    background-image: url(/design/images/actions/2021/deti/bg-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.childhood-day-header__item button {
    background: linear-gradient(360deg, #E44561 7.69%, #FF6F89 100%);
    border-radius: 50px;
    border: none;
    display: block;
    font-family: 'Geometria-ExtraBold', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-decoration: none;
    max-width: 272px;
    width: 100%;
    height: 65px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 143px;
    text-transform: capitalize;
}

.childhood-day-header__item button:hover {
    color: #fff;
}

.childhood-day-participants {
    padding-bottom: 55px;
}

.childhood-day-participants__head {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #36348E;
    padding-top: 108px;
    margin-bottom: 16px;
}

.childhood-day-participants__description {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #36348E;
    margin-bottom: 0px;
}

.participants {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
}

.participants__item {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    width: 100%;
    margin-right: 0px;
    text-align: center;
    
}

.participants__item:last-child {
    margin-right: 0;
}

.participants__item img {
    width: 100%;
    filter: drop-shadow(0px 21px 55px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    margin-bottom: 0px;
    max-width: 320px;

}

.participants__item h3 {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #36348E;
    margin:0 0 12px 33px;
}

.participants__item p {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #36348E;
    margin:0 0 0 33px;
}

.childhood-day-artists {
    padding-bottom: 60px;
    padding-top: 60px;
    max-width: 1920px;
    margin: 0 auto;
}

.childhood-day-artists__head {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #36348E;
    margin-bottom: 16px;
}

.childhood-day-artists__description {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 24px;
}

.artists {
    display: flex;
    flex-direction: row;
    max-width: 1375px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.artists__line {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 60px;
}



.artists__item {
    max-width: 390px;
    width: 100%;
    margin-right: 64px;
}



.artists__item p {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    min-height: 46px;
}

.artists__item img {
    width: 100%;
    border-radius: 20px;
    max-width: 390px;
}

.artists__item h3 {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #36348E;
    margin-top: 10px;
    margin-bottom: 5px;
}

.artists__item span {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.artists__line .artists__item:last-child {
  margin-right: 0;
}
.childhood-day-plan {
    background-image: url(/design/images/actions/2021/deti/bg-plan.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 77px;
    max-width: 1920px;
    margin: 0 auto;
}

.childhood-day-plan__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.childhood-day-plan__head {
    padding-top: 168px;
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 125.02%;
    text-transform: uppercase;
    color: #36348E;
    margin-bottom: 55px;
}

.childhood-day-plan__description {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #36348E;
    width: 80%;
}

.childhood-day-plan__table {
    margin-top: 26px;
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #36348E;
    position: relative;
}

.childhood-day-plan__table:before {
    content: '';
    width: 11px;
    height: 606px;
    background-repeat: no-repeat;
    position: absolute;
    left: 17%;
    background-size: cover;
    top: 4%;
}



.childhood-day-plan__table tr td:first-child {
    padding-right: 50px;
}

.childhood-day-plan__table tr {
    position: relative;
}


.childhood-day-plan__table tr:before {
content: '';
    width: 1px;
    height: 105%;
    position: absolute;
    left: 13.3%;
    bottom: 0;
    background-color: #36348E;
}


.childhood-day-plan__table tr:last-child:before {
    content: '';
    width: 0px;
    height: 105%;
    position: absolute;
    left: 13.3%;
    bottom: 0;
    background-color: #36348E;
}
.childhood-day-plan__table tr td {
    padding-bottom: 0px;
    position: relative;
}

.childhood-day-plan__table .last td:after {
    bottom: 0;
}



.childhood-day-plan__table tr:last-child td {
    padding-bottom: 0;
}


.childhood-day-translation {
    margin-top: 108px;
    background-image: url(/design/images/actions/2021/deti/video-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.childhood-day-translation__head {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #36348E;
    margin-bottom: 105px;
}

.childhood-day-translation img {
    margin: 0 auto;
    display: block;
    padding-bottom: 23px;
}

.childhood-day-news__head {
    font-family: 'Geometria', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #36348E;
    margin-bottom: 89px;
}

.category__link {
    text-decoration: none;
}

table tr td.time_data,
table tr td.artist_data{
    margin:0;
    padding: 0;
    position: relative;
    top:-5px;
}
table tr td.time_data:before{
    position: absolute;
    content:'';
    width: 10px;
    height: 10px;
    background: #36348E;
    display: block;
    border-radius: 50%;
    left:84px;
    top:1px;
}

table tr td.artist_data{
    padding-bottom:25px;
}

.childhood-day-plan__table tr.last::before {
    content: '';
    width: 1px;
    height: 105%;
    position: absolute;
    left: 15.3%;
    bottom: 0;
    background: none !important;
}

@media (max-width: 1440px) {
    
    table tr td.time_data::before {
        left: 75px;
    }
    
    .childhood-day-plan__description {
      font-family: 'Geometria', sans-serif;
      width: 80%;
    }
    
    .childhood-day-translation {
          background-size: contain;
        }
}


@media (max-width: 1441px) and (min-width: 1366px) {
    .participants__item{
        max-width: 371px;
    }
    .artists {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .childhood-day-plan__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 50px;
        padding-right: 51px;
    }

    #artists {
        background-image: url(/design/images/actions/2021/deti/artists-dots.png);
        background-repeat: no-repeat;
        background-position: center;
    }
}


@media (max-width: 1366px) {
    table tr td.time_data:before {
      left: 54%;
    }
}

@media (max-width: 1300px) {
    table tr td.time_data:before {
      left: 56%;
    }
}



@media (max-width: 1285px) {
    .childhood-day:after {
        width: 111px;
        height: 111px;
        right: 18px;
    }
    
    .lisa {
        display: block !important;
    }

    .participants__item p br {
        display: none;
    }
    .childhood-day__container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .artists__item img {
        max-width: 230px;
    }
    .childhood-day-plan__table tr td br {
        display: none;
    }
    .childhood-day-plan__description {
        font-size: 17px;
        width: 92%;
    }
    .childhood-day-plan__head {
        font-size: 38px;
    }
    .childhood-day-plan__table {
        font-size: 13px;
    }
    .artists__item h3 {
        margin-top: 18px;
    }
}
@media (max-width: 1280px) {
    table tr td.time_data:before {
      left: 57.9%;
    }
}



@media (max-width: 1200px) {
    table tr td.time_data:before {
      left: 54.9%;
    }
}
@media (max-width: 1080px) {
    table tr td.time_data:before {
        left: 16.9%;
    }
}
@media (max-width: 1024px) {
    table tr td.time_data::before {
      left: 52px;
      top: 2px;
      left: 53.9%;
    }
    .childhood-day-plan__table tr::before {
      left: 11.0%;
    }

    
    .childhood-day-header .logo {
        max-width: 430px;
    }
    .childhood-day-header .child {
        max-width: 355px;
    }
    .childhood-day-header__item span {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 21px;
    }
    .childhood-day-header__item p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 18px;
    }
    .childhood-day-header__item a {
        height: 55px;
        font-size: 16px;
        max-width: 214px;
    }
    
    .childhood-day:before {
        width: 88px;
        height: 88px;
        right: -71px;
        top: 9px;
    }
    .childhood-day-translation img {
        width: 100%;
    }
    .childhood-day__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .childhood-day:after {
        top: 10%;
    }
    .childhood-day {
        overflow: hidden;
        /*overflow-y: scroll;*/
    }
    .childhood-day-header .child-block:before {
        width: 47px;
        height: 47px;
        left: 32px;
        top: 1px;
    }
    .childhood-day-plan__table tr:before {
        left: 14.7%;
    }
    .childhood-day-header .child-block:after {
        width: 52px;
        height: 52px;
        bottom: -18px;
        left: -11px;
    }
    .childhood-day-participants__head {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 17px;
    }
    .childhood-day-participants__description {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 34px;
    }
    .participants__item {
        margin-right: 0px;
    }
    .participants__item img {
        margin-bottom: 20px;
    }
    .participants__item h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }
    .participants__item p {
        font-size: 12px;
        line-height: 15px;
    }
    .childhood-day-participants {
        padding-bottom: 38px;
        background-size: cover;
    }
    .childhood-day-artists {
        padding-top: 35px;
    }
    .childhood-day-artists__head {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 30px;
    }
    .childhood-day-artists__description {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 34px;
    }
    .artists__line .artists__item {
        max-width: 216px;
        margin-right: 40px;
    }
    .artists__item h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .artists__item span {
        font-size: 16px;
        line-height: 18px;
    }

    .childhood-day-artists {
        padding-bottom: 74px;
    }
    .childhood-day-plan__head {
        font-size: 25px;
        line-height: 125%;
        padding-top: 232px;
        margin-bottom: 38px;
    }
    .childhood-day-plan__description {
        font-size: 14px;
        line-height: 18px;
        width: 92%;
    }
    .childhood-day-plan__table tr td .table {
        display: block !important;
    }
    .childhood-day-plan__table {
        margin-top: 49px;
    }
    .childhood-day-plan__table {
        font-size: 11px;
        line-height: 14px;
    }
    .childhood-day-plan__table tr td:first-child {
        /*padding-right: 64px;*/
    }
    .childhood-day-plan__table tr td {
        padding-top: 9px;
        padding-bottom: 9px;
    }
    .childhood-day-plan__table:before {
        height: 362px;
        left: 22%;
        background-size: contain;
    }
    .childhood-day-plan__table tr td {
        padding-top: 9px;
        padding-bottom: 11px;
    }
    .childhood-day-plan {
        background-image: url(/design/images/actions/2021/deti/bg-plan.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        padding-bottom: 52px;
        background-size: cover;
    }
    .childhood-day-translation {
        margin-top: 42px;
    }
    .childhood-day-translation__head {
        font-family: 'Geometria', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 31px;
    }
    .video {
        max-width: 860px;
        margin: 0 auto
    }
    .childhood-day-news__head {
        font-size: 25px;
        line-height: 31px;
        margin-bottom: 59px;
    }
}

#artists {
    background-image: url('/design/images/actions/2021/deti/artists-dots.png');
    background-repeat: no-repeat;
    background-position: center;
        background-position: 0% 24%;
}

@media (max-width: 970px) {
    table tr td.time_data::before {
      left: 48%;
    }
}

@media (max-width: 768px) {
    
    
    table tr td.time_data::before {
      left: 56px;
      top: 2px;
    }
    .childhood-day-plan__table tr::before {
      content: '';
      width: 1px;
      height: 105%;
      position: absolute;
      left: 60px;
      bottom: 0;
      background-color: #36348E;
    }

    #artists {
        background-image: none;
}
    
    .mobile-bg {
        position: absolute;
    }
    
    .childhood-day-header__content {
        padding-top: 15px;
    }
    .childhood-day {
        flex-direction: column;
        padding-top: 0;
       
        background-repeat: no-repeat;
        background-position: top left;
    }
    
    .m1 {
            padding-top: 14px !important;
    }
    
    .relm {
            position: relative;
    top: -14px;
    }
    
    .relm1 {
        position: relative;
        top: -11px;
    }
    
    .m2 {
        padding-top: 23px !important;
            padding-bottom: 20px !important;
    }
    
    .m3 {
        padding-bottom: 0 !important;
    }
    
    .m4 {
        padding-top: 17px;
    }
    
    .m5 {
        padding-bottom: 17px !important;
    }
    .m6 {
        padding-top: 0 !important;
    }
    .desktop {
        display: none;
    }
    .childhood-day-header .child-block:before {
        width: 42px;
        height: 42px;
        left: 29px;
    }
    .childhood-day-header .child-block:after {
        width: 46px;
        height: 46px;
        bottom: -8px;
        left: -11px;
    }
    .childhood-day-header__item span {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .childhood-day-header__item p br {
        display: none;
    }
    .childhood-day-header__item a {
        max-width: 250px;
        margin-bottom: 30px;
    }
    .childhood-day:after {
        width: 0;
        height: 0;
    }
    .childhood-day-participants__head {
        font-size: 20px;
    }
    .childhood-day-participants__description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 37px;
    }
    .childhood-day-participants__description br {
        display: none;
    }
    .participants {
        flex-direction: column;
        align-items: center;
    }
    .participants__item {
        margin-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    .participants__item img {
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 8px;
    }
    .childhood-day-artists {
        padding-top: 0;
        margin-bottom: 15px;
    }
    .childhood-day-artists__head {
        font-size: 25px;
    }
    .childhood-day-artists__description {
        font-size: 14px;
        margin-bottom: 44px;
    }
    .childhood-day-artists__description br {
        display: none;
    }
    .artists__line .artists__item {
        
    }
    .artists__item img {
        max-width: 164px;
        max-height: 164px;
    }
    .artists__item h3 {
        font-size: 11px;
        margin-top: 1px;
        margin-bottom: 0;
    }
    .artists__item span {
        font-size: 12px;
    }


    .childhood-day-artists {
        padding-bottom: 50px;
    }
    .childhood-day-plan__content {
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .childhood-day-plan__head {
        font-size: 21px;
        text-align: center;
        line-height: 125%;
        padding-top: 32px;
        margin-bottom: 11px;
    }
    .childhood-day-plan__description {
        text-align: center;
    }
    .childhood-day-plan__description br {
        display: none;
    }
    .childhood-day-plan__table {
        margin-top: 13px;
    }
    .childhood-day-translation__head {
        font-size: 21px;
    }
    .childhood-day-translation {
        margin-bottom: 25px
    }
    .childhood-day-plan__table {
        max-width: 280px;
        margin: 0 auto;
    }
    .logo {
        align-self: center;
    }
    .child-block {
        align-self: center;
    }
    .childhood-day-plan__table:before {
        height: 372px;
    
    }
    .participants__item h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
        margin-left: 0px;
    }
    .participants__item p {
        font-size: 12px;
        line-height: 15px;
        margin-left: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1700px) {
    .childhood-day__container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 769px) {
    .mobile {
        display: none !important;
    }
}

@media (min-width: 1024px){
    .table {
        display: none !important;
    }
}


.header__content {
    max-width: 1345px;
    margin: auto;
    padding-top: 32px;
    display: flex;
    justify-content: center;
}
.header__top-side {
    display: flex;
    align-items: center;
}
.nav__btn {
    display: none;
}



.header__nav{
    width: 1100px;
    margin:0 auto;
    position: relative;
    z-index: 10;
}
    @media only screen and (max-width: 1100px){
         .header__nav{
             width: 100%;
        }
        .header__top-side {
          display: flex;
          align-items: center;
          width: 100%;
        }
    }
.main-menu__list {
    width: 92%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
    margin: 0 0 0 34px;
}
.main-menu__item + .main-menu__item {
    margin-left: 34px;
}
.main-menu__button {
    background: transparent;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    color: #36348E;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    position: relative;
     border-bottom:solid 2px transparent;
}

/*
border-image: 
    linear-gradient(
      to right, 
      #ff6f95, 
      #ffcd8d
    ) 1 100%;
*/

.main-menu__button:hover {
    color: #36348E;
    content:'';
    border-bottom:solid 2px #ff6f95;
}
.main-menu__button:focus {
    outline: none;
}



@media (max-width: 863px) {
    .other-padding-td {
        padding-bottom: 0;
    }

}


    @media only screen and (max-width: 810px){

        .childhood-day-plan__table tr::before {
          left: 15.3%;
        }
        table tr td.time_data::before {
          left: 61% ;
        }
        
        .childhood-day-plan__item:nth-child(1) {
          width: 90%;
        }
        .childhood-day-plan__item:nth-child(2) {
          width: 90%;
        }
        
    }
    @media screen and (max-width: 768px) {
        .childhood-day-plan__table tr::before {
          left: 21.0%;
        }
        
    }
    
    @media screen and (max-width: 700px) {
        .childhood-day-plan__table tr::before {
              left: 21.0%;
        }   
    
    .header__nav {
        position: relative;
        width: 100%;
        height: 57px;
        opacity: 0.95;
    }
    
    .navigation {
        position: absolute;
        top: 0;
        right: 0;
    }
    

    /* Анимированный бургер */
    .nav__btn {
        display: block;
        position: absolute;
        width: 50px;
        height: 40px;
        transition: .5s ease-in-out;
        right: 20px;
         top: -5%;
        transform: translateY(-50%);
        padding: 0;
        border: none;
        background: #fff;
        border-radius: 3px;
        z-index: 6;
    }
    

    .nav__btn:focus {
        outline: none;
    }
    .nav__btn span {
        display: block;
        position: absolute;
        height: 4px;
        width: 22px;
        background: #FF6F95;
        border-radius: 100px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%) rotate(0deg);
        transition: .25s ease-in-out;
    }
    
    .nav__btn span:nth-child(1) {
        top: 10px;
    }
    .nav__btn span:nth-child(2),
    .nav__btn span:nth-child(3) {
        top: 53%;
        transform: translateY(-50%);
        width: 22px;
        left: initial;
        right: calc(50% - 11px);
    }
    .nav__btn span:nth-child(4) {
        top: 29px;
    }
    .nav__btn.open span:nth-child(2), 
    .nav__btn.open span:nth-child(3) {
        right: calc(50% - 8px);
    }
    .nav__btn.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    .nav__btn.open span:nth-child(2) {
        transform: rotate(45deg);
    }
    .nav__btn.open span:nth-child(3) {
        transform: rotate(-45deg);
    }
    .nav__btn.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    /* Анимированный бургер */
    .header__nav .main-menu__list {
        padding: 0 30px;
        flex-direction: column;
        margin: 0;
        position: fixed;
        background: #fff;
        height: 100%;
        right: 0;
        top: 0;
        justify-content: center;
        transform: translateY(-100%);
        opacity: 0;
        z-index: 2;
        padding-right: 0;
    left: 1px;
    }
    .header__nav .main-menu__list.open {
        transform: translateY(0);
        opacity: 1;
        transition: transform,opacity .2s linear;
    }
    .header__nav .main-menu__item+.main-menu__item {
        margin: 30px 0 0;
    }
}

.childhood-day-news {
    margin-top: 30px;
}


.childhood-day-plan__item:nth-child(1){
    width: 55%;
}
.childhood-day-plan__item:nth-child(2){
    width: 45%;
}

.frame-translation {
    max-width: 1002px;
    width: 100%;
    height: 585px;
    margin: 0 auto;
}

.video {
    text-align: center;
}


@media only screen and (max-width: 591px){

    table tr td.time_data::before {
      left: 59%;
    }
    
}

@media only screen and (max-width: 490px){
    
    .childhood-day-plan__item:nth-child(1),
        .childhood-day-plan__item:nth-child(2){
            width: 90%;
        }
        
        
    .childhood-day-plan__table tr:before {
      left: 20.8%;
    }
    .frame-translation {
      max-width: 965px;
      width: 100%;
      height: 217px;
      margin: 0 auto;
    }
    .childhood-day-plan__item{
        margin-top: 40px;
    }
    .childhood-day-header .logo {
        display:none;
    }
    .childhood-day-header .logo.mobile {
        display:block;
        margin-bottom:40px;
    }
    .childhood-day-participants {
      padding-bottom: 38px;
      padding-top: 40px;
    }
    .childhood-day-header {
      background: none;
    }
    .childhood-day-header__item span {
      margin-bottom: 20px;
      margin-top: 50px;
      display: block;
    }
     .childhood-day-translation {
        background: url(/design/images/actions/2022/day-childhood-2022/transl_bg.png) bottom left no-repeat !important@;
    }
    
}


@media (max-width: 417px) {
    
    table tr td.time_data::before {
      left: 55px;
      top: 2px;
    }
    .childhood-day-plan__table tr::before {
      content: '';
      width: 1px;
      height: 105%;
      position: absolute;
      left: 60px;
      bottom: 0;
      background-color: #36348E;
    }
}    

@media (max-width: 375px) {
    
    
    table tr td.time_data::before {
      left: 50px;
      top: 2px;
    }
    .childhood-day-plan__table tr::before {
      content: '';
      width: 1px;
      height: 105%;
      position: absolute;
      left: 55px;
      bottom: 0;
      background-color: #36348E;
    }
}    

.participants__item button {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/play.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    cursor: pointer;    
    border: none;
}
.participants__item .play {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/play.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
}

.participants__item .pause {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/pause.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
}

.artists__item button {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/play.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
    position: absolute;
    right: 18px;
    margin: 0 auto;
    bottom: calc(80px - 57% / 2);
    cursor: pointer;
    border: none;
}
.artists__item .play {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/play.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
}

.artists__item .pause {
    width: 80px;
    height: 80px;
    background-image: url('/design/images/actions/2023/day_child/pause.png');
    background-repeat: no-repeat;
    border-radius: 40px;
    background-size: contain;
    font-size: 0;
}

.participants__img,
.artists__img {
    position: relative;
}

@media (max-width: 1441px) {
    .participants {
        max-width: initial;
    }
}

@media (max-width: 1330px) {
    .artists__item {
        max-width: 280px;
    }
    
    .artists__item button {
        bottom: calc(55px - 57% / 2);
    }
    
    .participants {
        max-width: 1180px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .main-menu__button {
        font-size: 10px;
        line-height: 13px;
    }
    
    .childhood-day-header__item span {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 9px;
        margin-top: 0;
    }
    
    .childhood-day-header__item p {
        font-size: 12px;
        line-height: 15px;
        margin: 0 auto;
        margin-bottom: 12px;
        max-width: 285px;
    }
    
    .childhood-day-header__item button {
        max-width: 108px;
        height: 26px;
        font-size: 9.85846px;
        line-height: 12px;
    }
    
    .childhood-day-header .child {
        max-width: 271px;
    }
    
    .childhood-day-header .logo {
        max-width: 256px;
    }
    
    .childhood-day-header__content {
        padding-top: 24px;
    }
    
    .childhood-day-header {
        background-size: contain;
    }
    
    .childhood-day:after {
        width: 85px;
        height: 85px;
        right: 61px;
    }
    .childhood-day:after {
        top: 7.2%;
    }
    
    .header__content {
        padding-top: 14px;
    }
    
    .childhood-day-participants__head {
        padding-top: 50px;
    }
    .childhood-day-participants__head {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    
    .childhood-day-participants__description {
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 12px;
    }
    .participants {
        max-width: 514px;
    }
    
    .participants__item {
        max-width: 160px;
    }
    
    .participants__item img {
        margin-bottom: 0px;
    }
    .participants__item button,
    .participants__item .play,
    .participants__item .pause {
        width: 40px;
        height: 40px;
        bottom: 15px;
    }
    .participants__item h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 4px;
        margin-left: 0;
    }
    .participants__item p {
        font-size: 9px;
        line-height: 11px;
        margin-left: 0;
    }
    
    .childhood-day-artists {
        padding-top: 20px;
    }
    .childhood-day-artists__head {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .childhood-day-artists__description {
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 12px;
    }
    .artists__item img {
        max-width: 195px;
    }
    .artists__item {
        max-width: 195px;
    }
    
    .artists__item button,
    .artists__item .play,
    .artists__item .pause {
        width: 40px;
        height: 40px;
        bottom: -14px;
        right: 9px;
    }
    .artists__item h3 {
        font-size: 12px;
        line-height: 15px;
        margin-top: 10px;
        margin-bottom: 4px;
    }
    .artists__item p {
        font-size: 9px;
        line-height: 11px;
    }
    
    #artists {
        background-size: contain;
    }
    .childhood-day-plan__head {
        font-size: 25px;
        line-height: 125%;
        padding-top: 50px;
        margin-bottom: 38px;
    }
    .small {
        font-size: 7.5px;
        line-height: 113.3%;
        text-transform: none;
        font-weight: normal;
    }
    table tr td.time_data, table tr td.artist_data {
        font-size: 8px;
        line-height: 10px;
    }
    .childhood-day-plan__table tr::before {
        left: 14.8%;
    }
}


@media (max-width: 1366px) and (min-width: 1080px) {
    .childhood-day-plan__table tr:before {
        content: '';
        width: 1px;
        height: 105%;
        position: absolute;
        left: 10.3%;
        bottom: 0;
        background-color: #36348E;
    }
}

@media (max-width: 768px) {
    .childhood-day-header__item span {
        margin-top: 0;
    }
    .childhood-day-header__item button {
        font-size: 20px;
        line-height: 28px;
        max-width: 218px;
        height: 47px;
        font-size: 20px;
        text-transform: capitalize;
        margin-bottom: 0;
    }
    
    .childhood-day-participants__head {
        padding-top: 65px;
        margin-bottom: 8px;
        line-height: 25px;
    }
    .childhood-day-participants__description {
        font-size: 9px;
        line-height: 11px;
        margin-bottom: 12px;
        max-width: 262px;
        margin: 0 auto;
    }
    
    .participants__item img {
        max-width: 188px;
        margin-bottom: 0px;
    }
    
    .participants__item .play,
    .participants__item .pause,
    .participants__item button {
        width: 47px;
        height: 47px;
        bottom: 15px;
    }
    .participants__item {
        max-width: 188px;
        margin-bottom: 0;
    }
    
    .participants__item h3 {
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 5px;
        margin-left: 0px;
    }
    .participants__item p {
        font-size: 9px;
        line-height: 11px;
        margin-left: 0px;
    }
    
    .childhood-day-participants {
        padding-bottom: 60px;
    }
    
    .childhood-day-artists__head {
        margin-bottom: 8px;
    }
    .childhood-day-artists__description {
        font-size: 9px;
        margin-bottom: 8px;
        line-height: 11px;
    }
    .artists__item {
        max-width: 164px;
        margin-right: 16px;
        margin-bottom: 18px;
    }
    
    .artists__item:nth-child(2n) {
        margin-right: 0;
    }
    
    .childhood-day__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .artists__item .play,
    .artists__item .pause,
    .artists__item button {
        width: 33px;
        height: 33px;
        bottom: 15px;
        right: 7px;
        bottom: -6px;
    }
    
    .artists__item h3 {
        line-height: 14px;
    }
    
    .artists__item p {
        font-size: 9px;
        line-height: 11px;
        min-height: auto;
    }
    .childhood-day-artists {
        padding-bottom: 0;
    }
    
    .childhood-day-plan__item {
        margin-top: 0;
    }
    .childhood-day-plan__head {
        font-size: 25px;
        text-align: center;
        line-height: 125%;
        padding-top: 24px;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .table_circle {
        margin-top: 0px;
    }
}