* {
    font-family: 'Plus Jakarta Sans', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    color: #707070;
}
.c-d-flex {display:flex;}
.mtop-30 {
    margin-top: 30px;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}
.pl-3 {
    padding-left: 15px;
}
.pr-3 {
    padding-right: 15px;
}
.row {
    --bs-gutter-x: 30px;
}

.pore {
    position: relative;
}

.mb-30 {
    margin-bottom: 30px;
}

.w-95 {
    width: 95%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.ml-5 {
    margin-left: 5%;
}

.ml-10 {
    margin-left: 10%;
}

.rotate-180 {
    transform: rotate(180deg);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

a,a:hover,a:focus {
    text-decoration: none;
    color: #586270;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
}

button,button:focus {
    border: none;
    outline: none;
}

hr {
    color: #ECECEC;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #5a0e1e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #5a0e1e;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-45 {
    transform: rotate(-45deg);
}

.mtop-90 {
    margin-top: 90px;
}

header {
    z-index: 99;
    width: 100%;
    background: #c4d82e;
    position: relative;
}

.c-container {
    width: 100%;
    padding: 0 15px;
    max-width: 1370px;
    margin: 0 auto;
}

header .navbar {
    padding: 0;
}

header .logo {
    width: 200px;
}

header .logo img {
    position: absolute;
    z-index: 30;
    top: 0;
    -webkit-box-shadow: -4px 4px 19px -12px rgba(0,0,0,0.53);
    -moz-box-shadow: -4px 4px 19px -12px rgba(0,0,0,0.53);
    box-shadow: -4px 4px 19px -12px rgba(0,0,0,0.53);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #c4d82e;
    padding: 28px 13px;
    width: 158px;
}

header .logo p {
    margin-bottom: 0;
    margin-top: 40px;
    line-height: 15px;
    margin-left: 11px;
    font-size: 14px;
    color: #4C4F52;
    font-weight: 400;
}

header .navbar-nav {
    padding: 0 0px;
    position: initial;
}

header .navbar-dark .navbar-collapse .nav-item {
    padding: 7px 5vw 7px 0;
}

header .navbar-dark .navbar-collapse .nav-item:last-child {
    padding: 7px 0px 7px 0;
}

header .navbar-dark .navbar-collapse .nav-link {
    color: #5a0e1e;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 0;
    position: relative;
    display: flex;
    align-items: center;
}

header .navbar-dark .navbar-collapse .nav-link i {
    margin-left: 8px;
    font-size: 12px;
    margin-top: 5px;
    color: #5a0e1e;
}

header .navbar-dark .navbar-collapse .nav-item:hover .nav-link i {
    display: none;
    color: #5a0e1e;
}

header .navbar-dark .navbar-collapse .nav-item .nav-link i+i {
    display: none;
}

header .navbar-dark .navbar-collapse .nav-item:hover .nav-link i+i {
    display: block;
}

header .navbar-dark .navbar-collapse li:hover .nav-link {
    color: #5a0e1e;
}

header .navbar {
    position: initial;
}

header .navbar .dropdown {
    position: initial;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.dropdown-submenu li {
    width: 100%;
}

.dropdown-menu {
    top: 80%;
    left: 30px;
    z-index: 20;
    min-width: 20rem;
    padding: 39px 39px 39px 33px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    width: 100%;
    left: 0;
    top: 95%;
    padding-top: 65px;
    padding-bottom: 65px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    margin-left: 0;
    padding-left: 10px;
    border: none;
    background: transparent;
    width: 100%;
    height: 100%;
}

.phone {
    display: none;
}

.default-slider-arrows {
    margin-top: -75px;
    display: flex;
    align-items: center;
}

.default-slider-arrows li {
    border-radius: 50px;
    width: 25px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    margin-right: 0px;
    z-index: 59;
    cursor: pointer;
    color: #fff;
}
.default-slider-arrows li  i{
   
    color: #fff;
}

.default-slider-arrows span {
    margin: 0 1px;
    font-size: 13px;
    z-index: 9;
    color: #fff;
}

.default-slider-arrows span d {
    min-width: 8px;
    display: inline-block;
    margin: 0 3px;
    color: #fff;
}

.slider picture img {
    height: calc(100vh - 132.5px);
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}

.top-header {
    background: #f5f5f5;
    min-height: 48px;
}

.top-header .left {
    padding-left: 195px;
    height: 100%;
    display: flex;
    align-items: center;
    height: 48px;
}

.top-header .left p {
    padding: 0;
    margin-bottom: 0
}

.top-header .left img {
    margin-right: 4px;
    width: 26px;
    filter: grayscale(1) brightness(.7);
}

.top-header .right li {
    margin-left: 35px;
    position: relative;
    padding: 14px 0;
    margin-right: 10px;
}

.top-header .right li a {
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    display: flex;
    align-items: center;
}

.top-header .right li:hover a {
    color: #bc4828;
}

.top-header .right li img {
    margin-right: 7px;
}

.top-header .right li .drop-lang {
    position: absolute;
    display: none;
    background: #FBFBFB;
    padding: 15px 30px;
    top: 40px;
    left: -24px;
}

.top-header .right li:hover .drop-lang {
    display: block;
}

.top-header .right li .drop-lang li {
    margin-left: 0;
    padding: 6px 0;
}

.top-header .right li .drop-lang li a {
    color: #707070;
}

.top-header .right li .drop-lang li:hover a {
    color: #bc4828;
}

.menu-sub h2 {
    font-size: 24px;
    font-weight: 700;
    color: #707070;
    margin-bottom: 21px;
}

.menu-sub li a {
    font-size: 16px;
    font-weight: 500;
    color: #AEAEAE;
}

.menu-sub li.active a {
    color: #bc4828;
}

.menu-ust li {
    background: #F5F5F5;
    padding: 15px 22px;
    width: 70%;
    margin-bottom: 10px;
}

.menu-ust li.active {
    background: #fff;
}

.menu-alt li {
    margin-bottom: 17px;
}

.menu-product li {
    margin-bottom: 17px;
}

.menu-alt {
    display: none;
    overflow: auto;
    max-height: 30vh;
    margin-right: 50px;
}

.menu-alt.active {
    display: block;
}

.menu-product {
    display: none;
}

.menu-product.active {
    display: block;
}

.menu-sub .active .active a {
    color: #bc4828;
}

.menu-detail img {
    margin-bottom: 5px;
}

.menu-detail h6 {
    color: #5a0e1e;
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 500;
}

.menu-detail p {
    color: #ABABAB;
    font-size: 12px;
    margin-bottom: 24px;
    font-weight: 400;
}

.menu-detail a {
    background: #5a0e1e;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 15px 24px;
    border-radius: 10px;
    transition: all .5s;
    position: relative;
    left: 0;
}

.menu-detail a img {
    margin-bottom: 0px;
    margin-left: 10px;
    transition: all .5s;
    filter: brightness(0) invert(1);
}

.menu-detail a:hover img {
    margin-bottom: 0px;
    margin-left: 25px;
    transition: all .5s;
}

.menu-detail a:hover img {
    margin-left: 25px;
}

.menu-detail a:hover {
    left: 7px
}

.menu-two .border-left {
    position: relative;
}

.menu-two .border-left:after {
    height: 100%;
    width: 1px;
    background: #AEAEAE;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    opacity: .25;
}
.menu-two .border-left:last-child:after {
    height: 100%;
    width: 1px;
    background: #aeaeae00;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    opacity: .25;
}
.menu-two p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #373737;
    margin-bottom: 20px;
}

.menu-two h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 57px;
    color: #ABABAB;
    margin-bottom: 0px;
}

.slider .item {
    position: relative;
}

.slider .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
    bottom: 0;
}

