/*==========================================================================================================================================================================*/
/* Подключение шрифтов */
@font-face {
    font-family: "Bounded";
    src: url("fonts/Bounded-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: "Onest";
    src: url("fonts/Onest-ExtraBold.ttf") format("truetype");
    font-weight: 800;

}
@font-face {
    font-family: "Onest";
    src: url("fonts/Onest-Regular.ttf") format("truetype");
    font-weight: 400;

}





/*==========================================================================================================================================================================*/
/* Общие стили */
body {
    background-color: #000000;
}

.burat_wrap {
    margin: auto;

    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background-color: black;
    color: white;
    font-family: Onest;
    flex-flow: column;
    display: flex;
    align-items: center;
}

.burat_wrap {
	margin-top: 116px;
}

@media screen and (max-width: 767px) {
	.burat_wrap {
		margin-top: 96px;
	}
}


.burat_head {
    min-width: 827px;
    width: 100%;

    height: 823px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/burat_head_bg.jpg);
    display: flex;
    flex-flow: column;
}

.burat_logo {
    margin: 0 auto;
    margin-top: 419px;
    display: block;
}

h1.burat_head_text{
    font-family: Bounded;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;

    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 8px;
    color: white;
}

h2.burat_head_text{
    font-family: Onest;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;

    margin: 0 auto;
    margin-top: 31px;
    /* color: white; */
}

.key_head {
    margin: 0 auto;
    display: block;
}
.burat_block{
    display: flex;;
    width: 827px;
    height: 195px;
    border-radius: 40px;
    background-color: #2C2A2A;

    position: relative;
    box-shadow: 0px 0px 5px 0px #C6B98B4D inset;
    margin-bottom: 40px;
}


.buratino_img1{
    position: absolute;
    max-width: 177px;
    height: 152px;
    left: 105px;
    top: -42px;
}
.burat_block_inner{
    display: flex;;

    margin: 30px 37px 30px 50px;
    gap: 65px;
    align-items: center;
}
.burat_block_large {
    height: 524px;
}
.burat_block_large .burat_block_inner {
    align-items: flex-start;
}

.burat_block_inner_left{
    display: flex;
    flex-flow: column;
    min-width: 239px;
}

.burat_block_large .burat_block_inner_left {
    min-width: 343px;
}


.burat_inner_left_digit{
    font-family: Bounded;
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: white;
}
.burat_inner_left_text{
    font-family: Bounded;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 120%;
    color: white;
}


.burat_block_inner_right{
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: white;
}

.buratino_img2 {
    position: absolute;
    max-width: 186px;
    left: 110px;
    top: -27px;
}

.buratino_img3{
    position: absolute;
    max-width: 199px;
    left: 106px;
    top: -72px;
}

.burat_inner_left_small_text{
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    margin-top: 19px;;
}
.burat_person_wrap{
    display: flex;;
    flex-flow: column;
}
.burat_person_wrap.person1{
    margin-top: 30px;
}

.burat_person_img{
    width: 91px;
    margin-bottom: 16px;
}
.burat_person_title{
    font-family: Onest;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
}
.burat_person_comment{
    font-family: Onest;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    opacity: 0.5;
}
.burat_person_descr{
    font-family: Onest;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;

}
.burat_person_wrap.person2{
    min-width: 337px;
    margin-top: 36px;
}
.burat_block.burat_block_large .burat_block_inner{
    gap: 55px;
}
.person2 .burat_person_img {
    margin-bottom: 24px;
}
.burat_person_wrap.person3{
    margin-top: 41px;
}
.burat_person_wrap.person1 .burat_person_descr{
    max-width: 300px;
}

.buratino_img4 {
    position: absolute;
    max-width: 178px;
    left: 104px;
    top: -37px;
}
.burat_block.karabas{
    height: 258px;
}
.burat_block.karabas .burat_inner_left_text{
    width: 270px;
}

.buratino_img5 {
    position: absolute;
    max-width: 193px;
    left: 97px;
    top: -36px;
}
.burat_block.about_music .burat_inner_left_text {
    width: 270px;
    margin-top: 29px;
}
.burat_video{
    display: flex;;
    margin: 0 auto;
}

@media screen and (max-width: 827px) {
    .burat_head {
        min-width: initial;
        width: 100%;
        height: auto;
        background-image: none;
        display: flex;
        flex-flow: column;
    }
    .burat_head_mob {
        width: 100%;
        /* height: 249px; */
        height: calc(100vw / 1.6);
        background-image: url(img/burat_head_bg_mob.jpg);
        background-size: cover;
    }
     .burat_logo {
        margin-top: -100px;
        /* width: 208px; */
        width: calc(100vw / 1.8);
     }

     h1.burat_head_text {
        margin-top: 14px;
        margin-bottom: -3px;
        font-size: 24px;
        line-height: 110%;
        text-align: center;
        margin-left: 50px;
        margin-right: 50px;
     }

     h2.burat_head_text {
         margin-top: 0px;
         text-align: center;
        margin-bottom: 49px;
     }
    .burat_block{
        width: calc(100% - 40px);
        height: auto;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .burat_block_inner {
        margin: 30px 20px 30px 20px;
        gap: 21px;
        flex-flow: column;
        align-items: flex-start;
    }
    .burat_block_large .burat_block_inner_left {
        min-width: initial;
    }
    .burat_person_wrap.person2 {
        min-width: initial;
        margin-top: 30px;
    }
    .burat_block.karabas {
        height: initial;
    }
    .buratino_img1 {
        left: 111px;
    }
    .buratino_img2 {
        left: 83px;
    }
    .burat_inner_left_small_text{
        display: none;
    }
    .person2 .burat_person_img {
        margin-bottom: 14px;
    }
    .buratino_img3 {
        max-width: 193px;
        left: 77px;
        top: -63px;
    }
    .burat_block.karabas .burat_inner_left_text {
        width: initial;
    }
    .burat_block.about_music .burat_inner_left_text {
        margin-top: initial;
    }
    .buratino_img5 {
        max-width: 150px;
        left: 119px;
        top: -30px;
    }
    .buratino_img4 {
        position: absolute;
        max-width: 154px;
        left: 109px;
        top: -24px;
    }
    .burat_block.burat_block_large .burat_block_inner {
        gap: initial;
    }
    .burat_person_wrap.person3 {
        margin-top: 30px;
    }



}
