#slide01{
    margin-top:60px;
    margin-bottom:60px;
}

#slide01 .slide01_pagelist{
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

#slide01 .slide01_pagelist .item{
    display:block;
    position:relative;
    background-position: top center;
    background-size: cover;
    width:30%;
    height:200px;
    margin:12px;
    border:1px solid #fff;
    text-align: center;
    line-height: 200px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'MontserratBold';
    transition: all 0.3s;
}

#slide01 .slide01_pagelist .item:hover{
    background-position: bottom center;
}

#slide01 .slide01_pagelist .item span{
    display:block;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:0;
    transition: all 0.3s;
}

#slide01 .slide01_pagelist .item .slide01_item3_item_shadow{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
    transition: all 0.3s;
}

#slide01 .slide01_pagelist .item:hover .slide01_item3_item_shadow{
    background: rgba(0, 0, 0, 0.7)!important;
}





.btn{
    display:flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom:24px;
    width:100%;
    height:40px;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background:#000;
    color:#fff;
    cursor:pointer;
}




main{
    display:flex;
    justify-content: space-between;
    margin-top:44px!important;
    font-family: Montserrat;
    text-align: justify;
}

.img_container{
    position:relative;
    width:48%;
}

#banzai_youtube{
    display: flex;
    width:100%;
    height:300px;
}

.img_container .img_container_block{
    width:100%;
    top: 140px;
}

.img_container_block .main{
    width:100%;
}

.img_container_block .goods_imgs{
    display:flex;
    flex-wrap: wrap;
}

.img_container_block .goods_imgs img{
    width: 90px;
    height: 90px;
    margin:10px 5px;
    cursor:pointer;
    flex-shrink: 0;
}

.img_container_block .stickers{
    position:absolute;
    top:16px;
    left:16px;
    z-index: 1;
}

.img_container_block .stickers span{
    display:block;
    height:28px;
    color:#fff;
    border-radius: 0 12px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    margin-bottom:4px;
}

.img_container_block .stickers .discount{
    width:66px;
    background:#CC6D69;
}

.img_container_block .stickers .hit{
    width:113px;
    background: #124945;
}

.img_container_block .stickers .new{
    width:93px;
    background: #029522;
}

.img_container_block .stickers .outofstock{
    width:130px;
    background: #333;
}

.description{
    width:48%;
}

.description .sticker{
    padding: 5px 12px;
    background: #F4F5F7;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
}

.description h1{
    font-family: EBGaramondBold;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    margin:8px 0 20px;
}

.description h2{
    margin:8px 0 20px;
}

.description .price{
    margin-bottom:32px;
}

.description .price .new{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #000;
}

.description .price .old{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    text-decoration-line: line-through;
    color: #C4C4C4;
    margin-left:24px;
}

.description .count{
    margin-bottom:40px;
}