.slider .content b {
    font-size: 72px;
    line-height: 85px;
    color: #373737;
    max-width: 29rem;
    display: block;
}

.slider .content p {
    font-size: 20px;
    line-height: 33px;
    color: #373737;
    margin: 15px 0 20px;
    max-width: 28rem;
}

.slider .content a {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 50px;
    width: 85px;
    display: none;
}

.slider .content a:after {
    position: absolute;
    height: 48px;
    width: 48px;
    background: #bc4828;
    content: "";
    right: 0;
    border-radius: 50px;
}

.slider .content img {
    display: initial;
    position: relative;
    z-index: 9;
    left: -10px;
    transition: all .5s;
}

.slider .content a:hover img {
    left: 0px;
}

.whatsapp {
    position: absolute;
    bottom: 82px;
    right: 94px;
}

.home-product {
    margin-top: 135px;
}

.home-product .title {
    margin-bottom: 65px;
}

.home-product .title h2 {
    font-size: 48px;
    font-weight: 700;
    color: #373737;
    margin-bottom: 15px;
}

.home-product .title p {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 0px;
}

.home-product .pro-group li {
    padding: 0 63px;
    position: relative;
    cursor: pointer;
}

.home-product .pro-group li span {
    line-height: 40px;
    font-size: 28px;
    font-weight: 500;
}

.home-product .pro-group li.active span {
    color: #bc4828;
}

