main {
    margin-top: 0 !important;
}
#aug-promo{
    font-size: 16px;
	background-image: url(../images/lp/back.jpg);
	background-image: -webkit-image-set(url("../images/lp/back.jpg") 1x, url("../images/lp/back@2x.jpg") 2x);
	background-size: cover;
	background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 66px;
}
#aug-promo .container{
    width: 1351px;
}
#aug-products {
    padding-top: 58px;
    padding-bottom: 101px;
}
.aug-products-list {
    row-gap: 52px;
    column-gap: 37px;
}
.aug-products-list:before,
.aug-products-list:after {
    content: '';
    height: auto;
    display: block;
    position: absolute;
	background-size: cover;
	background-position: bottom center;
    background-repeat: no-repeat;
}
.aug-products-list:before {
    left: -213px;
    bottom: 162px;
    width: 258px;
    aspect-ratio: 1 / 0.9379845;
	background-image: url(../images/lp/ball-left.png);
	background-image: -webkit-image-set(url("../images/lp/ball-left.png") 1x, url("../images/lp/ball-left@2x.png") 2x);
}
.aug-products-list:after {
    top: 100px;
    right: -174px;
    width: 205px;
    aspect-ratio: 1 / 1.07317073;
	background-image: url(../images/lp/ball-right.png);
	background-image: -webkit-image-set(url("../images/lp/ball-right.png") 1x, url("../images/lp/ball-right@2x.png") 2x);
}
.aug-product-name p{
    font-size: 1.4375em;
    line-height: normal;
    margin-top: 22px;
    margin-bottom: 17px;
}
.aug-product-price p{
    font-size: 1.4375em;
    line-height: normal;
    margin-bottom: 0;
}
.aug-product-button{
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.0625em;
    width: 146px;
    height: 38px;
    border-radius: 19px;
    padding-top: 0.2em;
}
@media screen and (min-width: 1390px) {
}
@media screen and (max-width: 1389px) {
    .aug-products-list {
        justify-content: center;
    }
    .aug-products-list:before,
    .aug-products-list:after {
        display: none;
    }
    .aug-product {
        max-width: calc(33.33% - (40px / 3));
    }
}
@media screen and (max-width: 991px) {
    .aug-product {
        max-width: calc(50% - 20px);
    }
}
@media screen and (max-width: 567px) {
    #aug-promo {
        background-image: url(../images/lp/back-m.jpg);
        background-image: -webkit-image-set(url("../images/lp/back-m.jpg") 1x, url("../images/lp/back-m@2x.jpg") 2x);
        padding-top: 28px;
        padding-bottom: 0;
    }
    #aug-products {
        padding-top: 15px;
        padding-bottom: 55px;
    }
    .aug-products-list {
        row-gap: 40px;
        column-gap: 12px;
        justify-content: space-between;
    }
    .aug-product {
        max-width: calc(50% - 6px);
    }
    .aug-product-name p{
        font-size: 0.75em;
        margin-top: 12px;
        margin-bottom: 9px;
    }
    .aug-product-price p{
        font-size: 0.75em;
    }
    .aug-product-button{
        width: 95px;
        height: 27px;
        line-height: 27px;
        font-size: 0.6875em;
        border-radius: 13px;
    }
}