body {
    font-family: "Manrope", sans-serif;
    font-size: 16px;
}
.mainmenu ul li a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lang a img {
    height: 12px;
}

.hotline {
    display: flex;
    gap: 14px;
}

button.cart-btn i {
    font-size: 40px;
}

.soc i {
    font-size: 22px;
}

.soc a {
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

.soc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.menu ul {padding-left: 0;}

.uk-open .uk-modal-dialog input,.uk-open .uk-modal-dialog select {
    width: 100%;
    margin: 3px 0 5px;
    padding: 10px;
    height: initial;
}

.uk-open .btn {
    background: #98ab3f;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.homescreen .btn,.butn,.moreLink.but {
    background: #98ab3f;
    color: #fff;
    font-size: 17px;
    border-radius: 3px !important;
    padding: 4px 10px;
}

.mainmenu ul li.catalog > .sub-menu {
    width: 100%;
}

.mainmenu ul li.catalog {
    position: static;
}


.mainmenu ul li.catalog > ul.sub-menu {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.mainmenu ul li.catalog > ul.sub-menu li a {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 17px;
    white-space: break-spaces;
    height: 100%;
}

.mainmenu ul li.catalog > ul.sub-menu li {
    width: calc(25% - 20px);
}

span.svg {
   min-width: 40px;
    max-width:40px;
    height:40px;
    display: flex
;
    align-items: center;
}
span.svg img {
    max-width: 100%;
    max-height: 100%;
}
.mainmenu nav > ul {

    gap: 10px;
}
.mainmenu ul li a {
    font-size:16px;
}

.mainmenu ul li>.sub-menu {
    width: initial;
}

.mainmenu ul li>.sub-menu a {
    text-transform: initial;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.canvas-menu span.svg {
    display: none;
}
.header_fake {
    display: none;
}

.header_fixed .header_fake {
    display: block;
}

.header_fixed header.header-area {
    width: 100%;
    position: fixed;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 5px 0 0;
    border-bottom: 2px solid #b3d236;
}

header.header-area {
    padding: 15px 0 0;
}

.mainmenu ul li > .sub-menu {
    margin-top: 2px;
}

.header-area .col-xl-9.col-lg-9.col-7 {
    position: static;
}
.mainmenu ul li a {
    padding-bottom: 15px !important;
}
.mainmenu ul li .sub-menu {
    transition: all 0.4s;
}

.product-img {
    height: 220px;
}

.product-img img {
    max-height: 100%;
}

.product-img a img {
    height: 100%;
}

.product-img a {
    height: 100%;
    text-align: center;
}

.product-name.mt-30 strong a {
    font-size: 13px;
    line-height: 16px !important;
}

.product-name strong {
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.special-price {
    display: block !important;
    min-height: 24px;
}
.shop-categories-menu ul.left-menu li a {
    font-size: 13px;
}
ul.left-menu li {
    margin: 0;
}
ul.left-menu li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    gap: 10px;
    padding:5px 0;
}

ul.left-menu li a.selected {
    color: #98ab3f;
    font-weight: bold;
}

ul.left-menu li a span.svg {
    text-align: center;
    display: flex;
    justify-content: center;
}

.categories-area.mb-35.border-2 {
    position: sticky;
    top: 0;
}
.container.content {
    margin-bottom: 50px;
}
.homescreen .icon {
    max-height: 100%;
    max-width: 100%;
}
.arrow-right-3 {
}
.homescreen {
    background-image: url('/img/bg.jpg'););
    background-position: 50% 85%;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-medil-area {
    background-image: url('/img/bg.jpg'););
    background-position: 50% 85%;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-medil-area .row [class*="col-"] {
    border-right: 0;
}

.footer-menu ul li a {
    color: #333;
}
.footer-menu ul li:hover a {

    color: initial;
    padding-left: 0px;
}

.footer-menu ul li:after {
    display:none;
}
.single-product.mb-30 {
    border: 1px solid #eee;
}

.product-name {
    padding: 0 10px;
}
.product-name.mt-30 strong a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Ограничиваем 3 строками */
    overflow: hidden;
    text-align: left;
}

.aplication_main .text.uk-hidden-small {
    color: initial;
    float: initial;
    width: 100%;
    font-size: initial;
}

.aplication_main {
    margin-top: 25px !important;
}

.bg-ap {
    margin-top: 50px;
}


section.homescreen:after {
    content: "";
    display: table;
    clear: both;
}

.h2 {
    font-size: 32px;
}

.icons {
    display: flex;
    flex-wrap: wrap;
    margin:20px 0 20px;
    gap:20px;
}

.icon_block {
    width: calc(25% - 20px);
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 767px) {

    .icon_block {
        width: 100%;
    }
}
.icob_block_text {}

.icob_block_text span {
    display: block;
}

.icob_block_text span.counter {
    font-size: 50px;
    line-height: 40px;
}

.icob_block_text span.bottom {
    font-size: 22px;
}

.news-section__slider-slide-name p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 95px;
}

.news-section__slider-slide-desc * {
    font-size: 16px !important;
}

.news-section__slider-slide-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 40px;
}