.description .count b{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.description .count .structure_table{
    display:flex;
    flex-direction: column;
    width:100%;
    margin:8px 0 20px;
}

.description .count .structure_table .structure_table_item{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
}

.description .count .structure_table .structure_table_item:last-child{
    border:0;
}

.description .count .structure_table .structure_table_item_left{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.description .count .structure_table .structure_table_item_right{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ACACAC;
    text-align: right;
}

.description .button_container{
    display:flex;
    justify-content: flex-start;
    margin:40px 0 72px;
}

.description .btn_pink{
    border: 0;
}

.description .button_container .count_box{
    display:flex;
    max-width:132px;
    height:40px;
    border:1px solid #000;
    margin-right:24px;
}

.description .button_container .inp_price {
    font-family: MontserratBold;
    width:70px;
    height:100%;
    line-height:38px;
    text-align:center;
    background: #fff;
    color:#000;
    font-size: 16px;
    font-weight: bold;
    border:solid #000;
    border-width: 0 1px 0 1px;
    border-radius: 0;
}

.description .button_container .minus {
    font-family: MontserratBold;
    cursor: pointer;
    width:30px;
    height:100%;
    font-size: 20px;
    line-height: 40px;
    text-align:center;
    color:#000;
    transition: all 0.3s;
}

.description .button_container .minus:hover{
    background: #000;
    color:#fff;
}

.description .button_container .plus {
    font-family: MontserratBold;
    cursor: pointer;
    width:30px;
    height:100%;
    font-size: 20px;
    line-height: 40px;
    text-align:center;
    color:#000;
    transition: all 0.3s;
}

.description .button_container .plus:hover{
    background: #000;
    color:#fff;
}

.description .button_container .btn_green_white{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
    cursor: pointer;
    background: #000;
    color:#fff;
    width:50%;
    height:40px;
    margin:0;
    padding:0;
    border:0;
    text-align: center;
    transition: all 0.3s;
}

.description .button_container .btn_done{
    background: #CC6D69!important;
}

.description .button_container .btn_pink{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    height: 100%;
    background: #CC6D69;
    text-decoration: none;
    cursor: pointer;
    border:0;
    width:50%;
    margin:0;
    padding:0;
    transition: all 0.3s;
}

.description .button_container .btn_pink:hover{
    background: #BC5955;
}

.description .button_container .btn_pink_white{
    width:40%;
    padding:0;
}

.description .delivery b{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.description .delivery p, .description .delivery div{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px!important;
    line-height: 20px;
    color: #333333;
    text-align: justify;
}

.description .delivery p b, .description .delivery div b{
    font-family: MontserratBold;
    font-weight: bold;
    font-size: 14px!important;
}

.description .news_date{
    font-family: Montserrat;
    font-weight: normal;
    font-size: 14px!important;
    color:#999;
}

#instructors_container h2{
    text-align: center;
}

#pages_container h2{
    text-align: center;
}

#referrals_friends{
    display: flex;
    flex-direction: column;
    margin-bottom:36px;
}

#referrals_friends b{
    font-family: MontserratBold;
    font-size: 18px;
}

#referrals_friends .item{
    height:36px;
    display:flex;
    align-items: center;
    padding-left:16px;
    border: 1px solid #acacac;
    border-bottom: 0;
}

#referrals_friends .item:nth-child(1){
    border:0;
}

#referrals_friends .item:last-child{
    border-bottom: 1px solid #acacac;
}

#referrals_share b{
    font-family: MontserratBold;
    font-size: 18px;
}

#referrals_bonus{
    display:flex;
    flex-direction: column;
    font-family: Montserrat;
    margin-bottom: 36px;
}

#referrals_bonus b{
    font-family: MontserratBold;
    font-size: 18px;
}

#referrals_bonus .item{
    height:36px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-left:16px;
    padding-right:16px;
    border: 1px solid #acacac;
    border-bottom: 0;
}

#referrals_bonus .item:nth-child(1){
    border:0;
}

#referrals_bonus .item:last-child{
    border-bottom: 1px solid #acacac;
}

#referrals_bonus .item .name{
    width:40%;
    overflow: hidden;
}

#rules_note{
    display:flex;
    margin:24px 0;
    align-items: baseline;
}

#rules_note span{
    font-family: "MontserratBold";
    font-size:14px;
    line-height: 30px;
    /*display:flex;*/
    margin-left:8px;
}

#rules_note span a{
    font-family: "MontserratBold";
    font-size:14px;
    line-height: 30px;
    /*display:flex;*/
    margin-left:4px;
    color:blue;
}

/* Всплывающее окно начало */
#shadow_camp{
    display:none;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.7);
    z-index:20;
}

#window_callback_camp{
    display:none;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background: #FFFFFF;
    width:352px;
    height:420px;
    padding:24px 32px;
    z-index:21;
}

#window_callback_camp .window_callback_header{
    display:flex;
    justify-content: space-between;
    font-family: EBGaramondBold;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.02em;
    color: #000;
    margin-bottom:12px;
}

#window_callback_camp .window_callback_header i{
    margin:10px 0;
    font-size: 24px;
    cursor: pointer;
}

#window_callback_camp .window_order_logo{
    display:flex;
    justify-content: center;

}

#window_callback_camp .window_order_logo img{
    max-width:75%;

}

#window_callback_camp .window_callback_input label{
    position:relative;
    display:flex;
    margin:12px 0;
}

