*,
:before,
:after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #272727;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3E441E;
}

h2,
h3,
h4,
h5,
h6 {
    padding: 0 15px;
}

p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

label {
    display: inline-block;
}

button {
    outline: 0;
    border: 0;
}

h1 {
    margin-block: 20px;
    font-size: 32px;
    margin-bottom: 5px;
}

img {
    max-width: 100%;
}

.free-banner {
    top: 0;
    z-index: 99;
    width: 100%;
    color: #fff;
    position: sticky;
    height: 37px;
    padding: 6px 0;
    font-size: 15px;
    background-color: #3E441E;

    display: flex;
    justify-content: center;
    align-items: center;
}

.banner {
  max-width: 1920px;
  margin: auto;
}
.banner img{
  max-width: 100%;
  margin: auto;
}
.banner img:nth-of-type(1) {
  display: block;
}
.banner img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .banner img:nth-of-type(1) {
      display: none;
  }
  .banner img:nth-of-type(2) {
      display: block;
  }
}

.free-banner p {
    margin: 0;
    font-family: Poppins, sans-serif
}

.desktop-banner {
    max-width: 1000px;
    display: block;
    margin: auto;
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.product-section {
    max-width: 1000px;
    display: flex;
    gap: 40px;

    margin-top: 30px;
}

.product-slider {
    max-width: 57%;
    position: relative;
}

.product-options {
    max-width: 100%;
    width: 100%;
}

input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    line-height: normal;
}

.card {
    position: relative;
    border: 2px solid #d8d7d6;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin: 20px 0 0 0;
    max-width: 380px;
}

.card-body_onetime {
    padding: 12px 10px
}

.card .body-header {
    display: flex;
    justify-content: space-between;
}

.card .body-header .choose,
.card .body-header .price {
    line-height: 1.6;
    color: #282828;
    margin: 0 0 4px;
    font-size: 16px;
}

.card .body-header .price {
    padding-right: 0;
    margin-left: 5px;
    color: #282828;
}