.home-product .pro-group li:after {
    content: "";
    background: #AEAEAE;
    opacity: 0.25;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

.home-product .pro-group li span {
    position: relative;
}

.home-product .pro-group li:hover span:before {
    content: "";
    background: #AEAEAE;
    opacity: 0.25;
    width: 100%;
    height: 6px;
    right: 0;
    bottom: 5px;
    position: absolute;
    border-radius: 5px;
}

.home-product .pro-group li.active span:before {
    content: "";
    background: #bc4828;
    opacity: 0.25;
    width: 100%;
    height: 6px;
    right: 0;
    bottom: 5px;
    position: absolute;
    border-radius: 5px;
}

.home-product .pro-group li:last-child:after {
    display: none;
}

.home-product .grup-link {
    margin: 60px 0 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.home-product .grup-link span {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 50px;
    width: 56px;
    margin-left: 15px
}

.home-product .grup-link span:after {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #AEAEAE;
    content: "";
    right: 0;
    border-radius: 50px;
    opacity: .10;
}

.home-product .grup-link span img {
    display: initial;
    position: relative;
    z-index: 9;
    left: -10px;
    transition: all .5s;
}

.home-product .grup-link:hover span img {
    left: 0px;
}

.product-group {
    margin-top: 40px;
    position: relative;
    padding-bottom: 20px;
}

.product-group:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #F2F9FA;
    width: 100%;
    height: 65%;
    z-index: -1;
}

.product-slider .content {
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #ababab4a;
    padding-right: 15px;
    margin-bottom: 31px;
    margin-top: 20px;
    height: 100%;
    background: #fff;
}

.product-slider .content .right {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-slider .content .pack {
    display: inline-flex;
    align-items: start;
    background: #F5FAF6;
    border-radius: 10px;
    padding: 8px 8px 3px;
    justify-content: unset;
}

.product-slider .content .pack img {
    margin-right: 7px;
}

.product-slider .content .pack .adet {
    /* width: 154px; */
}

.product-slider .content .pack .adet span {
    display: block;
    margin: 0;
    font-size: 9px;
    font-weight: 500;
    line-height: 3px;
}

.product-slider .content .pack .adet b {
    font-size: 9px;
    line-height: 12px;
}

.product-slider .content .bottom {
    margin-top: 30px;
}

.product-slider .content .bottom img {
    margin-bottom: 19px;
    transition: all .5s;
    position: relative;
    top: 0;
}

.product-slider .item:hover .content .bottom img {
    top: -3px;
}

.product-slider .content .bottom h4 {
    font-size: 12px;
    color: #AEAEAE;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-slider .content .bottom h5 {
    font-size: 33px;
    color: #373737;
    font-weight: 600;
}

.product-slider .slick-slide {
    margin: 0 15px;
}

/* the parent */
.product-slider .slick-list {
    margin: 0 -15px;
}

.product-slider .item:hover .content {
    -webkit-box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    border-color: #fff;
}

.product-slider .slick-dots li {
    width: 40px;
}

.slick-dots li button {
    display: block;
    width: 40px;
}

.product-slider .slick-dots li button:before {
    border-radius: 20px;
    width: 24px;
    height: 6px;
    content: '';
    text-align: center;
    opacity: .25;
    background: #bc4828;
}

.product-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    width: 36px;
}

.home-about {
    padding-bottom: 110px;
    position: relative;
}

.home-about:after {
    background: #F2F9FA;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.home-about .about-img {
    margin-bottom: -120px;
    margin-top: -60px;
}

.home-about p {
    font-size: 24px;
    color: #373737;
    line-height: 36px;
    width: 75%;
    display: flex;
    justify-content: center;
    margin: 0 auto 60px;
}

.home-about a {
    font-size: 16px;
    font-weight: 500;
    color: #5a0e1e;
    line-height: 36px;
}

.home-about span {
    margin-left: 15px;
}

.home-about .icon {
    background: url("./images/icon/icon-hakkimizda-bg-amblem.svg");
    width: 110px;
    height: 110px;
    background-size: cover;
    position: absolute;
    z-index: -1;
    bottom: 50px;
    right: 30%;
}

.home-about .icon1 {
    bottom: initial;
    width: 409px;
    height: 409px;
    top: 30%;
    left: 10%;
}

.home-about .icon2 {
    bottom: initial;
    width: 215px;
    height: 215px;
    top: 98px;
    right: 12%;
}

.home-about a span {
    position: relative;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    height: 50px;
    width: 56px;
    margin-left: 15px
}

.home-about a span:after {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #D9EEF1;
    content: "";
    right: 0;
    border-radius: 50px;
    opacity: 1;
}

.home-about a span img {
    display: initial;
    position: relative;
    z-index: 9;
    left: -10px;
    transition: all .5s;
}

.home-about a:hover span img {
    left: 0px;
}

.home-group {
    padding: 178px 0 139px;
}

.home-group .item {
    border-radius: 25px;
    position: relative;
    height: 100%;
    padding: 40px 80px 40px 70px;
}

.home-group .item:after {
    background: #bc4828;
    opacity: .10;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    z-index: -1;
}

.home-group .item.dist:after {
    background: #D9D9D9;
    opacity: .30;
}

.home-group .item.document:after {
    background: #5a0e1e;
    opacity: .10;
}

.home-group .item h2 {
    margin-top: 39px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #bc4828;
    font-weight: 600;
}

.home-group .item a {
    background: #bc4828;
    color: #fff;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    transition: all .5s;
    padding: 10px 15px;
}

.home-group .item a:hover {
    padding: 10px 25px 10px 15px;
}

.home-group .item a img {
    margin-left: 11px;
    left: 0;
    position: relative;
    transition: all .5s;
    filter: brightness(0) invert(1);
}

.home-group .item a:hover img {
    left: 10px;
}

.home-group .item p {
    margin-bottom: 43px;
    font-size: 16px;
    color: #919191;
    font-weight: 400;
    min-height: 73px;
}

.home-group .item .katalog {
    margin-bottom: 61px;
    min-height: 55px;
    background: #fff;
    padding: 12px 25px;
    border-radius: 10px;
}

.home-group .item .katalog img {
    margin-right: 10px;
}

.home-group .item .katalog span {
    font-size: 16px;
    color: #919191;
    font-weight: 400;
}

.home-search {
    padding: 135px 0;
}

.home-search h3 {
    margin-bottom: 40px;
    color: #373737;
    font-size: 36px;
    font-weight: 500;
}

.home-search .input {
    position: relative;
    /* border-bottom: 2px solid #fff; */
    padding-bottom: 15px;
}

.home-search .input img {
    position: absolute;
    bottom: 35px;
    margin-left: 15px;
}

.home-search .input a img {
    position: relative;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: all .5s;
    bottom: 0;
    right: 0;
}

.home-search .input input {
    width: 100%;
    background: transparent;
    border: 1px solid #AEAEAE;
    height: 65px;
    text-indent: 55px;
    color: #373737;
    font-size: 24px;
    font-weight: 500;
    border-radius: 22px;
}

.home-search .input input::placeholder {
    color: #AEAEAE;
    font-size: 20px;
    font-weight: 400;
}

.home-search h4 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10vh;
}