.section__title {
    margin: 50px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section__title-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__title-slider-nav .slider-btn {
    background-color: #f3f3f3;
}

.section__title-slider-nav .slider-btn:hover {
    background-color: #bfeff3;
}

.uk-h1 {
    margin-bottom: 20px;
}

.btn.btn-default {
    color: #fff;
    background: #98ab3f;
}

.callback_wrapper {
    height: 100%;
}

.callback_wrapper .btn {
    height: 40px;
    box-sizing: border-box;
    line-height: 31px;
    padding: 5px 20px;
}

.top-bar-left {
    padding-top: 5px;
}
section.about {
    background: url('/img/about_bg.png');
    background-size: cover;
    padding: 50px 0;
}

.adv {
    margin-bottom: 30px;
    display: flex;
    gap: 1px;
    align-items: start;
}

span.number {
    font-size: 50px;
    font-weight: bold;
    line-height: 52px;
    margin-right: 20px;
}

section.about .row {
    align-items: center;
}

.adv_text {
    font-weight: 500;
    font-size: 18px;
}
.mainmenu ul li ul li .submenu {
    position: absolute;
    left: calc(100% - 15px);
    padding-left: 20px;
    top: 0;
    z-index: 1;
    display: none;
}
.mainmenu ul li:hover>.submenu {
    display: block;
}

.mainmenu ul li ul li .submenu ul {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 5px #999;
    border: 1px solid #eee;
    z-index: 1;
}

.mainmenu ul li>ul li {
    position: static;
}

.mainmenu ul li:hover > ul {
    display: block;
}

.mainmenu ul li ul li li {
    background: #fff;
    padding: 0px 15px;
}
.text_title {
    font-size: 20px;
    color: #5bb06e;
    font-weight: bold;
    margin: 10px 0 20px;
}
.razrab-text {
    margin-left: 310px;
}
.filter.clinicFilter form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    background: #f1f1f1;
    padding: 10px;
}

button#filter-app__button {
    background: #98ab3f;
    text-transform: none;
}

.contact.clear {
    align-items: center;
    display: flex;
    height: 100%;
}
.event__distrib {
    margin: 10px 0 30px;
    padding: 20px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-big {
    font-size: 20px;
    margin-bottom: 26px;
    padding: 16px 30px;
}
.btns a.btn {
    font-size: 16px;
    width: 100%;
    padding: 10px;
}
.event_anons {
    padding: 20px 0;
}
.event__distrib-title {
    color: #98ab3f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
a.link {
    text-decoration: underline;
}
.fs-18 {
    font-size: 18px;
}
@media(max-width: 767px) {

    .razrab-photo {
        margin-bottom: 20px;
    }
    .razrab-text {
        margin-left: 0px;
    }
}