.column{
    display: flex;
    flex-direction: column;
}
.prodd{
    padding: 50px 0;
}
.bread{
    text-align: center;
    margin-top: 28px;
}
.bread p>a{
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 133.69%;
    color: #000000;
}
.bread p>span{
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 133.69%;
    color: #377FF8;
}
.bread h1{
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    line-height: 136.69%;
    text-align: center;
    color: #000000;
    margin: 0;
    padding: 0;
}
.prod{
    display: flex;
    padding: 20px 0;
}
.product_img{
   width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.product_img img{
    max-height: 300px;
}
.product_descr h4{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 178.69%;
    color: #000000;
}
.product_descr>p{
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 178.69%;
    color: #000000;
}
.product_descr h5{
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 178.69%;
    color: #000000;
}
.product_descr li {
    list-style-type: circle;
}
.product_descr > p {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 178.69%;
    color: #000000;
    margin: 10px 0;
}

.product_descr td {
    border-width: 1px;
    border-style: solid;
}
.product_descr h5>span{
    font-size: 24px;
}
.btns button{
    font-style: normal;
    font-weight: 900;
    font-size: 13px;
    line-height: 111.69%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 49px;
    background: #377FF8;
    box-shadow: 0px 13px 43px rgba(55, 127, 248, 0.39);
    margin-right: 23px;
    border: none;
    margin-top: 29px;
}
.btns button:hover{
    cursor: pointer;
}
.charakter{
    margin-top: 50px;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 178.69%;
    color: #000000;
}
.charakter>div{
    height: 48px;
    display: flex;
    align-items: center;
}
.charakter>div:nth-child(2n){
    background: #fff;
}
.charakter>div:nth-child(2n+1){
    background: #FBFBFB;
}
.grey{
    background: #FBFBFB;
}
.white{
    background: #fff;
}
.type{
    margin-left: 32px;
    text-align: left;
    width: 50%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 111.69%;
    color: #000000;
}
.des{
    text-align: right;
    width: 50%;
    margin-right: 32px;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 111.69%;
    color: #000000;
}