#slide01{
    display:flex;
    justify-content: space-between;
    margin-bottom:36px;
}

#slide01 p{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin:0;
}

#slide01 .slide01_left p{
    width:560px;
}

#slide01 .btn{
    display:block;
    margin:0;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #333;
    width: 100%;
    height: 40px;
    text-align: center;
    background:#fff;
    cursor:pointer;
    border:1px solid #acacac;
    transition: all 0.3s;
}

#slide01 .btn:hover{
    background: #000;
    border:1px solid #000;
    color:#fff;
}

#slide01 .slide01_right a{
    text-decoration: none;
}

#slide01 .slide01_right img{
    width:32px;
    margin-top:8px;
    margin-right:16px;
}

#comment_container{
    display:flex;
}

#comment_container .comment_container_item{
    flex-basis: 50%;
    margin:32px 0;
    padding-right:16px;
    display:flex;
    flex-direction: column;
}

#comment_container .comment_container_item label[for="comment_text"]{
    position:relative;
    height:100%;
    width:100%;
}

#comment_container .comment_container_item textarea{
    background: #fff;
    border:1px solid #acacac;
    border-radius:0;
    height:100%;
    width:100%;
    padding:12px;
    font-family: Montserrat;
    font-size:14px;
    color:#000;
}

#comment_container .comment_container_item label[for="comment_name"],
#comment_container .comment_container_item label[for="comment_phone"],
#comment_container .comment_container_item label[for="comment_img"]{
    position:relative;
    height:40px;
    width:100%;
    margin-bottom:12px;
}

#comment_container .comment_container_item input{
    background: #fff;
    border:1px solid #acacac;
    border-radius:0;
    height:40px;
    width:100%;
    padding:0 12px;
    font-size:14px;
    line-height: 14px;
}

#comment_container .comment_container_item label[for="comment_img"]{
    border:1px solid #acacac;
    width:calc(100% - 2px);
    cursor:pointer;
}

#comment_container .comment_container_item input[id="comment_img"]{
    display:none;
}

#comment_container .comment_container_item label[for="comment_img"] .comment_img_btn{
    display:flex;
    flex-direction: row;
    justify-content: center;
    color:#666;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}

#comment_container .comment_container_item label[for="comment_img"] .comment_img_btn:hover{
    color:#000;
}

#comment_container .comment_container_item label[for="comment_img"] .comment_img_btn #comment_img_load{
    display:block;
    margin-top:2px;
    margin-right:10px;
    font-family: MontserratBold;
    font-size:12px;
    font-style: normal;
    line-height: 40px;
}

#comment_container .comment_container_item label[for="comment_img"] .comment_img_btn .fa-camera{
    font-size:18px;
    line-height: 40px;
}

#comment_container .comment_container_item label span{
    display:block;
    position:absolute;
    top:-6px;
    left:12px;
    background:#fff;
    padding:0 5px;
    font-family: MontserratBold;
    font-size:11px;
    font-weight:bold;
    color:#999;
}

#comment_container .comment_container_item label span sup{
    color:red;
    font-size:4px;
    padding-left:2px;
}

#slide02{
    margin-bottom:96px;
}

#slide02 .comments_container{
    display:flex;
    flex-direction: column;
}

#slide02 .comments_container .item{
    display:flex;
    flex-direction: row;
    padding:40px 76px 57px;
    background: #F4F5F7;
    margin-bottom:24px;
}

#slide02 .comments_container .item .avatar{
    position:relative;
    width:64px;
    height:64px;
    margin-right:24px;
}

#slide02 .comments_container .item .avatar .main{
    width:100%;
    height:100%;
    border-radius: 50%;
}

#slide02 .comments_container .item .avatar .social{
    position:absolute;
    right:0;
    bottom:0;
    width:20px;
    height:20px;
}

#slide02 .comments_container .item .description .name{
    display:block;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #333;
}

#slide02 .comments_container .item .description .date{
    display:block;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #ACACAC;
    margin:6px 0;
}

#slide02 .comments_container .item .description .text{
    display:block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

#slide02 .comments_btn{
    display:flex;
    justify-content: space-between;
}

#slide02 .comments_btn .btn{
    display:block;
    margin:48px auto;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    line-height: 40px;
    width: 276px;
    height: 40px;
    text-align: center;
    border: 1px solid #acacac;
    background: #fff;
    cursor:pointer;
    padding:0;
    transition: all 0.3s;
}

