.smile {
    background: #c91357 /*#CA095B*/;
    overflow-x: hidden;
}

/* Banner */
.smile-banner {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    height: 28vw;
    text-align: center;
    position: relative;
    /*border-bottom: 3px solid rgba(249, 250, 251, 0.2);*/
}

@media only screen and (max-width: 600px) {
    .smile-banner {
        height: 130vw;
    }
}

.smile-banner .scroll-down {
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    height: 70px;
    display: none;
}

.smile-banner .scroll-down-wrapper:hover {
    margin: 0 auto;
    opacity: .5;
    cursor: pointer;
    transition: opacity .3s;
}

.smile-banner .scroll-down .arrow {
    padding-top: 15px;
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
}

@-webkit-keyframes sdb04 {
    40% {
        padding-top: 25px;
    }
}
@keyframes sdb04 {
    40% {
        padding-top: 25px;
    }
}


@media (max-width: 1600px) {
    .smile-banner .scroll-down {
        bottom: 2vw;
    }
}

@media (min-width: 651px) and (max-width: 1024px) {
    .smile-banner .scroll-down {
        font-size: 17px;
        bottom: 7px;
        height: 61px;
    }
}


@media (max-width: 650px) {
    .lv .lv-header .scroll-down {
        bottom: 7vw;
    }
}

@media (max-width: 400px) {
    .smile-banner .scroll-down {
        font-size: 19px;
    }
}


footer.lv-footer {
    margin-top: 0;
}



/** Banner info box **/

.campaign-banner-content {
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #fcfcfc57;*/
    max-width: 1420px;
    margin: 0 auto;
    /*display: none;*/
}

.campaign-header-info {
    width: 50px;
    height: 50px;
    position: absolute;
}