#window_callback_camp .window_callback_input input{
    width: 100%;
    height: 48px;
    padding:0 12px;
    background: #FFFFFF;
    border: 1px solid #666;
    font-family: Montserrat;
    border-radius:0;
    box-shadow: 0;
    font-size: 14px;
}

#window_callback_camp .window_callback_input span{
    position: absolute;
    display:block;
    left: 10px;
    top: -7px;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    color: #666;
    padding: 0 5px;
    background: #fff;
}

#window_callback_camp .btn_pink{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    width: 352px;
    height: 56px;
    background: #000;
    color:#fff;
    text-decoration: none;
    margin:18px 0;
    cursor: pointer;
    margin-top:12px;
    margin-bottom:12px;
    border:0;
    transition: all 0.3s;
}

#window_callback_camp .btn_pink:hover{
    background: #222;
}

#window_callback_camp .window_callback_note{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #666;
}

#window_callback_camp .window_callback_social{
    display:flex;
    justify-content: center;
}

#window_callback_camp .window_callback_social a{
    margin:12px;
}

#window_callback_camp .window_callback_social img{
    width:32px;
    height:32px;
}
/* Всплывающее окно конец */

@media (max-width: 1199px) {
    .img_container .img_container_block{
        top: 90px;
    }

    main .description h1{
        margin: 16px 0 8px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }

    main .description h2{
        margin: 16px 0 8px;
        font-size: 32px;
        line-height: 36px;
        letter-spacing: 0.02em;
    }

    main .description .price .new{
        font-size: 24px;
        line-height: 30px;
    }

    main .description .price .old{
        font-size: 14px;
        line-height: 20px;
    }

    .img_container_block .goods_imgs img{
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1080px) {
    .description .button_container_2 .btn_pink{
        width:70%;
    }
}

@media (max-width: 958px) {
    h1{
        font-size: 32px;
        line-height: 36px;
        margin:48px 0 12px;
    }

    h2{
        font-size: 32px;
        line-height: 36px;
        margin:48px 0 12px;
    }

    main .description .price{
        margin-bottom: 24px;
    }

    main .description .delivery{
        margin-top:40px;
    }

    main .description .delivery p{
        width:100%!important;
    }

    .img_container_block .goods_imgs img{
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 768px) {
    main .description .btn_pink,
    main .description .btn_pink_white{
        width:100%!important;
        margin-bottom: 16px!important;
    }

    .description .button_container{
        flex-direction: column;
        margin: 32px 0 0;
    }

    .description .structure_table{
        width:100%!important;
    }

    .img_container_block .stickers{
        position:absolute;
        top:4px;
        left:4px;
        z-index: 1;
    }

    .img_container_block .stickers span{
        display:block;
        height:24px;
        color:#fff;
        border-radius: 0 12px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 24px;
        text-align: center;
        margin-bottom:4px;
    }

    .img_container_block .stickers .discount{
        width:50px;
        background:#CC6D69;
    }

    .img_container_block .stickers .hit{
        width:113px;
        background: #124945;
    }

    .img_container_block .stickers .new{
        width:93px;
        background: #029522;
    }

    .description .button_container .count_box{
        width:calc(100% - 2px);
        max-width:inherit;
        height:38px;
    }

    .description .button_container .count_box .inp_price{
        width:34%;
    }

    .description .button_container .count_box .minus,
    .description .button_container .count_box .plus{
        width:33%;
    }

    .description .button_container .btn_green_white{
        width:100%;
        margin-top:16px;
    }

    .img_container_block .goods_imgs img{
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    main{
        flex-direction: column;
        margin-top: 12px!important;
    }

    main .img_container{
        position: relative;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .img_container{
        width:100%;
    }

    .description{
        width:100%;
    }

    .img_container_block .goods_imgs img{
        width: 80px;
        height: 80px;
    }

    #referrals_bonus .item{
        flex-direction: column;
        height:auto;
        justify-content: flex-start;
        align-items: flex-start;
        line-height: 25px;
    }

    #referrals_bonus .item .name{
        width:100%;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 379px) {
    .img_container_block .goods_imgs img{
        width: 60px;
        height: 60px;
    }
}