
/* Обнуляем внешние и внутренние отступы у всех элементов */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Базовые настройки для тела страницы */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333; /* Тёмно‑серый текст */
    background-color: #f5f5f5; /* Светлый фон */
    padding: 0;
    margin: 0;
}

/* Заголовок первого уровня */
h1 {
    font-size: 2rem;
    margin-left: 300px;
    margin-bottom: 20px;
    color: #2c3e50;
}

/* Параграфы */
p {
    margin-bottom: 15px;
    font-size: 1rem;
}

/* Ссылки */
a {
    text-decoration: none;
}

a:hover {
    /*   texkkt-decoration: underline;*/
}

/* Список */
ul {
    margin: 0;
    list-style-position: inside;
}

li {
    margin:0;
}

/* Подвал */
footer {
    margin-top: 30px;
    text-align: center;
    color: #7f8c8d;
    font-size: 0.9rem;
}

.main_web {
    margin: 0;
    padding: 0 20px;
}

.main-product-card {
    display: flex;
    width: 70vw;
    margin: auto;

}

.left-col {
    padding-right: 80px;
}

.right-col {
    max-width: 410px;
    width: 100%;
}

.header_title {
    color: #181818;
    font-family: sans-serif;
    font-size: 26px;
    line-height: 33px;
    letter-spacing: .02em;
    margin: 25px 0 7px;
    text-transform: uppercase;
    font-weight: 500;
}

.open-totlip {
    margin-left: 5px;
}

.external_id {
    color: #8f8f8f;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 25px;
    max-width: max-content;
    position: relative;
}

.rating {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-color: rgb(224, 224, 224);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.checked {
    color: black;
}

.rating_count {
    border-bottom: 0;
    color: #8f8f8f;
    font-size: 15px;
    line-height: 19px;
    margin-left: 0;
}

.color_choice {
    margin-bottom: 12px;
}

.color_title {
    font-size: 16px;
    font-weight: 600;
}

.color_value {
    margin-left: 10px;
    font-size: 16px;
}

.price_info {
    margin-bottom: 15px;
}

.price_now {
    color: #181818;
    font-family: sans-serif;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: .02em;
}

.sizes {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding: 0 0 5px 0;
    margin-top: -8px;
    margin-bottom: 20px;
    justify-content: space-between;
    width: 100%;
}

.size-header {
    color: #181818;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 17px;
    letter-spacing: .02em;
    margin-bottom: 0;
    font-weight: 600;
}

.size-info {
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    display: inline-block;
}

.table-size {
    border-bottom: 1px solid #181818;
}

.size-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
    padding: 0;
}

.size-list-item {
    background-color: white;
    cursor: pointer;
    min-width: 30px;
    display: inline-block;
    border: 1px solid #e0e0e0;
    font-family: sans-serif;
    padding: 0 10px;
    font-size: 16px;
    line-height: 50px;
    height: 48px;
    text-align: center;
    width: auto;
    margin-bottom: 9px;
    margin-right: 5px;
}

.size-list-item:hover {
    border-color: #181818;
}

.button-block {
    margin-bottom: 20px;
}

.buy-button {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0;
}

.buy {
    background: #181818;
    border: 1px solid #181818;
    color: #fff;
    font-weight: 600;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 55px;
    margin: 0;
    height: 53px;
    padding: 0;
    max-width: 348px;
    width: 100%;
    text-align: center;
}

.buy:hover {
    background: #3f3f3f;
}

.favourite {
    background: #181818;
    border: 1px solid #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    height: 53px;
    margin: 0 0 0 5px;
    max-width: 53px;
    width: 100%;
}

.favourite:hover {
    background: #3f3f3f;
}

.delivery_info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    padding: 0;
}

.delivery_info-title {
    color: #181818;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0;
}

.item_corier,
.item_shop,
.item_punkt {
    display: flex;
    margin-top: 0;
    align-items: center;
    color: #181818;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
    padding: 0;
    width: 100%;
}

.underline {
    text-decoration: underline;
}

.adventage {
    background: #f3f3f3;
    border-radius: 2px;
    color: #181818;
    display: flex;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 13px 14px 13px 20px;
    text-align: center;
}

.adventage_return {
    margin-right: 9px;
    max-width: 165px;
    padding-right: 15px;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adventage_fitting {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.adventage_return-after {
    border: 1px solid #e0e0e0;
    margin: 8px 10px 8px 0;
    height: 58px;
}
.img-tovar{
    border-radius: 20px;
    width: 700px;
    height: auto;
}
.kroshki{
    margin-left:270px;
    margin-top: 20px;
    margin-bottom: 20px;
}