.home-search h5 {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-right: 18px;
    margin-left: 55px;
    margin-bottom: 0;
}

.home-search .mtop-30 a {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-right: 20px;
    background: rgb(68 153 89 / 10%);
    border-radius: 30px;
    padding: 7px 20px;
}

.home-search .mtop-30 a:hover {
    background: rgb(68 153 89 / 1);
    color: #fff;
}

.home-search .product-search-click {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #bc4828;
    border-radius: 12px;
    padding: 12px 24px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 11px;
    display: flex;
    align-items: center;
    transition: all .5s;
    margin-left: 0px;
}

.home-search .product-search-click:hover {
    padding: 12px 34px 12px 24px;
    right: 20px;
}

.home-search .product-search-click:hover img {
    right: -10px;
}

footer .top-border {
    border-top: 2px solid rgb(217 217 217 / 22%);
    padding-top: 44px;
    padding-bottom: 44px;
}

footer .bottom .top-border {
    padding-top: 24px;
    padding-bottom: 24px;
}

footer .social {
    display: flex;
    align-items: center;
}

footer .social a {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

footer .social a i {
    position: relative;
    font-size: 24px ;
    height: initial;
    transition: all .5s;
    bottom: 0;
    color: #ABABAB;
}

footer .social a:hover i {
    color: #5a0e1e;
}

footer .center a span {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    background: #F5F5F5;
    padding: 13px 20px;
    border-radius: 25px;
    margin-right: 15px;
}

footer .center a:hover span {
    color: #fff;
    background: #5a0e1e;
}

footer ul li a {
    font-size: 14px;
    color: #707070;
    margin-right: 28px;
    font-weight: 400;
}

footer ul li a:hover {
    color: #373737;
}

footer .bottom a img {
    margin-right: 10px;
}

footer .bottom span {
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}

footer .bottom a span {
    font-size: 11px;
    color: #707070;
    font-weight: 200;
}

footer .right b {
    font-size: 14px;
    color: #5a0e1e;
    margin-left: 5px;
}

footer .right span {
    font-size: 14px;
    color: #5a0e1e;
    font-weight: 400;
    margin-right: 5px;
}

footer .center {
    position: relative;
}

footer .top-page {
    position: absolute;
    right: 110px;
    top: 0;
    bottom: 0;
    display: flex;
}

.banner {
    height: 320px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.banner h1:after {
    color: #fff;
    content: "";
    background: #fff;
    width: 150px;
    height: 3px;
    top: 50%;
    bottom: 50%;
    left: -170px;
    position: absolute;
    display: flex;
    align-items: center;
}

.banner ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.banner ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}

.banner ul li i {
    margin: 0 9px;
    color: #fff;
    font-size: 14px;
    opacity: .60;
}

.sablon {
    margin: 115px 0 140px;
}

.sablon h2 {
    margin-bottom: 49px;
    font-size: 32px;
    font-weight: 700;
    color: #5a0e1e;
}

.sablon p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 32px;
}

