/* ===============
   nuckids
   =============== */
/*
Theme Name: nuckids
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: nuckids
Tags: 



CSS CONTENTS:
--------------------------
LINKS
HEADER

*/

@charset "UTF-8";


@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Regular.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Regular.ttf) format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Italic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Italic.ttf) format("ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Medium.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Medium.ttf) format("ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-MediumItalic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-MediumItalic.ttf) format("ttf");
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Bold.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Bold.ttf) format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-BoldItalic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-BoldItalic.ttf) format("ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Light.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Light.ttf) format("ttf");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-LightItalic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-LightItalic.ttf);
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-Thin.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-Thin.ttf) format("ttf");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: Roboto;
    src: url(/wp-content/themes/nuckids/fonts/Roboto-ThinItalic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/Roboto-ThinItalic.ttf) format("ttf");
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: TT Norms;
    src: url(/wp-content/themes/nuckids/fonts/TTNorms-Black.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/TTNorms-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: TT Norms;
    src: url(/wp-content/themes/nuckids/fonts/TTNorms-Italic.woff) format("woff"),
        url(/wp-content/themes/nuckids/fonts/TTNorms-Italic.ttf) format("ttf");
    font-weight: normal;
    font-style: italic;
}



*,
::after,
::before {
    box-sizing: border-box;
}

.single-post .content.single {
    font-family: Roboto;
}

p {
    font-family: Roboto;
    font-weight: normal;
    color: black;
}

b,
strong {
    font-family: Roboto;
    font-weight: bold;
    /*color: black;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto;
    font-style: normal;
    color: black;
}

h1 {
    font-weight: bold;
    font-size: 41px;
    line-height: 110.3%;
}

h2 {
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

h3 {
    font-weight: 800;
    font-size: 24px;
    line-height: 123.3%;
}

h4 {
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
}

h5 {
    font-weight: bold;
    font-size: 19px;
    line-height: 123.3%;
}

h6 {
    font-weight: 800;
    font-size: 17px;
    line-height: 123.3%;
}

.content-title h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}

.content-title h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 123.3%;
}


html {
    overflow-x: hidden;
}

body {
    font-family: Roboto;
}

#main {
    height: 100%;
    flex-grow: 1;
}

.bodymain {
    margin-left: auto;
    margin-right: auto;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: unset;
    overflow: hidden;
}


/* меню */
#masthead {
    height: 88px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
}

#masterheader {
    width: 100%;
}

#masterheader .masterhead-block {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
}

#masterheader .masterhead-block .masterhead-right {
    position: relative;
}

#masterheader .masterhead-block .masterhead-left {
    z-index: 2;
    position: relative;
}

#masterheader .masterhead-block-in {
    position: relative;
    display: flex;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* padding: 0px 130px; */
    height: 100px;
    z-index: 0;
}

#masterheader .masterhead-block-in:after {
    background: white;
    transform: translateY(0%) skewY(2deg);
    width: 100vw;
    height: 200%;
    content: "";
    bottom: -22%;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: -3;
    /*! clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0px 75.8%); */
}

#masterheader .masterhead-blocks {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#masterheader .masterhead-block .menu-container ul {
    display: flex;
    padding: unset;
    margin: unset;
}

#masterheader .masterhead-block .menu-container ul li {
    display: flex;
    justify-content: flex-end;
}

#masterheader .masterhead-block .menu-container ul li a {
    text-decoration: unset;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 0px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.18px;
    white-space: nowrap;
    transition: color 0.3s, text-decoration 0.3s;
}

#masterheader .menu-container ul li a:hover {
    color: #B58A7B;
}

#masterheader .menu-container ul li a:active {
    color: #B58A7B;
    text-decoration-line: underline;
}

#masterheader .menu-toreg-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: white;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-decoration: unset;
    text-transform: lowercase;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid white;
    border-radius: 100px;
    transition: border 0.5s, background-color 0.5s;
}

#masterheader .menu-toreg-btn:hover {
    background-color: rgba(16, 108, 114, 0.82);
    border: 1px solid rgba(16, 108, 114, 0.82);
}





/* если не домашняя страница */
.not-home #masthead {
    position: relative;
}

/* если не домашняя страница */

/* меню */


#masterheader .masterhead-block .left-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#masterheader .masterhead-block .left-logo {
    width: 130px;
    height: 76px;
}

#masterheader .masterhead-block .menu-container ul li+li {
    margin-left: 28px;
}

@media(max-width: 768px) {
    #masterheader .masterhead-block-in {
        height: 68px;
    }

    #masterheader .masterhead-block .left-logo {
        width: 90px;
        height: 55px;
    }
}


/* топ блок главная */
.section-nuckids.top {
    min-height: 100vh;
    position: relative;
    /*overflow: hidden;*/
    /*height: 100vh;*/
    margin-bottom: 190px;
    display: flex;
    background-color: white;
    z-index: 2;
}

.section-nuckids.top .block-section-img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
}

.section-nuckids.top .section-in {
    display: flex;
    /*height: 100%;*/
    flex-direction: column;
    /*align-items: flex-end;*/
    justify-content: space-between;
    flex-grow: 1;
}

