@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

* {
    box-sizing: border-box;
  }
body{
    direction: ltr;
    font-family: 'Comic Neue', sans-serif !important;
    font-size: 14px;
    margin: 0;
    padding: 0px;
}

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

.navbar .container{
    padding-bottom: 27px;
}
.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 15px -10px #000;
    padding: 0;
}

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

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

.navbar__burger span {
    display: block;
    width: 21px;
    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:27px;
}

.navbar-nav li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    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:  292px;
    position: absolute;
    z-index: 6;
    display: none;
    background:  #00A959;
}

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

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

.home{
    background: url(files/images/mask_q700.png) no-repeat;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.home .container{
    padding: 27px;
}

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

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

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

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

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

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

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

.about__section .row{
    padding: 15px;
}

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

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

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

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


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

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

.stat__title{
    color: #fff;
    text-align: center;
    padding-bottom: 85px;
}
     
.block__stat h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 20px;
    text-align: center;
}
.block__stat h2 {
    color: #ffffff;
    font-size: 38px;
    margin-bottom:  16px;
    line-height: 1.3;
    text-align: center;
}

.block__stat i{
    display: flex;
    justify-content: center;
    font-size: 36px;
    color: #ffffff;
    padding-top:  16px;
    padding-bottom: 15px;
}

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

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

.products .row {
    padding: 15px;
}

.product .wrap__block{
    display: flex;
}

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

.products__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-top-left-radius: 146px; 
    border-bottom-right-radius: 146px;
}

@media (min-width: 576px){
    .prod__img img,
    .products__details__img img,
    .products__img img{
        height: 174px;
    }
}
@media (min-width: 768px){
    .prod__img img,
    .products__details__img img,
    .products__img img{
        height: 292px;
    }
}
@media (min-width: 992px){
    .prod__img img,
    .products__details__img img,
    .products__img img{
        height: 316px;
    }
}

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

.products a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    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 #00A959;
    padding: 15px;
    margin: 15px;
}

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

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

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

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

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

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


.price{
    font-weight: 700;
    font-size: 25px;
    padding-top: 16px;
}

.products__btn{
    float: right;
    padding: 16px 21px;
    border-radius: 27px;
    text-decoration: none;
    color: #FFF;
    background-color:#f7f3e9;
    transition: .4s;
    margin-top: 15px;
}

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

.products__btnB{
    float: left;
    padding: 16px 21px;
    border-radius: 27px;
    text-decoration: none;
    color: #FFF;
    background-color:#f7f3e9;
    transition: .4s;
    margin-top: 16px;
    color: #222;
}

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

.clients{
    background: #00A959;
    padding-top: 61px;
    padding-bottom: 61px;
}


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

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

.clients p {
    color: #ffffff;
    text-align: center;
}

.clients h4{
    color: #ffffff;
    text-align: center;
}

.client__block p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 27px;
    text-align: center;
    padding-top: 15px;
}
.client__block h4 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    text-align: center;
    padding: 16px 0;
}

.purchase-process {
    background:  #fff;
    padding-bottom: 22px;
}

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

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

.purchase-process__block {
    transition: .3s;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
    border: 1px solid #bdb52d;
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
}

.purchase-process-icon {
    margin-top: 36px;
    text-align: center;
    padding-bottom: 16px;
}

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

.get-in-touch-form {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 27px 0px rgba(0, 0, 0, 0.1);
    padding: 44px 27px;
}

.get-in-touch-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: 7px;
    box-shadow: none;
    color: #333;
    height: 44px;
    padding: 15px 27px;
    transition: all 0.3s ease 0s;
}
.get-in-touch-group {
    padding-top: 16px;
}

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

.contact .col .actions{
    width: 100%;
}

.actions{
    padding-top: 15px;
    text-align: center;
}

.get-in-touch-group textarea {
    height: 118px;
}

.get-in-touch-group  button {
    border: none;
}

.btn-contact-bg {
    background: #00A959;
    border-radius: 7px;
    color: #ffffff;;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #f55160;
    color: #fff;
}