.sablon.about p {
    margin-bottom: 40px;
}

.product-content .content {
    border-radius: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border: 1px solid #ababab4a;
    padding-right: 15px;
    margin-bottom: 31px;
    margin-top: 20px;
    background: #fff;
}

.product-content .content .right {
    padding-top: 15px;
}

.product-content .content .pack {
    display: inline-flex;
    align-items: start;
    background: #F5FAF6;
    border-radius: 10px;
    padding: 8px 10px 3px;
    justify-content: unset;
}

.product-content .content .pack img {
    margin-right: 7px;
}

.product-content .content .pack .adet {
    /* width: 154px; */
}

.product-content .content .pack .adet span {
    display: block;
    margin: 0;
    font-size: 9px;
    font-weight: 500;
    line-height: 3px;
}

.product-content .content .pack .adet b {
    font-size: 9px;
    line-height: 12px;
}

.product-content .content .bottom {
    margin-top: 30px;
}

.product-content .content .bottom img {
    margin-bottom: 19px;
    transition: all .5s;
    position: relative;
    top: 0;
}

.product-content .item:hover .content .bottom img {
    top: -3px;
}

.product-content .content .bottom h4 {
    font-size: 12px;
    color: #AEAEAE;
    font-weight: 500;
    margin-bottom: 8px;
}

.product-content .content .bottom h5 {
    font-size: 18px;
    color: #373737;
    font-weight: 600;
}

.product-content .item:hover .content {
    -webkit-box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    box-shadow: 0px 5px 41px -10px rgba(0,0,0,0.38);
    border-color: #fff;
}

.sidebar {
    padding: 43px 40px;
    -webkit-box-shadow: 0px 0px 18px -11px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 18px -11px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 18px -11px rgba(0,0,0,0.38);
    border-radius: 20px;
}

.sidebar h4 {
    font-size: 24px;
    font-weight: 600;
    color: #919191;
    margin-bottom: 40px;
}

.sidebar p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 10px;
}

.sidebar .input {
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
}

.sidebar .input img {
    position: absolute;
    bottom: 35px;
    margin-left: 15px;
}

.sidebar .input input {
    width: 100%;
    background: transparent;
    border: 1px solid #AEAEAE;
    height: 65px;
    text-indent: 45px;
    color: #373737;
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
}

.sidebar .input input::placeholder {
    color: #AEAEAE;
    font-size: 16px;
    font-weight: 400;
}

.sidebar ul {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    height: 253px;
    overflow: auto;
}

.sidebar ul:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(217 217 217 / 40%);
    top: 0;
    left: 0;
}

.sidebar ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.sidebar ul li.selected {
    color: #5a0e1e;
}

.sidebar ul li label {
    width: 24px;
    height: 24px;
    border: 1px solid #AEAEAE;
    margin-right: 10px;
    position: relative;
}

.sidebar ul li.selected label {
    border: 1px solid #5a0e1e;
}

.sidebar ul li.selected label:after {
    width: 10.29px;
    height: 8px;
    background-size: cover;
    content: "";
    background: url(./images/icon/icon-check.svg);
    position: absolute;
    top: 38%;
    left: 25%;
}

.other {
    padding: 76px 0 112px;
    background: rgb(242 249 250);
}

.other h3 {
    color: #919191;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 58px;
    text-align: center;
}

.product-nav-slider {
    position: relative;
    margin-top: 10px;
}

.product-nav .slick-slide {
    margin: 0 5px;
}

.product-nav.slick-list {
    margin: 0 -5px;
}

.product-nav .item {
    border-radius: 10px;
    border: 2px solid #fff;
}

.product-nav .item.slick-current {
    border-radius: 10px;
    border: 2px solid #bc4828;
}

.product-nav-arrows {
    display: flex;
    align-items: center;
}