.section-nuckids.top .top-background {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.section-nuckids.top .block-bottom {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.section-nuckids.top .block-center {
    display: flex;
    flex-grow: 1;
    position: relative;
}

.section-nuckids.top .top-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 120%;
    text-align: center;
    color: white;
    border-radius: 30px 0px 0px 30px;
    padding: 60px 25px 60px 60px;
    text-transform: uppercase;
}

.section-nuckids.top .block-bottom * {
    font-family: 'Roboto';
}



.section-nuckids.top .block-top {
    position: relative;
    z-index: 1;
}

.section-nuckids.top .top-block-fixed {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*! padding: 0px 130px; */
    height: 100px;
    z-index: 0;
}

.section-nuckids.top .top-block-fixed .top-left {
    display: flex;

}

.section-nuckids.top .top-block-fixed .left-logo {
    width: 186px;
    height: 101px;
}

.section-nuckids.top .top-block-fixed .left-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.section-nuckids.top .top-block-fixed .left-text p {
    color: #B58A7B;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: unset;
}

.section-nuckids.top .top-block-fixed .left-text {
    margin-left: 40px;
    display: flex;
    align-items: center;
}


.section-nuckids.top .top-block-fixed .top-menu .menu-container ul {
    display: flex;
    padding: unset;
    margin: unset;
    flex-direction: column;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li {
    display: flex;
    justify-content: flex-end;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li+li {
    margin-top: 9px;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li a {
    text-decoration: unset;
    white-space: nowrap;
    transition: color 0.3s, text-decoration 0.3s;
    color: #000;
    text-align: right;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    position: relative;
}

.section-nuckids.top .top-block-fixed .top-right {
    position: relative;
}

.section-nuckids.top .top-block-fixed .top-menu {
    position: absolute;
    right: 0px;
    top: 0px;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li a:after {
    width: 0%;
    transition: width 0.5s;
    background-image: url("data:image/svg+xml,%3Csvg width='244' height='8' viewBox='0 0 244 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M243 6L236.5 2L228.5 6L221 2L214 6L204.5 2L195.5 6L185.5 2L175.5 6L167 2L158 6L147 2L135.5 6L123.5 2L111 6L94.5 2L84 6L69 2L52.5 6L36.5 2L18 6L1 2' stroke='%235DC1B4' stroke-width='3'/%3E%3C/svg%3E%0A");
    content: "";
    bottom: 0px;
    /*! left: 0px; */
    right: 0px;
    position: absolute;
    height: 9px;
    background-repeat: no-repeat;
    background-position-x: right;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li a:hover:after {
    width: 100%;
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li a:active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='244' height='8' viewBox='0 0 244 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M243 6L236.5 2L228.5 6L221 2L214 6L204.5 2L195.5 6L185.5 2L175.5 6L167 2L158 6L147 2L135.5 6L123.5 2L111 6L94.5 2L84 6L69 2L52.5 6L36.5 2L18 6L1 2' stroke='%23B58A7B' stroke-width='3'/%3E%3C/svg%3E%0A");
}


@keyframes menu-move {
    0% {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(0px);
    }
}

.section-nuckids.top .top-block-fixed .top-menu .menu-container ul li {
    animation: menu-move;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(.77, 0, .18, 1);
    animation-delay: 0ms;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
}





.section-nuckids.top .text-round {
    border-radius: 100%;
    background: #d05664;
    display: flex;
    position: absolute;
    width: 338px;
    height: 338px;
    justify-content: center;
    align-items: center;
    bottom: 50px;
}

.section-nuckids.top .text-round p {
    color: white;
    font-family: TT Norms;
    font-size: 64px;
    font-style: italic;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.64px;
    transform: rotate(-14.5deg);
    margin: unset;
    text-transform: uppercase;
}


.projectname-block {
    position: absolute;
    top: 50px;
    left: 0px;
    border-radius: 0px 40px 40px 0px;
    background: #d05664;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    z-index: 1;
}

.projectname-block::before {
    background: #d05664;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -100vw;
    right: 100%;
    content: "";
    z-index: -1;
}

.projectname-block::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='111' height='100' viewBox='0 0 111 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.4645 65.4644L96.4645 5.46436' stroke='%23d05664' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M48.3445 94.2819L105.344 74.2819' stroke='%23d05664' stroke-width='10' stroke-linecap='round'/%3E%3Cpath d='M6 48.9999L16 8.99988' stroke='%23d05664' stroke-width='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    right: -72px;
    top: -68px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    width: 100px;
}

.projectname-block p {
    color: #FFF;
    font-family: TT Norms;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    margin: unset;
}

.projectname-block p:nth-child(1) {
    font-size: 35px;
    line-height: 110%;
    margin-bottom: 5px;
}

.projectname-block p:nth-child(2) {
    font-size: 73px;
    line-height: 104%;
    margin-bottom: 5px;
}

.projectname-block p:nth-child(3) {
    font-size: 51px;
    line-height: 121.5%;
}

.projectname-block p:nth-child(4) {
    font-size: 86px;
    line-height: 99%;
}


.en .projectname-block p:nth-child(2) {
    /* font-size: 73px; */
    font-size: 49px;
}

.en .projectname-block p:nth-child(4) {
    /* font-size: 86px; */
    font-size: 64px;
}

.en .projectname-block p:nth-child(3) {
    /* font-size: 51px; */
    font-size: 40px;
}



.section-nuckids.top .top-peoples>img {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: contain;
    object-position: bottom;
    height: 83%;
    width: 59%;
    opacity: 0;
    transition: opacity 1s;
}

.section-nuckids.top .top-peoples>img.active {
    opacity: 1;
}

.block-section-img>img {
    position: absolute;
}

.block-section-img .top-line2 {
    right: 0px;
    height: 100%;
}

.block-section-img .top-line3 {
    right: 0px;
    bottom: 7%;
}

.block-section-img .top-line4 {
    top: 16%;
    left: 5%;
}

.block-section-img .top-grafem {
    right: 22%;
    top: 36%;
}


.top-n.top-letters {
    top: 67%;
    left: 24%;
}

.top-k.top-letters {
    top: 20%;
    left: 57%;
}


@keyframes letter-down {
    0% {
        transform: translateY(-100vh);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes letter-move {
    0% {
        transform: rotate(0deg) translateY(0px);
    }

    50% {
        transform: rotate(5deg) translateY(20px);
    }

    to {
        transform: rotate(0deg) translateY(0px);
    }
}


/*
.animate-down {
    animation: letter-down;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 100ms;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}
*/

.animate-down.top-n {
    animation-name: letter-down, letter-move;
    animation-duration: 4s, 4s;
    animation-timing-function: linear, cubic-bezier(.46, .03, .52, .96);
    animation-delay: 100ms, 4100ms;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, normal;
    animation-fill-mode: none, none;
    animation-play-state: running, running;
}

.animate-down.top-k {
    animation-name: letter-down, letter-move;
    animation-duration: 4s, 4s;
    animation-timing-function: linear, cubic-bezier(.46, .03, .52, .96);
    animation-delay: 100ms, 4600ms;
    animation-iteration-count: 1, infinite;
    animation-direction: normal, normal;
    animation-fill-mode: none, none;
    animation-play-state: running, running;
}



@keyframes line-move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(0px);
    }
}

@keyframes line-show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.animate-line {
    animation: line-show, line-move;
    animation-duration: 1s, 4s;
    animation-timing-function: linear;
    animation-delay: 4600ms, 100ms;
    animation-iteration-count: 1, infinite;
    animation-direction: normal;
    animation-fill-mode: forwards, none;
    animation-play-state: running;
    opacity: 0;
}

.top-line4 {
    animation: line-show;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 4600ms;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    opacity: 0;
}



@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.top .top-title {
        font-size: 40px;
    }

    .section-nuckids.top .text-round {
        width: 200px;
        height: 200px;
        bottom: 41%;
    }

    .section-nuckids.top .text-round p {
        font-size: 38px;
    }



    .projectname-block p:nth-child(1) {
        /* font-size: 35px; */
        font-size: 25px;
    }

    .projectname-block p:nth-child(2) {
        /* font-size: 63px; */
        font-size: 52px;
    }

    .projectname-block p:nth-child(3) {
        /* font-size: 41px; */
        font-size: 36px;
    }

    .projectname-block p:nth-child(4) {
        /* font-size: 76px; */
        font-size: 61px;
    }


    .en .projectname-block p:nth-child(2) {
        /* font-size: 49px; */
        font-size: 35px;
    }

    .en .projectname-block p:nth-child(3) {
        /* font-size: 40px; */
        font-size: 31px;
    }

    .en .projectname-block p:nth-child(4) {
        /* font-size: 64px; */
        font-size: 46px;
    }


    .projectname-block::after {
        /* right: -72px; */
        /* top: -68px; */
        /* height: 100px; */
        /* width: 100px; */
        right: -52px;
        top: -48px;
        height: 70px;
        width: 70px;
    }



    .block-section-img .top-letters {
        width: 37%;
    }

    .block-section-img .top-n.top-letters {
        left: 0px;
    }

    .block-section-img .top-line1 {
        width: 100%;
    }

    .block-section-img .top-line2 {
        right: -32%;
        top: -10%;
    }

    .block-section-img .top-line3 {
        width: 65%;
    }

    .block-section-img .top-line4 {
        width: 81%;
    }


    .section-nuckids.top .top-peoples>img {
        height: 88%;
        width: 81%;
    }


}

@media(max-width: 768px) {

    .section-nuckids.top .top-title {
        font-size: 20px;
        line-height: 140%;
        padding: 30px 25px 30px 30px;
    }

    .section-nuckids.top .block-bottom {
        /*margin-bottom: 70px;*/
    }

    .section-nuckids.top .top-block-fixed .left-logo {
        width: 117px;
        height: 67px;
    }

    .section-nuckids.top .top-block-fixed .left-text p {
        font-size: 12px;
    }

    .section-nuckids.top .top-block-fixed .top-menu {
        top: 48px;
    }

    .section-nuckids.top .top-block-fixed .top-menu .menu-container ul li a {
        font-size: 25px;
    }


    .section-nuckids.top .top-block-fixed {
        height: 74px;
    }


    .section-nuckids.top {
        margin-bottom: 50px;
    }

    .section-nuckids.top .top-title {
        font-size: 40px;
    }

    .section-nuckids.top .text-round {
        width: 150px;
        height: 150px;
        bottom: 27%;
        display: none;
    }

    .section-nuckids.top .text-round p {
        font-size: 28px;
    }



    .projectname-block p:nth-child(1) {
        /* font-size: 35px; */
        font-size: 15px;
    }

    .projectname-block p:nth-child(2) {
        /* font-size: 73px; */
        font-size: 32px;
    }

    .projectname-block p:nth-child(3) {
        /* font-size: 51px; */
        font-size: 22px;
    }

    .projectname-block p:nth-child(4) {
        /* font-size: 86px; */
        font-size: 37px;
    }


    .en .projectname-block p:nth-child(1) {
        /* font-size: 15px; */
        font-size: 18px;
    }

    .en .projectname-block p:nth-child(2) {
        /* font-size: 21px; */
        font-size: 25px;
    }

    .en .projectname-block p:nth-child(3) {
        /* font-size: 18px; */
        font-size: 21px;
    }

    .en .projectname-block p:nth-child(4) {
        /* font-size: 28px; */
        font-size: 33px;
    }



    .projectname-block::after {
        /* right: -72px; */
        /* top: -68px; */
        /* height: 100px; */
        /* width: 100px; */
        right: -38px;
        top: -32px;
        height: 44px;
        width: 44px;
    }

    .projectname-block {
        /* border-radius: 0px 40px 40px 0px; */
        /* padding-top: 30px; */
        /* padding-bottom: 30px; */
        /* padding-right: 30px; */
        border-radius: 0px 20px 20px 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
    }



    .block-section-img .top-letters {
        width: 37%;
    }

    .block-section-img .top-n.top-letters {
        left: 0px;
        top: 42%;
    }

    .block-section-img .top-k.top-letters {
        top: 32%;
    }

    .block-section-img .top-line1 {
        width: 100%;
    }

    .block-section-img .top-line2 {
        right: -32%;
        top: -10%;
    }

    .block-section-img .top-line3 {
        width: 65%;
    }

    .block-section-img .top-line4 {
        width: 81%;
    }


    .section-nuckids.top .top-peoples>img {
        height: 80%;
        width: 100%;
    }


    .block-section-img .top-line3 {
        bottom: 16%;
    }

    .block-section-img .top-grafem {
        top: 24%;
        right: 6%;
    }


}

/* топ блок главная */


/* полоса скролл текста */
@keyframes scroll {
    0% {
        transform: translate3d(-18.1818%, 0, 0)
    }

    to {
        transform: translate3d(-36.3636%, 0, 0)
    }
}

.text-scroll-block {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    background: #1479AA;
    transform: translateY(0%) skewY(2deg);
    padding: 3px 0px;
    position: absolute;
    bottom: 28px;
    left: 0px;
    right: 0px;
}

.text-scroll-block div {
    display: inline-block;
    /*padding-left: 100%;*/
    animation: scroll;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    color: white;
    font-family: Roboto;
    font-size: 33px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.text-scroll-block div span {
    margin-right: 15px;
}

#footer .text-scroll-block {
    top: 0px;
    bottom: unset;
}

@media(max-width: 768px) {
    .text-scroll-block div {
        font-size: 18px;
    }
}

/* полоса скролл текста */


/* стиль секций */
.section-nuckids.container .section-in {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 28px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-nuckids.top .section-in {
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.section-nuckids.container .section-out {
    position: relative;
    width: 100%;
}

.section-nuckids.container {
    /*background-color: white;*/
    margin-bottom: 70px;
    /*min-height: 540px;*/
    display: flex;
    /*overflow: hidden;*/
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.section-nuckids.container .section-title {
    margin: unset;
    /* margin-bottom: 24px; */
    text-transform: uppercase;
    color: white;
    font-size: 96px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
}

.section-nuckids.container .section-content {
    margin-top: 24px;
    z-index: 0;
    position: relative;
}

.section-nuckids.container .section-caption {
    margin-top: 15px;
    margin-bottom: unset;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
}

.section-nuckids.relative .section-in {
    /*position: relative;*/
}

.section-nuckids .block-section-img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.section-img {
    position: absolute;
    right: 70px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0px;
    bottom: 0px;
}


@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.container .section-title {
        font-size: 40px;
    }

}

@media(max-width: 768px) {

    .section-nuckids.container {
        margin-bottom: 40px;
    }

    .section-nuckids.container .section-title {
        font-size: 32px;
    }

    .section-nuckids.container .section-caption {
        font-size: 16px;
    }

    .section-nuckids.raspisanie .raspisanie-days .rasp .time {
        font-size: 18px;
    }

    .section-nuckids.raspisanie .raspisanie-days .rasp .caption {
        font-size: 16px;
    }

    .section-nuckids.top .section-in {
        height: 92vh;
        position: relative;
    }

}

/* стиль секций */

/* стиль контейнера записей */
.posts {
    display: flex;
    margin-left: -9px;
    margin-right: -9px;
    flex-wrap: wrap;
}

.content-nohome .posts .post.post-style1 {
    margin-bottom: 30px;
}

/* стиль контейнера записей */

/* стиль блоков экспертов и новостей  */
.posts .post.post-style1 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    border-radius: 40px;
}

.posts .post.post-style1 .post-img-in {
    padding-top: 66.7%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.posts .post.post-style1 {
    flex-basis: 25%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    margin-bottom: 50px;
}

.posts .post.post-style1 .post-in {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 13px;
    flex-grow: 1;
    display: flex;
}

.posts .post.post-style1 .post-in a {
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.posts .post.post-style1 .post-text {
    text-align: left;
    padding-left: 40px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 15px;
}

.posts .post.post-style1 .post-title {
    margin-top: 23px;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.posts .post.post-style1 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #131313;
}

.posts .post.post-style1 .post-date {
    margin: unset;
    margin-top: auto;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.container .section-title {
        font-size: 40px;
    }

    .posts .post.post-style1 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style1 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

}

@media(max-width: 768px) {

    .posts {
        /*flex-direction: column;*/
    }

    .posts .post.post-style1 {
        margin-bottom: 30px;
    }

    .posts .post.post-style1 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .posts .post.post-style1 .post-excerpt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .posts .post.post-style1 .post-date {
        font-size: 18px;
    }

}


.post-block-move {
    transition: transform 0.5s;
}

.post-block-move:hover {
    transform: translateY(-8px);
}

.post-block-move .post-title {
    transition: color 0.5s;
}

.post-block-move:hover .post-title {
    color: #B58A7B !important;
}

.post-block-move:active .post-title {
    text-decoration: underline;
}

/* стиль блоков экспертов и новостей  */


/* стиль кнопки показать ещё и т.д */
.bottom-button {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.style-button1 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 2px solid #B58A7B;
    border-radius: 14px;
    padding: 20px 50px;
    cursor: pointer;
    transition: border 0.3s, color 0.3s;
    text-transform: uppercase;
    text-decoration: none;

}

.style-button1:hover {
    border: 2px solid black;
    color: black;
}

.style-button1:active {
    border: 2px solid black;
    color: black;
    text-decoration: underline;
}

.style-button1.hide {
    opacity: 0;
}


@media(max-width: 768px) {
    .bottom-button {
        margin-top: 20px;
    }

    .style-button1 {
        font-size: 28px;
        line-height: 28px;
        padding: 10px 30px;
    }

}

/* стиль кнопки показать ещё и т.д */


/* Убрать обводку фреймов */
.content .post-in iframe {
    border: none;
}

/* Убрать обводку фреймов */

/* цитата */
.wp-block-quote {
    padding: 6px 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    border-left: 3px solid #0F6AB2;
}

.wp-block-quote p {
    font-family: Roboto;
    margin: unset;
    font-size: 17px;
    color: black;
    line-height: 157.3%;
}

/* цитата */

/* список */
.list-style {
    background-color: white;
    padding: 20px 20px 20px 40px;
}

.post-in ul {
    font-size: 17px;
    color: black;
    line-height: 157.3%;
}

.post-in ul li::marker {
    color: #0F6AB2;
}

/* список */

/* блок изображений */
.content .wp-block-image {
    margin-top: 35px;
    margin-bottom: 35px;
}

/* блок изображений */

/* убираем браузерную обводку ввода */
*:active,
*:focus {
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

/* убираем браузерную обводку ввода */


/* футер */
#footer {
    /* background: linear-gradient(0deg, rgba(16, 108, 114, 0.7) 0%, rgba(0, 0, 0, 0) 100%); */
    min-height: 200px;
    position: relative;
    z-index: 1;
}

#footer .footer-in {
    position: relative;
    height: 100%;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

#footer .logo-round {
    margin-right: 80px;
}

#footer .logo-round a {
    background-color: white;
    width: 250px;
    /*! height: 250px; */
    display: flex;
    border-radius: 100%;
    padding-top: 100%;
    position: relative;
}

#footer .logo-round a img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
}

#footer .logo-round a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#footer .footer-left {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

#footer .footer-text p {
    color: white;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

#footer .footer-right {
    display: flex;
    align-items: center;
}

.set-lang-list a {
    border-radius: 19px;
    background: white;
    width: 95px;
    height: 62px;
    display: flex;
    color: #B58A7B;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    justify-content: center;
    align-items: center;
    text-decoration: unset;
    transition: border 0.5s, color 0.5s, background-color 0.5s;
    border: 2px solid white;
}

.set-lang-list .set-lang-list-in {
    display: flex;
}

.set-lang-list a+a {
    margin-left: 20px;
}

.set-lang-list a:hover {
    border: 2px solid white;
    background-color: unset;
    color: white;
}

.set-lang-list a:active,
.set-lang-list a.current {
    border: 2px solid black;
    background-color: unset;
    color: black;
}

.set-lang-list a span::first-letter {
    text-transform: uppercase;
}

@media(min-width: 576px) and (max-width: 1000px) {
    #footer .logo-round {
        margin-right: unset;
    }

    #footer .footer-left {
        flex-direction: column;
    }
}

@media(max-width: 576px) {
    #footer .logo-round {
        margin-right: unset;
    }

    #footer .footer-left {
        flex-direction: column;
    }

    #footer .footer-in {
        flex-direction: column;
        align-items: center;
    }

    #footer .footer-text p {
        font-size: 24px;
    }

}

