body{
    margin: 0;
}
.main_container {

    margin: auto;
    min-width: 1450px;
    
        
    }
    @media screen and (max-width: 1449px){
        .main_container {
            min-width: 0;
        }
    }

@media screen and (max-width: 375px){
    .main_container {
        min-width: 374px;
    }
}



/* headerZone */

a{
    text-decoration: none;
    color:inherit;
}


.header {}
.header__body {
    
    top: 0;
    transition: 0.5s;


    position: fixed;
    width: 100%;
    z-index: 100;
    
    background: #444560;
    

}
.header__row{
    max-width: 1700px;
    min-height: 100px;
    
    margin: auto; 
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 101;
    
}
.header__col{

    
}

#header__col_leng{
    flex-shrink: 1;
    order: 1;
}
#header__col_menu{
    flex-shrink: 1;
    width: 400px;
    margin-left: 30px;
    order: 3;
    color: rgba(255, 255, 255, 0.7);
}
#header__col_phone{
    flex-shrink: 1;
    order: 4;
        display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

#header__col_logo{
    flex-shrink: 1;
    /* order: 1; */
}

.header__logo img{
    padding-left: 15px;
}


.header__language {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    text-align: center;


    width: 77px;
    height: 28px;

    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.7);
    

}
.header__menu {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    
}
.header__menu_item{}













.header__workTime{
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    opacity: 0.7;
}






#header__col_zsu {
    order: 2;
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.zsuLogo {
}
.zsuText {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;
    color: #FFE530;
    opacity: 0.7;
}

.header__burger{
    display: none;
    /* position: absolute;
    top: -5px; */
    z-index: 300;
}


.header__burgerBody{
    height: 50px;
    width: 26px;
    margin-right: 30px;
}


.header__burgerBody > span,
.header__burgerBody > span::before,
.header__burgerBody > span::after {
    display: block;
    position: absolute;
    width: 26px;
    height: 4.33px;

    border-radius: 6px;
    background-color: #FFFFFF;
    top: 50%;
    
   
    }
.header__burgerBody > span::before {
content: '';
top: -8px;
}
.header__burgerBody > span::after {
content: '';
top: 8px;
}

.headerLink{
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
}



.headerUp{
    top: -100%;
    transition: .5s;
}







.burgerBlock{
    background: #444560;
    /* opacity: 0.7; */
    position: fixed;
    top: -100%;
    transition: .5s;
    width: 100%;
    z-index: 999;
    
}
.burgerBlock__body {
    height: 470px;
    width: 375px;
    margin: 0 auto;
    
}
.burgerBlock__head {
    height: 90px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.burgerBlock__logo {
    margin-left: 40px;
}

#logoImgB{
    width: 39px;
    height: 38px;
}

#logoTextB{
    width: 94px;
    height: 27px;
}

.burgerBlock__close {
    margin-right: 10px;
    height: 60px;
    
}
.burgerBlock__menu {
    height: 280px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top: 1px solid #FFFFFF;;
}
.burgerBlock__menuItem {
    width: 308px;
    height: 70px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 75px;

    letter-spacing: 0.1px;

    /* color: #FFFFFF; */
    border-bottom: 1px solid #FFFFFF;
}
.burgerBlock__footer {
    height: 100px;
    
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.burgerBlock__button {}

.button {
    
    width: 180px;
    height: 30px;
    padding-top: 10px;
    
    font-size: 14px;
    line-height: 20px;
       
    background: linear-gradient(270deg, #EF4358 0%, #FFBE9D 100%);
    border-radius: 35px;
    border: 0;
    
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    

    text-align: center;
    letter-spacing: 0.2px;

    color: #FFFFFF;
    cursor: pointer;
    
}
.burgerBlock__language {
    width: 77px;
    height: 28px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;

    letter-spacing: 0.1px;

    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    
}
.burgerBlock__languageItem{

}

.active_link{
    cursor:default;
    color: #FFFFFF;
}
.active_link a{
    pointer-events: none;
}


.passive_link{
    cursor: pointer;
    opacity: 0.7;
}


.burgerUp{
    top: 0;
    transition: .5s;
}














.header__phone {
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    letter-spacing: 0.1px;

    color: #FFFFFF;
    text-align: center;
}


.title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 84px;
    letter-spacing: 0.2px;
    color: #444560;

}
.subtitle{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;

    letter-spacing: 0.2px;
    color: #222222;
}

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

    .header__row{

        justify-content: space-between;
        padding: 0 20px;

    }
    #header__col_menu{

        margin-left: 0;
    }

    .header__menu {
        justify-content: space-around;
    }

    .header__menu_item{
        display: none;
    }

    #header__col_leng{
        display: none;
    }

    .header__burger{
        display: block;
    }

    /* #header__col_menu{
        display: none;
    }

    #header__col_phone{
    } */

    

