@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');

body{
    direction: ltr;
    font-family: 'Vollkorn', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.navbar-bg {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    background: #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

nav.nb-row {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: space-between;
}

.nb-logo {
    display: flex;
    gap: 12px;
    align-items: center;
}

.nb-logo img {
    width: 60px;
    height: 60px;
}

.nb-logo h3 {
    font-size: 31px;
    margin: 0;
    font-weight: 700;
}

.nb-list-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nb-link a {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0px;
    margin: 0;
}

.nb-link a:hover {
    color:  #362222;
}

    .dropdown {
        float: left;
    }
        
    .dropdown .dropbtn {
        border: none;
        background-color: #fff;
        transition: all .3s ease;
        font-size: 16px;
        font-weight: 900;
        color: #7A7A7A;
        text-decoration: none;
        letter-spacing: 0px;;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .dropdown .dropbtn:hover {
        color: #362222;
    }

        
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 159px;
        box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.2);
        z-index: 3;
    }
        
    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 18px;
        text-decoration: none;
        display: block;
        text-align: left;
        width: 379px;
    }
        
    .dropdown-content a:hover {
        background-color: #000;
        color: #fff;
    }
        
    .dropdown:hover .dropdown-content {
        display: block;
    }

    .wellcome-banner {
        direction: ltr;
        overflow: hidden;
       background-image: url(uploads/bg_2025-06-06_23-27-160.webp);
       background-position: left;
       background-size: 80%;
       background-repeat: no-repeat;
       background-size: cover;
    }

    .wb-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 160px 42px;
        border-radius: 50%;
        background-color: #362222;
        width: 60%;
        margin-left: auto;
    }

    .wb-title {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
        text-indent: 30px;
        letter-spacing: 0px;
        margin: 0;
    }

      .comment-marquee {
        height: 54px;
        width: 100%;
        margin:0 auto;
        overflow: hidden;
        background: #dbf6e9;
      }
      .comment-marquee p{
        direction: ltr;
        text-align:center;
        color:#000;
        text-transform: uppercase;
        padding-top: 18px;
        animation: text 50s infinite linear;
        padding-left: 100%;
        white-space: nowrap;
      }
      @keyframes text {
        0%{
          transform: translate(-90%, 0);
        }
        
        100%{
          transform: translate(-199%, 0);
        }
      }
    
      i.bi.bi-chat-dots-fill {
        padding: 0 31px;
    }

    .befit-market-bg {
        padding-top: 42px;
        padding-bottom: 42px;
        background-color: #362222;
    }

    .befit-market {
        display: flex;
        flex-direction:  row;
        gap: 24px;
    }

    .bm-title-block {
        width: 35%;
        padding: 6px 12px;
    }

    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title  {
        font-size: 31px;
        font-weight: 900;
        color: #fff;
        text-indent: 15px;
        letter-spacing: 0px;
    }

    .bm-entry {
        font-size: 16px;
        color: #fff;
    }

    .bm-list {
        width: 65%;
        padding: 0 18px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 31px;
        justify-content: center;
        color: #fff;
    }

    .bm-item {
        width: 45%;
    }

    .bm-item i {
        font-size: 31px;
    }

    .bm-item-title {
        font-size: 20px;
        font-weight: 700;
        margin-top: 18px;
    }

    .bm-text {
        font-size: 16px;
    }

    .prod-directory {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .prod-directory-list {
        display: flex;
        justify-content: center;
        flex-direction: row;
        gap: 18px;
        flex-wrap: wrap;
    }

    .proda-boxinga {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: 30%;
    }

    .prod-directory-list .even {
        padding-top:  31px;
        transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }

    .prod-directory-list .even:hover {
        padding-top: 0;
    }

    .prod-directory-list .odd {
        flex-direction: column-reverse;
        padding-top:  31px;
        transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    }

    .prod-directory-list .odd:hover {
        padding-top: 54px;
    }

    .prod-directory-card {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding:  31px;
        border-radius: 0px;
    }

    .prod-directory-card:first-child {
        box-shadow: #362222 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .prod-directory-card:last-child {
        box-shadow: #dbf6e9 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    }

    .pd-img-block a {
        display: block;
    }

    .pd-img-block img {
        width: 100%;
        height: 370px;
        object-fit: contain;
    }

    .prod-directory-title {
        color: #000;
        margin-bottom: 29px;
        text-align: center;
    }

    .proda-boxina-textas h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 18px;
        text-align: center;
        position: relative;
    }

    .proda-boxina-textas h4:hover {
        color: #000;
    }

    .proda-boxina-textas h4::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 2px;
        background-color: #000;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    }


    .proda-boxina-textas h4:hover::after {
        width: 80%;
    }

    .pd-card-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        margin-bottom: 18px;
    }

    .pd-card-code, .pd-card-price  {
        margin: 0;
        font-size: 13px;
        font-weight: 900;
    }

    .pd-card-stat-block {
        display: flex;
        gap: 12px;
        justify-content: space-around;
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .pd-card-button-block {
        display: flex;
        flex-direction: row;
        gap: 18px;
        justify-content: space-around;
        align-items: center;
    }

    .pd-card-button-block button {
        width: fit-content !important;
    }

    .about-col-bg {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #362222;
    }

    .about-col-block {
        display: flex;
        flex-direction: row;
        gap: 18px;
        align-items: center;
    }

    .about-col {
        width: 32%;
    }

    .about-col-title {
        text-align: center;
        margin-bottom: 18px;
    }

    .about-col img {
        width: 100%;
        height: 379px;
        object-fit: cover;
    }

    .decor-logo {
        display: flex;
        gap: 12px;
        justify-content: center;
        margin-bottom: 31px;
        align-items: center;
    } 

    .decor-logo img {
        width: 60px;
        height: 60px;
    }

    .decor-logo h3 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 0;
    }

    .about-col-text {
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 0;
        text-align: center;
    }

    .qa-half-form {
        padding-top: 60px;
        padding-bottom: 60px;
        display: flex;
        flex-direction: row-reverse;
        gap: 31px;
        align-items: center;
        justify-content: center;
    }

    .qa-falf-block, .form-half-block {
        width: 49%;
    }

    .qa-falf-title {
        color: #362222;
        letter-spacing: 0;
        margin-bottom: 25px;
    }

    .accordion-flush .accordion-button {
        font-size: 16px;
        font-weight: 900;
        background-color: inherit;
        border-top: 0;
        border-bottom: 1px solid;
        color: #362222;
    }

    .accordion-collapse {
        color: #7A7A7A;
    }

    .run-img-block {
        width: 49%;
        display: none;
        position: relative;
    }

    .run-img-big {
        height: 442px;
        width: 442px;
        object-fit: cover;
        border-radius: 50%;
        display: flex;
        margin: auto;
    }

    .run-img-lil {
        position: absolute;
        width: 242px;
        height: 242px;
        border: 5px #fff solid;
        border-radius: 50%;
        bottom: 12px;
        right: 31px;
    }

    .form-half-block {
        position: relative;
        padding: 24px 26px;
    }

    .form-half-block::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #362222;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
        z-index: -1;
    }

    .form-half-block:hover::before {
        width: 100%;
    }

    .form-half-title {
        font-size: 20px;
        font-weight: 700;
        color: #000;
        transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    .form-half-block:hover  .form-half-title {
        color: #fff;
    }

    .form-half-body {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

      .input-custom_holder--input, .textarea-custom_holder--input {
        border-radius: 4px;
        background-color: #e9e9f7;
        padding: 6px;
        width: 100%;
        color: #7a7ab3;
        border: 1px solid #dadaf7
      }
      
      .input:focus-visible {
        outline: 1px solid #aeaed6;
      }
      
      .input::placeholder {
        color: #bcbcdf;
      }
      
      .form-half-body label {
        color: #B2BAC8;
        font-size: 16px;
        display: block;
        padding-bottom: 4px;
      }

      .form-check-label a:hover {
        color: #B2BAC8;
        text-decoration: underline;
      }

      .cliennts-partners-bg {
        background-color: #dbf6e9;
    }

    .cliennts-partners-gr {
        padding-bottom: 31px;
        padding-top: 31px;
        background: rgb(18,20,20);
        background: linear-gradient(0deg, #362222 0%, rgba(255,255,255,0.333858543417367) 100%);
    }

    .cliennts-partners-block {
        display: flex;
        flex-direction: row;
        gap:  25px;
    }

    .clients-trust-title {
        text-align: center;
        color: #362222;
    }

    .clients-trust-list {
        display: flex;
        flex-direction: row;
        gap:  25px;
        align-items: center;
        justify-content: space-around;
    }

    .clients-trust-item {
        padding: 18px 24px;
    }

    .clients-trust-item p {
        font-size: 18px;
        font-weight: 900;
        margin: 0;
        color: #362222;
    }

    .partners-list {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }

    .partner-img {
        padding: 12px;
        width: 12%;
    }

    .partner-img img {
        width: 100%;
        height: 107px;  
        object-fit: contain;
        display: flex;
        margin: auto;
    }

    .foter-color-bg {
        padding-bottom: 24px;
        padding-top: 31px;
        background-color: #362222;
    }

    .foter-color-cont {
        display: flex;
        gap: 29px;
        align-items: center;
    }

    .foter-logo {
        display: flex;
        margin-bottom: 18px;
        gap: 12px;
        align-items: center;
    }

    .foter-logo img {
        width: 60px;
        height: 60px;
    }

    .foter-logo h3 {
        font-size:  31px;
        margin: 0;
        color: #fff;
        font-weight: 700;
    }

    .foter-logo-block {
        width: 40%;
    }

    .foter-pay-img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 14px;
    }

    .foter-pay-img img {
        width: 90%;
        height: 60px;
        display: flex;
        margin: auto;
    }

    .foter-col-navblock {
        width: 59%;
        display: flex;
        flex-direction: column-reverse;
        gap: 25px;
        align-items: center;
        justify-content: space-around;
    }

    .foter-col-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 18px;
        width: 49%;
    }

    .foter-col-nav a {
        text-decoration: none;
        color: #fff;
        font-size:  16px;
        font-weight: 900;
    }

    .foter-col-nav a:hover {
        text-decoration: underline;
    }

    .store-prodcard {
        padding-top: 31px;
        padding-bottom: 31px;
    }

    .product-preview-imgblock {
        float: right;
        width: 50%;
        display: flex;
        flex-direction: row;
        gap: 18px;
        justify-content: center;
        margin: 29px;
    }

    .product-preview-img {
        width: 85%;
        height: auto;
        object-fit: contain;
        display: flex;
        margin: auto;
    }

    .product-preview-statslist {
        display: flex;
        flex-direction: column;
        gap: 18px;
        justify-content: center;
        align-content: center;
    }

    .product-preview-statitem p {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 900;
        color: #362222;
    }

    .product-preview-statitem i {
        font-size: 20px;
        color: #362222;
    }

    .product-preview-title {
        font-size: 31px;
        font-weight: {rand_weight};
        text-align: center;
        margin-bottom: 24px;
    }

    .product-preview-info {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    .product-preview-code {
        font-size: 16px;
        font-weight: {rand_weight};
        margin: 0;
    }

    .product-preview-code i {
        font-size: 30px;
    }

    .product-preview-price {
        font-size: 20px;
        font-weight: 900;
        padding: 12px;
        border: 3px solid #362222;
        color: #362222;
    }

    .product-preview-desc {
        font-size: 30px;
        text-align: center;
        margin-bottom: 24px;
    }

    .product-preview-content {
        font-size: 16px;
    }

    .product-preview-buyblock {
        margin-top: 24px;
    }

    .product-preview-formbody {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .product-preview-formbody .input-custom_holder--input, .product-preview-formbody .textarea-custom_holder--input {
        height:  59px;
        border-radius: 4px;
        background: #dbf6e9;
        margin-bottom: 18px;
        border: none;
        padding: 0 18px;
        font-weight: 344px;
        font-size: 16px;
        color: #4B4B4B;
    }

    .similar-prodacts {
        padding-bottom: 31px;
        padding-top: 31px;
    }

    .similar-prodacts-title {
        font-size: 31px;
        font-weight: {rand_weight};
        letter-spacing: 0px;
        margin-bottom: 29px;
        text-align: center;
    }

    .similar-prodacts-block {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 29px;
    }

    .sim-prod {
        width: 48%;
        display: flex;
        flex-direction: row;
        padding: 24px;
        align-items: center;
        gap: 24px;
        &:nth-child(1) {
         background-color: #362222;
        }
        &:nth-child(2) {
         background-color:  #1597BB;
        }
        &:nth-child(3) {
         background-color: #9f5f80;
        }
        &:nth-child(4) {
         background-color: #0A043C;
        }
       }

    .sim-prod-img {
        width: 35%;
        height: : 226px;
    }
       
    .sim-prod-img img {
        width: 100%;
        height: : 226px;
        object-fit: contain;
        border-radius: 2px;
        box-shadow: -2px 6px 18px 0px #7f818e;
        transition: .3s ease;
        &:hover {
        transform: scale(1.03);
        }
   }
   
   .sim-prod-content {
    width: 65%;
    padding: 0 18px;
    color: #ffffff;
   }

   .sim-prod-title h4 {
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: {rand_weight};
    margin-bottom: 18px;
   }

   .sim-prod-title:hover h4 {
    color: #fff;
    text-decoration: underline;
   }
   
   .sim-prod-txt {
    font-size: 16px;
    margin-bottom: 18px;
   }

   .store-contact-title-bg {
    background-image: url(uploads/bg_2025-06-06_23-27-161.webp);
    background-position: center;
    background-size: cover;
   }

   .store-contact-title-overlay {
    padding-top:  31px;
    padding-bottom: 60px;
    background: rgba(255,255,255,0.5); color: #222;
   }

   .store-contact-title {
    font-size: 31px;
    font-weight: 900;
    text-align: center;
   }

   .s-cont-cont {
    position: relative;
    top: -42px;
    padding: 60px 31px 42px;
    display: flex;
    flex-direction: row-reverse;
    gap: 29px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 12px 18px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
   }

   .s-cont-form {
    width: 65%;
   }

   .s-cont-column {
    width: 33%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

   .section-form-input {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-radius: 4px;
    padding: 12px  18px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #9c9c9c60;
    outline: 2px solid #0A043C;
   }

   .section-form-input:focus {
    outline: 2px solid #1597BB;
   }

   .s-cont-form-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
   }

   .s-cont-item h4 {
    font-size: 20px;
    font-weight: 900;
    text-transform: inherit;
    color: #0A043C;
   }

   .s-cont-item p {
    font-size: 16px;
    color: #0A043C;
   }

   

@media (max-width: 1200px){
    .pd-card-info {
        flex-direction: column;
    }

    .foter-col-nav a {
        font-size: 16px;
    }

    .sim-prod {
        flex-direction: row !important;
    }

    .wb-circle {
        padding: 160px 42px;
        border-radius: 0%;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

}



@media (max-width: 992px){

    .nb-list-row {
        flex-wrap: wrap;
    }
   
   .befit-market {
    flex-direction: column !important;
   }

   .bm-item {
    width: 45% !important;
   }

   .wb-img {
    height: 560px;
    width: 100%;
   }


   .wb-title {
    font-size: 20px;
   }

   .comment-marquee p {
    font-size: 16px;
   }

   .pd-card-wrapper {
    width: 100%;
    flex-direction: row !important;
   }

   .pd-card-wrapper .odd {
    flex-direction: row !important;
   }

   .about-col-block {
    flex-direction: column;
   }

   .prod-directory-card {
    flex-direction: column !important;
   }

   .about-col {
    width: 100%;
}

.about-col img {
    height: 118px;
}

.qa-half-form {
    flex-direction: column;
}

.decor-logo img {
    height: 60px !important;
}

.qa-falf-block, .form-half-block {
    width: 100%;
}

.run-img-block {
    width: 100%;
}

.nb-link a, .dropdown .dropbtn {
    font-size: 16px;
}

.nb-logo h3 {
    font-size: 20px;
}

.dropdown-content a {
    font-size: 13px;
}

.cliennts-partners-block {
    flex-direction: column  !important;
}

.clients-trust-item p {
 font-size: 16px;
}


.partners-list {
    flex-wrap: wrap;
    justify-content: space-around;
}

.partner-img {
    width: 22%;
}

.foter-logo h3 {
    font-size: 20px;
}

.prod-directory-card {
    padding: 18px;
}

.pd-img-block {
    width: 100% !important;
}

.pd-content-block {
    width: 100% !important;
}

.foter-col-nav {
    flex-direction: column !important;
}

.foter-col-navblock {
    flex-direction: row;
}

.foter-col-nav a {
    font-size: 13px;
}

.product-preview-imgblock {
    float: none;
    flex-direction: column;
    width: 100%;
    margin: 0;
}

.product-preview-statslist {
    flex-direction: row;
    justify-content: center;
}

.product-preview-statitem p {
    flex-direction: row;
}

.sim-prod {
    width: 100% !important;
}
}


@media(max-width: 768px){
    .wb-circle {
        padding: 159px 18px 107px;
    }

    .bm-item {
        width: 100% !important;
    }

    .pd-card-wrapper {
        flex-wrap: wrap;
    }

    .prod-directory-card {
        width: 100% !important;
    }

    .pd-content-block {
        width: 100% !important;
    }

    .wb-title {
        font-size: 16px;
    }


    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title {
        font-size: 30px;
    }

    .clients-trust-list {
        flex-direction: column;
        gap: 18px;
        margin-top: 18px;
    }

    .clients-trust-item {
        padding: 0;
    }

    .partner-img img {
        height: 59px;
    }

    .foter-color-cont {
        flex-direction: column;
        justify-content: center;
    }

    .foter-logo-block, .foter-col-navblock {
        width: 100%;
    }

    .foter-logo {
        justify-content: center;
    }

    .product-preview-statitem p {
        font-size: 13px;
    }

    .proda-boxinga{
        width: 100% !important;
        flex-direction: column  !important;
    }

    .befit-market{
        justify-content: center;
        align-items: center;
    }
}


@media(max-width: 576px){

    .dropdown:hover .dropdown-content {
        right: auto;
    }

    .navbar-bg {
        position: static;
    }

    .wb-circle {
        padding: 60px 18px 42px;
    }

    .s-cont-cont {
        flex-direction: column !important;
    }

    .s-cont-cont, .s-cont-column {
        width: 100%;
    }

    .product-preview-statitem p {
        flex-wrap: wrap;
        flex-direction: column !important;
        font-size: 13px;
    }
    
    .comment-marquee {
        height: auto;
    }
   
    .comment-marquee p {
        font-size: 13px;
    }

    nav.nb-row {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
    } 
    
    .nb-list-row {
        flex-wrap: wrap;
        gap: 6px;
        justify-content: center;
    }

    .navbar-bg {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .decor-logo h3 {
        font-size: 20px;
    }

    .bm-title, .prod-directory-title, .about-col-title, .qa-falf-title, .clients-trust-title {
        font-size: 20px;
    }

    .partner-img {
        width: 45%;
    }

    .foter-col-nav {
        flex-direction: column !important;
    }

    .foter-logo h3 {
        font-size: 20px;
    }

    .foter-col-navblock {
        flex-direction: column !important;
    }

    .clients-trust-item p {
        text-align: center;
    }

    .run-img-big {
        width: 344px;
    }

    .dropdown-content a {
        width: 226px;
    }

    .sim-prod {
        flex-direction: column !important;
    }

    .sim-prod-img {
        width: 100%;
    }

    .sim-prod-content {
        width: 100%;
    }
}


.button-1 {
    background-color: #EA4C89;
    border-radius: 4px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: {rand_weight};
    line-height: 1.4;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-1:hover,
  .button-1:focus {
    background-color: #F082AC;
  }
  
  
  .button-2 {
    appearance: button;
    background-color: #1899D6;
    border: solid transparent;
    border-radius: 18px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .8px;
    line-height: 1.4;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 12px 18px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transform: translateZ(0);
    transition: filter .2s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
  }
  
  .button-2:after {
    background-clip: padding-box;
    background-color: #1CB0F6;
    border: solid transparent;
    border-radius: 18px;
    border-width: 0 0 4px;
    bottom: -4px;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  
  .button-2:main,
  .button-2:focus {
    user-select: auto;
  }
  
  .button-2:hover:not(:disabled) {
    filter: brightness(1.1);
    -webkit-filter: brightness(1.1);
  }
  
  .button-2:disabled {
    cursor: auto;
  }
  
  .button-2:active {
    border-width: 4px 0 0;
    background: none;
  }
  
  
  .button-3 {
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.4;
    min-height: 42px;
    outline: 0;
    padding: 12px 18px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
  }
  
  .button-3:hover,
  .button-3:active {
    background-color: initial;
    background-position: 0 0;
    color: #FF4742;
  }
  
  .button-3:active {
    opacity: .5;
  }
  
  .button-4 {
    background-color: #fff000;
    border-radius: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 900;
    padding: 12px 18px;
    text-align: center;
    transition: 200ms;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-4:not(:disabled):hover,
  .button-4:not(:disabled):focus {
    outline: 0;
    background: #f4e603;
    box-shadow: 0 0 0 2px rgba(0,0,0,.2), 0 3px 8px 0 rgba(0,0,0,.15);
  }
  
  .button-4:disabled {
    filter: saturate(0.2) opacity(0.5);
    -webkit-filter: saturate(0.2) opacity(0.5);
    cursor: not-allowed;
  }
  
  
  .button-5 {
    background-color: #c2fbd7;
    border-radius: 107px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
    color: green;
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 6px 29px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-5:hover {
    box-shadow: rgba(44,187,99,.35) 0 -24px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
  }

      
  .pr-container{
      padding: 107px 24px; 
      overflow: hidden;
  }

  .map iframe{
    border: none;
  }

  @media (min-width: 576px){
    .product-preview-img{
        height: 226px;
    }
  }

  @media (min-width: 768px){
    .product-preview-img{
        height: 344px;
    }
  }

  @media (min-width: 992px){
    .product-preview-img{
        height: 379px;
    }
  }