/* футер */


/* стиль блока низа записей */
.post-bottom {
    margin-top: 45px;
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.post-social-title {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: #106C72;
    margin-bottom: 17px;
}

.post-social div {
    display: flex;
    position: relative;
    margin-right: 9px;
}

.post-social .vk a {
    background-image: url(/wp-content/themes/nuckids/img/vk-icon.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}

.post-social .telegram a {
    background-image: url(/wp-content/themes/nuckids/img/telegram-icon.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: inline-block;
}


/* -стиль блока низа записей */


/* стиль блока Читайте также */
.posts-readmore {
    margin-top: 11px;
}

.post-readmore-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 123.3%;
    color: #B58A7B;
    margin-bottom: 10px;
    display: flex;
}

@media(max-width: 1860px) {
    .posts-readmore .posts .post:nth-child(4) {
        display: none;
    }
}

@media(max-width: 1280px) {
    .posts-readmore .posts .post:nth-child(3) {
        display: none;
    }
}

/* -стиль блока Читайте также */

/* стиль внутри записи */
.single .content .section-content>.post-img {
    margin-bottom: 35px;
}

.single .content .section-content>.post-img img {
    width: 100%;
    height: auto;
    border-radius: 40px;
}

.single .content .section-content img {
    max-width: 100%;
    height: auto;
}


.single .content .section-content>* {
    max-width: 100%;
}

.single .content .section-content p {
    font-size: 24px;
    color: #131313;
    line-height: 120%;
}

.single .content .section-content .post-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
}

.single .content .section-content .post-date {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;
}

.single .content .section-content {
    margin-bottom: 100px;
}

@media(min-width: 1000px) {
    .single .content .section-content>.post-img {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media(max-width: 768px) {
    .single .content .section-content {
        margin-bottom: 70px;
    }

    .single .content .section-content p {
        font-size: 18px;
    }

    .single .content .section-content .post-title {
        font-size: 24px;
    }

    .single .content .section-content .post-date {
        font-size: 18px;
    }
}

/* -стиль внутри записи */


.w100 {
    flex-basis: 100%;
    flex-grow: 1;
}



/* стиль секций */
.skew-background:before {
    transform: translateY(0%) skewY(2deg);
    content: "";
    bottom: -22%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -3;
}

.section-nuckids.container.relative.news.skew-background:before {
    background: #5DC1B4;
}

.section-nuckids.container.relative.gordost.skew-background:before {
    background: white;
}

.section-nuckids.container.relative.gordost .section-title {
    color: #B58A7B;
}

.section-nuckids.container.relative.svyaz.skew-background:before {
    background: #B58A7B;
}

.section-nuckids.container.relative.partners.skew-background:before {
    background: white;
}

.section-nuckids.container.relative.partners .section-title {
    color: #B58A7B;
}

#footer.skew-background:before {
    background: #d05664;
    bottom: 20%;
}

#footer.skew-background::after {
    background: #d05664;
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    top: 20%;
    bottom: 0px;
    z-index: -3;
}

/* -стиль секций */



/* партнеры блок главная */
.section-nuckids.partners {
    padding-bottom: 120px;
}

.section-nuckids.partners .block-section-img .partners-line1 {
    right: 0px;
    bottom: -58%;
}

.section-nuckids.partners .section-in {
    /*display: flex;*/
}

.section-nuckids.partners .section-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-nuckids.partners .partners-logo {
    display: flex;
}

.section-nuckids.partners .partners-logo .logo {
    height: 55px;
    display: flex;
}

.section-nuckids.partners .partners-logo .logo+.logo {
    margin-left: 100px;
}

.section-nuckids.partners .partners-logo .logo img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}