.product-nav-arrows li.prev {
    position: absolute;
    left: -24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.product-nav-arrows li.next {
    position: absolute;
    right: -24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.product-nav-arrows li img {
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 15px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 24px -9px rgba(0,0,0,0.42);
}

.prodetail .content .pack {
    display: inline-flex;
    align-items: start;
    background: #F5FAF6;
    border-radius: 10px;
    padding: 8px 15px 3px;
    justify-content: unset;
}

.prodetail .content .pack img {
    margin-right: 7px;
}

.prodetail .content .pack .adet span {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
}

.prodetail .content .pack .adet b {
    font-size: 15px;
    line-height: 18px;
}

.prodetail {
    margin: 46px 0 100px;
}

.prodetail .content {
    border-radius: 20px;
    padding: 40px 40px 30px 60px;
    -webkit-box-shadow: 14px 14px 50px -18px rgba(0,0,0,0.22);
    -moz-box-shadow: 14px 14px 50px -18px rgba(0,0,0,0.22);
    box-shadow: 14px 14px 50px -18px rgba(0,0,0,0.22);
}

.prodetail .content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #AEAEAE;
    margin-bottom: 40px;
    margin-top: 10px;
}

.prodetail .content h2 {
    font-size: 40px;
    font-weight: 600;
    color: #5a0e1e;
    margin-bottom: 10px;
}

.prodetail .content p {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    width: 100%;
    min-height: 120px;
}

.prodetail .content-two {
    margin-top: 80px;
    border-radius: 20px;
    padding: 40px 40px 30px 60px;
    border: 1px solid rgb(171 171 171 / 20%);
}

.prodetail .content-two h3 {
    font-size: 20px;
    font-weight: 600;
    color: #373737;
    margin-bottom: 40px;
}

.prodetail .content-two li {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 10px;
    list-style: disc;
}

.product-for img {
    margin: 0 auto;
}

.news {
}

.news .content {
    border-radius: 20px;
    border: 1px solid rgba(171 171 171 / 0.25);
    overflow: hidden;
}

.news .content-detail {
    padding: 20px 24px 20px 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news .content-detail .date {
    font-size: 14px;
    font-weight: 600;
    color: #AEAEAE;
}

.sablon.news h2 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #707070;
}

.sablon.news p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    line-height: initial;
    min-height: 100px;
}

.sablon.news a {
    background: #bc4828;
    color: #fff;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    transition: all .5s;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    left: 0;
}

.sablon.news a:hover {
    padding: 10px 25px 10px 15px;
    left: 10px;
}

.sablon.news a img {
    margin-left: 11px;
    left: 0;
    position: relative;
    transition: all .5s;
    filter: brightness(0) invert(1);
}

.sablon.news a:hover img {
    left: 10px;
}

.news-detail .content-detail {
    padding-left: 12%;
}

.news-detail .content-detail .date {
    margin-bottom: 43px;
}

.news-detail .content-detail .date span {
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    background: #EEEEEE;
    padding: 9px 20px;
}

.sablon.news-detail {
    margin-bottom: 78px;
}

.sablon.news-detail h2 {
    margin-bottom: 46px;
    font-size: 36px;
    font-weight: 600;
    color: #5a0e1e;
}

.sablon.news-detail p {
    font-size: 20px;
    font-weight: 400;
    color: #373737;
    line-height: 32px;
}

.galeri {
    margin-bottom: 60px;
}

.galeri h3 {
    margin-bottom: 46px;
    font-size: 36px;
    font-weight: 600;
    color: #5a0e1e;
}

.inovasyon-detail .content-detail {
    padding-left: 1%;
}

.sablon.inovasyon-detail b {
    font-size: 16px;
    font-weight: 700;
    color: #373737;
    line-height: 24px;
    margin-bottom: 20px;
    display: block;
}

.sablon.inovasyon-detail p {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 24px;
}

.galeri .play-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.galeri .play-btn img {
    width: 64px;
    transition: all .5s;
}

.galeri a {
    position: relative;
}

.galeri a:hover .play-btn img {
    width: 80px;
}

.galeri h6 {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    line-height: 24px;
    margin-top: 20px;
}

.dokuman .content {
    border-radius: 10px;
    background: rgba(0 135 135 / 0.10);
    padding: 30px 20px 20px 30px;
}

.dokuman .content span {
    font-size: 12px;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 16px;
}

.dokuman .content h2 {
    font-size: 16px;
    margin-top: 17px;
    font-weight: 500;
    color: #707070;
    line-height: 20px;
    min-height: 60px;
    margin-bottom: 0;
}

.dokuman .content a {
    color: #fff;
    background: #bc4828;
    padding: 9px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-flex;
    align-items: center;
}

.dokuman .content a:hover {
    background: rgba(68 153 89 / 0.80);
}