#slide02 .comments_btn .btn:hover{
    background: #000;
    border: 1px solid #000;
    color:#fff;
}

#slide02 .comments_btn .btn_page_container{
    display:flex;
}

#slide02 .comments_btn .btn_page{
    display:block;
    margin:48px 0 0;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #124945;
    text-decoration: none;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #124945;
    cursor:pointer;
    margin-left:10px;
    padding:0;
    transition: all 0.3s;
}

#slide02 .comments_btn .btn_page:hover{
    background: #124945;
    color:#fff;
}

#slide02 .comments_btn .btn_page img{
    height:13px;
}

#slide02 .comments_btn .active{
    background: #124945;
    color:#fff;
}

#slide02 .comments_btn .no_active:hover{
    background: #fff;
    color:#124945;
}

#slide02 .basket_empty{
    flex-shrink: 0;
    flex-basis: 100%;
    display:flex;
    justify-content: center;
    margin: 50px auto 150px;
    font-family: Montserrat;
    color: #acacac;
    font-size: 14px;
}

#shadow_comments{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
}

#window_comments{
    display:none;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    background: #FFFFFF;
    width: 736px;
    height: 352px;
    padding:24px 32px;
    z-index:21;
}

#window_comments .window_comments_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: #124945;
    margin-bottom:28px;
}

#window_comments .window_comments_header img{
    width:21px;
    margin:10px 0;
    cursor: pointer;
}

#window_comments .window_comments_body{
    display:flex;
}

#window_comments .window_comments_body img{
    width:64px;
    margin-right:24px;
}

#window_comments .window_comments_body .window_callback_input label{
    position:relative;
    display:flex;
    margin:10px 0 32px;
}

#window_comments .window_comments_body .window_callback_input input{
    width: 300px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding:0 10px;
}

#window_comments .window_comments_body .window_callback_input textarea{
    width: 648px;
    height: 88px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    padding:10px;
}

#window_comments .window_comments_body .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: #124945;
    padding: 0 5px;
    background: #fff;
}

#window_comments .window_comments_body .btn_pink{
    width:180px;
    height:48px;
    margin-top:32px;
    border:0;
}

@media (max-width: 1199px) {

}

@media (max-width: 1080px) {

}

@media (max-width: 958px) {

}

@media (max-width: 768px) {
    #slide01{
        flex-direction: column;
        margin-bottom:40px;
    }

    #slide01 p{
        width:100%;
    }

    #slide01 .slide01_left p {
        width: inherit;
    }

    #slide02 .comments_container .item{
        display:flex;
        flex-direction: row;
        padding:20px 12px 40px;
        background: #F4F5F7;
        margin-bottom:16px;
    }

    #slide02 .comments_container .item .avatar{
        width:48px;
        height:48px;
        margin-right:16px;
    }

    section .comments_btn{
        display:flex;
        flex-direction: column;
        align-items: center;
    }

    section .comments_btn .btn{
        width:296px!important;
        margin:32px auto 15px!important;
    }

    section .comments_btn .btn_page_container{
        display:flex;
        justify-content: space-between;
        width:296px;
        margin:0 auto;
    }

    section .comments_btn .btn_page{
        width:40px;
        margin: 0!important;
    }

    #window_comments{
        width: 400px;
    }

    #window_comments .window_comments_body .window_callback_input textarea{
        width: 100%;
    }
}

@media (max-width: 576px) {

}

@media (max-width: 480px) {
    #window_comments .window_comments_body{
        flex-direction: column;
    }

    #window_comments .window_comments_body .window_callback_input input{
        width:100%;
    }

    #window_comments{
        width: 300px;
        height:410px;
    }

    #window_comments .window_comments_body .btn_pink{
        width: 100%;
    }

    #window_comments .window_comments_body .window_callback_input label:first-child{
        margin-top: 30px;
    }


    #comment_container{
        flex-wrap: wrap;
    }

    #comment_container .comment_container_item{
        flex-basis: 100%!important;
    }

    #comment_container .comment_container_item:first-child{
        margin-bottom:12px;
    }

    #comment_container .comment_container_item:nth-child(2){
        margin-top:0;
    }
}

@media (max-width: 379px) {

}