@media(max-width: 1280px) {
    .section-nuckids.partners .section-content {
        align-items: unset;
        flex-direction: column;
    }

    .section-nuckids.partners .partners-logo {
        justify-content: center;
        margin-top: 50px;
    }

    .section-nuckids.partners .partners-logo .logo+.logo {
        margin-left: 50px;
    }
}

@media(max-width: 768px) {

    .section-nuckids.partners .block-section-img .partners-line1 {
        bottom: -51%;
        width: 100%;
    }

    .section-nuckids.partners {
        padding-bottom: 30px;
    }

    .section-nuckids.partners .partners-logo {
        margin-top: 30px;
    }


    .section-nuckids.partners .section-in {
        padding-top: 0px;
    }

    .section-nuckids.partners .section-content {
        margin-top: 0px;
    }


}

/* -партнеры блок главная */


/* подписка блок главная */
.section-nuckids.svyaz .section-content {
    display: flex;
}

.section-nuckids.svyaz #subscribe_block {
    border-radius: 97px;
    border: 1px solid #E9E9E9;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 56px 90px;
}

.section-nuckids.svyaz .left-block {
    flex-basis: 822px;
}

.section-nuckids.svyaz #subscribe_block .title {
    color: #000;
    font-family: Roboto;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: unset;
    margin-bottom: 30px;
}

.section-nuckids.svyaz #subscribe_block .input-text {
    border-radius: 16px;
    border: 2px solid #727070;
    width: 100%;
    color: black;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 14px 30px;
    /*! margin-bottom: 30px; */
}

.section-nuckids.svyaz #subscribe_block .input-text::placeholder {
    color: #CFCFCF;
}

.section-nuckids.svyaz #subscribe_block .response span {
    display: flex;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    color: #5DC1B4;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -10px;
}

.section-nuckids.svyaz #subscribe_block .response span.error {
    color: #CF362A;
}

.section-nuckids.svyaz #subscribe_block input.input-text.error {
    border: 2px solid #CF362A !important;
}


.style-button2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
    color: white;
    border: 2px solid #B58A7B;
    background-color: #B58A7B;
    border-radius: 14px;
    padding: 20px 50px;
    cursor: pointer;
    transition: border 0.3s, color 0.3s;
    text-transform: uppercase;
    text-decoration: none;

}

.style-button2:hover {
    border: 2px solid black;
    color: black;
}

.style-button2:active {
    border: 2px solid black;
    color: black;
    text-decoration: underline;
}


.section-nuckids.svyaz .right-block {
    display: flex;
    flex-grow: 1;
}

.section-nuckids.svyaz .social-button {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 16px;
}

.section-nuckids.svyaz .social-btn {
    color: white;
    border: 1px solid #5DC1B4;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: unset;
    border-radius: 50px;
    background: #5DC1B4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 40px 120px 40px 60px;
    margin-bottom: 16px;
    position: relative;
    transition: color 0.5s, background-color 0.5s, border 0.5s, background-image 0.5s;
}

.section-nuckids.svyaz .social-btn div {
    position: relative;
    padding-right: 48px;
}

.section-nuckids.svyaz .social-btn:hover {
    background-color: white;
    border: 1px solid #ff6900;
    color: #ff6900;
}

.section-nuckids.svyaz .social-btn:hover div:after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='48' viewBox='0 0 29 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='%23ff6900' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='%23ff6900' stroke-width='5'/%3E%3C/svg%3E%0A");
}

.section-nuckids.svyaz .social-btn:active {
    background-color: white;
    border: 1px solid black;
    color: black;
    text-decoration: underline;
}

.section-nuckids.svyaz .social-btn:active div:after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='48' viewBox='0 0 29 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='black' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='black' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='black' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='black' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='black' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='black' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='black' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='black' stroke-width='5'/%3E%3C/svg%3E%0A");
}