.dokuman .content a img {
    margin-left: 5px;
}

.contact .social {
    display: flex;
    align-items: center;
}

.contact .social a {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.contact .social a i {
    position: relative;
    font-size: 32px;
    height: initial;
    transition: all .5s;
    bottom: 0;
    color: #ABABAB;
}

.contact .social a:hover i {
    color: #5a0e1e;
}

.contact .items {
    display: none;
}

.contact .items.active {
    display: block;
}

.contact ul {
    margin-bottom: 71px;
    border-bottom: 1px solid #D9D9D9;
}

.contact ul li {
    cursor: pointer;
    padding: 25px 65px;
    border: 1px solid #D9D9D9;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #AEAEAE;
}

.contact ul li:after {
    position: absolute;
    width: 100%;
    height: 0;
    content: "";
    background: #5a0e1e;
    bottom: -1px;
    left: 0;
    z-index: -1;
    transition: all .5s;
}

.contact ul li.active {
    color: #fff;
}

.contact ul li.active:after {
    height: calc(100% + 2px);
    border: 1px solid rgba(0 0 0 / 0);
}

.contact .items h4 {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 30px;
    width: 25rem;
    line-height: 32px;
}

.contact .items h4:hover {
    color: #5a0e1e;
}

.contact .items label {
    font-size: 14px;
    font-weight: 600;
    color: #AEAEAE;
    margin-bottom: 10px;
}

.contact .items a {
    font-size: 20px;
    font-weight: 500;
    color: #707070;
}

.contact .items a:hover {
    color: #5a0e1e;
}

.contact .items .contact-mail {
    margin-top: 33px;
    padding-bottom: 28px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 35px;
}

.contact .sosyal p {
    font-size: 14px;
    font-weight: 600;
    color: #AEAEAE;
    margin-bottom: 23px;
}

.contact .form {
    margin-top: 70px;
}

.contact .content h5 {
    font-size: 32px;
    font-weight: 600;
    color: #707070;
    margin-bottom: 0px;
}

.contact .content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #AEAEAE;
    margin-bottom: 5px;
}

.distributor .item {
    padding: 20px 30px 0 30px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
    min-height: 295px;
    margin-bottom: 30px;
}

.distributor .item:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 18px 18px 37px -12px rgba(0,0,0,0.28);
    -moz-box-shadow: 18px 18px 37px -12px rgba(0,0,0,0.28);
    box-shadow: 18px 18px 37px -12px rgba(0,0,0,0.28);
}

.distributor h2 {
    font-size: 24px;
    font-weight: 600;
    color: #373737;
    margin-bottom: 73px;
    text-align: center;
}

.distributor .item h6 {
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    margin-bottom: 20px;
}

.distributor .item h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    background: #bc4828;
    padding: 14px 0 14px 19px;
    border-radius: 10px;
}

.distributor .item .konum {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(174 174 174 / 0.25);
    margin-bottom: 20px;
}

.distributor .item .konum img {
    margin-right: 5px;
}

.distributor .item .konum h4 {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 0;
}

.distributor .item h3 {
    font-size: 12px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 2px;
}

.distributor .item a {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 21px;
    display: block;
}

.distributor .item a img {
    margin-right: 5px;
}

.popup-search {
    position: fixed;
    top:-100vh;
    width:100%;
    height: 100vh;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 99;
	transition:all .3s;
}
.popup-search.active {
   
    top:0;
    
}
.popup-search:before {
    content: "";
    background: #5a0e1e;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	z-index:-2;
}
.popup-search:after {
    content: "";
    background: url(./images/icon/favicon.svg);
    width: 74%;
    height: 100%;
    left: 0;
    background-size: cover;
    position: absolute;
    top: 0;
	z-index:-1;
}
.popup-search h3 {
  
    color: #fff;
  
}
.popup-search h5 {
   
    color: #fff;
   
   
}

.popup-search .mtop-30 a {
   
    color: #fff;
   background:rgba(68 153 89 / 0.60);
}
.popup-search .input input {
   
    background: #fff;
    border: 1px solid #fff;
    height: 65px;
}
.popup-search .close{
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 20%;
    left: 0;
    justify-content: center;
}
.popup-search .close b{cursor:pointer;background:#fff;color:#5a0e1e;padding:10px 16px;border-radius:10px;display:flex;align-items:center;font-weight:500;justify-content: end;}
.popup-search .close b img{margin-left:5px;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: initial;
}
.sablon.kvkk { margin: 70px 0 60px;}
.sablon.kvkk p{margin-bottom:15px;}
.sablon.kvkk b{font-size:36px;font-weight:600;color:#5a0e1e;margin-bottom: 0;line-height: 42px;}
.medyamerkezi{
    height: 100%;
    object-fit: cover;
    min-height: 300px;
    }
	
.check-input {
    display: flex;
    align-items: flex-start;
    font-size: 13px;
    position: relative;
    width: 71%;
}

.form .check-input input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
}

.check-input label {
    position: relative;
    padding-left: 35px;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
}

.check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: #bc4828;
    transition: 300ms;
    opacity: 0;
}

