main{
    display:flex;
    justify-content: space-between;
    margin-top:44px!important;
    margin-bottom:44px!important;
}

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

.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,
.img_container_block .stickers .post,
.img_container_block .stickers .work,
.img_container_block .stickers .new{
    width:113px;
    background: #000;
}

.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:64px 0 16px;
}

.description .price .new{
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    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 .container_select{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-family: "Montserrat";
}

.description .container_select .item{
    width:49%;
    position:relative;
    margin:16px auto;
}

.description .container_select .item label{
    position:absolute;
    left:7px;
    top:-14px;
    background:#000;
    color:#fff;
    padding:2px 4px;
    font-size:12px;
}

.description .container_select .item select{
    width:100%;
    height:40px;
    padding: 0 16px;
    border:1px solid #000;
    border-radius:0;
    background: #fff;
    color:#000;
    font-family: 'Montserrat';
    font-size:14px;
}

.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;
}

.container_price_count{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

#good_price{
    font-family: 'MontserratBold';
    font-size:24px;
}

.count_box{
    display:flex;
    width:100px;
    height:38px;
    border:1px solid #000;
}

.count_box .inp_price:disabled {
    font-family: 'Montserrat';
    width:50px;
    height:100%;
    line-height:40px;
    text-align:center;
    background: #fff;
    color:#000;
    font-size: 14px;
    border:solid #000;
    border-width: 0 1px 0 1px;
    border-radius: 0;
    opacity: 1;
}

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

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

.btn{
    width:100%;
    height:40px;
    font-family: MontserratBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    background:#000;
    color:#fff;
    cursor:pointer;
}

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

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

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

@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 .old{
        font-size: 14px;
        line-height: 20px;
    }

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

@media (max-width: 1080px) {

}

@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;
    }

    .description .container_select{
        flex-direction: column;
    }

    .description .container_select .item{
        width:100%;
    }
}

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

    .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;
    }

    .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;
    }
}

@media (max-width: 480px) {

}

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