.section-nuckids.svyaz .social-btn div:after {
    background-image: url("data:image/svg+xml,%3Csvg width='29' height='48' viewBox='0 0 29 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='white' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='white' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='white' stroke-width='5'/%3E%3Cline x1='3.76777' y1='2.23223' x2='26.5384' y2='25.0028' stroke='white' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='white' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='white' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='white' stroke-width='5'/%3E%3Cline x1='2.23223' y1='46.0027' x2='25.0028' y2='23.2321' stroke='white' stroke-width='5'/%3E%3C/svg%3E%0A");
    content: "";
    position: absolute;
    right: 0px;
    height: 43px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
}


.section-nuckids.svyaz .block-section-img .svyaz-childs {
    position: absolute;
    right: 0px;
    bottom: 12%;
}

.section-nuckids.svyaz .block-section-img .svyaz-childs .svyaz-ch {
    height: 180px;
    width: auto;
}


@keyframes ch-move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(0px);
    }
}

@keyframes ch-move2 {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-20px);
    }
}


.animate-ch:nth-last-child(2n) {
    animation: ch-move;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.animate-ch:nth-last-child(2n+1) {
    animation: ch-move2;
    animation-duration: 4s;
    animation-timing-function: ease-out;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}


@media(min-width: 1650px) {
    .section-nuckids.svyaz .section-content {
        padding-left: 150px;
        padding-right: 150px;
        margin-top: 100px;
        margin-bottom: 180px;
    }
}

@media(min-width: 1080px) and (max-width: 1650px) {
    .section-nuckids.svyaz .section-content {
        padding-left: 50px;
        padding-right: 50px;
        margin-top: 50px;
        margin-bottom: 90px;
    }

    .section-nuckids.svyaz #subscribe_block .title {
        font-size: 40px;
    }

    .style-button2 {
        font-size: 28px;
        line-height: 28px;
    }

    .section-nuckids.svyaz .social-btn {
        font-size: 40px;
        padding: 20px 90px 20px 30px;
    }

    .section-nuckids.svyaz .left-block {
        flex-basis: 800px;
    }


}

@media(min-width: 768px) and (max-width: 1080px) {
    .section-nuckids.svyaz #subscribe_block .title {
        font-size: 32px;
    }

    .section-nuckids.svyaz #subscribe_block {
        padding: 40px 60px;
    }

    .section-nuckids.svyaz #subscribe_block .input-text {
        font-size: 20px;
    }

    .style-button2 {
        font-size: 24px;
        line-height: 24px;
    }

    .section-nuckids.svyaz .social-btn {
        font-size: 28px;
        padding: 20px 60px 20px 30px;
    }

    .section-nuckids.svyaz .social-btn div::after {
        height: 33px;
        width: 14px;
    }

}

@media(min-width: 1650px) and (max-width: 1860px) {
    .section-nuckids.svyaz .block-section-img .svyaz-childs .svyaz-ch {
        height: 180px;
        width: auto;
    }
}

@media(max-width: 1650px) {
    .section-nuckids.svyaz .block-section-img .svyaz-childs .svyaz-ch {
        height: 110px;
        width: auto;
    }
}

@media(max-width: 768px) {
    .section-nuckids.svyaz .section-content {
        margin-bottom: 100px;
    }

    .section-nuckids.svyaz .section-content {
        flex-direction: column;
    }

    .section-nuckids.svyaz .left-block {
        flex-basis: unset;
        margin-bottom: 30px;
    }

    .section-nuckids.svyaz #subscribe_block {
        padding: 36px 40px;
    }

    .section-nuckids.svyaz #subscribe_block .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .section-nuckids.svyaz #subscribe_block .input-text {
        font-size: 18px;
        padding: 14px 20px;
    }

    .style-button2 {
        font-size: 20px;
        line-height: 20px;
        padding: 15px 30px;
    }

    .section-nuckids.svyaz .social-btn {
        font-size: 24px;
        padding: 20px 60px 20px 30px;
    }

    .section-nuckids.svyaz .social-btn div::after {
        height: 23px;
        width: 14px;
    }

    .section-nuckids.svyaz .block-section-img .svyaz-childs {
        bottom: 0px;
    }

    .section-nuckids.svyaz .block-section-img .svyaz-childs .svyaz-ch {
        height: 74px;
        width: auto;
    }

}

/* -подписка блок главная */


/* секция новостей на главной */
.section-nuckids.news .block-section-img .news-line1 {
    left: 0px;
    bottom: 0px;
}

.section-nuckids.news .block-section-img .news-line2 {
    top: 0px;
    right: 0px;
}



@media(min-width: 1280px) and (max-width: 1860px) {
    .section-nuckids.news .posts {
        padding-left: 100px;
        padding-right: 100px;
    }

    .posts .post.post-style1 {
        flex-basis: 33.333333%;
    }

    .section-nuckids.news .posts .post:nth-child(1) {
        margin-left: -50px;
    }

    .section-nuckids.news .posts .post:nth-child(4) {
        margin-left: 50px;
    }

    .section-nuckids.news .posts .post:nth-child(6) {
        margin-right: -50px;
    }

    .section-nuckids.news .posts .post:nth-child(7) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(8) {
        display: none;
    }

}

@media(min-width: 1860px) {
    .section-nuckids.news .posts .post:nth-child(1) {
        margin-left: -100px;
    }

    .section-nuckids.news .posts .post:nth-child(5) {
        margin-left: 100px;
    }

    .section-nuckids.news .posts .post:nth-child(8) {
        margin-right: -100px;
    }
}

@media(min-width: 768px) and (max-width: 1280px) {
    .posts .post.post-style1 {
        flex-basis: 50%;
    }

    .section-nuckids.news .posts .post:nth-child(5) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(6) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(7) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(8) {
        display: none;
    }
}

@media(max-width: 768px) {
    .posts .post.post-style1 {
        flex-basis: 100%;
    }

    .section-nuckids.news .posts .post:nth-child(5) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(6) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(7) {
        display: none;
    }

    .section-nuckids.news .posts .post:nth-child(8) {
        display: none;
    }


    .section-nuckids.news .block-section-img .news-line1 {
        width: 24%;
    }

    .section-nuckids.news .block-section-img .news-line2 {
        width: 14%;
    }


}

/* -секция новостей на главной */

.hide {
    display: none !important;
}



/* страницы и записи стандартный шаблон */
.single .section-nuckids.container .section-title {
    /*color: black;*/
}

/* -страницы и записи стандартный шаблон */


/* страница о проекте */
.section-nuckids.container.relative.about-top.skew-background::before {
    background: #B58A7B;
}

.section-nuckids.container.relative.about-top .section-title {
    color: white;
}

.section-nuckids.container.relative.about-top .about-top-map {
    width: 100%;
    height: auto;
}

@keyframes line-move2 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    to {
        transform: translateY(0px);
    }
}

.animate-line2 {
    animation: line-move2;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-delay: 100ms;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
}

.section-nuckids.container.relative.about-top .block-section-img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section-nuckids.container.relative.about-top .block-section-img .svyaz-childs .svyaz-ch {
    height: 110px;
    width: auto;
}



.section-nuckids.container.relative.about-top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-nuckids.container.relative.about-content .section-title {
    color: #5DC1B4;
}

.section-nuckids.container.relative.about-content .section-content {
    border-radius: 40px;
    border: 1px solid #BDBDBD;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    padding: 20px 63px;
}

.section-nuckids.container.relative.about-content .section-content>* {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.24px;
}


.section-nuckids.container.relative.about-content .block-section-img {
    display: flex;
    align-items: center;
}

.section-nuckids.container.relative.about-content .block-section-img .about-content-line {
    width: 100%;
}


@media(min-width: 1280px) {
    .section-nuckids.container.relative.about-top .about-top-map {
        margin-top: -80px;
    }
}


@media(min-width: 1280px) and (max-width: 1860px) {
    .section-nuckids.container.relative.about-top .block-section-img .about-top-line {
        width: 400px
    }
}

@media(min-width: 768px) and (max-width: 1280px) {

    .section-nuckids.container.relative.about-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-nuckids.container.relative.about-top .block-section-img {
        bottom: 20px;
    }

    .section-nuckids.container.relative.about-top .block-section-img .about-top-line {
        width: 300px
    }

}


