@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body{
    direction: ltr;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 17px;
    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: 13px;
    padding-bottom: 13px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

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

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

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

.nb-logo h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 500;
}

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

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

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

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

    .dropdown .dropbtn:hover {
        color: #2D095C;
    }

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

    .wellcome-banner {
        direction: ltr;
        overflow: hidden;
       background-image: url(content/images/bg_1920x10800.jpg);
       background-position: left;
       background-size: 80%;
       background-repeat: no-repeat;
       background-size: cover;
    }

    .wb-circle {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 166px 44px;
        border-radius: 0%;
        background-color: #2D095C;
        width: 60%;
        margin-left: auto;
    }

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

      .comment-marquee {
        height: 77px;
        width: 100%;
        margin:0 auto;
        overflow: hidden;
        background: #cccbae;
      }
      .comment-marquee p{
        direction: ltr;
        text-align:center;
        color:#000;
        text-transform: uppercase;
        padding-top: 15px;
        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 38px;
    }

    .befit-market-bg {
        padding-top: 44px;
        padding-bottom: 44px;
        background-color: #2D095C;
    }

    .befit-market {
        display: flex;
        flex-direction:  column;
        gap: 25px;
    }

    .bm-title-block {
        width: 35%;
        padding: 8px 13px;
    }

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

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

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

    .bm-item {
        width: 45%;
    }

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

    .bm-item-title {
        font-size: 22px;
        font-weight: 500;
        margin-top: 15px;
    }

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

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

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

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

    .prod-directory-list .even {
        padding-top:  50px;
        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:  50px;
        transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955); 
    }

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

    .prod-directory-card {
        display: flex;
        flex-direction: column;
        gap: 13px;
        padding:  50px;
        border-radius: 15px;
    }

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

    .prod-directory-card:last-child {
        box-shadow: #cccbae 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: 300px;
        object-fit: contain;
    }

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

    .proda-boxina-textas h4 {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 15px;
        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: -13px;
        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: column;
        justify-content: space-between;
        gap: 13px;
        align-items: center;
        margin-bottom: 15px;
    }

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

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

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

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

    .about-col-bg {
        padding-top: 66px;
        padding-bottom: 66px;
        background: #2D095C;
    }

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

    .about-col {
        width: 32%;
    }

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

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

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

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

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

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

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

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

    .qa-falf-title {
        color: #2D095C;
        letter-spacing: 0;
        margin-bottom: 26px;
    }

    .accordion-flush .accordion-button {
        font-size: 17px;
        font-weight: 800;
        background-color: inherit;
        border-top: 0;
        border-bottom: 1px solid;
        color: #2D095C;
    }

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

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

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

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

    .form-half-block {
        position: relative;
        padding: 25px 32px;
    }

    .form-half-block::before {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #2D095C;
        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: 22px;
        font-weight: 500;
        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: 13px;
    }

      .input-maincomponentinput, .textarea-maincomponentinput {
        border-radius: 8px;
        background-color: #e9e9f7;
        padding: 8px;
        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: 17px;
        display: block;
        padding-bottom: 8px;
      }

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

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

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

    .cliennts-partners-block {
        display: flex;
        flex-direction: column;
        gap:  26px;
    }

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

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

    .clients-trust-item {
        padding: 15px 25px;
    }

    .clients-trust-item p {
        font-size: 19px;
        font-weight: 800;
        margin: 0;
        color: #2D095C;
    }

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

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

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

    .foter-color-bg {
        padding-bottom: 25px;
        padding-top: 50px;
        background-color: #2D095C;
    }

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

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

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

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

    .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: 66px;
        display: flex;
        margin: auto;
    }

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

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

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

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

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

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

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

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

    .product-preview-statitem p {
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 13px;
        align-items: center;
        justify-content: center;
        font-size: 17px;
        font-weight: 800;
        color: #2D095C;
    }

    .product-preview-statitem i {
        font-size: 22px;
        color: #2D095C;
    }

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

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

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

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

    .product-preview-price {
        font-size: 22px;
        font-weight: 800;
        padding: 13px;
        border: 1px solid #2D095C;
        color: #2D095C;
    }

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

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

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

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

    .product-preview-formbody .input-maincomponentinput, .product-preview-formbody .textarea-maincomponentinput {
        height:  53px;
        border-radius: 8px;
        background: #cccbae;
        margin-bottom: 15px;
        border: none;
        padding: 0 15px;
        font-weight: 344px;
        font-size: 17px;
        color: #4B4B4B;
    }

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

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

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

    .sim-prod {
        width: 48%;
        display: flex;
        flex-direction: column;
        padding: 25px;
        align-items: center;
        gap: 25px;
        &:nth-child(1) {
         background-color: #2D095C;
        }
        &:nth-child(2) {
         background-color:  #5C2A9D;
        }
        &:nth-child(3) {
         background-color: #d44000;
        }
        &:nth-child(4) {
         background-color: #171717;
        }
       }

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

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

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

   .store-contact-title-bg {
    background-image: url(content/images/bg_1920x10801.jpg);
    background-position: center;
    background-size: cover;
   }

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

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

   .s-cont-cont {
    position: relative;
    top: -44px;
    padding: 66px 38px 44px;
    display: flex;
    flex-direction: row;
    gap: 27px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 13px 15px, 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: 15px;
}

   .section-form-input {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 8px;
    padding: 13px  15px;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    gap: 13px;
    background-color: #9c9c9c60;
    outline: 2px solid #171717;
   }

   .section-form-input:focus {
    outline: 2px solid #5C2A9D;
   }

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

   .s-cont-item h4 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #171717;
   }

   .s-cont-item p {
    font-size: 17px;
    color: #171717;
   }

   

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

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

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

    .wb-circle {
        padding: 166px 44px;
        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: 566px;
    width: 100%;
   }


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

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

   .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: 115px;
}

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

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

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

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

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

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

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

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

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


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

.partner-img {
    width: 22%;
}

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

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

.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: 17px;
}

.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: 153px 15px 93px;
    }

    .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: 17px;
    }


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

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

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

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

    .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: 17px;
    }

    .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: 66px 15px 44px;
    }

    .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: 17px;
    }
    
    .comment-marquee {
        height: auto;
    }
   
    .comment-marquee p {
        font-size: 17px;
    }

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

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

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

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

    .partner-img {
        width: 45%;
    }

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

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

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

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

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

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

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

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

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


.button-1 {
    background-color: #EA4C89;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: {rand_weight};
    line-height: 1.4;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 13px 15px;
    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: 15px;
    border-width: 0 0 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: din-round,sans-serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .8px;
    line-height: 1.4;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 13px 15px;
    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: 15px;
    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: 8px;
    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: 17px;
    font-weight: 800;
    line-height: 1.4;
    min-height: 44px;
    outline: 0;
    padding: 13px 15px;
    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: 13px;
    color: #000;
    cursor: pointer;
    font-weight: 800;
    padding: 13px 15px;
    text-align: center;
    transition: 200ms;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    font-size: 17px;
    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: 93px;
    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: 8px 27px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 17px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-5:hover {
    box-shadow: rgba(44,187,99,.35) 0 -25px 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: 93px 25px; 
      overflow: hidden;
  }

  .map iframe{
    border: none;
  }

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

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

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