.campaign-header-info-icon {
    width: 50px;
    height: 50px;
    /*background: #ff00005c;*/
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

.campaign-header-info-content {
    position: absolute;
    z-index: 2;
    width: 320px;
    top: 44px;
    left: -135px;
    display: none;
}

.campaign-header-info-content.left-pos {
    left: -190px;
}

.campaign-header-info-content .campaign-header-info-box {
    background: rgb(255 255 255 / 98%);
    box-shadow: 0px 4px 12px 0px #2C2C2C40;
    padding: 16px 8px 16px 8px;
    border-radius: 16px;
}

.campaign-header-info-box p {
    font-family: ProximaNova;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding-top: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1440px) {
    .campaign-header-info-content {
        left: auto;
        right: -50px;
        top: 35px;
    }
}

@media only screen and (max-width: 600px) {
    .campaign-header-info-content {
        left: auto;
        width: 300px;
        right: -50px;
    }

    .campaign-banner-content .campaign-header-info:last-child .campaign-header-info-content {
        right: -130px;
    }

    .campaign-banner-content .campaign-header-info:first-child {
        top: 56.7% !important;
        left: 76.2% !important;
    }

    .campaign-banner-content .campaign-header-info:last-child {
        top: 73.2% !important;
        left: 54.2% !important;
    }
}




/** Discounts block **/

.smile-top-discounts-block {
    padding: 44px 0 130px;
    /*border-top: 2px solid rgba(249, 250, 251, 0.2);*/
}

.smile-top-discounts-block > .wrapper {
    padding: 0px 12px;
}

.smile-top-discounts-block-content {
    display: flex;
    flex-direction: row;
}

.smile-top-discounts-block-content .smile-top-discounts-percent-block {
    width: 130px;
    min-height: 130px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.smile-top-discounts-block-content .smile-top-discounts-items-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.smile-top-discounts-item {
    background: #fff;
    width: calc(33.33% - 40px);
    height: 320px;
    margin: 36px 20px 14px 20px;
    border-radius: 8px;
}

.smile-top-discounts-item-header {
    display: flex;
    height: 80px;
    border-bottom: 1px solid #ecebeb;
}

.smile-top-discounts-item-percent {
    color: #184083;
    background: url(/images/front/pages/beneficial-day-2024/top_proc.png) #184083 no-repeat left center / cover;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: -22px;
    margin-top: -24px;
    border-radius: 130px;
}

.smile-top-discounts-item-percent.lidz {
    background-image: url(/images/front/pages/beneficial-day-2024/top_proc_lidz.png);
}



.smile-top-discounts-item-percent.xx {
    background-image: url(/images/front/pages/beneficial-day-2024/top_proc_xx.png);
}

.smile-top-discounts-item-percent.lidz.xx {
    background-image: url(/images/front/pages/beneficial-day-2024/top_proc_lidz_xx.png);
}

.smile-top-discounts-item-percent.x {
    background-image: url(/images/front/pages/beneficial-day-2024/top_proc_x.png);
}

.smile-top-discounts-item-percent.lidz.x {
    background-image: url(/images/front/pages/beneficial-day-2024/top_proc_lidz_x.png);
}



.smile-top-discounts-item-percent > span {
    font-weight: bold;
    font-size: 53px;
    color: #fff;
}

.smile-top-discounts-item-title {
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 10px;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 18px;
    margin-left: 100px;
    color: #184083;
}

.smile-top-discounts-item-title span {

}

.smile-top-discounts-item-title span.subtitle {
    width: 100%;
    font-weight: normal;
    font-size: 18px;
}

.smile-top-discounts-item-image {
    width: 100%;
    height: 200px;
    text-align: center;
}

.smile-top-discounts-item-image > img {
    height: 230px;
    text-align: center;
    padding-top: 12px;
}

@media only screen and (max-width: 1200px) {
    .smile-top-discounts-item {
        width: calc(50% - 40px);
    }
}


@media only screen and (max-width: 800px) {
    .smile-top-discounts-item {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 600px) {
    .smile-top-discounts-block {
        border-top: none;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 70px;
    }

    .smile-top-discounts-item-header {
        height: 100px;
    }

    .smile-top-discounts-item-image > img {
        height: 200px;
    }

    .smile-top-discounts-item-percent {
        margin-top: -12px;
    }

    .smile-top-discounts-item-title span.mobile-smaller {
        font-size: 17px;
    }

    .smile-top-discounts-block.circlek .wrapper {
        margin: 0;
        padding: 0;
    }

    .smile-top-discounts-block-content {
        flex-direction: column;
        justify-content: center;
    }

    .smile-top-discounts-block-content .smile-top-discounts-percent-block {
        width: 100%;
        background-position: center center;
        margin-bottom: 24px;
    }

    .smile-top-discounts-block-content .smile-top-discounts-items-block {
        width: 100%;
    }

    .smile-top-discounts-item {
        width: 100%;
        margin: 48px 10px 8px 10px;
    }

    .smile-top-discounts-block {
        padding-top: 0px;
    }
}






/** Discounts block **/

.smile-discounts-block {
    padding: 44px 0;
    /*border-top: 2px solid rgba(249, 250, 251, 0.2);*/
}

.smile-discounts-block > .wrapper {

}

.smile-discounts-block-content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.smile-discounts-block-content .smile-discounts-percent-block {
    width: 130px;
    min-height: 130px;
    height: 130px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    position: relative;
}

.smile-app-block.x .smile-discounts-block-content .smile-discounts-percent-block:after {
    content: '*';
    height: 24px;
    width: 24px;
    top: 37px;
    right: 4px;
    position: absolute;
    z-index: 3;
    font-size: 20px;
    color: #ca095b;
}

.smile-discounts-block-content .smile-discounts-items-block {
    width: calc(100% - 130px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.smile-discounts-item {
    display: flex;
    flex-direction: row;
    background: #fff;
    width: calc(33.33% - 24px);
    height: 72px;
    margin: 12px 0 12px 24px;
    border-radius: 8px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.smile-discounts-item-icon {
    width: 40px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #194083;
    color: #fff;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 18px;
}

.smile-discounts-item-icon span {

}
.smile-discounts-item-title {
    width: calc(100% - 40px);
    display: flex;
    text-align: left;
    align-items: center;
    padding: 0 10px;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 16px;
}

.smile-discounts-item-title span {

}


@media only screen and (max-width: 1200px) {
    .smile-discounts-item {
        width: calc(50% - 24px);
    }
}


@media only screen and (max-width: 800px) {
    .smile-discounts-item {
        width: calc(100% - 24px);
    }
}

@media only screen and (max-width: 600px) {
    .smile-app-block {
        padding: 0 0px;
    }

    .smile-discounts-block {
        border-top: none;
        padding-left: 12px;
        padding-right: 12px;
    }

    .smile-discounts-block.circlek .wrapper {
        margin: 0;
        padding: 0;
    }

    .smile-discounts-block-content {
        flex-direction: column;
        justify-content: center;
    }

    .smile-discounts-block-content .smile-discounts-percent-block {
        width: 100%;
        background-position: center center;
        margin-bottom: 24px;
    }

    .smile-discounts-block-content .smile-discounts-items-block {
        width: 100%;
    }

    .smile-discounts-item {
        width: 100%;
        margin: 8px 0 8px 0;
    }
}

.smile-discounts-block-notes {
    color: #fff;
    font-family: ProximaNova;
    font-size: 16px;
    padding: 10px 0px 50px 0;
    line-height: 1.6;
}

.smile-discounts-block-notes p {
    padding-bottom: 10px;
}

.smile-discounts-block-notes a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 440px) {
    .smile-discounts-block-notes {
        color: #fff;
        padding: 0px 2px 50px 12px;
        font-size: 13px;
    }
}






.alko {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    z-index: 100;
    padding: 0 20px;
}

.alko_container {
    width: 100%;
    border: 1px solid #242E41;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px 24px;
    text-align: center;
}

.alko_container .alko_text_bold {
    color: #242E41;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.alko_container .alko_text {
    font-family: ProximaNova;
    color: #242E41;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}



@media (max-width: 760px) {
    .alko_container .right .alko_text {
        font-size: 11px;
    }

    .alko_container .right .alko_text_bold {
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .alko_container .right {
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width: 356px) {
    .alko_container .left {
        padding: 41px 24px;
    }
}

@media (max-width: 650px) {
    .alko_container {
        height: unset;
        min-height: 86px;
    }

    .alko_container .left {
        height: unset;
        min-height: 86px;
    }
}


.product-block-top {
    text-align: center;
}

.product-block-top > img {
    width: 90%;
    margin: 60px auto 40px;
    max-width: 1050px;
}

@media (max-width: 900px) {
    .product-block-top > img {
        width: 100%;
        margin: 30px auto;
    }
}





.circlek-block {
    width: 100%;
    padding: 0;
    text-align: center;
    /*border-top: 3px solid rgba(249, 250, 251, 0.2);*/
    margin-top: 50px;
    position: relative;
}

.circlek-block-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
}

.circlek-block > img {
    max-width: 1420px;
    width: 100%;
}

.circlek-block > img.mobile {
    display: none;
}

@media (max-width: 900px) {
    .circlek-block > img.desktop {
        display: none;
    }

    .circlek-block > img.mobile {
        display: block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .circlek-block {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}




.smile-products-block {
    width: 100%;
    padding: 0px 0 20px;
    text-align: center;
}

.smile-products-block > img {
    width: 100%;
    max-width: 1440px;
}

.smile-products-block > img.mobile {
    display: none;
}

@media (max-width: 900px) {
    .smile-products-block > img.desktop {
        display: none;
    }

    .smile-products-block > img.mobile {
        display: block;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .smile-products-block {
        margin-top: 0px;
        /*border-bottom: 3px solid rgba(249, 250, 251, 0.2);*/
    }
}




/** Timer **/
.smile-timer-block {
    padding: 0px 14px;
    /*background: url(/images/front/pages/beneficial-day-2024/17000-4.png?v3) no-repeat 4px 18px;
    background-size: 350px auto;*/
}

.smile-timer-image {
    text-align: center;
}

.smile-timer-image img {
    text-align: center;
    max-width: 100%;
    width: 880px;
}

@media (min-width: 601px) and (max-width: 1280px) {
    .smile-timer-image img {
        text-align: center;
        max-width: 80%;
        width: 630px;
    }
}


.smile-timer-date {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 140px;
    font-family: ProximaNova;
}

.smile-timer-date span {
    background: #184083;
    border-radius: 8px;
    font-family: ProximaNova;
    font-size: 46px;
    color: #fff;
    padding: 19px 24px;
}

.smile-timer-date span b {
    font-weight: bold;
}


.smile-timer-title {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/*@media (min-width: 1160px) {
    .smile-timer-block {
        background-size: 230px auto;
        background-position: calc(50% - 440px) 100px;
    }
}

@media (min-width: 1260px) {
    .smile-timer-block {
        background-size: 270px auto;
        background-position: calc(50% - 480px) 80px;
    }
}

@media (min-width: 1800px) {
    .smile-timer-block {
        background-size: 270px auto;
    }
}

@media (max-width: 1360px) {
    .smile-timer-block {
        background-size: 200px auto;
    }
}*/

@media (max-width: 1024px) {
    .smile-timer-date {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    /*
    .smile-timer-block {
        background-size: 180px auto;
        background-position: center 20px;
        background-image: url(/images/front/pages/beneficial-day-2024/17000-4-mobile.png?v3);
    }*/
}

.smile-timer-notes {
    font-family: ProximaNova;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 36px;
}

@media (max-width: 600px) {
    .smile-timer-date span {
        display: block;
        font-size: 30px;
        line-height: 42px;
    }

    .smile-timer-date {
        text-align: center;
        margin-bottom: 30px;
    }

    .smile-timer-title {
        font-size: 28px;
    }

    .smile-timer-notes {
        font-size: 14px;
        padding-top: 40px;
    }
}

.smile-timer {
    font-family: ProximaNova;
    font-weight: bold;
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
}

.smile-timer .time {
    font-size: 64px;
    display: flex;
    flex-direction: column;
}

.smile-timer .time span:first-child {
    background: #fff;
    border-radius: 40px;
    padding: 16px 24px;
    min-width: 128px;
    display: flex;
    justify-content: center;
    color: #ca095b;
}

.smile-timer .separator {
    font-size: 64px;
    padding: 0 20px;
    margin-top: 13px;
}

.smile-timer .date-part {
    display: inline;
}

.smile-timer .name {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}




@media (max-width: 600px) {
    .smile-timer .name {
        font-size: 16px;
    }

    .smile-timer .time {
        font-size: 42px;
    }

    .smile-timer .separator {
        font-size: 48px;
        padding: 0 11px;
        margin-top: -1px;
    }

    .smile-timer .time span:first-child {
        border-radius: 20px;
        padding: 12px 20px;
        min-width: 90px;
    }
}












/** Offers **/
@media (min-width: 1024px) {
    .offers .col-group {
        display: flex;
        justify-content: center;
    }
}

.lv {
    margin-top: 0px;
}

.col-half {
    width: 25%;
    float: left;
}

@media (max-width: 1324px) {
    .lv {
        margin-left: 18px;
    }
}

@media (max-width: 1024px) {
    .lv {
        margin-top: 0px;
    }
}


@media (max-width: 500px) {
    .lv {
        margin-top: 0;
        margin-left: 0px;
        padding: 0 20px;
    }

    .col-half {
        width: 100%;
    }

    .offers .col-group {
        margin-right: -18px;
    }
}

@media (min-width: 1261px) {
    .lv-offers-wrap {
        margin-left: -13px;
        margin-right: -1px;
    }

    .lv-special-offers.wrapper {

    }
}

.lv-special-offers {
    background: transparent !important;
}

.lv-offers-wrap.offers .item {
    margin: 0 18px 18px 0;
    border-top-left-radius: 10px;
}

.lv-offers-wrap.offers .item .img {
    padding-top: 110px;
}

.lv .offers .item .infopop {
    bottom: 50px !important;
    top: auto !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.extra-info-need {
    box-shadow: none;
    width: 50%;
    left: 5px;
    bottom: -1px;
    position: absolute;
    color: black;
    text-align: left;
    font-size: 9px;
}

.bottom-space {
    height: 0px;
}

.empty {
    color: #fff;
    padding:10px;
    display: none;
}

.lv .load_more {
    padding-top: 50px;
    text-align: center;
}

.lv .load_more.loading span {
    background: url(/images/front/pages/supercenas/loading_light.svg) no-repeat center center;
    background-size: auto 100%;
    display: inline-block;
    margin: 0 auto;
    height: 40px;
    width: 40px;
    animation: spin-animation 2.4s infinite linear;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.lv .alko {
    width: 100%;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    z-index: 100;
    padding: 0 20px;
}

.lv .alko_container {
    width: 100%;
    border: 1px solid #242E41;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 20px 24px;
    text-align: center;
}

.lv .alko_container .alko_text_bold {
    color: #242E41;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
}

.lv .alko_container .alko_text {
    font-family: ProximaNova;
    color: #242E41;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 8px;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .lv .alko_container .right .alko_text {
        font-size: 11px;
    }

    .lv .alko_container .right .alko_text_bold {
        font-size: 13px;
    }
}

@media (max-width: 500px) {
    .lv .alko {
        padding: 0 40px 0 0px;
    }

    .cookieRenew {
        opacity: 0.5;
    }

    .lv-offers-wrap.offers .item {
        margin: 0 0px 6px 0;
    }
}

@media (max-width: 420px) {
    .lv .alko_container .right {
        padding: 5px 10px 5px 10px;
    }
}

@media (max-width: 356px) {
    .lv .alko_container .left {
        padding: 41px 24px;
    }
}

@media (max-width: 650px) {
    .lv .alko_container {
        height: unset;
        min-height: 86px;
    }

    .lv .alko_container .left {
        height: unset;
        min-height: 86px;
    }
}



.smile-text-block {
}

.smile-text-block-header {
}

.smile-text-block-header h1 {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 40px;
    color: #004088;
    text-align: center;
}

.smile-text-block-boxes {
    font-family: ProximaNova;
    font-size: 24px;
    color: #004088;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.smile-text-block-box {
    width: 50%;
    margin: 16px 0;
}

.smile-text-block-box-inner {
    height: 100%;
    background: #A3CC18;
    padding: 30px 0px;
    display: flex;
}


.smile-text-block-boxes .smile-text-block-box:nth-child(even) .smile-text-block-box-inner {
    margin-left: 14px;
}

.smile-text-block-boxes .smile-text-block-box:nth-child(odd) .smile-text-block-box-inner {
    margin-right: 14px;
}


.smile-text-block-box-left {
    width: 40%;
    background-position: center center;
    background-size: 60% auto;
    background-repeat: no-repeat;
}

.smile-text-block-box-right {
    width: 60%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smile-text-block-box-header {
    text-transform: uppercase;
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 26px;
    color: #004088;
    padding-bottom: 10px;
    margin-left: -16px;
    letter-spacing: 1px;
}

.smile-text-block-box ul {
    list-style: disc;
    font-size: 16px;
    font-family: ProximaNova;
    font-weight: 600;
}

.smile-text-block-box ul li {
    padding: 4px 0;
}

@media (max-width: 650px) {
    .smile-text-block-boxes {
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }

    .smile-text-block-box {
        width: 100%;
        margin: 9px 0;
    }


    .smile-text-block-boxes .smile-text-block-box:nth-child(even) .smile-text-block-box-inner {
        margin-left: 0px;
    }

    .smile-text-block-boxes .smile-text-block-box:nth-child(odd) .smile-text-block-box-inner {
        margin-right: 0px;
    }
}

@media (max-width: 440px) {
    .smile-text-block-header h1 {
        font-size: 29px;
    }

    .smile-text-block-box-left {
        width: 30%;
    }

    .smile-text-block-box-right {
        width: 70%;
    }

    .smile-text-block-box-header {
        font-size: 22px;
    }
}




.lv-special-offers__title {
    display: none;
}

.lv-special-offers__period {
    font-size: 17px !important;
    color: #004088 !important;
    font-weight: bold !important;
}

.lv-offers-wrap.offers .item {
    border: 1px solid #fff !important;
    margin: 0 8px 18px 0;
}

.lv-offers-wrap.offers .item:hover {
    border: 1px solid #fff !important;
}

.smile .lv-special-offers {
    background: transparent;
}

@media (min-width: 1281px) {
    .smile .lv-special-offers {
        width: 1260px;
    }
}

.smile .lv-special-offers .percents_wrapper.lidz:before {
    ont-family: ProximaNova;
    font-size: 10px;
    color: #fff;
    content: 'Līdz';
    position: absolute;
    top: 6px;
}

.smile .lv-special-offers .lv-special-offers__title {
    color: #fff;
    font-family: ProximaNova;
    font-weight: bold;
}

.smile .lv-special-offers .lv-special-offers__period {
    color: #fff;
}

.smile .lv-special-offers .lv-slider-offers .col-third {
    width: 242px;
}

.smile .lv-offers-wrap.offers .swiper-wrapper .item .discount.price,
.smile .lv-offers-wrap.offers .swiper-wrapper .item .discount.percents {
    left: -1px;
    top: -1px;
}

@media (max-width: 800px) {
    .smile .lv-special-offers .lv-slider-offers .col-third {
        width: 282px;
    }
}

@media (min-width: 501px) {
    .smile .lv-special-offers .lv-special-offers__title {
        padding-left: 18px;
    }
}

.smile .lv {
    /*border-top: 2px solid rgba(249, 250, 251, 0.2);*/
}

@media (max-width: 600px) {
    .smile .lv {
        border-top: none;
    }
}

.smile .lv-special-offers {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item {
    position: relative;
    height: 370px;
}


.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item.bigger-height,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item.bigger-height {
    height: 460px;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .img,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .img {
    height: 260px;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item:not(.bigger-height) .img,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item:not(.bigger-height) .img {
    height: 300px;
}


.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .text,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .text {
    top: 27px;
    padding: 9px 12px 30px 99px;
    width: 100%;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .info-notice,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .info-notice {
    border-left: transparent;
    position: relative;
    left: 19px;
    bottom: auto;
    font-size: 14px;
    width: 80%;
    padding: 9px 0 0 0;
    text-transform: none;
    overflow: auto;
    top: 0px;
    font-family: ProximaNova;
    font-weight: 100;
    line-height: 1.3;
    color: #242E41;
}


.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item.bigger-height .tags.bottom_icons,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item.bigger-height .tags.bottom_icons {
    bottom: 0px;
}


.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item.bigger-height .tags.bottom_icons.bottom-60,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item.bigger-height .tags.bottom_icons.bottom-60 {
    bottom: 60px;
}



.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .button,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .button {
    padding: 16px 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .button .lv-btn,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .button .lv-btn {
    width: 100%;
    background: #004A90;
    color: #fff;
}

.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .button .lv-btn img,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .button .lv-btn img {
    vertical-align: text-bottom;
    padding: 0 5px;
}


.smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .button .lv-btn:hover,
.smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .button .lv-btn:hover {
    background: #1260a9 !important;
}

.lv-offers-wrap.offers .item .tags.bottom_icons .tag.tag-soap-113 {
    width: 50px;
    height: 44px;
}

.info-notice-deposit2 {
    position: relative;
    font-size: 14px;
    width: 120px;
    line-height: 1.3;
    color: #fff;
    margin-top: 25px;
    padding-left: 40px;
    overflow: hidden;
    background: #e7282c;
    /*border-radius: 36px;*/
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    height: 34px;
    margin-left: 9px;
    padding-top: 8px;
    position: absolute;
    top: -17px;
    right: -1px;
}

.info-notice-deposit2 > span {
    font-size: 28px;
    position: absolute;
    left: 4px;
    top: 3px;
    font-weight: 600;
    width: 29px;
    height: 29px;
    background: #004a90;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(337deg);
}



. {
    font-size: 28px;
    position: absolute;
    left: 4px;
    top: 3px;
    font-weight: 600;
    width: 29px;
    height: 29px;
    background: #004a90;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateZ(337deg);
}


@media only screen and (max-width: 500px) {
    .smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item.bigger-height,
    .smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item.bigger-height {
        height: 465px;
    }

    .smile .lv-special-offers .lv-offers-wrap.offers .col-third.offer-item .item .info-notice.mobile-top,
    .smile .lv-special-offers .lv-offers-wrap.offers .col-half.offer-item .item .info-notice.mobile-top {
        margin-top: -15px;
    }

    .smile .lv-special-offers .lv-special-offers__period {
        text-align: center;
        padding-top: 10px;
    }


    .smile .lv-special-offers {
        margin-top: 10px;
    }
}






/** Issuu catalog **/

.jani--release {
    padding-top: 0px;
}

.jani--release-title {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 44px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}

.jani--release-description {
    font-family: ProximaNova;
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}

.jani--release-content {
    border-radius: 8px;
    text-align: center;
}

.jani--release-content iframe {
    border-radius: 10px;
    max-width: 1348px;
    width: 100%;
    height: 570px;
    margin-top: 40px;
    padding-top: 0;
}


.jani--release-content:before,
.jani--release-content:after {
    clear: both;
    display: table;
    content: " ";
}

.padding-bottom-20 {
    padding-bottom: 80px;
}

@media only screen and (min-width: 1800px) {
    .jani--release-content iframe {
        height: 670px;
    }
}

@media only screen and (max-width: 600px) {
    .jani--release {
        padding: 0;
        padding-bottom: 60px;
    }

    .jani--release-description {
        width: 100%;
        padding-bottom: 0px;
    }

    .jani--release-content {
        border-radius: 0px;
    }

    .jani--release-content iframe {
        height: 80vw;
        margin-top: 20px;
        border-radius: 0px;
    }

    .jani--release-title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 440px) {
    .jani--release-title {
        font-size: 30px;
    }

    .jani--release-description {
        font-size: 16px
    }
}









/** Timer **/
.smile-timer-block {
    padding: 0px 14px 65px;
    background-size: 350px auto;
}

@media (min-width: 1160px) {
    .smile-timer-block {
        background-size: 230px auto;
        background-position: calc(50% - 440px) 100px;
    }
}

@media (min-width: 1260px) {
    .smile-timer-block {
        background-size: 260px auto;
        background-position: calc(50% - 480px) 170px;
    }
}

@media (min-width: 1800px) {
    .smile-timer-block {
        background-size: 270px auto;
    }
}

@media (max-width: 1360px) {
    .smile-timer-block {
        background-size: 200px auto;
    }
}


.smile-timer-notes {
    font-family: ProximaNova;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

@media (max-width: 600px) {
    .smile-timer-block {
        background-size: 150px auto;
    }

    .smile-timer-title {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .smile-timer-notes {
        font-size: 14px;
        padding-top: 40px;
    }
}

.smile-timer {
    font-family: ProximaNova;
    font-weight: bold;
    color: #ca095b;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.smile-timer .time {
    font-size: 80px;
    display: flex;
    flex-direction: column;
}

.smile-timer .time span:first-child {
    background: #fff;
    border-radius: 40px;
    padding: 16px 24px;
    min-width: 147px;
    display: flex;
    justify-content: center;
}



.smile-timer .separator {
    font-size: 92px;
    padding: 0 20px;
    margin-top: 5px;
    color: #fff;
}

.smile-timer .date-part {
    display: inline;
    font-family: ProximaNova;
}

.smile-timer .name {
    text-transform: uppercase;
    font-family: ProximaNova;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

@media (max-width: 600px) {
    .smile-timer .name {
        font-size: 13px;
    }

    .smile-timer .time {
        font-size: 56px;
    }

    .smile-timer .separator {
        font-size: 27px;
        padding: 14px 4px;
        margin-top: 18px;
    }

    .smile-timer .time span:first-child {
        min-width: auto;
    }
}

@media (max-width: 500px) {
    .smile-timer .time {
        font-size: 44px;
    }

    .smile-timer .separator {
        margin-top: 4px;
    }


    .smile-timer .time span:first-child {
        background: #fff;
        border-radius: 24px;
        padding: 8px 15px;
        min-width: 85px;
    }
}

@media (max-width: 376px) {
    .smile-timer .time {
        font-size: 38px;
    }

    .smile-timer .time span:first-child {
        padding: 8px 15px;
        min-width: 70px;
    }
}



.smile-discounts-block-notes {
    color: #fff;
    font-family: ProximaNova;
    font-size: 16px;
    padding: 10px 0px 0px 0;
    line-height: 1.6;
}

.smile-discounts-block-notes img {
    padding: 0 6px;
    height: 24px;
    vertical-align: top;
}

.smile-discounts-block-notes a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 440px) {

    .smile-discounts-block-notes {
        color: #fff;
        padding: 0px 2px 0px 2px;
        font-size: 13px;
    }

    .smile-discounts-block-notes img {
        padding: 0 3px;
        height: 16px;
        vertical-align: top;
    }

    .smile-timer-date {
        margin-bottom: 10px;
    }
}

.smile-timer-date {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.smile-timer-date span {
    background: #184083;
    border-radius: 8px;
    font-family: ProximaNova;
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
}

.smile-timer-date span b {
    font-weight: bold;
}


.smile-timer-title {
    font-family: ProximaNova;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media only screen and (max-width: 440px) {
    .smile-timer-date span {
        font-size: 15px;
    }
}