@media(max-width: 768px) {

    .section-nuckids.container.relative.about-top .block-section-img {
        bottom: 15px;
    }

    .section-nuckids.container.relative.about-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .section-nuckids.container.relative.about-top .block-section-img .about-top-line {
        width: 100px
    }

    .section-nuckids.container.relative.about-top .block-section-img .svyaz-childs .svyaz-ch {
        height: 60px;
        width: auto;
    }

    .section-nuckids.container.relative.about-content .section-content {
        padding: 10px 20px;
    }

    .section-nuckids.container.relative.about-content .section-content>* {
        font-size: 17px;
    }


}

/* -страница о проекте */


/* стиль блоков новостей архив */

.posts .post.post-style2 .post-img {
    flex-basis: 43%;
    flex-shrink: 0;
}

.posts .post.post-style2 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    border-radius: 40px;
}

.posts .post.post-style2 .post-img-in {
    padding-top: 66.7%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.posts .post.post-style2 {
    flex-basis: 82%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    margin-bottom: 50px;
}

.posts .post.post-style2:nth-child(2n) {
    margin-left: auto;
}

.posts .post.post-style2 .post-in {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 13px;
    flex-grow: 1;
    display: flex;
    backdrop-filter: blur(7px);
}

.posts .post.post-style2 .post-in a {
    text-align: left;
    /*! padding-left: 50px; */
    /*! padding-right: 50px; */
    display: flex;
    /*! flex-direction: column; */
    flex-grow: 1;
    justify-content: center;
    text-decoration: none;
}

.posts .post.post-style2 .post-text {
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.posts .post.post-style2 .post-title {
    margin-top: 0px;
    margin-bottom: 23px;
    color: #000;
    font-size: 32px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.posts .post.post-style2 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #131313;
}

.posts .post.post-style2 .post-date {
    margin: unset;
    /*! margin-top: auto; */
    color: #000;
    font-family: Roboto;
    font-size: 32px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;
}

@media(min-width: 768px) and (max-width: 1000px) {

    .posts .post.post-style2 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style2 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

    .posts .post.post-style2 {
        flex-basis: 92%;
    }

}

@media(max-width: 768px) {

    .posts .post.post-style2 {
        flex-basis: 100%;
    }

    .posts .post.post-style2 .post-in a {
        flex-direction: column;
    }

    .posts .post.post-style1 .post-text {
        padding-bottom: 15px;
    }

    .posts .post.post-style2 {
        margin-bottom: 30px;
    }

    .posts .post.post-style2 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .posts .post.post-style2 .post-excerpt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .posts .post.post-style2 .post-date {
        font-size: 18px;
    }

}

/* -стиль блоков новостей архив */


/* стиль страница новости архив */
.section-nuckids.posts-archive-top.skew-background::before {
    background: #5DC1B4;
}

.single .section-nuckids.posts-archive-top .section-title {
    color: white;
}

.section-nuckids.posts-archive .block-section-img>img {
    position: relative;
    width: 100%;
    margin-bottom: 22%;
}

.posts-page .section-nuckids.container.relative.svyaz {
    margin-bottom: 0px;
}

/* -стиль страница новости архив */


/* стиль записи новостей */
.single-post .section-nuckids.container.post.content .section-in {
    max-width: 1024px;
}

/* -стиль записи новостей */


/* стиль страница участники архив */
.section-nuckids.uchastnik-archive-top.skew-background::before {
    background: #5DC1B4;
}

.single .section-nuckids.uchastnik-archive-top .section-title {
    color: white;
}

.section-nuckids.uchastnik-archive .block-section-img>img {
    position: relative;
    width: 100%;
    margin-bottom: 22%;
}

/* -стиль страница участники архив */


/* стиль страница команда архив */
.section-nuckids.komanda-archive-top.skew-background::before {
    background: #B58A7B;
}

.single .section-nuckids.komanda-archive-top .section-title {
    color: white;
}

.section-nuckids.komanda-archive .block-section-img>img {
    position: relative;
    width: 100%;
    margin-bottom: 22%;
}

/* -стиль страница команда архив */


/* стиль блоков команды и участников архив */

.posts .post.post-style3 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    object-position: top;
    border-radius: 40px;
}

.posts .post.post-style3 .post-img-in {
    padding-top: 107.7%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.posts .post.post-style3 {
    flex-basis: 25%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    margin-bottom: 50px;
}

.posts .post.post-style3 .post-in {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    padding: 13px;
    flex-grow: 1;
    display: flex;
}

.posts .post.post-style3 .post-in a {
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.posts .post.post-style3 .post-text {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 15px;
    align-items: center;
}

.posts .post.post-style3 .post-title {
    margin-top: 9px;
    margin-bottom: 6px;
    color: #000;
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
    text-align: center;
}

.posts .post.post-style3 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #131313;
}

.posts .post.post-style3 .post-caption {
    margin: unset;
    margin-top: auto;
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
}


@media(min-width: 900px) and (max-width: 1280px) {

    .posts .post.post-style3 {
        flex-basis: 33.33333%;
    }

}

@media(min-width: 600px) and (max-width: 900px) {

    .posts .post.post-style3 {
        flex-basis: 50%;
    }

}

@media(max-width: 600px) {

    .posts .post.post-style3 {
        flex-basis: 100%;
    }

}


@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.container .section-title {
        font-size: 40px;
    }

    .posts .post.post-style3 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style3 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

}

@media(max-width: 768px) {

    .posts {
        /*flex-direction: column;*/
    }

    .posts .post.post-style3 {
        margin-bottom: 30px;
    }

    .posts .post.post-style3 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .posts .post.post-style3 .post-excerpt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

    .posts .post.post-style3 .post-date {
        font-size: 18px;
    }

}

/* -стиль блоков команды и участников архив */

/* мобильное меню */
.burger-button {
    width: 77px;
    height: 44px;
    display: none;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}

.burger-button span {
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='55' viewBox='0 0 77 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='5.5' x2='77' y2='5.5' stroke='black' stroke-width='11'/%3E%3Cline y1='26.5' x2='77' y2='26.5' stroke='black' stroke-width='11'/%3E%3Cline y1='49.5' x2='77' y2='49.5' stroke='black' stroke-width='11'/%3E%3C/svg%3E%0A");
    width: 47px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media(max-width: 1000px) {
    #masterheader .masterhead-block .masterhead-right .masterhead-menu {
        display: none;
    }

    .burger-button {
        display: flex;
    }

    .section-nuckids.top .top-block-fixed .top-right .top-menu {
        display: none;
    }

}


.burger-button-close {
    width: 77px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.burger-button-close span {
    background-image: url("data:image/svg+xml,%3Csvg width='65' height='63' viewBox='0 0 65 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4.38728' y1='58.5582' x2='58.8345' y2='4.11096' stroke='black' stroke-width='11'/%3E%3Cline x1='5.88909' y1='4.33455' x2='60.3363' y2='58.7818' stroke='black' stroke-width='11'/%3E%3C/svg%3E%0A");
    width: 47px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}




.menu-mobile {
    position: fixed;
    z-index: 4;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(14px);
    /*padding: 15px;*/
    display: none;
}

.menu-mobile.active {
    display: flex;
}

.menu-mobile__in {
    padding: 57px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.menu-mobile-in {
    flex-grow: 1;
    justify-content: center;
    display: flex;
}

.menu-mobile .menu-mobile-in ul {
    padding: unset;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.menu-mobile .menu-mobile-in li {
    display: block;
    text-transform: uppercase;
    margin: 15px 0px;
    text-align: center;
}

.menu-mobile .menu-mobile-in a {
    text-decoration: none;
    font-family: Roboto;
    color: #000;
    font-size: 29px;
    font-style: normal;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.menu-mobile .menu-mobile-in a:hover {
    color: #000;
}


.menu-mobile .set-lang-list a:hover {
    background: #B58A7B;
}

.menu-mobile .set-lang-list a {
    border: 2px solid #B58A7B;
}

.menu-mobile .set-lang-list a:active,
.menu-mobile .set-lang-list a.current {
    border: 2px solid black;
    color: black;
}

.menu-mobile .menu-childs {
    margin-top: 50px
}

.menu-mobile .menu-childs .menu-ch {
    height: 80px;
    width: auto;
}

/* -мобильное меню */

/* блок выбора года */
#content-year {
    text-align: center;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
    max-width: 100%;
}

.content-year-in {
    overflow: hidden;
    display: flex;
    height: 115px;
}

#content-year ul {
    padding-left: 15px;
    padding-right: 15px;
    margin: unset;
    position: absolute;
    width: 10000px;
    text-align: left;
    z-index: 1;
    left: 0px;
}

#content-year li {
    display: inline;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    text-align: center;
    font-family: Roboto;
    font-size: 96px;
    font-style: italic;
    font-weight: 100;
    line-height: normal;
    letter-spacing: -0.96px;
    z-index: 2;
}

#content-year li:hover {
    font-weight: normal;
}

#content-year .active {
    font-weight: normal;
    text-decoration: underline;
}

