.opisanie{ margin-top: 7%; } .title_tovar{ display: flex; margin-left: 12.5%; } .img_tovar{ background-color: #c8cad3; display: flex; justify-content: center; max-width: 500px; max-height: 450px; padding-top: 2%; padding: -2%; border-radius: 5%; } .img_tovar>img{ max-width: 90%; max-height: 90%; width: 700px; height: 700px; border-radius: 5%; } .text_tovar{ margin-left: 10%; width: 70%; margin-right: 5%; } .main_text{ margin-top: -1%; font-family: Play-bold; font-size: 200%; } .Descript_text{ font-family: Roboto; font-size: 150%; } #cart{ border: none; background-color: #222222; color: #fff; margin-top: 5%; height: 10%; width: 30%; font-family: Roboto; font-size: 150%; } #cart:hover{ background-color: #fff; color: #222; border: #222; border-style: solid; } #cart_plus{ border: #222; border-style: solid; border-width: 1px; background-color: #222222; color: #fff; margin-top: 5%; height: 20%; width: 10%; font-family: Roboto; font-size: 150%; } #cart_plus:hover{ background-color: #fff; color: #222; border: #222; border-style: solid; } #cart_int{ text-align: center; border: #222; border-width: 2px; border-style: solid; background-color: #fff; color: #222; margin-top: 5%; height: 20%; width: 10%; font-family: Roboto; font-size: 150%; } .id_buttons{ display: flex; margin-right: 30%; } #text_opsi{ font-family: Play-bold; font-size: 150%; } #full_discr{ width: 80%; margin-left: 12.5%; font-family: Roboto; font-size: 120%; font-weight: 350; } a { text-decoration: none; }