#header__col_menu{
    width: auto;
    order: 3;
}
#header__col_phone{
    order: 2;
    margin-left: -20px;
}

#header__col_phone{

        display:block;

}

.zsuLogo{
display: none;
}

#header__col_zsu{
font-size: 12px;
line-height: 28px;
}

.header__logo{
    display: none;
}

}




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

    .title{
        font-size: 24px;
        line-height: 40px;
        

    }
    .subtitle{
        font-size: 16px;
        line-height: 22.4px;
    }


    
    .header__row{
        min-height: 50px;
        
        max-width: 700px;
    }




#logoImg{
    max-height: 22px;
}

#logoText{
    max-height: 15px;
}

.header__phone {
    font-size: 16px;
}

.header__logo img{
    padding-left: 5px;
}

.zsuText,
.header__workTime{
    font-size: 12px;
    line-height: 22.4px;
    text-align: center;

}

.zsuText{
    margin-left: -40px;
}

.header__burgerBody{
    margin-right: 0;
}


}











/* end of headerZone */





.posluhyBlock {}
.posluhyBlock__body {
    padding-top: 136px;
    max-width: 1454px;
    text-align: left;
    padding-left: 84px;
    margin: 0 auto;
}
.posluhyBlock__titleSection {
    max-width: 907px;
}
.posluhyBlock__title {

}
.posluhyBlock__subtitle {
    padding-top: 20px;
}

.posluhyBlock__mainSection {}
.posluhyGallery {
    margin-top: 63px;
}
.posluhyGallery__body {}
.posluhyGallery__item {}
.posluhyGallery__title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 55px;
    letter-spacing: 0.2px;

    color: #EF4358;
    margin-top: 50px;
}
.posluhyGallery__subtitle {
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;

    color: #222222;
    max-width: 508px;
}
.posluhyGallery__imageTexts {
    margin-top: 33px;
}
.imageText {
    display: flex;
    column-gap: 29px;
    row-gap: 38px;
    flex-wrap: wrap;
    
}
.imageText__item {
    max-width: 172px;
}
.imageText__image {}
.imageText__image img {
    width: 172px;
    height: 148px;
}
.imageText__text {
    margin-top: 15px;
    text-align: center;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 128%;
    letter-spacing: 0.2px;

    color: #222222;
}