#content-year .nav-button {
    display: flex;
    justify-content: center;
}

#content-year .navbtn.left {
    margin-right: 5px;
}

#content-year .navbtn.right {
    margin-left: 5px;
    transform: rotate(180deg);
}

#content-year .navbtn {
    content: "";
    width: 87px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='89' height='24' viewBox='0 0 89 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.939339 10.9394C0.353554 11.5251 0.353554 12.4749 0.939339 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51473C13.1924 2.92895 13.1924 1.9792 12.6066 1.39341C12.0208 0.807627 11.0711 0.807627 10.4853 1.39341L0.939339 10.9394ZM89 10.5L2 10.5V13.5L89 13.5V10.5Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 30px;
}

@media (max-width: 767px) {
    #content-year li {
        /* padding-left: 40px; */
        /* padding-right: 40px; */
        /* font-size: 96px; */
        padding-left: 20px;
        padding-right: 20px;
        font-size: 48px;
    }

    .content-year-in {
        /* height: 115px; */
        height: 68px;
    }
}

/* -блок выбора года */

/* скрыть фото старого сайта */
img[src*="\/system\/"] {
    display: none
}

/* -скрыть фото старого сайта */


/* всплывающее окно информации */
.it-window.active {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
}

.window-info-view {
    position: fixed;
    opacity: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: none;
    padding: 44px 75px;
}

.window-info-view .window-in {
    max-width: 100%;
    max-height: 100%;
    position: relative;
}

.window-info-view .window-close-it {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2.12132' y1='2.87868' x2='43.1213' y2='43.8787' stroke='white' stroke-width='6'/%3E%3Cline x1='2.87868' y1='43.8787' x2='43.8787' y2='2.87868' stroke='white' stroke-width='6'/%3E%3C/svg%3E%0A");
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 8px;
    right: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.window-info-view .info-in {
    display: flex;
    /* background: #E4ECF0; */
    border-radius: 20px;
    /* max-height: 46vw; */
    /* position: absolute; */
    overflow: hidden;
    /* filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.5)); */
    /* box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5); */
    height: 100%;
    padding: 68px;
    top: 0px;
    height: unset;
    justify-content: center;
    width: 74vw;
    /* height: 100%; */
}

.window-info-view .info-img {
    flex-shrink: 1;
    flex-grow: 0;
    max-height: 100%;
    flex-basis: 50vh;
    position: relative;
    width: 100%;
    height: 100%;
}

.window-info-view .info-text-in {
    display: flex;
    flex-direction: column;
}

.window-info-view .top-text {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.window-info-view .info-text {
    flex-shrink: 1;
    padding-left: 46px;
}

.window-info-view .top-text * {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: white;
}

.window-info-view .top-text .info-title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    margin: unset;
}

.window-info-view .top-text * {
    margin-bottom: 0px;
}


.window-info-view .post-caption {
    display: flex;
}

.window-info-view .post-caption p {
    margin-top: 14px;
    margin-right: 60px;
}

.window-info-view .bottom-text {
    overflow: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    height: unset;
    flex-basis: auto;
    padding-right: 5px;
    color: white;
    max-height: 100%;
    max-height: 44vh;
    scrollbar-width: thin;
    scrollbar-color: white rgba(0, 0, 0, 0.1);
}

.window-info-view .bottom-text::-webkit-scrollbar {
    width: 4px;
}

.window-info-view .bottom-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.window-info-view .bottom-text::-webkit-scrollbar-thumb {
    background-color: white;
    outline: 1px solid white;
}

.window-info-view .bottom-text * {
    color: white;
    margin-top: unset;
}


.window-info-view .info-img-in {
    padding-top: 107.7%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.window-info-view .info-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    object-fit: cover;
    object-position: top;
    border-radius: 40px;
}

.window-info-view .info {
    width: 100%;
    height: 100%;
}

/*
.window-info-view .info.uchastnik .info-in {
	background: #5DC1B4;
}
.window-info-view .info.komanda .info-in {
	background: #B58A7B;
}
*/

.window-info-view .info .info-in::before {
    transform: translateY(0%) skewY(2deg);
    content: "";
    bottom: -22%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -3;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
}

.window-info-view .info.uchastnik .info-in::before {
    background: #5DC1B4;
}

.window-info-view .info.komanda .info-in::before {
    background: #B58A7B;
}


.window-info-view .top-text .info-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    margin: unset;
}

@media(min-width: 768px) and (max-width: 1000px) {
    .window-info-view .top-text .info-title {
        font-size: 30px;
    }

    .window-info-view .post-caption p {
        margin-right: 20px;
    }
}

@media(max-width: 767px) {

    .window-info-view .window-close-it {
        /* top: 8px; */
        /* right: 29px; */
        top: -11px;
        right: -8px;
    }

    .window-info-view .window-content {
        height: 100%;
    }

    .window-info-view .window-in {
        height: 100%;
    }

    .window-info-view .info-in {
        /* padding: 68px; */
        padding: 30px;
        flex-direction: column;
        width: 86vw;
        height: 100%;
    }

    .window-info-view {
        /* padding: 44px 75px; */
        padding: 24px 20px;
    }

    .window-info-view .info-img {
        /* flex-basis: 50vh; */
        flex-basis: unset;
        height: unset;
    }

    .window-info-view .info-text {
        /* padding-left: 46px; */
        padding-left: unset;
        padding-top: 10px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        overflow: scroll;
    }

    .window-info-view .top-text .info-title {
        /* font-size: 64px; */
        font-size: 26px;
        margin-bottom: 15px;
    }

    .window-info-view .post-caption {
        flex-direction: column;

    }

    .window-info-view .post-caption p {
        /* margin-top: 14px; */
        margin-top: -1px;
        margin-right: unset;
    }

    .window-info-view .bottom-text {
        overflow: unset;
        flex-shrink: 1;
        flex-grow: 0;
    }


}

/* -всплывающее окно информации */





/* стиль блоков медиа архив */
.section-nuckids.container.medias .skew-background::before {
    background: #B58A7B;
}

.section-nuckids.medias-archive .block-section-img>img {
    position: relative;
    width: 100%;
    margin-bottom: 22%;

}


.content-nohome .posts .post.post-style4 {
    margin-bottom: 30px;
}

.posts .post.post-style4 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    object-fit: cover;
}

.posts .post.post-style4 .post-img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.posts .post.post-style4 .post-img-in {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.posts .post.post-style4 {
    flex-basis: 25%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    margin-bottom: 50px;
    min-height: 300px
}

.posts .post.post-style4 .post-in {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    flex-grow: 1;
    display: flex;
    overflow: hidden;
}

.posts .post.post-style4 .post-in a {
    position: relative;
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.posts .post.post-style4 .post-text {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 1;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.79);
}

.posts .post.post-style4 .post-title {
    margin-top: 23px;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}


@media(min-width: 900px) and (max-width: 1280px) {

    .posts .post.post-style4 {
        flex-basis: 33.33333%;
        min-height: 300px
    }

}

@media(min-width: 600px) and (max-width: 900px) {

    .posts .post.post-style4 {
        flex-basis: 50%;
        min-height: 300px
    }

}

@media(max-width: 600px) {

    .posts .post.post-style4 {
        flex-basis: 100%;
        min-height: 300px
    }

}


@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.container .section-title {
        font-size: 40px;
    }

    .posts .post.post-style4 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style4 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

}

@media(max-width: 768px) {

    .posts {
        /*flex-direction: column;*/
    }

    .posts .post.post-style4 {
        margin-bottom: 30px;
        min-height: 300px
    }

    .posts .post.post-style4 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

}

/* -стиль блоков медиа архив */


/* стиль блоков мюзикл архив */
.section-nuckids.container.musical .skew-background::before {
    background: #B58A7B;
}

.section-nuckids.musical-archive .block-section-img>img {
    position: relative;
    width: 100%;
    margin-bottom: 22%;

}