.card .body-list {
    margin-top: 12px;

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card .body-list li {
    padding: 10px;
}

.card .body-list li.active {
    background: #7B853E;
    color: #fff;
    border-radius: 4px
}

.card .body-list li.active label {
    background: inherit;
    color: #fff
}

.card .body-list li label div {
    display: flex;
    align-items: center;
}

.card .body-list li.active .price-nr,
.dog-1 .list-box li {
    color: #fff
}

.card .body-list label {
    color: #7b853e;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    outline: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-body label {
    background-color: #fff;
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.radio-custom {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #7b853e;
    width: 26px;
    min-width: 26px;
    height: 26px;
    min-height: 26px;
    border-radius: 26px;
    background: #fff;
    position: relative;
    display: inline-block;
    justify-content: center;
    outline: 0 !important;
    cursor: pointer;
    float: left;
    margin: 0 5px 0 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-custom-label-top.active .radio-custom:before, li.option.active .radio-custom:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 18px;
    background: #7b853e;
}

.radio-custom-label {
    line-height: 1.42857143;
    position: relative;
    color: #3f3b3b;
    font-size: 17px;
    font-weight: 600;
    background: #f3f3f3;
    margin: 0;
    width: 100%;
    cursor: pointer;
    user-select: none;
    border-bottom: 2px solid #d8d7d6;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    outline: 0
}

.radio-custom-label-top {
    padding: 10px
}

.option-heading {
    font-weight: 400;
    display: inline-block;
    margin-top: 2px;
}


ul {
    list-style: none;
    padding-left: 0;
}

.radio-custom+.radio-custom-label:before,
.checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: #fff;
    border: 2px solid #ef7300;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.flag-holder {
    margin: 15px 0;
}

.flag-holder-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.flag-holder-inner span {
    color: #282828;
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    color: #282828;
}

.price-row.you-save {
    color: #A42124;
    font-weight: bold;
}

.price-row.todays-total {
    font-weight: bold;
}

.price-row.regular div:nth-of-type(2) {
    text-decoration: line-through;
}

.product-price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-price .helper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.product-price .before {
    font-size: 17px;
    font-weight: 400;
    text-decoration: line-through;
    color: #444;
    line-height: 1.2;
}

.product-price .after {
    margin: 0;
    font-weight: 700;
    color: #3E441E;
    font-size: 22px;
}

.product-price .btn {
    display: inline-block;
    text-align: center;
    padding: 16px 90px;
    background: #F28A39;
    color: #fff;
    border-radius: 28px;
    font-size: 18px;
    font-weight: 600;
    transition: all .15s;
}

.product-price .btn:hover {
}

.slider-big,
.slider-small {
    cursor: pointer;
}

.slider-small {
    overflow: hidden;
}

.slider-small .slick-slide {
    margin: 5px;
}

.slider-small .slick-list {
    margin: 0 -2px;
}

.product-mobile,
.product-text-mobile,
.mobile-banner {
    display: none;
}

.list-section {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(../img/ar_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.list-box li {
    padding-left: 88px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    margin: 0 0 30px
}

.container .bottom_area .right_cont .h4,
.container .bottom_area .right_cont h4,
.list-section-2 h1 {
    margin-bottom: 25px
}

.list-box li h1 {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 10px 15px;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    background-color: #7B853E;
    font-weight: 600;
    width: inherit;
    border-radius: 4px;
}

.list-box li h1 i {
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: -10px;
    left: -87px;
    width: 64px;
    height: 64px;
    line-height: 55px;
    text-align: center;
    border: 3px solid #7B853E;
    color: #fff;
    border-radius: 50%;
    background-color: #7B853E;
}

.list-section-inner {
    max-width: 80%;
    padding-right: 15px;
    padding-left: 15px;
}

.key_benefits_section {
    width: 100%;
}

.key_benefits_section h3.h3 {
    margin-bottom: 52px;
    text-transform: uppercase;

}

.key_benefits_section .inner {
    width: 100%;
    background: url("../img/back3.jpg") top center/cover no-repeat;
    padding-top: 80px;
    padding-bottom: 66px
}

.key_benefits_section .inner .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.key_benefits_section .inner ul {
    width: 100%;
    max-width: 507px;
    margin-bottom: 84px
}

.key_benefits_section .inner ul li {
    width: 100%;
    position: relative;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 130%;
    color: #000;
    padding-left: 45px;
    margin-bottom: 30px
}

.key_benefits_section .inner ul li::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 32px;
    background: url("../img/check.svg") top center/cover no-repeat;
    left: 0;
    top: 0
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none !important
}

.h3,
h3 {
    position: relative;

    width: 100%;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #3E441E;
    font-family: Poppins, sans-serif;
}

.reviews .h3::before,
.key_benefits_section h3.h3::before,
.reviews h3::before,
.faq_section .h3::before,
.faq_section h3::before {
    content: "";
    position: absolute;
    width: 74px;
    height: 6px;
    background: #f48a2b;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    border-radius: 10px
}

.guarantee,
.guarantee .inner {
    display: flex;
    align-items: center
}

.guarantee .inner {
    padding-left: 15px;
    padding-right: 15px;
    ;
}

.guarantee.modified {
    background: #fafafa;
    padding-bottom: 35px;
    padding-top: 25px;
    justify-content: center;
}

.guarantee.modified .inner {
    max-width: 1320px;
    gap: 28px
}

.guarantee.modified .inner img {
    margin-top: 10px;
    margin-bottom: 10px
}

.guarantee.modified h4 {
    font-size: 33px;
    margin: 16px 0;
    font-weight: 600;
}

.guarantee.modified p {
    margin-left: 15px;
    margin-bottom: 37px
}

.guarantee.modified h4,
.guarantee.modified p {
    color: #000
}

.guarantee.modified a {
    color: #f48a2b;
    font-weight: 700
}

.faq_section {
    width: 100%;
    padding-top: 74px;
    padding-bottom: 99px
}

.faq_section .h3::before,
.faq_section h3::before {
    bottom: -18px
}

.faq_section .h3,
.faq_section h3 {
    margin-bottom: 56px
}

.faq_section .block {
    width: 100%;
    border-top: 2px solid #3E441E;
    padding-bottom: 26px;
}

.faq_section .block:last-child {
    border-bottom: 2px solid #3E441E
}

.faq_section .block .faq_title {
    width: 100%;
    font-size: 22px;
    line-height: 140%;
    font-weight: 600;
    color: #3E441E;
    display: inline-block;
    padding-top: 28px;
    padding-right: 30px;
    text-decoration: none !important
}

.faq_section .block .faq_title .plus_cont {
    position: absolute;
    right: 0;
    top: 33px;
    cursor: pointer;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center
}

.faq_section .block .text {
    width: 100%;
    display: none;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 170%;
    letter-spacing: -.02em;
    color: #000;
    margin-top: 31px
}

.faq_section .block .faq_title .plus_cont .minus,
.faq_section .block .faq_title .plus_cont.active .plus,
.faq_section .block .faq_title .plus_cont .minus {
    display: block;
}

.faq_section .block .faq_title .plus_cont .plus,
.faq_section .block .faq_title .plus_cont.active .minus {
    display: none;
}

.faq_section .block .faq_title {
    position: relative;
}


footer {
    width: 100%;
    background: #3E441E;
    box-shadow: 0 4px 20px rgba(37, 33, 89, .05);
    padding-top: 44px;
    padding-bottom: 56px;
    border-top: 1px solid #eaeaea;
}

footer .logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    width: 140px;
}

footer .contacts {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 29px
}

footer .contacts .tel {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    position: relative
}

footer .contacts .tel::before {
    position: absolute;
    width: 2px;
    background-color: #000
}

footer .contacts .email {
    margin-left: 38px;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
}

footer .text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 25px
}

