#good{
    min-height: 166px;
    height: 720px;
    background: #f0f0f0;
}
#noCarouse{
    display: none;
}
#good .row{
    height: inherit;
}
#good .slider{
    margin: 0;
    padding: 0;
}
#good .slider .carousel-item img{
    height: 720px;
    width: auto !important;
    margin: 0 auto;
}
#good .content{
    padding: 75px;
}

#good .backward{
    font-family: 'BIZUDMincho-Regular', sans-serif;
    text-transform: uppercase;

}
#good .backward a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
}
#good .name{
    font-family: 'AS-L', serif;
    font-size: 48px;
    text-transform: uppercase;
}
#good .price{
    font-size: 40px;
}

#good .text{
    font-family: 'Bitter', sans-serif;
    font-size: 14px;
    text-align: left;
}

#good #form-select{
    width: 100%;
    max-width: 400px;
}

#good #form-select *{
    font-size: 16px;
    font-family: 'Bitter',sans-serif;
    background: no-repeat;
    border: navajowhite;
    height: 64px;
    padding: 0 20px;
}

#good #form-select select{
    font-family: 'Bitter', sans-serif;
    font-size: 14px;
    font-weight:400;
    background: url("/template/img/icons/row-select.svg") no-repeat 95% 50%;
    border: 1px solid #bcbcbc;
}

#good #form-select .my-block-form{
    width: 100%;
    max-width: 400px;
    margin: 15px 0;
    padding: 0;
}

#good #form-select .counter{
    max-width: 100px;
    margin: 0;
    padding: 0;
    border: 1px solid #bcbcbc;
    float: left;
}
#good #form-select .counter *{
    float: left;
    text-align: center;
    width: 33%;
    margin: 0;
    padding: 0;
}
#good #form-select .counter a{
    text-decoration: none;
    line-height: 64px;
    color: #0f0f0f;
    font-size: 16px;
    font-weight: bold;
}

#good #form-select .send-sale{
    width: 100%;
    float: initial;
    max-width: 282px;
    background: #000;
    margin: 0 0 0 15px;
    color: #fff;
}

@media (min-width: 460px) and (max-width: 768px) {
    #noCarouse{
        display: block;
    }
    #good .content {
        padding: 10px;
    }
    #good .backward{
        text-align: center;
    }
    #good .backward a{
        font-size: 14px;
    }
    #good .name{
        font-size: 24px;
    }
    #good .price{
        font-size: 24px;
    }

    #good .text{
        font-size: 12px;
        text-align: justify;
    }
    #good #form-select{
        position: absolute;
        width: 90%;
        left: 5%;
    }
}