.content {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    color: #000000;
    font-variant-numeric: lining-nums proportional-nums;
}
.content img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content h1, .content h2, .info-block h1, .info-block h2 {
    font-size: 32px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    font-family: "Raleway", sans-serif;
    color: #000000;
}
.info-block h3 {
    font-family: "Raleway", sans-serif;
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
}
.info-block {
   margin: 60px 0;
   padding: 40px 60px;
   border-radius: 30px;
   border: 1px solid #F0F0F0;
   background: #FFF;
}
.info-block-2 {
    margin: 20px 0;
}
.info-block-3 {
    margin: 60px 0 100px;
}
.info-block * {
   margin-bottom: 20px;
}
.info-block p {
   font-size: 18px;
   line-height: 26px;
}
.info-block p a {
   font-size: 18px !important;
   line-height: 26px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.info-block p a:hover {
   color: #000000;
}
.info-block ul {
   padding: 15px;
   display: block;
   list-style-type: disc;
   font-family: "Inter", sans-serif;
   background-color: #efefef;
   width: fit-content;
   border-radius: 10px;
}
.info-block ul li {
   margin-bottom: 10px;
   list-style-type: disc;
   list-style-position: inside;
   font-size: 16px;
   line-height: 21px;
}
.info-block ul li a {
   font-size: 16px !important;
   line-height: 21px !important;
   transition: color 0.3s ease-out;
   color: #ffc700;
   font-weight: 700;
   cursor: pointer;
}
.info-block ul li a:hover {
   color: #000000;
}
.info-block ul li:last-child {
   margin-bottom: 0;
}
.types-packing-container, .types-material-container {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin: 40px 0 80px;
    flex-wrap: wrap;
}
.types-packing-container .item-type, .types-material-container .item-type {
    flex: 1 1 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
    border-radius: 30px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.types-material-container .item-type {
    flex: 1 1 calc(25% - 16px);
    max-width: calc(25% - 16px);
}
.types-packing-container .item-type img, .types-material-container .item-type img {
    max-width: 70px;
}
.types-packing-container .item-type .description-text, .types-material-container .item-type .description-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.types-packing-container .item-type .description-text h4, .types-material-container .item-type .description-text h4 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
}
.types-packing-container .item-type .description-text p, .types-material-container .item-type .description-text p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    line-height: normal;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}
.dimensions-prices-container {
    margin: 100px 0;
}
.dimensions-prices {
    margin: 40px auto;
    max-width: 1080px;
}
.dimensions-prices .wrapper-price-packing {
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    gap: 20px;
    padding: 10px;
    border-radius: 20px;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 40px;
}
.dimensions-prices .wrapper-price-packing:last-child {
    margin-bottom: 0;
}
.dimensions-prices .wrapper-price-packing .item {
    flex: 1 1 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dimensions-prices .wrapper-price-packing .item.item-content {
    flex: 1;
    max-width: 100%;
    background-color: #e9e9e9;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    gap: 20px;
}
.dimensions-prices .wrapper-price-packing .item img {
    max-width: 100%;
    border-radius: 16px;
}
.dimensions-prices .wrapper-price-packing .item h3 {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.table-dimensions-prices-wrapper {
    display: block;
    padding: 0 4px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    width: 100%;
}
.table-dimensions-prices-wrapper table {
    width: 100%;
}
.table-dimensions-prices-wrapper table th {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    background-color: #ffffff;
}
.table-dimensions-prices-wrapper table td {
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
}
.table-dimensions-prices-wrapper table th, .table-dimensions-prices-wrapper table td {
    border: 1px dashed #000000;
    padding: 7px;
}
.our-cases-packing {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    width: 100%;
}
.our-cases-packing .item-image {
    flex: 1 1 calc(25% - 16px);
    max-width: calc(25% - 16px);
    border-radius: 20px;
    padding: 14px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
}
.our-cases-packing .item-image img {
    max-width: 100%;
    border-radius: 16px;
}

@media (max-width: 1000px) {
    .types-material-container .item-type {
        flex: 1 1 calc(50% - 11px);
        max-width: calc(50% - 11px);
    }
}

@media (max-width: 800px) {
    .types-packing-container {
        gap: 10px;
    }
    .types-packing-container .item-type {
        flex: 1 1 100%;
        max-width: 100%;
        align-items: center;
    }
    .dimensions-prices .wrapper-price-packing {
        flex-wrap: wrap;
    }
    .dimensions-prices .wrapper-price-packing .item {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .dimensions-prices .wrapper-price-packing .item img {
        max-width: 70%;
    }
    .our-cases-packing .item-image {
        flex: 1 1 calc(50% - 11px);
        max-width: calc(50% - 11px);
    }
}

@media (max-width: 550px) {
    .content h1, .content h2, .info-block h1, .info-block h2, .info-block h3 {
       font-size: 18px;
       line-height: 21px;
    }
    .info-block {
       padding: 20px;
       border-radius: 10px;
       margin: 30px 0;
    }
    .info-block p {
       font-size: 16px;
       line-height: 21px;
    }
    .info-block p a {
       font-size: 16px !important;
       line-height: 21px !important;
    }
    .info-block ul li {
       font-size: 14px;
       line-height: 21px;
    }
    .info-block ul li a {
       font-size: 14px !important;
       line-height: 21px !important;
    }
    .types-packing-container, .types-material-container {
        margin: 30px 0 50px;
    }
    .types-packing-container .item-type .description-text h4,
    .types-material-container .item-type .description-text h4,
    .dimensions-prices .wrapper-price-packing .item h3,
    .table-dimensions-prices-wrapper table th {
        font-size: 16px;
    }
    .types-packing-container .item-type .description-text p,
    .types-material-container .item-type .description-text p,
    .table-dimensions-prices-wrapper table td {
        font-size: 14px;
    }
    .types-material-container {
        gap: 10px;
    }
    .types-material-container .item-type {
        flex: 1 1 100%;
        max-width: 100%;
        align-items: center;
    }
    .dimensions-prices-container {
        margin: 60px 0;
    }
    .dimensions-prices {
        margin: 30px auto;
    }
    .dimensions-prices .wrapper-price-packing {
        margin-bottom: 20px;
    }
    .table-dimensions-prices-wrapper table th, .table-dimensions-prices-wrapper table td {
        padding: 6px 4px;
    }
    .our-cases-packing {
        margin: 30px 0 50px;
        gap: 10px;
    }
    .our-cases-packing .item-image {
        flex: 1 1 calc(50% - 6px);
        max-width: calc(50% - 6px);
        border-radius: 10px;
        padding: 8px;
    }
    .our-cases-packing .item-image img {
        border-radius: 6px;
    }
}