.content-nohome .posts .post.post-style5 {
    margin-bottom: 30px;
}

.posts .post.post-style5 .post-img-in img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
    object-fit: cover;
}

.posts .post.post-style5 .post-img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.posts .post.post-style5 .post-img-in {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
}

.posts .post.post-style5 {
    flex-basis: 33.33333%;
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    margin-bottom: 50px;
    min-height: 700px
}

.posts .post.post-style5 .post-in {
    border-radius: 40px;
    border: 1px solid #E9E9E9;
    background: white;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.35);
    flex-grow: 1;
    display: flex;
    overflow: hidden;
}

.posts .post.post-style5 .post-in a {
    position: relative;
    text-decoration: unset;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.posts .post.post-style5 .post-text {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 15px;
    padding-top: 15px;
    z-index: 1;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.79);
}

.posts .post.post-style5 .post-title {
    margin-top: 23px;
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.24px;
}

.posts .post.post-style5 .post-excerpt {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    color: #131313;
}


@media(min-width: 900px) and (max-width: 1280px) {

    .posts .post.post-style5 {
        flex-basis: 33.33333%;
        min-height: 500px
    }

}

@media(min-width: 600px) and (max-width: 900px) {

    .posts .post.post-style5 {
        flex-basis: 50%;
        min-height: 500px
    }

}

@media(max-width: 600px) {

    .posts .post.post-style5 {
        flex-basis: 100%;
        min-height: 300px
    }

}


@media(min-width: 768px) and (max-width: 1000px) {

    .section-nuckids.container .section-title {
        font-size: 40px;
    }

    .posts .post.post-style5 .post-title {
        margin-top: 14px;
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 26px;
    }

    .posts .post.post-style5 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

    .posts .post.post-style5 .post-excerpt {
        font-size: 15px;
        line-height: 19px;
    }

}

@media(max-width: 768px) {

    .posts {
        /*flex-direction: column;*/
    }

    .posts .post.post-style5 {
        margin-bottom: 30px;
        min-height: 500px
    }

    .posts .post.post-style5 .post-title {
        margin-top: 16px;
        margin-bottom: 12px;
        font-size: 20px;
        line-height: 24px;
    }

    .posts .post.post-style5 .post-excerpt {
        font-size: 16px;
        line-height: 21px;
        margin-top: 12px;
    }

}

/* -стиль блоков мюзикл архив */




/* стиль блоков фильтра мюзикл архив */
.section-nuckids.musical-archive-top .section-in {
    background: #5DC1B4;
    border-radius: 40px;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 28px;
}

.section-nuckids.musical-archive-top #content-year li {
    font-size: 48px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-nuckids.musical-archive-top .content-year-in {
    height: 66px;
}

.section-nuckids.musical-archive-top #content-year .navbtn {
    height: 30px;
    width: 72px;
}

.section-nuckids.musical-archive-top #content-year {
    margin-bottom: 0px;
}


.musical-archive-top .section-top {
    display: flex;
    justify-content: space-between;
}



.filter-button-style {
    width: 117px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 19px;
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='44' viewBox='0 0 52 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='6' r='4' stroke='white' stroke-width='4'/%3E%3Cline x1='2' y1='6' x2='6' y2='6' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cline x1='16' y1='6' x2='50' y2='6' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='38' r='4' stroke='white' stroke-width='4'/%3E%3Cline x1='2' y1='38' x2='13' y2='38' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cline x1='24' y1='38' x2='50' y2='38' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Ccircle cx='38' cy='22' r='4' stroke='white' stroke-width='4'/%3E%3Cline x1='2' y1='22' x2='33' y2='22' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3Cline x1='44' y1='22' x2='50' y2='22' stroke='white' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    cursor: pointer;
}

.filter-button-style.active {
    background-image: url("data:image/svg+xml,%3Csvg width='41' height='41' viewBox='0 0 41 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L38 38' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 3L38 38' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 3L38 38' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 3L38 38' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 38L38 3' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 38L38 3' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 38L38 3' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3Cpath d='M3 38L38 3' stroke='white' stroke-width='6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.filter-button {
    display: flex;
    align-items: center;
}





.section-filters {
    margin-top: 35px;
    display: none;
}

.section-filters.active {
    display: block;
}

.filters .filters-list {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.01em;
    color: white;
    margin: unset;
    text-transform: uppercase;
    line-height: 100%;
    display: flex;
    flex-direction: column;
}


.filters .filters-list-in {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: auto;
    height: 100%;
}

.filters .filters-list.group>div {
    flex-basis: 50%;
    flex-grow: 1;
    height: 50%;
}

.filters .filters-list.type {
    padding-bottom: 13px;
}

.filters .filters-list.location {
    padding-top: 23px;
}

.filters .filters-list-el.title {
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -0.01em;
    color: white;
    margin: unset;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 100%;
}

.filters .filters-list-el.text {
    display: flex;
    flex-direction: column;
    background-color: #f7f7f7;
    border-radius: 40px;
    padding: 16px 30px;
    overflow: hidden;
}

.filters .filters-lists {
    display: flex;
    margin-left: -27px;
    margin-right: -27px;
}

.filters .filters-lists>div {
    flex-basis: 33.3333%;
    padding-left: 27px;
    padding-right: 27px;
    max-height: 586px;
}

.filters .filters-list-el-in {
    overflow-y: auto;
}

.checkbox-style1+label {
    min-height: 34px;
    margin: unset;
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-size: 16px;
    line-height: 25px;
    color: black;
    background-color: unset;
    user-select: none;
}

.checkbox-style1+label:active {
    background: #FFFFFF;
}

.checkbox-style1+label .icon {
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 1px solid #5DC1B4;
    border-radius: 7px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}

.checkbox-style1:checked+label .icon {
    border: 1px solid #C6121E;
}

.checkbox-style1:checked+label .icon::after {
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7L4 12L10.5 1' stroke='%23C6121E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
}

.checkbox-style1 {
    display: none;
}



@media(min-width: 768px) and (max-width: 1280px) {

    .filters .filters-list-el.title {
        font-size: 30px;
    }

    .filters .filters-lists {
        flex-wrap: wrap;
    }

    .filters .filters-lists>div {
        flex-basis: 50%;
    }

    .filters .filters-lists .filters-list.group {
        flex-basis: 100%;
        flex-direction: row;
        padding-top: 54px;
    }

    .filters .filters-list.group>div {
        max-height: 300px;
        height: 100%;
    }

    .filters .filters-list.location {
        padding-top: unset;
        margin-left: 27px;
    }

    .filters .filters-list.type {
        margin-right: 27px;
    }

    .checkbox-style1+label {
        font-size: 14px;
    }

}


@media (min-width: 768px) and (max-width: 1000px) {

    .filter-button-style {
        width: 80px;
        height: 50px;
    }

}


@media(max-width: 768px) {

    .section-nuckids.musical-archive-top .section-in {
        background: #5DC1B4;
        border-radius: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 28px;
    }

    .filters .filters-list-el.title {
        font-size: 25px;
    }

    .filters .filters-lists {
        flex-wrap: wrap;
    }

    .filters .filters-lists>div {
        flex-basis: 100%;
    }

    .filters .filters-lists .filters-list.group {
        flex-basis: 100%;
        padding-top: unset;
    }

    .filters .filters-lists .filters-list {
        padding-bottom: 35px;
    }

    .filters .filters-list.group>div {
        max-height: 300px;
        height: 100%;
    }

    .filters .filters-list.location {
        padding-top: unset;
        margin-left: unset;
    }

    .filters .filters-list.type {
        margin-right: unset;
    }

    .checkbox-style1+label {
        font-size: 14px;
    }

}


@media(max-width: 768px) {

    .filter-button-style {
        width: 60px;
        height: 40px;
    }

}

/* -стиль блоков фильтра мюзикл архив */


/* стиль блоков записи мюзикл */
.musical-meta {
    background: #d05664;
    border-radius: 40px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 28px;
    padding-top: 20px;
}

.musical-meta .musical-meta-one span {
    color: white;
}

.musical-meta .meta-title {
    font-weight: bold;
    text-transform: uppercase;
}

.musical-meta .musical-meta-one {
    margin-top: 15px;
}

.musical-meta .meta-caption {
    /*color: #3a3939;*/
}

/* -стиль блоков записи мюзикл */