footer {
    background-color: #F8F9FA;
    color: #252628;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}


img {
    max-width: 100%;
    height: auto;
}

.btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn:hover {
    background-color: #0056b3;
}



.main-content {
    width: 100%;
    /* margin-right: 20px; */
}

.sidebar {
    width: 400px;
    position: relative;
    padding: 12px 16px 16px;
    background: #f5f3f1;
    border-radius: 20px;
    padding: 25px;
}

.delivery-info {
    margin-top: 20px;
}

.section-title {
    margin-top: 20px;
    color: #252628;
}

.documents {
    margin-top: 20px;
}

.related-products {
    margin-top: 20px;
}

.faqs {
    margin-top: 20px;
}

.reviews {
    margin-top: 20px;
}

.header-logo {
    float: left;
}

.header-nav {
    float: right;
}

.header-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-nav ul li {
    display: inline-block;
    margin-left: 10px;
}

.header-nav ul li a {
    color: #252628;
    text-decoration: none;
}

.header-nav ul li a:hover {
    text-decoration: underline;
}

.product-image{
    border: #d7dbdd 1px solid;
    width: 600px;
    height: auto;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-details {
    display: flex;
    justify-content: space-between;
}

.product-image {
    width: 600px;
}

.product-info {
    width: 50%;
}

.product-specs {
    width: 628px;
    margin-left: 40px;
}

.product-specs h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-specs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-specs li {
    margin-bottom: 10px;
    font-size: 14px;
}

.product-specs li::before {
    color: #007bff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.additional-info {
    margin-top: 20px;
    width: 1268px;
}

.product-price {
    width: fit-content;
    background: #10c44c;
    border-radius: 8px;
    color: #fff;
    padding: 2px 8px;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0;
}

.product-technical-specs-details {
    color: #252628;
}

.product-minimum-order {
    color: #252628;
}

.product-payment-options {
    color: #252628;
}

.product-contact-info {
    color: #252628;
}

.product-logistics-info {
    color: #252628;
}

.product-description {
    color: #252628;
}

.document-link {
    color: #252628;
}

.related-product-link {
    color: #252628;
}

.faq-question {
    color: #252628;
}

.faq-answer {
    color: #252628;
}

.review-rating {
    color: #252628;
}

.review-comment {
    color: #252628;
}


.sidebar {
    width: 360px;
    margin-left: 40px;
}

.sidebar-section {
    margin-bottom: 20px;
}

.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.sidebar-content {
    color: #252628;
}


.technical-specs {
    margin-top: 20px;
}

.technical-specs h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.specs-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.specs-list li {
    margin-bottom: 10px;
    font-size: 14px;
    color: rgba(29, 25, 19, 0.51);
    
}

.custom-checkbox-class {
    /* Добавьте необходимые стили */
    display: inline-block;
    margin-right: 10px;
}

.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.transport-company-icon {
    background-image: url('..\\img\\transport-company.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.transport-company-icon>* {
    padding-left: 35px;
    min-height: 25px;
}

.transport-company-icon>* .name {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 25px;
}


.self-pickup-icon {
    background-image: url('..\\img\\dostavka_samovivoz.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.self-pickup-icon>* {
    padding-left: 35px;
    min-height: 25px;
}

.self-pickup-icon>* .name {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 25px;
}


.courier-icon{

    background-image: url('..\\img\\kurier.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.courier-icon>* {
    padding-left: 35px;
    min-height: 25px;
}

.courier-icon>* .name {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 25px;
}



.cash-icon {
    background-image: url('..\\img\\cash.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cash-icon>* {
    padding-left: 35px;
    min-height: 25px;
}

.cash-icon>* .name {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 25px;
}

.bank-transfer-icon {
    background-image: url('..\\img\\bank-transfer.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 25px;
    min-height: 25px;
    margin: 0 0 10px 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.bank-transfer-icon>* {
    padding-left: 35px;
    min-height: 25px;
}

.bank-transfer-icon>* .name {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 25px;
}

.payment-info{
    margin-top: 20px;
}




.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}