@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');
* {
    box-sizing: border-box;
  }
body{
    direction: ltr;
    font-family: 'Manrope', sans-serif !important;
    font-size: 17px;
    margin: 0;
    padding: 0px;
}



header {
    background:  #ffffff;
}
.navbar {
    border-radius: 0;
    margin: 0;
    padding-top: 30px;
    transition: all 0.5s ease 0s;
}

.navbar .container{
    padding-bottom: 30px;
}
.navbar.navbar-fixed-top {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ff5f6d 0%, #ffb270 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px #000;
    padding: 0;
}

.navbar-brand{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.navbar-brand  img {
    width: 40px;
}
.site__title{
    padding: 7px 0 0 7px;
    color: #000000;
}
.navbar__links{
    display:flex; 
    justify-content:space-between;
}

.navbar__burger {
    display: none; 
    cursor: pointer;
    padding: 11px;
}

.navbar__burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000;
    margin-bottom: 7px;
}
.navbar-nav{
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav li{
    display: inline-block;
    position: relative;
    margin-right:30px;
}

.navbar-nav li a {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    padding: 7px;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    text-align: center;
}
.navbar-nav  li  a:focus, .navbar-nav  li  a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 0.6;
}

.navbar-nav li ul.dropdown li{
    display: block;
}

.navbar-nav li ul.dropdown{
    width: 300px;
    position: absolute;
    z-index: 6;
    display: none;
    background:  #ffffff;
}

.navbar-nav li a:hover{
    background:  #ffffff;
}

.navbar-nav li:hover ul.dropdown{
    display: block;
}

