html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth;
}
.main-wrapper {
    background-color: #F5F5F5;
}
@media (min-width: 992px) {
    .section-baner-top {
        margin-bottom: -3%;
    }
}
.section-baner-top-nl {
    background-color: #009534;
    color: #fff;
}
@media (min-width: 992px) {
    .section-baner-top-nl {
        margin-bottom: -3%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }
}
.section-baner-top-nl .baner-top-right-wrap {
    padding: 20px 0 0;
}
@media (min-width: 992px) {
    .section-baner-top-nl .baner-top-right-wrap {
        width: 480px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 15px 0 8% 30px;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-nl .baner-top-right-wrap {
        width: 570px;
        padding: 15px 0 8% 10%;
    }
}
@media (min-width: 1400px) {
    .section-baner-top-nl .baner-top-right-wrap {
        width: 700px;
        padding: 15px 0 10% 10%;
    }
}
.section-baner-top-nl .baner-top-right-wrap .title {
    display: table;
    font-size: 1.4rem;
    line-height: 1;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .section-baner-top-nl .baner-top-right-wrap .title {
        margin: 10px auto 20px;
    }
}
@media (min-width: 992px) {
    .section-baner-top-nl .baner-top-right-wrap .title {
        font-size: 1.4rem;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-nl .baner-top-right-wrap .title {
        padding-left: 40px;
        margin-bottom: 20px;
        font-size: 2rem;
    }
}
.section-baner-top-nl .baner-top-right-wrap .title .img-nl {
    position: absolute;
    top: -10px;
    right: 0;
    width: 60px;
}
@media (min-width: 992px) {
    .section-baner-top-nl .baner-top-right-wrap .title .img-nl {
        width: 60px;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-nl .baner-top-right-wrap .title .img-nl {
        width: 80px;
    }
}
.section-baner-top-nl .baner-top-right-wrap .form-wrap {
    background-color: #16BC50;
    padding: 20px 20px;
}
@media (max-width: 991px) {
    .section-baner-top-nl .baner-top-right-wrap .form-wrap {
        text-align: center !important;
    }
}
@media (min-width: 600px) {
    .section-baner-top-nl .baner-top-right-wrap .form-wrap {
        padding: 20px 15%;
    }
}
@media (min-width: 992px) {
    .section-baner-top-nl .baner-top-right-wrap .form-wrap {
        padding: 20px;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-nl .baner-top-right-wrap .form-wrap {
        padding: 30px 40px;
    }
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    max-width: 400px;
}
@media (max-width: 991px) {
    .section-baner-top-nl .baner-top-right-wrap .nl-form-wrap {
        margin: 0 auto;
    }
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .input-nl {
    font-size: 0.8rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    height: 34px;
    line-height: 34px;
    padding: 0 35px 0 15px;
    background-color: transparent;
    width: 100%;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    display: block;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .input-nl:-moz-placeholder {
    color: #fff;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .input-nl::-moz-placeholder {
    color: #fff;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .input-nl:-ms-input-placeholder {
    color: #fff;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .input-nl::-webkit-input-placeholder {
    color: #fff;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .buton {
    border: 1px solid #fff;
    color: #009534;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    margin-left: -25px;
    white-space: nowrap;
    font-size: 0.8rem;
    max-width: 160px;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}
.section-baner-top-nl .baner-top-right-wrap .nl-form-wrap .buton:hover {
    background-color: #fff;
    color: #000;
}
.section-baner-top-countdown {
    background-color: #009534;
    color: #fff;
}
@media (min-width: 992px) {
    .section-baner-top-countdown {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }
}
.section-baner-top-countdown .baner-top-counter-wrap {
    width: 100%;
    padding: 30px 20px;
}
.section-baner-top-countdown .baner-top-counter-wrap .inner {
    width: 100%;
    text-align: center;
}
@media (min-width: 992px) {
    .section-baner-top-countdown .baner-top-counter-wrap {
        width: 480px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding: 15px;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-countdown .baner-top-counter-wrap {
        width: 570px;
        padding: 15px;
    }
}
@media (min-width: 1400px) {
    .section-baner-top-countdown .baner-top-counter-wrap {
        width: 700px;
        padding: 15px;
    }
}
.section-baner-top-countdown .baner-top-counter-wrap .curba {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
@media (max-width: 991px) {
    .section-baner-top-countdown .baner-top-counter-wrap .curba {
        display: none;
    }
}
@media (min-width: 992px) {
    .section-baner-top-countdown .baner-top-counter-wrap .img-1 {
        width: 300px;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-countdown .baner-top-counter-wrap .img-1 {
        width: 350px;
    }
}
@media (min-width: 1400px) {
    .section-baner-top-countdown .baner-top-counter-wrap .img-1 {
        width: 400px;
    }
}
.section-baner-top-countdown .baner-top-counter-wrap .countdown {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #131517;
    color: #fff;
    text-align: center;
    width: 90px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    font-size: 0.8rem;
}
.section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice .t {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
}
@media (min-width: 992px) {
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice {
        width: 70px;
    }
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice .t {
        font-weight: 700;
        font-size: 2rem;
        line-height: 1;
    }
}
@media (min-width: 1200px) {
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice {
        width: 90px;
    }
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice .t {
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 1;
    }
}
@media (min-width: 1400px) {
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice {
        width: 110px;
    }
    .section-baner-top-countdown .baner-top-counter-wrap .countdown .timeslice .t {
        font-weight: 700;
        font-size: 3rem;
        line-height: 1;
    }
}
.section-baner-top-countdown .baner-top-counter-wrap .countdown .separator {
    font-weight: 700;
    font-size: 2rem;
    padding: 0 10px;
}
@media (max-width: 991px) {
    .container-full-md {
        max-width: 100%;
    }
}
.bt-back-to-site {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}
.bt-back-to-site:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
@media (max-width: 991px) {
    .bt-back-to-site {
        padding: 7px 15px;
        font-size: 12px;
        line-height: 1;
    }
}
.white-wrapper {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -15px;
    padding-top: 30px;
}
@media (min-width: 992px) {
    .white-wrapper {
        padding-top: 40px;
    }
}
.white-wrapper .icon-separator {
    font-size: 26px;
    color: #009534;
}
@media (min-width: 500px) {
    .white-wrapper .icon-separator {
        font-size: 35px;
    }
}
.white-wrapper .icon-adv {
    width: 95px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.white-wrapper .icon-adv img {
    height: 60px;
}
@media (min-width: 350px) {
    .white-wrapper .icon-adv {
        width: 120px;
    }
}
@media (min-width: 500px) {
    .white-wrapper .icon-adv {
        width: 170px;
        font-size: 18px;
    }
    .white-wrapper .icon-adv img {
        height: 90px;
    }
}
.form-group label {
    font-weight: 600;
}
@media (min-width: 768px) {
    .group-checkbox-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 1200px) {
    .group-checkbox-column {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
.shop-bf-step {
    width: 100%;
    background-color: #131517;
    color: #fff;
    padding: 20px 20px;
}
.shop-bf-step .inner {
    max-width: 300px;
    margin: 0 auto;
}
.shop-bf-step .step {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.shop-bf-step .icon {
    display: table;
    margin: 0 calc(35% - 50px) 10px auto;
    text-align: center;
    padding-right: 50px;
    position: relative;
}
.shop-bf-step .icon i {
    font-size: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.shop-bf-step .details {
    text-align: center;
}
.shop-bf-step .details .desc {
    font-size: 16px;
}
@media (max-width: 991px) {
    .carusel-steps .slick-list {
        padding-right: 7%;
    }
}
.carusel-steps .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}
.carusel-steps .slick-slide {
    height: auto;
}
.newsletter-bloc-lp {
    color: #fff;
    position: relative;
}
@media (max-width: 991px) {
    .newsletter-bloc-lp {
        text-align: center;
    }
}
.newsletter-bloc-lp .link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.newsletter-bloc-lp .left {
    background-color: #079647;
    padding: 30px 20px;
}
@media (min-width: 1200px) {
    .newsletter-bloc-lp .left {
        padding: 30px 40px;
    }
}
.newsletter-bloc-lp .right {
    background-color: #16bc50;
    padding: 30px 20px;
}
@media (min-width: 1200px) {
    .newsletter-bloc-lp .right {
        padding: 30px 5%;
    }
}
.newsletter-bloc-lp .desc {
    font-size: 16px;
}
.newsletter-bloc-lp .title {
    font-size: clamp(22px, 3vw, 30px);
}
.newsletter-bloc-lp .nl-form-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    max-width: 400px;
}
@media (max-width: 991px) {
    .newsletter-bloc-lp .nl-form-wrap {
        margin: 0 auto;
    }
}
.newsletter-bloc-lp .nl-form-wrap .input-nl {
    font-size: 0.8rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 100px;
    height: 34px;
    line-height: 34px;
    padding: 0 35px 0 15px;
    background-color: transparent;
    width: 100%;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    display: block;
}
.newsletter-bloc-lp .nl-form-wrap .input-nl:-moz-placeholder {
    color: #fff;
}
.newsletter-bloc-lp .nl-form-wrap .input-nl::-moz-placeholder {
    color: #fff;
}
.newsletter-bloc-lp .nl-form-wrap .input-nl:-ms-input-placeholder {
    color: #fff;
}
.newsletter-bloc-lp .nl-form-wrap .input-nl::-webkit-input-placeholder {
    color: #fff;
}
.newsletter-bloc-lp .nl-form-wrap .buton {
    border: 1px solid #fff;
    color: #009534;
    text-transform: uppercase;
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    margin-left: -25px;
    white-space: nowrap;
    font-size: 0.8rem;
    max-width: 160px;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
}
.newsletter-bloc-lp .nl-form-wrap .buton:hover {
    background-color: #fff;
    color: #000;
}
/*checkbox*/
.custom-checkbox {
    position: relative;
    display: block;
    min-height: 23px;
    max-width: 400px;
    text-align: left;
}
.custom-checkbox .form-check-label {
    margin-left: 5px;
    padding-top: 4px;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}
.custom-checkbox .form-check-label a {
    color: inherit;
    text-decoration: underline;
}
.custom-checkbox .form-check-label:before {
    display: none;
    font-family: 'fontello';
    content: '\e81a';
    background-color: transparent !important;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 6px;
    position: absolute;
    color: #fff !important;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    z-index: 1;
}
.custom-checkbox .form-check-label:before:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-checkbox .form-check-label:after {
    display: block;
    content: '';
    border: 1px solid #fff;
    background: none !important;
    width: 16px;
    height: 16px;
    left: 1px;
    top: 5px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    z-index: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-checkbox .form-check-label:after:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.custom-control-input:checked ~ .form-check-label::before {
    display: block;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}