.copyright{  
    color: #fff;
    background: #040807;
    padding-top: 118px;
    padding-bottom: 118px;
    overflow: hidden;
}

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

.copyright .contact-info div{
    font-size: 20px; 
    margin-bottom: 7px;
    color: #ffffff;
    text-align: center;
}
.copyright .contact-info  span{
    position: relative;
    color: #383737;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}
.copyright .contact-info  span a{
    word-break: break-all;
    color: #ffffff; 
    text-decoration: none;
}
.copyright .contact-info  span a:hover{
    color: #ffffff;
    text-decoration: none;
}

.copyright .phone a{
    color: #ffffff;
    text-decoration: none;
}
.politics{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.politics a{
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
} 


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

.logo__image {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    
    img{
        width: 100%;
        object-fit: contain;
        max-width: 146px;
    }
}

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

.products__details .container{
    padding: 27px;
}

.products__details .row{
    display: flex;
}

.products__details__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-top-left-radius: 146px; 
    border-bottom-right-radius: 146px;
}

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

.product__block{
    box-shadow: 7px 7px 37px rgba(0, 0, 0, 0.2);
    padding: 16px;
}

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

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

.related__products{
    background: #f4f9f9; 
    padding-top: 85px;
    padding-bottom: 122px;
}

.related__products .container{
    color: #000;
}

.product__block{
    display: flex;
}

.related__products .box{
    padding: 21px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

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

.prod__img{
    padding-top: 16px;
}

.prod__img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-top-left-radius: 146px; 
    border-bottom-right-radius: 146px;
}

.prod__content{
    padding-top: 16px;
}

.prod__content a{
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}
.input-formblock__input{
    display: block;
    width: 100%;
    padding: 15px  16px;
    margin: 15px 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea-formblock__input{
    border: 1px solid #ced4da;
    border-radius: 16px;
    padding: 15px  16px;
    width: 100%;
}
.comment{
    background: #fff;
    padding-top: 61px;
    padding-bottom: 61px;
}


.comment__block{
    display: flex !important;
    padding-top: 15px;
    text-align: center;
    border: 2px solid #f4f9f9;
    padding: 21px;
    background: #00A959;
}

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

.comment p {
    color: #ffffff;
    text-align: center;
}

.comment h4{
    color: #ffffff;
    text-align: center;
}

.comment__block p {
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 27px;
    text-align: center;
    padding-top: 15px;
}

.comment__block h4 {
    color: #ffffff;
    font-size: 25px;
    margin: 0;
    text-align: center;
    padding: 16px  0;
}

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

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

.contact .row {
    display: flex;
}

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

.contact .contacts-info i{
    width: 61px;
    height: 61px;
    font-size: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}

.contact .contacts-info .content h6{
    font-size: 20px; 
    margin-bottom: 7px;
    text-align: center;
}

.contact .contacts-info a {
    word-break: break-all;
}

.contact .contact-info .content span{
    position: relative;
    color: #383737;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    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: 37px;
}

.return .row{
    padding: 37px;
}

.wholesale__customer .row{
    padding: 37px;
}

.privacy .row{
    padding: 37px;
}

.button-1{
    display: inline-block;
    padding: 16px 24px;
    border-radius: 27px;
    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: 15px 16px;
    text-decoration: none;
    border-radius: 8px;
    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: 7px 15px 7px 15px;
    text-decoration: none;
    color: #FFA000;
    background: #fff1da;
    border-bottom: solid 4px #FFA000;
    border-radius: 16px 16px 0 0;
    transition: .4s;
}

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

.button-5{
    display: inline-block;
    padding: 15px 16px;
    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: 270px;
    }

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

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

@media (max-width: 767px) {
    .purchase-process .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: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .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: #00A959;
        padding: 15px;
    }

    .navbar__burger {
        display: block; 
    }

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


.privacy{
    overflow: hidden; 
    word-break: break-all;
}

.google-map{
    width: 100%;

    iframe{
        border: none;
    }
}

.navbar-nav{
    align-items: center;
}

.schedule-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    gap: 15px;
}