.home{
    background: url(graphics/SoftBgOverlay-2025-01-09_17-08-100.png) no-repeat;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.home .container{
    padding: 30px;
}

.home__img{
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.home__img img {
    max-width: 100%;
    padding: 30px;
    border-top-left-radius: 145px;
    border-bottom-right-radius: 145px;
}

.home-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.home-title img {
    width: 40px;
}

.home-title h2{
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.about__section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.about__section .container{
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

.about__section .row{
    padding: 10px;
}

.about__title h2 {
    margin-bottom: 36px;
    text-align: center;
    font-weight:bold;
}

.about__title  p {
    margin: 0 0 24px;
    text-align: center;
}

.about__image img{
    max-width: 100%;
    transition: .3s;
    
    border-top-left-radius: 145px;
    border-bottom-right-radius: 145px;
}

.about__image img:hover {
    transition: .3s;
    transform: translateY(-5px);
}


.statistics{
    color: #fff;
    background: #040807;
    padding-top: 75px;
    padding-bottom: 75px;
}

.statistic-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stat__title{
    color: #fff;
    text-align: center;
    padding-bottom: 65px;
}
     
.block__stat h5 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 0px;
    font-size:20px;
    text-align: center;
}
.block__stat h2 {
    color: #000000;
    font-size: 40px;
    margin-bottom:  19px;
    line-height: 35px;
    text-align: center;
}

.block__stat i{
    display: flex;
    justify-content: center;
    font-size: 36px;
    color: #000000;
    padding-top:  19px;
    padding-bottom: 10px;
}



.products {
    padding-top: 70px;
    padding-bottom: 70px;
}

.category__title{
    text-align: center;
    padding: 50px 50px;
}

.products .row {
    padding: 11px;
}


.product .wrap__block{
    display: flex;
}

.products__img{
    display: flex;
    justify-content: center;
    transition: .3s;
}

.products__img img{
    border-top-left-radius: 145px; 
    border-bottom-right-radius: 145px;
}

.products__img:hover {
    transition: .3s;
    transform: translateY(-5px);
}

.products a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 500;
    color: #000;
}
.products__bottom{
    color: #000;
}

.produca-bloca {
    transition: .3s;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #ffffff;
    padding: 15px;
    margin: 10px;
}

.produca-bloca:hover {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: .3s;
}

.produc-vse{
    padding: 11px;
    text-align:center;
}

.produc-vse h6{
    padding-top: 19px;
}

.produc-vse span {
    font-weight: 600;
    text-decoration: underline;
}

.produc-vse p {
    padding-top: 19px;
}

.products__bottom a{
    font-size: 15px;
}


.price{
    font-weight: 600;
    font-size: 20px;
    padding-top: 20px;
}

.products__btn{
    float: right;
    padding: 19px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color:#fff5ea;
    transition: .4s;
    margin-top: 15px;
}

.products__btn:hover {
    background-image: linear-gradient(45deg, #07fff3 0%, #fff5ea 100%);
}

.products__btnB{
    float: left;
    padding: 19px 20px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-color:#fff5ea;
    transition: .4s;
    margin-top: 15px;
    color: #222;
}

.products__btnB:hover{
    background-image: linear-gradient(45deg, #07fff3 0%, #fff5ea 100%);
}

.clients{
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 70px;
}


.client__block{
    display: flex !important;
    padding-top: 11px;
    text-align: center;
    border: 2px solid #f4f9f9;
    padding: 20px;
}

.client__block img{
    width: 90px;
    height: 90px;   
    margin: 0 auto;
    border-radius: 50%;
}


.clients p {
    color: #000000;
    text-align: center;
}
.clients h4{
    color: #000000;
    text-align: center;
}
.client__block p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 30px;
    text-align: center;
    padding-top: 10px;
}
.client__block h4 {
    color: #000000;
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}

.how__order {
    background:  #fff;
    padding-bottom: 24px;
}

.section-title{
    margin: 51px 0 51px 0;
    text-align: center;
}

.how__order .row{
    display: flex;
    align-content: center;
}

.how__order__block {
    transition: .3s;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 19px;
    border: 1px solid #1f0806;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.how__order-icon {
    margin-top: 36px;
    text-align: center;
    padding-bottom: 19px;
}

.how__order-icon i {
    font-size: 36px;
}
.how__order .content {
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
}

.contact-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
}

.contact-form .section__title{
    margin: 7px 0 7px 0 !important;
    text-align: center;
}

.form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    color: #333;
    height: 45px;
    padding: 10px 18px;
    transition: all 0.3s ease 0s;
}
.form-group {
    padding-top: 19px;
}

.form-check{
    padding-top: 7px;
    padding-left: 40px;
}

.contact .col .actions{
    width: 100%;
}
.actions{
    padding-top: 11px;
    text-align: center;
}
.form-group textarea {
    height: 102px;
}
.form-group  button {
    border: none;
}
.btn-contact-bg {
    background: #ffffff;
    border-radius: 5px;
    color: #000000;;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #f55160;
    color: #fff;
}

.copyright{  
    background: #ffffff;
    padding-top: 102px;
    padding-bottom: 102px;
    overflow: hidden;
}

.copyright__block{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000000;
    gap: 11px;
}
.copyright .contact-info{
    display:flex; 
    align-items:center; 
    margin-bottom:12px;
}

.copyright .contact-info div{
    font-size:20px; 
    margin-bottom:6px;
    color: #000000;
    text-align: center;
}
.copyright .contact-info  span{
    position: relative;
    color: #383737;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #000000;
}
.copyright .contact-info  span a{
    word-break: break-all;
    color: #000000; 
    text-decoration: none;
}
.copyright .contact-info  span a:hover{
    color: #000000;
    text-decoration: none;
}

.copyright .phone a{
    color: #000000;
    text-decoration: none;
}
.politics{
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.politics a{
    font-size:17px;
    color: #000000;
} 


.politics a:hover{
    font-size:17px;
    color:#00ffb3; 
}       

.logo__image {
    flex-wrap: wrap;
    padding-top: 11px;
    display: flex;
    flex-direction: column;
    width: 150px;
    margin: 0 auto;
}

.products__details{
    padding-top: 102px;
    padding-bottom: 102px;
}

.products__details .container{
    padding: 30px;
}

.products__details .row{
    display: flex;
}

.products__details__img img{
    border-top-left-radius: 145px; 
    border-bottom-right-radius: 145px;
}

.products__details .col{
    padding-top: 11px;
}

.product__block{
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.products__details .code span{
    text-decoration: underline;
}

.products__details .price span{
    font-weight: 600;
    text-decoration: underline;
}

.related__products{
    background: #f4f9f9; 
    padding-top: 80px;
    padding-bottom: 130px;
}

.related__products .container{
    color: #000;
}

.product__block{
    display: flex;
}

.related__products .box{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.related__products h2{
    text-align: center;
    padding-bottom:30px;
}

.prod__img{
    padding-top: 19px;
}

.prod__img img{
    border-top-left-radius: 145px; 
    border-bottom-right-radius: 145px;
}

.prod__content{
    padding-top: 19px;
}

.prod__content a{
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
.input-formfield_item{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    margin: 11px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-formfield_item{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    width: 100%;
}
.comment{
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}


.comment__block{
    display: flex !important;
    padding-top: 11px;
    text-align: center;
    border: 2px solid #f4f9f9;
    padding: 20px;
    background: #ffffff;
}

.comment__block img{
    width: 90px;
    height: 90px;   
    margin: 0 auto;
    border-radius: 50%;
}


.comment p {
    color: #000000;
    text-align: center;
}
.comment h4{
    color: #000000;
    text-align: center;
}
.comment__block p {
    color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    margin: 0 0 30px;
    text-align: center;
    padding-top: 10px;
}
.comment__block h4 {
    color: #000000;
    font-size: 24px;
    margin: 0;
    text-align: center;
    padding: 20px 0;
}


.contacts{
    padding-top: 60px;
    padding-bottom: 60px;
}



.contact{
    padding-top: 60px;
    padding-bottom: 60px;
}

.contact .row {
    display: flex;
}

.contact .contacts-info{
    display:flex; 
    align-items:flex-start; 
    align-items:center;
    justify-content: center; 
    margin-bottom:32px;
}

.contact .contacts-info i{
    width: 80px;
    height: 80px;
    font-size: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
.contact .contacts-info .content h6{
    font-size:20px; 
    margin-bottom:6px;
    text-align: center;
}
.contact .contacts-info a {
    word-break: break-all;
}
.contact .contact-info .content span{
    position: relative;
    color: #383737;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    text-align: center;
}
.contact .contacts-info .content span a{
    color: #383737; 
    text-decoration: none;
    word-break: break-all;
}
.contact .contacts-info .content span a:hover{
    color: #383737; 
    text-decoration: none;
}

.pay .row{
    padding: 35px;
}

.return .row{
    padding: 35px;
}

.wholesale__customer .row{
    padding: 35px;
}

.privacy .row{
    padding: 35px;
}

.button-1{
    display: inline-block;
    padding: 15px 25px;
    border-radius: 25px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    margin-top: 15px;
}

.button-2{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
    transition: .4s;
}

.button-3 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 8px 10px 5px 10px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 15px 15px 0 0;
    transition: .4s;
}

.button-4{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: dashed 1px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.button-5{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #ff7c5c;
    color: #ff7c5c;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}       



@media (max-width: 450px) {
    .products__bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-nav li ul.dropdown{
        width: 280px;
    }

    .navbar-nav li:hover ul.dropdown{
        display: flex;
        flex-direction: column;
        transform: translate(-90px, 10px);
    }

    .navbar__links ul.show {
        display: flex !important;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .how__order .content{
        flex-direction: column !important;
    }

    .products__details .row{
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {

    .products  .wrap__block{
        flex-direction: column !important;
    }

    .politics{
        flex-direction: column;
    }

    .products__details .row{
        flex-direction: column !important;
   }
   .navbar .container{
    display: flex;
    flex-direction: column;
   }
}

@media (max-width: 1200px) {
    .navbar__links ul {
        display: none; 
        background-color: #ffffff;
        padding: 10px;
    }

    .navbar__burger {
        display: block; 
    }

    .navbar__links ul.show {
        display: block;
    }
}  