footer .text span {
    position: relative;
    font-size: 20px;
    color: #fff
}

footer .copyright,
footer .privacy a {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 140%;
    text-align: center
}

footer .text span b {
    position: absolute;
    font-size: 10px;
    top: -4px;
    right: -16px
}

footer .copyright {
    width: 100%;
    margin-bottom: 18px;
}

footer .privacy {
    width: 100%;
    display: flex;
    justify-content: center
}

footer .privacy a {
    text-decoration-line: underline;
    position: relative
}

footer .privacy a:first-child::before {
    position: absolute;
    width: 3px;
    background-color: #fff
}

footer .privacy a:last-child {
    margin-left: 36px
}

.reviews_section_wrap .container,
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews_section_wrap .container .see_options {
    max-width: 335px;
    width: 100%;
    margin-top: 30px;
}

.btn_buy {
    text-decoration: none;
}

.reviews {
    display: flex;
    flex-direction: column;
}

.trustscore-img {
    max-width: 600px;
    margin: 20px auto;
}

.reviews h3 {
    margin-bottom: 50px;
}

.reviews .blue_btn {
    max-width: 300px;
    margin: 20px auto 50px auto;
    text-decoration: none;
}

.reviews-img {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
    max-width: 650px;
}

.reviews-mobile {
    display: none;
}

.reviews-img img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ebebeb;
}

.shipping-holder {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 15px 5px
}

.shipping-holder svg{
    fill: #3E441E;
}

.shipping-holder h6 {
    text-transform: uppercase;
}

.shipping-holder p,
.shipping-holder h6 {
    padding: 0 !important;
    margin: 0 !important;
}

.shipping-holder p {
    font-size: 14px;
}

.shipping-holder h6 {
    font-size: 16px;
    color: #3E441E;
    font-weight: 600;
}

.blue_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #3E441E;
    padding: 22px 78px;
    background: #F5EDD6;
}

.product-text-desktop p {
    max-width: 100%;
}

.product-text-desktop h1 {
    margin-top: 0;
}

.cart-option-header {
}

.product-text-desktop h1,
.product-text-mobile h1 {
    color: #3E441E;
}

.card .body-list li label .price-nr {
    color: #272727;
}