.check-input input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}
.form .form-body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.form input,
.form textarea {
	border:0;
	width: 100%;
	margin: 10px 0;
	transition: 300ms;
	border-bottom: 1px solid #AEAEAE;
	font-size: 16px;
	padding: 16px 10px 16px 0px;
	color:#373737;
	font-weight:600;
}
.form input::placeholder,
.form textarea::placeholder {
	color:#AEAEAE;
	font-weight:400;
}
.form textarea {
    width: 100%;
}

.form .form-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.contact-form .button {
	float: right;
	display: flex;
	justify-content: flex-end;
	margin-right: -15px;
	position:relative;
	transition: all .5s;
	left: 0;
}
.contact-form .button:hover {
	
	left: 10px;
}
.contact-form .button .site-btn.orange-btn {
   width:initial;
   padding:18px 36px;
   padding-right:75px;
   font-size:17px;
   font-weight:400;
   transition:all .5s;
   border-radius: 15px;
   background: #bc4828;
   color: #fff;
}
.contact-form .button:hover .site-btn.orange-btn {

padding-right:85px;
}
.contact-form .button  img{position: absolute;top: 43%;transition: all .5s;right: 44px;color: #fff;filter: brightness(0) invert(1);}


.contact-form .button:hover  img {
    right: 34px;
}

.banner-search   {background:#F5F5F5;padding:16px 0;}
.banner-search  .input {
    position: relative;
    padding-bottom: 0;
    width: 40%;
}

.banner-search  .input img {
    position: absolute;
    bottom: 18px;
    margin-left: 15px;
}

.banner-search  .input a img {
    position: relative;
    margin-left: 10px;
    filter: brightness(0) invert(1);
    transition: all .5s;
    bottom: 0;
    right: 0;
}
.banner-search  .input input {
    width: 100%;
    background: transparent;
    border: 1px solid #AEAEAE;
    height: 65px;
    text-indent: 55px;
    color: #373737;
    font-size: 24px;
    font-weight: 500;
    border-radius: 22px;
}

.banner-search  .input input::placeholder {
    color: #AEAEAE;
    font-size: 20px;
    font-weight: 400;
}

.banner-search h4 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10vh;
}

.banner-search h5 {
    font-size: 16px;
    font-weight: 500;
    color: #373737;
    margin-right: 18px;
    margin-left: 55px;
    margin-bottom: 0;
}
.banner-search h5  b{
    font-size: 16px;
    color: #373737;
}




.banner-search .product-search-click {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #bc4828;
    border-radius: 12px;
    padding: 12px 24px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    display: flex;
    align-items: center;
    transition: all .5s;
    margin-left: 0px;
}

.banner-search .product-search-click:hover {
    padding: 12px 34px 12px 24px;
    right: 10px;
}

.banner-search .product-search-click:hover img {
    right: -10px;
}
.sitemap  .fs-1{font-size:20px!important;font-weight:600;}
.sitemap  .fs-1 a{display:inline-block; margin-bottom:12px;}
.sitemap  .fs-2{font-size:16px!important;font-weight:500;}
.sitemap  .fs-2 a{display:inline-block; margin-bottom:6px;}
.menu-btn {
    min-width: 32px;
    cursor: pointer;
    display: none;
}
.sidenav {display:none;}
.c-img-fluid{
   
    height: auto;
    width: 125%;
    position: relative;
    left: -75px;
    top: -65px;
}
.content .pro-urun-img img{
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    height: 100%;
    }
.product-nav-slider .item img {border-radius:10px;}
.product-group d {
    font-size: 16px;
    font-weight: 500;
    color: #5a0e1e;
    line-height: 36px;
    display: flex;
    align-items:center;
    gap:5px;
    position: relative;
    margin-bottom: 40px;
}

.product-group d span {
    margin-left: 15px;
    position: relative;
}
.product-group d span:after {
    position: absolute;
    height: 32px;
    width: 32px;
    background: #f2f9fa;
    content: "";
    right: -6px;
    border-radius: 50px;
    opacity: 1;
    top: 3px;
}
.product-group d span img {
    display: initial;
    position: relative;
    z-index: 9;
    left: -10px;
    transition: all .5s;
}
.product-group .item:hover d span img {
    left: 0px;
}