* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header-wrapper {
    width: 1170px;
    margin: 40px auto 50px;
}
.header-wrapper h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0D3A60;
    text-align: left;
}
.info-wrapper {
    margin: 0 auto 400px;
    width: 750px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #0D3A60;
}
.info-wrapper p {
    margin-bottom: 30px;
}
.info-wrapper p:last-child {
    margin-bottom: 0;
}
.info-wrapper h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    text-align: left;
}
.info-wrapper a {
    display: block;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: #0D3A60;
    text-decoration: none;
}
.delivery-list {
    list-style-type: none;
    margin-bottom: 30px;
}
.delivery-list li::before {
    content: "";
    display: inline-block;
    height:12px;
    width: 12px;
    border-radius:50%;
    background-color:#0D3A60;
    margin-right:5px;
    vertical-align: -1px;
}
.info-wrapper .delivery-link {
    color: #1E4FFF;
    font-weight: 400;
}
.info-wrapper .warranty-descr {
    margin-bottom: 45px;
}
.warranty-list {
        margin-bottom: 30px;
        list-style-type: none;
    }
.info-wrapper-warranty {
    margin-bottom: 150px;
}
.info-wrapper-policy {
    margin-bottom: 150px;
}
.info-wrapper-policy h2 {
    margin-bottom: 20px;
}
.info-wrapper-policy a {
    display: inline;
    font-weight: 400;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .header-wrapper {
        width: 100%;
        padding: 0 15px;
    }
    .info-wrapper {
        width: 100%;
        padding: 0 15px;
    }
}