.cart-option-header {
    display: flex;
}

.card-body_onetime {
    padding-bottom: 0;
}

.pricing {
    padding: 0 15px;
}

.cart-option-header.sub {
    border-top: 2px solid #d8d7d6;
}

.cart-option-header .radio-custom-label:nth-of-type(1) {
    border-right: 2px solid #d8d7d6;
}

.cart-option-header .radio-custom-label {
    display: flex;
    background: #f3f3f3;
    gap: 5px;
}

.cart-option-header .radio-custom-label.active {
    background: #fff;
    border-bottom: 0;
}

.cart-option-header .radio-custom-label input {
    margin-top: 1px !important;
}

.card-body_onetime {
    display: none;
}

.card-body_onetime.active {
    display: block;
}


.slider-arrow {
    position: absolute;
    top: 0;
    height: calc(100% - 185px);
    max-height: 550px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-big-prev-btn {
    left: -25px;
}

.slider-big-next-btn {
    right: -25px;
}

.slider-big-prev-btn img {
    margin-right: 3px;
}

.slider-big-next-btn img {
    margin-left: 3px;
}

.slider-arrow .helper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #f28a39;
}

.slider-arrow .helper:hover {
    cursor: pointer;
}

.delivery-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.delivery-info p {
    font-size: 16px;
    margin-top: 15px;
    color: #3E441E;
    font-weight: 600;
    text-transform: uppercase;
}

.hide {
    display: none;
}

.additional-info {
    margin-bottom: 20px;
}

.additional-info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px   ;
    padding: 0 15px;
    margin: 15px 0 0;
}

