@font-face {
    font-family: 'BebasNeue';
    src: url('/aktsii/sad/fonts/BebasNeue.eot');
    src: url('/aktsii/sad/fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
        url('/aktsii/sad/fonts/BebasNeue.woff2') format('woff2'),
        url('/aktsii/sad/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg'),
        url('/aktsii/sad/fonts/BebasNeueBold.ttf') format('truetype'),
        url('/aktsii/sad/fonts/BebasNeueBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#aktsiipurina .wrapper {
    background-color:#47d2dc;
}
#aktsiipurina .left_promo_banner,
#aktsiipurina .right_promo_banner {
    background-color:#47d2dc;
    background-image: none; 
}
.sad img {
    max-width:100%;
}
.sad p {
    line-height: 1.2;
}
.sad__title p {
    text-transform:uppercase;
    font-family: 'BebasNeue';
    font-size:3em;
}

.sad__description {
    width:100%;
    max-width:840px;
    margin:35px auto 0;
    background-color: #fff;
    padding:50px;
    box-sizing:border-box;
    position:relative;
    text-align: center;
    
}
.sad__description p {
    font-size:1.125em;
    margin-bottom:15px;
    font-family:'Robotomedium';
    line-height: 1.2;
}
.sad__description .sad__title p {
    font-size:3em;
    font-family: 'BebasNeue';
}

img.sad__sale {
    position:absolute;
    top:50%;
    margin-top:-97px;
    right:-120px;
}

.sad__terms {
    margin:60px auto 0;
    width:100%;
    max-width:1280px;
    display:block;
}
.sad__terms .sad__title p {
    text-align: center;
}
.sad__terms__row {
    margin-top:50px;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sad__terms__item {
    width:30%;
    box-sizing: border-box;
    padding:0 20px;
}
.sad__terms__item .image{
    height:125px;
    margin-bottom:30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.sad__terms__item .image img {
    max-width:100%;
    display: block;
    margin:0 auto;
}
.sad__terms__item .text {
    max-width: 320px;
}
.sad__terms__item p {
    text-align: center;
    font-size:1.25em;
}
.sad__terms__item p strong {
    font-family: 'Robotomedium';
}
.sad__terms__item p span {
    display: block;
    margin-top:10px;
    font-size:0.875em;
}

.sad__products {
    margin-top:90px;
}
.sad__products .sad__title p {
    text-align: center;
}
.sad__products__row {
    margin-top:30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.sad__products__item { 
    box-sizing: border-box;
    width: 24%;
    min-height: 180px;
    background-color:#fff;
    padding:10px;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    margin-bottom:1%;
}
.sad__products__item:last-child {
    margin-left: 20px;
}
.sad__products__item_full {
    width:30%;
    margin-left: 0 !important;
}
.sad__products__item__left {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index:1;
    
}
.sad__products__item__left p {
    padding-left: 10px;
    padding-top:20px;
    font-family: 'BebasNeue';
    text-transform: uppercase;
    font-size:1.5em;
}
.sad__products__item__left p span {
    display: block;
    font-size:0.65em;
    text-transform: none;
}
.sad__products__item__qty {
    background-color: #0090a1;
    padding:15px 40px 10px 30px;
    position: absolute;
    left:0;
    bottom:0;
    border-top-left-radius: 75px;
    border-top-right-radius: 90px;
}
.sad__products__item__qty  p {
    padding-top:0;
    padding-left: 0;
    color:#fff;
    font-size:1.5em;
}
.sad__products__item__qty  p span {
    display: block;
    text-transform: none;
    font-size:0.65em;
}
.sad__products__item__right {
    width:50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    left:-10px;
}
.sad__products__item__right img {
    margin-top:10px;
    margin-bottom:20px;
}
.sad__products__item__price {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.sad__products__item__price p:first-child {
    font-size:1.875em;
    color:#a0a0a0;
    font-family: 'BebasNeue';
    position: relative;
    margin-right: 10px;
    margin-bottom:5px;
}
.sad__products__item__price  p:first-child::after {
    content: '';
    width: 100%;
    height: 2px;
    top: 45%;
    left: 0;
    position: absolute;
    z-index: 1;
    display: block;
    transform: rotate(145deg);
    background-color: #a0a0a0;
}
.sad__products__item__price p:last-child {
    color:#0090a1;
    font-size:2.25em;
    font-family: 'BebasNeue';
}


.sad__store {
    margin-top:60px;
}
.sad__store .sad__title {
    text-align: center;
}
.sad__store__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    max-width: 1024px;
    margin:30px auto 0;
}
.sad__store__row>div {
    width:20%;

}
.sad__store__row>div p.title {
    text-transform: uppercase;
    margin-top:20px;
    font-family: 'BebasNeue';
    font-size:1.5em;
}

.sad__info-text {
    background-image:url('/aktsii/sad/text.jpg');
    background-position:center;
    box-sizing: border-box;
    width:100%;
    max-width: 800px;
    margin:0 auto;
    padding:20px;
}
.sad__info-text p strong {
    font-family: 'Robotomedium';
}


@media(max-width:1140px) {
    img.sad__sale {
        right:10px;
    }
    .sad__products__item__price {
        flex-direction: column;
    }
}

@media(max-width:1024px) {
    .sad__products__item {
        width:49%;   
    }
    .sad__products__item_full {
        width:49%;
    }
    .sad__products__item__price {
        flex-direction: row;
    }
    .sad__store__row>div {
        box-sizing: border-box;
        padding-left:5px;
        padding-right: 5px;
        width:23%;

    }
}

@media(max-width:768px) {
    .sad__description {
        background-size: cover;
    }
    .sad__description p  {
        max-width: calc(100% - 200px);
    }
    .sad__terms__item {
        width:100%;
        margin-bottom:20px;
    }
    .sad__terms__item .text {
        max-width: 100%;
    }
    .sad__products__item,
    .sad__products__item_full {
        width:100%;
    }
    .sad__products__item__right {
        align-items: center;
    }
    .sad__store__row>div {
        width:48%;
    }
}

@media(max-width:425px) {
    .sad__store {
        box-sizing:border-box;
        padding-left:10px;
        padding-right: 10px;
    }
    .sad__title p,
    .sad__description .sad__title p {
        font-size:2em;
    }
    img.sad__sale {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }
    .sad__description p {
        max-width: 100%;
    }
}