@media screen and (max-width: 1450px){
    .posluhyBlock__body {

        padding-left: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 950px){
    .title{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 800;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0.2px;
        color: #444560;
    
    }

    .posluhyBlock__body {
    padding-top: 75px;
    }

    .posluhyGallery__subtitle {
        font-size: 14px;
        line-height: 19.6px;
    }
}

@media screen and (max-width: 610px){
    .imageText {
        justify-content: center;
        
    }
}




.excersizeBlock {
    padding-top: 10px;
  
    
}
.excersizeBlock__body {
    max-width: 1454px;
    min-height: 850px;
    margin: 0px auto;
    padding-left: 84px;
}
.test_ex {}
.text_ex__body {
    position: relative;
    text-align: left;
}

.text_ex__title {
    
    padding-top: 211px;
}


.text_ex__textBlock {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
    letter-spacing: 0.2px;

    color: #222222;
}

.text_ex__messenger {
    padding-right: 40px;
    padding-top: 30px;
    margin-bottom: 30px;
}
.telegram_icon {
    margin-right: 20px;
}
.viber_icon {}


.text_ex__text1{
    max-width: 437px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text2{
    max-width: 437px;
    padding-top: 13px;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text3{
    max-width: 532px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}
.text_ex__text4{
    max-width: 532px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    padding-left: 10px;
    padding-right: 10px;
}











.blocknote {
    width: 945px;
    height: 660px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 28%;
    top: 65px;
    background: url(../img/fon_notepad.png) no-repeat bottom right;
    background-size: 925px;
}

.text16{
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;

    color: #222222;
}

.textTitle{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.2px;

    color: #444560;
}

.textPosition{
    text-align: left;
}

.textBlockPos{}

.textFat{
    font-weight: 800;
}

.blocknote__body{
    position: relative;
    max-width: 395px;
    left: 342px;
    top: 32px;
}


.blocknote__red_hat{
    margin: 0px auto;
    position: relative;
    z-index: 3;
}

.blocknote__red_hat img{
    max-width: 240px;

    display: block;
    margin: 0px auto;
    margin-bottom: -25px;
}

.blocknote__box {
    margin: 0px auto;
    border-radius: 10px;
    max-width: 330px;
    height: 530px;
    border: 20px solid #3E89CC;
    position: relative;
    z-index: 2;
    
}
.blocknote__info {
    background-color: #fff;
    border: 13px solid #C3ECFE;
    padding: 27px;
}
.blocknote__title {
    width: 233px;
    margin-bottom: 14px;
    margin-top: 7px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;

    color: #444560;
}
.blocknote__subtitle {
    width: 242px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;

    letter-spacing: 0.2px;
    color: #222222;
}
.blocknote__list {}
.blocknote__ul {
    list-style: none;
    padding: 0px;
    width: 252px;
}
.blocknote__li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    background: url(./../img/note_ok_icon.svg) no-repeat left top;
    font-family: Manrope;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;

    letter-spacing: 0.2px;
    color: #222222;
}
.blocknote__text_b {
    font-weight: 800;
}
.blocknote__footer_img {
    max-width: 395px;
    margin: 0 auto;
    margin-top: -10px;
    z-index: 0;
}

.blocknote__footer_img img{
    width: 100%;
    z-index: inherit;
}



@media screen and (max-width: 1450px){
    .blocknote{
        position:static;
        
    }
    .text_ex__title {
        text-align: center;
        padding-top: 30px;
    }

    .textPosition{
        text-align: center;
    }

    .textBlockPos{
        margin: 0px auto;
    }

    .excersizeBlock__body {
        padding: 0;
        margin: 0 auto;
        
    }

    .text_ex__row{
        background-image: none;
    }

    .text_ex__col{
        max-width: 1370px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }

    .excersizeBlock {
        margin-top: 0;
        
    }
}

@media screen and (max-width: 1000px){
    .blocknote {
        background-image: none;
        padding: 0;
        display: flex;
        justify-content: center;
        width: max-content;
    }

    .blocknote__body{
        position: relative;
        width: 100%px;
        left: 0;
        top: 0;
        margin: 0, auto;
        max-width: 350px;
        
    }
}














.footer {
    background-color: #444560;
    min-height: 180px;
}
.footer__body {
    max-width: 1370px;
    margin: 0 auto;
}
.footer__row {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
}
.footer__col {
    flex: 1 1 50%;
}
.footer__logo {
    padding-top: 31px;
    margin-bottom: 10px;
}
.footer__license {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.1px;

    color: #FFFFFF;
}
.footer__name {
    padding-top: 40px;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;

    letter-spacing: 0.2px;
    color: #FFFFFF;
}
.footer__mail {
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;

    letter-spacing: 0.1px;
    color: #FFFFFF;
}
.footer__phone {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;

    letter-spacing: 0.1px;
    color: #FFFFFF;
}

@media screen and (max-width: 700px){
    .footer__name {
        display: none;
    }

    .footer__row {
        flex-direction: column;
        justify-content: center;
        
        align-content: center;
        margin: 0 auto;
    }

    .footer {
        background-color: #444560;
        min-height: 303px;
    }

    .footer__logo img{
        width: 95px;
    }

    .footer__logo{
        text-align: center;
    }

    .footer__license {
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }

    .footer__phone,
    .footer__mail {
       padding-left: 13px;
    }
    
}

.messMenu{
    position:fixed;
    bottom:50px; 
    right:10px;
    z-index: 999;
    border-radius: 50%;
    opacity: 30%;

}

.messMenu__item{
    display: block;
    margin-bottom: 15px;
    border-radius: 50%;
}


#toTop {
    width:50px;
    
    
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px; 
    right:19px;
    cursor:pointer;
    display:none;
    color:#333;
    font-family: Manrope;
    font-style: normal;
    font-weight: 800;
    font-size:30px;
    z-index: 999;
    }