.additional-info ul li {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.additional-info ul li img {
    width: 17px;
    margin-top: 1px;
}

.additional-info ul li p {
    font-size: 16px;
    line-height: 1.5;
}



@media (max-width: 1099px) {
    .list-box li {
        margin: 0 0 80px;
        padding-left: 0;
    }

    .list-box li h1 i {
        width: 40px;
        height: 40px;
        line-height: 30px;
        left: 0;
        top: -55px;
    }

    .list-box li h1 img {
        max-width: 25px;
    }
}

@media (max-width: 991px) {
    .slider-arrow {
        height: calc(100% - 125px);
    }

    .slider-big-next-btn {
        right: 5px;
    }

    .slider-big-prev-btn {
        left: 5px;
    }

    .product-text-mobile h1 {
        font-size: 40px;
        text-align: center;
    }

    .product-text-mobile p {
        text-align: center;
    }

    .card {
        margin-top: 0;
    }

    h3 {
        font-size: 28px !important;
    }

    .list-section-inner {
        max-width: 100%;
    }

    .product-section {
        margin-top: 0;
        max-width: 600px;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
        gap: 30px;
    }

    .card {
        max-width: 100%;
    }

    .product-slider,
    .product-options {
        max-width: 100%;
    }

    .product-text-desktop {
        display: none;
    }

    .product-text-mobile {
        display: block;
    }

    .guarantee .inner {
        flex-direction: column;
        width: 100%;
        gap: 28px;
    }

    .guarantee.modified .content h4 {
        font-size: 26px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 38px;
    }

    .guarantee .content h4,
    .guarantee .content p {
        text-align: center;
    }

    p,
    .faq_section .block .text {
        font-size: 16px;
        line-height: 1.7;
    }

    .key_benefits_section h3.h3 {
        margin-bottom: 50px
    }

    .key_benefits_section .inner {
        padding: 60px 0
    }

    .key_benefits_section .inner ul li {
        font-size: 22px;
        padding-left: 30px
    }

    .key_benefits_section .inner ul li::before {
        width: 20px;
        height: 22px
    }

    .key_benefits_section .inner ul {
        margin-bottom: 40px
    }

    .key_benefits_section .inner ul li::before {
        width: 20px;
        height: 21px;
        top: 1px
    }

    .key_benefits_section .inner {
        padding: 0;
        background: 0 0;
    }


}

@media (max-width: 767px) {

    .h3::before,
    .h4::before,
    h3::before,
    h4::before {
        bottom: -15px !important;
        width: 50px !important;
    }

    .reviews-mobile {
        display: flex;
        max-width: 329px;
        margin-left: auto;
        margin-right: auto;
    }

    .reviews-desktop {
        display: none;
    }

    .trustscore-img {
        max-width: 330px;
    }

    .reviews-mobile {
        margin-top: 0;
    }

    .reviews .blue_btn {
        max-width: 100%;
        padding: 20px 50px;
    }

    .key_benefits_section .inner ul li {
        font-size: 18px;
    }

    h3 {
        font-size: 22px !important;
    }

    .faq_section .block .faq_title {
        padding-top: 18px;
    }

    .faq_section .block {
        padding-bottom: 18px;
    }

    .faq_section .block .faq_title .plus_cont {
        top: 26px;
    }

    .faq_section .block .faq_title {
        font-size: 18px;
    }

    .product-text-mobile h1 {
        font-size: 30px;
    }

    .list-section {
        margin-bottom: 40px
    }

    .faq_section {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .dog-1 {
        margin-top: 0
    }
}

@media (max-width: 550px) {
    .list-box li h1 {
        font-size: 20px;
        padding: 10px 15px;
        line-height: 1.2;
    }

    .list-section {
        padding-bottom: 30px;
    }
}

@media (max-width: 500px) {
    .product-price .btn {
        font-size: 16px;
        padding: 16px 60px;
    }

    .flag-holder-inner span {
        font-size: 14px;
    }

    .product-price .after {}

    footer .contacts {
        flex-direction: column;
        align-items: center;
        margin-bottom: 15px
    }

    footer .text {
        margin-bottom: 20px
    }

    footer .contacts .email,
    footer .privacy a:last-child {
        margin-left: 0
    }

    footer .contacts .tel::before,
    footer .privacy a:first-child::before {
        display: none
    }

    footer .text {
        font-size: 18px
    }

    .reviews h3 {
        margin-bottom: 30px;
    }

    .slider-arrow {
        height: calc(100% - 90px);
    }
}

@media (max-width: 450px) {
    .slider-arrow {
        height: calc(100% - 80px);
    }
}

@media (max-width: 400px) {
    .slider-arrow {
        height: calc(100% - 60px);
    }

    .slider-arrow .helper {
        width: 40px;
        height: 40px;
    }

    .free-banner {
        margin-bottom: 0;
    }

    .free-banner p {
        font-size: 14px;
    }
}

@media (max-width: 375px) {

    .trustscore-img {
        max-width: 290px;
        padding: 0 15px;
    }

    .reviews-mobile {
        padding: 0 15px;
    }

    .product-price .helper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .product-price .before {
        font-size: 16px;
        line-height: 1.2;
    }

    .product-price .after {
        padding-left: 0 !important;
    }

    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
        margin: auto;
    }

    .card .body-list label,
    .price-row {
        font-size: 14px;
    }

    .price-row {
        margin-bottom: 10px;
    }

    .price-row.you-save {
        font-size: 16px;
    }

    .radio-custom {
        min-width: 20px;
        width: 20px;
        height: 20px;
        min-height: 20px;
    }

    .radio-custom-label-top.active .radio-custom:before, li.option.active .radio-custom:before {
        width: 10px;
        height: 10px;
    }

    .reviews .blue_btn {
        font-size: 16px;
        padding: 15px 40px;
    }

    .card-body_onetime {
        padding: 12px 5px;
    }

    .card .body-header .price {
        padding-right: 0;
    }

    .cart-option-header .radio-custom-label input {
        margin-top: 4px !important;
    }

    .radio-custom-label {
        font-size: 15px;
    }

    .delivery-info p {
        font-size: 14px;
    }

    .additional-info ul {
        grid-template-columns: 1fr;
    }

    .additional-info ul li img {
        width: 15px;
        margin-top: 3px;
    }

    .shipping-holder h6 {
        font-size: 14px;
    }
}