@charset 'UTF-8'; :root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #28A5AE;
    --black-color: #000;
    --default-border-color: rgb(0 0 0 / 20%);
    --default-lr: 0 60px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    scroll-behavior: smooth;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
    margin: 0;
}

::selection {
    background: none;
    color: inherit;
}

img {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 ,p {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
}

.bg-blue {
    background: #28A5AE;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center;
}

.h-100 {
    height: 100%;
}

.row-gap {
    row-gap: var(--bs-gutter-x);
}

.column-gap {
    column-gap: var(--bs-gutter-x);
}

.gap-2 {
    gap: 1rem;
}

.default-margin {
    margin: var(--default-lr);
}

@font-face {
    font-family: 'zeplin';
    src: url('./fonts/font/zeplin.eot?77792813');
    src: url('./fonts/font/zeplin.eot?77792813#iefix') format('embedded-opentype'), url('./fonts/font/zeplin.woff?77792813') format('woff'), url('./fonts/font/zeplin.ttf?77792813') format('truetype'), url('./fonts/font/zeplin.svg?77792813#zeplin') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pr-0 {
    padding-right: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.demo-icon {
    font-family: "zeplin";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}

a,a:hover,a:active {
    color: #707070;
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 2px;
    height: 0;
}

body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--default-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}

.g-btn-icon {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left:8px !important;
    transition:all .5s;
}
.g-btn-icon:hover {
    color: #28A5AE;
    padding-left:16px !important;
}
.g-btn-icon:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}

.g-btn {
    display: flex;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
    background: #28A5AE;
    border: 1px solid #28A5AE;
    padding: 8px 16px;
    transition: all .5s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    min-width: 100px;
}

.btn-after:after {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    content: "";
    background: #000;
    z-index: -1;
}

.btn-after:hover:after {
    width: 100%;
}

.btn-after-white:after {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    content: "";
    background: #fff;
    z-index: -1;
}

.btn-after-white:hover:after {
    width: 100%;
}
.btn-after-blue .search{height:100%;width:100%;display: flex;align-items: center;padding: 0 20px;justify-content: space-between;}
.btn-after-blue:after {
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .5s;
    content: "";
    background: #28A5AE;
    z-index: -1;
}

.btn-after-blue:hover:after {
    width: 100%;
}

.po-re {
    position: relative;
}

.searchlist {
    position: absolute;
    top: 101%;
    display: none;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 10;
    padding: 0px 0 0;
    border: 0 solid rgb(0 0 0 / 20%);
    text-align: left;
    max-height: 50vh;
    overflow: auto;
    padding-top: 10px;
}

.searchlist .border-bottom {
   
    position: relative;
    padding: 5px 9px;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    color: #000;
    font-size: 16px;
}
.searchlist .border-bottom div {
  display:flex;align-items:center;gap:10px
}
.searchlist .border-bottom  {
 
  font-size: 12px;
}

.searchlist .border-bottom a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size: 12px;
}


.arrows {
    position: absolute;
    bottom: 25px;
    width: calc(100% - 60px);
    left: 40px;
    padding-left: 0;
}

.slick-slider-dots li {
    background: #ffffff30;
    width: 24px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 33px;
    height: 4px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
    border: none
}

.slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 33px;
    background: #fff;
    height: 4px;
    opacity: .4;
    display: block;
}

.slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-slider-dots .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
}

header {
    border-bottom: 1px solid var(--default-border-color);
    margin-bottom: 30px;
    background: #fff;
}

header .logo {
    padding: 30px 0px 30px 60px;
    font-size: 12px;
    color: #000;
    font-weight: 700;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

header .right {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    z-index: 1;
}

header .right li {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    border-left: 1px solid var(--default-border-color);
    padding: 0 20px;
    font-weight: 700;
    color: #000;
}
header .right li.search-content{width:435px;padding: 0;}

header .right li a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 5px;
}
header .right li .icon-search {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}


header .right li:first-child {
    padding: 0 71px;
    gap: 10px;
    align-items: center;
    display: flex;
}

header .right .search:hover a {
    color: #fff;
}

header .right li:hover {
    color: #fff;
}
header .right .btn-after:hover  a{
    color: #fff;
}


header .right li.menu-btn {
    padding: 0 60px;
}

.slider {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}

.slider:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    content: "";
    background: rgb(0 0 0 / 3%);
    z-index: -1;
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 0px;
    justify-content: end;
    left: 0;
    bottom: 0;
}

.slider .content h2 {
    position: relative;
    font-size: 64px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    max-width: 34rem;
}
.slider .content h2 span {

    font-weight: 400
}
.slider .content h2:after {
    position: absolute;
    top: 0;
    left: -58px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 43px;
}

.search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    min-width: calc(100% - 70px);
    padding-right: 0;
    background: 0 0;
    outline: none;
}
.btn-after-blue .search input {text-transform:uppercase;}

header .right li:hover input {
    color: #fff;
}

.search input::placeholder {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

header .right li:hover input::placeholder,header .right li:hover i {
    color: #fff;
}

header .lang {
    padding: 0px 20px;
}

header .lang .block {
    display: flex;
    align-items: center;
    gap: 97px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

header .lang .block i {
    font-size: 12px;
}

header .lang,header .lang a {
    color: #000;
    font-weight: 700;
}

header .lang:hover ,header .lang:hover a {
    color: #fff;
}

header .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    width: 100%;
    z-index: 8;
}

header .lang .drop-lang li {
    color: #000;
    align-items: start;
    justify-content: start;
    padding: 8px 0;
    border: none;
    margin-bottom: 0;
}

header .lang:hover .drop-lang a {
    color: #000;
}

header .lang:hover .drop-lang {
    visibility: visible;
}

.scroll-contact {
    position: fixed;
    right: 30px;
    top: 30%;
    overflow: visible;
    display: flex;
    background: #D4D4D4;
    border-radius: 10px;
    flex-direction: column;
    padding: 0px 8px;
    gap: 0;
    font-size: 32px;
    z-index: 2;
}

.scroll-contact i {
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #000;
    font-size: 22px;
}

.scroll-contact a {
    position: relative;
    padding-top: 4px;
    margin: 0;
    height: 55px;
    border-bottom: 1px solid #fff6;
    width: 45px;
    display: block;
    padding: 0px 10px 0px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.scroll-contact span {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff6;
    width: 45px;
    height: 54px;
    align-items: center;
    justify-content: center;
}

.scroll-contact span:last-child {
    border-bottom: 0px solid #fff6;
}

.scroll-contact d {
    position: absolute;
    z-index: 1;
    width: 0;
    left: 0px;
    display: flex;
    transition: all 1s;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    transform: translateX(-100%);
    border-radius: 10px 0px 0px 10px;
}

.scroll-contact a:hover d {
    width: initial;
    padding: 0px 70px 0 15px;
    font-weight: 600;
    background: #D4D4D4;
    justify-content: start;
    left: -2px;
}

.scroll-contact span:hover d {
    left: -2px;
    width: initial;
    padding: 0px 40px 0 15px;
    font-weight: 600;
    background: #D4D4D4;
}

.scroll-contact d ul li a {
    border: none;
    padding: 0 8px;
    width: initial;
}

.scroll-contact d ul li a i {
    color: #000;
    font-size: 18px;
}

.home-search {
    background: rgb(0 0 0 / 3%);
}

.home-search {
    background: rgb(0 0 0 / 3%);
}

.home-search .bg-blue {
    padding: 60px 0;
    color: #fff;
}

.home-search .right {
    width: 50%;
}

.home-search .search input {
    height: 72px;
    width: 64%;
}

.home-search .search {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 14px 0px 30px;
    margin-bottom: 12px;
}

.home-search .search i {
    height: 48px;
    width: 48px;
    background: rgba(40,165,174,1);
    background: -moz-linear-gradient(-45deg, rgba(40,165,174,1) 0%, rgba(0,238,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(40,165,174,1)), color-stop(100%, rgba(0,238,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(40,165,174,1) 0%, rgba(0,238,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(40,165,174,1) 0%, rgba(0,238,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(40,165,174,1) 0%, rgba(0,238,255,1) 100%);
    background: linear-gradient(135deg, rgba(40,165,174,1) 0%, rgba(0,238,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28a5ae', endColorstr='#00eeff', GradientType=1 );
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}

.home-search p {
    font-size: 12px;
    color: #fff;
    line-height: 13px;
    margin-bottom: 0;
}

.home-search h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.home-search h6 {
    font-size: 20px;
    color: #fff;
    max-width: 25rem;
}

footer {
    background: #000000;
    margin-top: 66px;
}

footer .top {
    padding: 45px;
    border-bottom: 1px solid rgb(233 233 233 / 25%);
}

footer .center {
    padding: 30px;
    border-bottom: 1px solid rgb(233 233 233 / 25%);
}

footer .bottom {
    padding: 56px;
}

footer .center .title {
    font-size: 14px;
    color: #E9E9E9;
    margin-bottom: 25px;
    line-height: 16px;
    margin-top: 0;
}

footer .center ul {
    margin-bottom: 50px;
}

footer .center ul li {
    margin-bottom: 10px;
}

footer .center ul li a {
    font-size: 14px;
    color: #E9E9E9;
    margin-bottom: 5px;
    line-height: 16px;
}

footer p {
    font-size: 14px;
    color: #E9E9E9;
    margin-bottom: 0;
}

footer .center i {
    font-size: 50px;
    color: #FF9100;
}

footer .center .newlester i {
    color: #F5F5F5;
    font-size: 24px;
}

footer .center p {
    margin-bottom: 0;
    max-width: 40rem;
}

.policy {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bottom a {
    color: #E9E9E9;
    font-size: 14px;
}

footer .logo {
     font-size: 12px;
    color: #E9E9E9;
    font-weight: 700;
    line-height: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 20px;
}

.social-media a {
    color: #28A5AE;
    font-size: 21px;
}

.newlester p {
    color: #E9E9E9;
    font-size: 14px;
    line-height: 16px;
}

.newlester label {
    color: #E9E9E9;
    font-size: 14px;
    line-height: 16px;
}

.newlester-input-border {
    background: rgb(255 255 255 / 10%);
    margin: 23px 0 15px;
    border: 1px solid rgb(255 255 255 / 20%);
    padding: 1px;
}

.newlester-input-border input {
    margin-left: 10px;
    color: rgb(255 255 255/80%);
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-indent: 15px;
}

.newlester-input-border input::placeholder {
    margin-left: 10px;
    color: rgb(255 255 255/80%)
}

.newlester-input-border button {
    white-space: nowrap;
    background: #707070;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    padding: 12px;
    margin-left: 7px;
    cursor: pointer;
}

.check-input input[type=checkbox] {
    width: 0;
    height: 0;
    opacity: 0;
    display: none
}

.check-input label {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #E9E9E9;
    font-weight: 400;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
    background: #fff;
}

.check-input label:after {
    content: '\e817';
    font-family: 'zeplin';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: #000;
    transition: 300ms;
    opacity: 0;
    font-size: 12px;
}

.check-input input[type=checkbox]:checked~label:after {
    opacity: 1
}

.open-menu {
    max-width: 780px;
    position: fixed;
    right: 0;
    top: 0;
    background: #000;
    z-index: 2000;
    transform: translateX(780px);
    transition: all .3s;
    width: 100%;
}

.open-menu .top {
    height: 176px;
    padding-left: 76px;
    border-bottom: 1px solid rgb(233 233 233 / 20%);
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.open-menu .top i {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    height: 96px;
    width: 156px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.open-menu .top i:hover {
    color: #000;
}

.open-menu .center {
    height: calc(100vh - 320px);
    padding-left: 76px;
    display: flex;
    justify-content: space-between;
    padding: 46px 60px 60px 76px;
    align-items: stretch;
}

.open-menu .center .card {
    height: 100%;
    overflow: auto;
    width: 45%;
}

.open-menu .center .card .title {
    color: #E9E9E9;
    opacity: .6;
    font-size: 12px;
    margin-bottom: 15px;
}

.open-menu .center .card .title:nth-child(n+2) {
    margin-top: 35px
}

.open-menu .center .card li {
    margin-bottom: 12px;
}

.open-menu .center .card li a {
    color: #E9E9E9;
    font-size: 14px;
}

.open-menu .bottom {
    height: 144px;
    padding-left: 76px;
    border-top: 1px solid rgb(233 233 233 / 20%);
    display: flex;
    color: #fff;
    align-items: center;
    width: 100%;
    padding-right: 60px;
}

.open-menu .bottom p {
    margin-bottom: 0;
    font-size: 14px;
    width: 45%;
}

.open-menu .logo {
    font-size: 12px;
    color: #E9E9E9;
    font-weight: 700;
    line-height: 12px;
    display: flex;
    align-items: start;
    gap: 11px;
    flex-direction: column;
    margin-top: 63px;
}

.open-menu .social-media {
    gap: 15px;
    width: 100%;
}

.product-group {
    background: rgb(0 0 0 / 3%);
    position: relative;
}

.product-group:after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 0;
}

.product-group-for {
    padding-bottom: 0px;
    position: relative;
    z-index: 9;
}

.product-group .top {
    padding: 75px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-group .top h2 {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
}

.product-group .top i {
    font-size: 24px;
    color: #707070;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-group .item {
    font-size: 36px;
    color: #D4D4D4;
    padding: 5px 32px;
    border-right: 1px solid #D4D4D4;
    line-height: 36px;
    margin-bottom: 36px;
    cursor: pointer;
}

.product-group .item:hover ,.product-group .item.slick-active {
    color: #000000;
}

.product-group .item.slick-active {
    padding-left: 0;
}

.for-slide {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 96px;
    padding-top: 12px;
}

.for-slide .left {
    width: 50%;
}

.for-slide .list {
    background: #fff;
    padding: 30px 20px;
    margin: 39px 0 36px;
}

.for-slide a {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left: 8px;
    transition:all .5s;
}
.for-slide a:hover {
    color: #28A5AE;
    padding-left:16px;
}

.for-slide p {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    margin-top: 17px;
    max-width: 33rem;
    min-height: 48px;
}

.for-slide .product-count {
    background: var(--default-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 16px;
}

.for-slide a:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}

.for-slide .list> span {
    color: #707070;
    margin-bottom: 20px;
    display: flex;
}

.list .block {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    width: 275px;
    height: 48px;
    border: 1px solid rgb(40 165 174 / 20%);
    padding: 0 20px;
    justify-content: space-between;
}
.list .block span{
   display: block;
   white-space: nowrap;
}
.list .block i {
    font-size: 12px;
}

.list .drop {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    width: 100%;
    z-index: 13;
    height: 204px;
    overflow: auto;
}

.brand:hover .drop,.subgroups:hover .drop ,.groups:hover .drop {
    visibility: visible;
}

.drop li {
    color: #000;
    align-items: start;
    justify-content: start;
    padding: 6px 0;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
}

.news-slide {
    border: 1px solid #E9E9E9;
    padding: 30px 40px ;
}

.news-slide a {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left: 8px;
    transition:all .5s;
}
.news-slide a:hover {
    color: #28A5AE;
    padding-left:16px;
}
.news-slide a:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}

.catalog {
    display: flex;
    background: #E9E9E9;
    padding: 30px 66px ;
    gap: 84px;
    align-items: stretch;
    justify-content: space-between;
}

.catalog .text {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 0;
}

.catalog p {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    max-width: 15rem;
}

.catalog a {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left: 8px;
    transition:all .5s;
}
.catalog a:hover {
    color: #28A5AE;
    padding-left:16px;
}

.catalog a:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}

.home-about {
    margin-top: 26px;
    position: relative;
}

.home-about img {
    min-height: 340px;
    object-fit: cover;
    width: 100%;
    object-position: right;
}

.home-about .text {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 50px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
}

.home-about .text p {
    color: #fff;
    font-size: 32px;
    line-height: 37px;
    max-width: 31rem;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 60px;
}

.home-about a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left:8px;
    transition:all .5s;
}
.home-about a:hover {
    
    padding-left:16px;
}
.home-about a:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}

.news-slide-dots li {
    background: #ffffff30;
    width: 24px;
    height: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px
}

.news-slide-dots .slick-dots li button:before {
    content: "";
    width: 33px;
    background: #707070;
    height: 4px;
    opacity: .4;
    display: block;
}

.news-slide-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.news-slide-dots .slick-dots {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0 auto;
}

.news-slide .date {
    color: #707070;
    font-size: 14px;
    line-height: 14px;
}

.news-slide h4 {
    color: #707070;
    font-size: 20px;
    line-height: 23px;
    max-width: 14rem;
    font-weight: 400;
    margin-top: 20px;
    min-height: 100px;
}

.breadcrumb {
    margin-bottom: 30px;
    margin-bottom: 30px;
}

.breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 4px;
}

.breadcrumb ul li {
    position: relative;
    padding-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #707070;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.breadcrumb ul li a {
    color: #707070;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.breadcrumb li i {
    color: #707070;
    font-size: 10px;
}

.bg-search {
    background: rgb(40 165 174 / 30%);
    padding: 30px;
}

.default-search .bg-white {
    background: #fff;
    padding: 20px;
}

.default-search .bg-white i {
    font-size: 27px;
    margin-top: -34px;
    display: inline-block;
    position: relative;
    top: -5px;
    cursor: pointer;
}

.default-search label {
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 7px;
    display: block;
    margin-top: 5px;
}

.default-search .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.default-search .block span {
    color: #000;
}

.default-search  span {
    display: block;
    text-align: center;
    margin: 15px 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: #707070;
    text-transform: uppercase;
}

.default-search .list .po-re {
    width: calc(33.33% - 15px);
    background: #fff;
    padding: 7px 20px;
}

.default-search .list .block {
    width: 100%;
    border: none;
    padding: 0;
    height: 30px;
}

.default-search .search input {
    min-width: calc(100% - 46px);
}

.product-list {
    margin-top: 35px;
}

.product-list .item {
    background: #F5F5F5;
    padding: 42px 30px 30px;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-list .item:hover {
    background: rgb(247 247 247 / 60%);
  
}

.product-list .item img {
    max-width: 120px;
    max-height: 100px;
    object-fit: cover;
}

.product-list .item h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    text-transform: uppercase;
    max-width: 11rem;
}

.product-list .item .count {
    font-size: 14px;
    font-weight: 700;
    color: #707070;
    padding: 8px 16px;
    background: #E9E9E9;
}

.product-list-sub {
    margin-top: 35px;
}

.product-list-sub .item {
    padding: 20px 20px 20px 30px;
    border: 1px solid rgb(212 212 212 / 50%);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.product-list-sub .item:hover {
  border-color: #28A5AE;
}
.product-list-sub .item img {
    max-width: 160px;
    height: 160px;
    object-fit: cover;
}

.product-list-sub .item i {
    width: 160px;
    height: 160px;
    object-fit: cover;
    font-size: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28A5AE
}

.product-list-sub .item h2 {
    font-size: 16px;
    margin-top: 12px;
}

.product-list-sub .item .count {
    font-size: 14px;
    font-weight: 700;
    color: #28A5AE;
    padding: 8px 16px;
    background: rgb(40 165 174 / 15%);
    display: inline-block;
    margin-top: 15px;
}

.product-list-sub .item .brand {
    font-size: 11px;
    margin-bottom: 20px;
    color: #707070;
    line-height: 12px;
    max-width: 12rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    -webkit-line-clamp: 2;
}

.product-list-sub .item .kod {
    font-size: 14px;
    font-weight: 700;
    color: #28A5AE;
    display: inline-block;
    margin-top: 15px;
}

.product-list-kits {
    margin-top: 35px;
}

.product-list-kits .item {
    padding: 10px 20px 20px 30px;
    border: 1px solid rgb(212 212 212 / 50%);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    min-width: 33.333%;
}
.product-list-kits .item:hover {
    border-color: #28A5AE;
}
.product-list-kits .item img {
    max-width: 100px;
    height: 100px;
    object-fit: contain;
}

.product-list-kits .item h2 {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 28px;
}
.product-detail .product-list-kits .item h2 {max-width:10rem;}
.product-list-kits .item .brand {
    font-size: 11px;
    margin-bottom: 20px;
    color: #707070;
    line-height: 12px;
    max-width: 12rem;
}

.product-list-kits .item .kod {
    font-size: 14px;
    font-weight: 700;
    color: #28A5AE;
    display: inline-block;
    margin-top: 15px;
}

.banner {
    margin: var(--default-lr);
    padding: 34px 0;
    margin-bottom: 35px;
    min-height: 300px;
    background-size: cover;
    background-position: right;
    display: flex;
}

.banner:not(.banner-img) {
    background: #F5F5F5;
}

.banner.h-500 {
    height: 500px;
}

.banner.c-container {
    height: 100%;
}

.banner .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.banner .item img {
    height: 230px;
    object-fit: cover;
}

.banner .item h1 {
    font-size: 48px;
    margin-bottom: 9px;
    color: #000;
    line-height: 38px;
    display: block;
    font-weight: 700;
    position: relative;
}

.banner.banner-img .item h1 {
    color: #fff;
}

.banner .item h1:after {
    position: absolute;
    top: 0;
    left: -32px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 34px;
}

.banner .item span {
    font-size: 20px;
    margin-bottom: 8px;
    color: #000;
    line-height: 24px;
    display: block;
    font-weight: 700;
}

.banner.banner-img .item span {
    color: #fff;
}

.banner .item .count {
    font-size: 14px;
    font-weight: 700;
    color: #707070;
    padding: 8px 16px;
    background: #E9E9E9;
    display: inline-block;
}

.product-information-list .item {
    padding: 40px 30px 30px;
}

.product-information-list .item h2 {
    margin-top: 0px;
    margin-bottom: -33px;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    max-width: 10rem;
}

.information-list-sub-two .item h2 {
    max-width: 10rem;
    font-size: 20px;
}

.content-tree .item {
    position: relative;
}

.content-tree .play-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.content-tree .play-content i {
    transition: all .5s;
    transform: scale(1.2);
    color: red;
    font-size: 36px;
    cursor: pointer;
}

.content-tree .item:hover .play-content i {
    transform: scale(1);
}

.content-tree .text {
    text-align: center;
    margin: 60px auto 60px;
}

.content-tree .text img {
    max-height: 320px;
    object-fit: cover;
}

.content-tree .text h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
}

.content-tree .text p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 5px;
}

.content-tree .text strong {
    display: block;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #000000;
    padding-bottom: 49px;
    margin-bottom: 0px;
    position: relative;
}
.content-tree .text strong:after {
  content:"";
    background: #000000;
    position: absolute;
    width:120px;
    height:2px;
    bottom:35px;
    left:calc(50% - 60px );
    
}
.full-galeri {
    padding: 174px 0 230px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: -65px;
}

.full-galeri h2 {
    color: #707070;
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.galeri-slider.slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.full-galeri .slick-galeri-dots {
    position: relative;
}

.full-galeri .slick-dots {
    position: absolute;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: -57px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.full-galeri .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.full-galeri .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.full-galeri .slick-galeri-dots .slick-dots li button:before {
    content: "";
    width: 40px;
    background: #707070;
    height: 4px;
    border: 1px solid #707070;
    border-radius: 0px;
    opacity: .4;
    display: block;
}

.full-galeri .slick-galeri-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.full-galeri .slick-slide {
    margin: 0 20px;
}

.full-galeri .slick-list {
    padding: 0px 30% 0 30% !important;
    margin: 0 -20px;
}

.default-page {
    min-height: 60vh
}

.default-page .page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 150px;
}

.page-container > .sidebar {
    padding: 20px 30px 36px;
    position: sticky;
    top: 120px;
    min-width: 330px;
    height: inherit;
    background: #F5F5F5;
}

.page-container > .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-container > .sidebar ul li a {
    display: block;
    color: #707070;
    font-weight: 700;
    padding: 16px 0;
    transition: 300ms;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
    font-size: 14px;
}

.page-container > .sidebar ul li:first-child a {
    border-top: 0;
}

.page-container > .sidebar ul li.active a,.page-container > .sidebar ul li:hover a {
    color: #000;
    border-bottom: 1px solid rgb(0 0 0);
}

.default-page .page-container > .content {
    width: calc(100% - 330px);
    background: #fff;
    padding: 70px var(--container-out) 0 120px;
    position: relative;
    margin-top: -200px;
}

.content img {
    margin-bottom: 48px;
    width: 100%;
}

.content p {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
}

.content h1,.content strong {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 48px;
    font-weight: 400;
    display: block;
}

.product-flex {
    align-items: stretch;
    display: flex;
    background: #fff;
    height: calc(100vh - 166px);
}

.product-img {
    flex: 0 0 auto;
    width: calc(50% - 15px);
    height: calc(100% - 82px);
    position: relative;
}

.product-detail {
    flex: 0 0 auto;
    width: calc(50% + 15px);
    height: 100%;
    overflow: auto;
    padding-left: 30px;
}

.product-detail .title-detail {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #28A5AE;
}

.product-detail .title-detail h1 {
    font-size: 32px;
    color: #000000;
    margin-bottom: 0;
}

.product-detail .detail-bottom {
    height: calc(100% - 165px);
    overflow: auto;
    padding-bottom: 100px;
    margin-top: 35px;
    padding-right: 30px;
}

.pro-top-slider {
    margin: 0px auto;
    height: calc(100% - 159px);
}

.pro-top-slider .item img {
    padding: 20px;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.pro-bottom-slider .item img {
    padding: 5px;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
}

.pro-bottom-slider {
    padding: 0 82px;
    margin: 0 30px;
    border-top: 1px solid rgb(82 109 128/30%);
    position: relative
}

.bg-gray {
    background-color: #F5F5F5;
}

.pro-bottom-slider .slick-current.slick-active {
    position: relative;
}

.pro-bottom-slider .slick-current.slick-active:after {
    content: "";
    background: #28A5AE;
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 3px;
}

.slick-list,.slick-track {
    height: 100%;
}

.product-img .fancybox {
    position: relative;
    top: 30px;
    left: 30px;
    z-index: 9;
}

.product-img .fancybox i {
    font-size: 36px;
    color: #707070;
}

.product-bottom-prev {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    left: 30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #192F4E;
    background: rgb(82 109 128 / 5%);
}

.product-bottom-next {
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #192F4E;
    background: rgb(82 109 128 / 5%);
}

.title-detail .bg {
    text-align: center;
    background: #28A5AE;
    height: 100%;
    padding: 0 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-width: 215px;
}

.title-detail .bg p {
    color: #fff;
    margin-bottom: 0;
    font-size: 20px;
}

.title-detail .bg strong {
    color: #fff;
    font-size: 20px;
}

.product-detail .card {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(212 212 212 / 50%);
}

.product-detail .engine.card {
    border-bottom: 1px solid #28a5ae;
    margin-bottom: 22px;
}

.product-detail .card .left {
    width: 210px;
    font-size: 12px;
    color: #707070;
}

.product-detail .card .oem-no {
    display: flex;
    margin-bottom: 15px;
}

.product-detail .card .oem-no .oem-brand {
    width: 210px;
}

.description p {
    font-size: 12px;
    color: #000000;
}

.gtin h3 {
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
}

.card .oem-brand {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}

.card li {
    font-size: 12px;
    color: #000000;
    margin-bottom: 4px;
}
.engine.card  .engine-card{width: calc(100% - 210px);}
.engine.card .right {
    display: flex;
    margin-bottom: 6px;
    align-items: start;
}

.engine.card .right .engine-brand {
    width: 210px;
    font-size: 12px;
    color: #000000;
    font-weight: 700;
}

.engine ul {
    display: flex;
    align-items: start;
    gap: 2px;
    flex-wrap: wrap;
    flex: 1;
}

.engine ul li::after {
    content: ",";
    margin-left: 3px;
}

.engine ul li:last-child::after {
    content: "";
}

.detail-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0;
    position: relative;
    z-index: 2
}

.detail-links ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 28px;
    width: 100%
}

.detail-links ul li {
    position: relative;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    padding: 24px 0;
}

.detail-links ul li a {
    position: relative;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    padding: 0px 0;
}

.share-social-card {
    position: absolute;
    bottom: 90%;
    left: -150px;
    width: 370px;
    display: none;
    padding-bottom: 20%;
}

.share-social {
    padding: 13px;
    background: #fff;
    margin-top: 0;
    border-radius: 10px;
    border: 1px solid rgb(112 112 112 / 30%);
    text-align: center
}

li:hover .share-social-card {
    display: block
}

.share-social .social-btn {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.detail-links .share-social li {
    color: #707070;
    font-size: 20px;
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgb(112 112 112 / 20%);
    justify-content: center
}

.share-social li i,.icon-copy {
    color: #707070;
}

.share-social li:hover {
    color: #fff;
    background: #707070;
}

.share-social li:hover i {
    color: #fff
}

.share-social .copy {
    border: 1px solid rgb(82 109 128/60%);
    padding: 10px;
    border-radius: 5px;
    margin-top: 11px
}

.share-social p {
    color: #707070;
    font-size: 12px;
    margin-bottom: 0;
    position: relative
}

.share-social p:after {
    background: #526d80;
    content: "";
    position: absolute;
    left: 0%;
    width: 20%;
    height: 1px;
    top: 10px
}

.share-social p:before {
    background: #526d80;
    content: "";
    position: absolute;
    right: 0%;
    width: 20%;
    height: 1px;
    top: 10px
}

.share-social .copy p:after,.share-social .copy p:before {
    display: none
}

.product-details .tab {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #B7DDE0;
    padding: 0px 0;
}

.product-details .tab-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details .tab .left ul {
    display: flex;
    align-items: center;
    gap: 28px;
}

.product-details .tab .left ul li {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}

#technical {
    border: 1px solid rgb(212 212 212 / 50%);
    padding: 5px;
}

#technical h2.title {
    text-transform:uppercase;
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 28px;
    padding-left: 20px;
}

#technical li {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    border-bottom: 1px solid rgb(212 212 212 / 50%);
    padding: 10px 0;
}
#technical li:last-child {
  
  border:none;
}

#technical li span {
    display: block;
    min-width: 240px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    color: #707070;
}

#technical li strong {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

#brand-engine {
    border: 1px solid rgb(212 212 212 / 50%);
    padding: 5px;
    margin-top:40px;
    max-height:450px;
    overflow-y:auto;
}

#brand-engine h2.title {
    text-transform:uppercase;
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 28px;
    padding-left: 20px;
}

#brand-engine li {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    border-bottom: 1px solid rgb(212 212 212 / 50%);
    padding: 10px 0;
}
#brand-engine li:last-child {
  
  border:none;
}

#brand-engine li span {
    display: block;
    min-width: 240px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    color: #707070;
}
#document {
    border: 1px solid rgb(212 212 212 / 50%);
    padding: 5px;
    margin-top: 25px;
    padding-right: 55px;
    padding-bottom: 28px;
}
#document h2.title {
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 28px;
    padding-left: 20px;
    text-transform: uppercase;
}
#document div{padding-left:20px; font-size:14px; color:#707070;}
#used-products h2.title {
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform:uppercase;
}
#repair-kits h2.title {
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform:uppercase;
}
#repair-kits .product-list-kits .item {
   min-width: 33.333%;
   padding: 20px;
}
#repair-kits .product-list-kits .item h2 {
  margin: 5px 0 28px;
  color: #000000;
  min-height: 38px;
}
#repair-kits .product-list-kits .item .brand {
   
    margin-bottom: 0px;
}
#used-products .product-list-kits .item {
   min-width: 33.333%;
   padding: 20px;
}
#used-products .product-list-kits .item h2 {
  margin: 5px 0 28px;
  color: #000000;
  min-height: 38px;
}
#used-products .product-list-kits .item .brand {
   
    margin-bottom: 0px;
}
#keywords {
    border: 1px solid rgb(212 212 212 / 50%);
    padding: 5px;
    margin-top: 25px;
    padding-right: 55px;
    padding-bottom: 28px;
}
#keywords h2.title {
    text-transform:uppercase;
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 35px;
    margin-top: 28px;
    padding-left: 20px;
}
#keywords .pl-20 {padding-left:20px; }
#keywords .d-flex {gap:10px; }
#keywords a{ border: 1px solid rgb(212 212 212 / 50%);border-radius:50px;padding:9px 14px; font-size:12px;}
#keywords a:hover{ background: #E9E9E9;border-color: #E9E9E9;}
#similar-product {background: rgb(40 165 174 / 10%);padding: 20px;margin-top: 20px;}
#similar-product h2.title {
    text-transform:uppercase;
    font-size: 14px;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

#similar-product .slide {margin-bottom:20px;background:#fff;}
#recently-product.product-list-sub .item img {
    max-width: 95px;
    height: 150px;
    object-fit: contain;
}
#similar-product.product-list-sub .item img {
    max-width: 100px;
    height: 150px;
    object-fit: contain;
}
.more-kits { font-size: 14px;color:#707070;}
#similar-product .arrow{display:flex;align-items:center;gap:10px;margin:15px 0 35px}
#similar-product .arrow li{
    cursor: pointer;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #192F4E;
    background: rgb(255 255 255 / 50%);
    }
#similar-product .similar-product-slider  .item h2 {
    margin: 5px 0 28px;
    color: #000000;
}
#recently-product h2.title {
    font-size: 14px;
	text-transform:uppercase;
    color: #28A5AE;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
}
.searchlist li a {
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.text-uppercase{text-transform: uppercase;}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
 
    background-color: #28A5AE !important;
}
.pagination {
display: flex;
justify-content: center;
margin-top: 33px;
margin-bottom: 90px;}
.pagination .page-item {
    margin: 0 2px;
    border-radius: 5px;
    overflow: hidden;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.pagination .page-link {
    z-index: 2;
    color: #707070;
    background-color: transparent;
    border-color: transparent;
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-link:hover,.pagination .active .page-link {
    z-index: 2;
    color: #fff;
    background-color: var(--default-color);
    border-color: var(--default-color);
}

.pagination .page-link svg {
    font-size: 14px;
}

.pagination .page-link:hover svg,.pagination .page-link.active i {
    z-index: 2;
    color: #fff;
}
/* compored*/

#compared {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #fff;
    z-index: 105
}

#compared .toplink {
    background: #28A5AE;
    padding: 15px 0;
    color: #fff
}

#compared .toplink a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 18px;
    font-weight: 700
}

#compared .toplink a svg {
    font-size: 16px
}

#compared .toplink span {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
}

.comparedlist {
    margin: 10px 0
}
.comparedlist>.d-flex {
  gap:10px;
}

.comparedlist .product .item {
    padding: 15px 20px;
    text-align: left;
    position: relative;
    border: 1px solid #D4D4D4;
}.comparedlist .product .item .gap-3{
   gap:15px
}

.comparedlist .product h2 {
    margin-bottom: 14px;
    min-height: initial;
    line-height: 20px;
    font-size: 16px;
    color: #000;
}

.comparedlist .product h6 {
    font-size: 11px;
    font-weight: 400;
    color: #000;
    margin-bottom: 2px;
    line-height: 15px
}
.comparedlist .product h3 {
    font-size: 18px;
    font-weight: 700;
    color: #28A5AE;
    margin-bottom: 2px;
    line-height: 24px
}
.comparedlist .product .item i {
    color: #000000;
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
    font-size: 12px;
}

.compared-bg {
    width: calc(100% - 120px );
    margin: 15px 60px 60px;
    position: relative;
    background: #F5F5F5;
    height: 255px;
    display: flex;
    align-items: center;
}
.compared-bg .left{background: #fff;width: 35%;padding: 20px 0;}
.comparedkodadd {
    background: #fff;
    position: relative;
    height: 35px;
    padding: 0 8px;
}

.comparedkodadd input {
    border: none;
    text-indent: 0;
    color: #000;
    font-weight: 500;
    position: relative;
    z-index: 99;
    width: 16rem;
    outline: none;
    font-size:18px;
}

.comparedkodadd input::placeholder {
    color: #000;
    font-weight: 400
}

.compared-bg h4 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.compared-bg span {
    color: #707070;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    padding-left: 8px;
}

.comparedkodadd span {
    background: #28A5AE;
    color: #fff;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.comparedlists {
    margin-bottom: 50px
}

.comparedlists .list {
    background: #fff;
    position: relative;
    z-index: 9;
    min-height: 50vh;
    border-radius: 0;
    padding-top: 20px;
    gap: 10px
}

.comparedlists .list ul {
    width: 20%;
    min-width: 270px
}

.comparedlists .list li {
    border-bottom: 1px solid rgb(82 109 128/25%);
    padding: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
    overflow-x: auto
}
.comparedlists .list li a{
   
    color: #000;
}
.comparedlists .list .title li {
    font-weight: 700;
    color: #000;
}

.comparedlists .list li:first-child {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    min-height: 160px;
    justify-content: space-between
}

.comparedlists .list li:first-child span {
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    color: #526d80;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center
}

.comparedlists .list .title li:first-child {
    flex-direction: initial;
    align-items: end;
    justify-content: start;
    gap: 3px
}

.comparedlists .list .title li:first-child input {
    height: 18px;
    width: 18px;
    margin-bottom: 2px
}

.back {
    cursor: pointer;
    margin-top: 50px;
    background: #E9E9E9;
    color: #707070;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
    font-size: 14px;
    padding: 16px 23px;
}
.addcompared-product{color: var(--default-color);position: absolute;right: 0;bottom: -52px;width: 100%;display: flex;align-items: center;justify-content: center;background: #F5F5F5;height: 50px;gap: 15px;text-transform: uppercase;font-size: 16px;font-weight: 700;cursor: pointer;}
.product-list-kits .goback{display: inline-block;margin: 0px 0 30px;font-size: 14px;}
.product-list-kits .goback i{font-size:14px;}
.notfound-product {
    margin-bottom: 60px
}

.notfound-product .notfound {
    width: 100%;
    padding: 30px 0;
    border-radius: 5px;
    text-align: center
}

.notfound .right {
    width: 100%;
    max-width: 650px;
    margin: 0 auto
}

.notfound-input-border {
    border: 1px solid #526d80;
    padding: 4px 4px 4px 16px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 15px
}

.notfound h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 40px 0 19px;
    color: #000;
}

.notfound p {
    color: #707070;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300
}

.notfound-input-border input {
    margin-left: 10px;
    color: #526d80;
    width: 100%;
    border: none;
}

.notfound-input-border input::placeholder {
    margin-left: 10px;
    color: #526d80
}

.notfound-input-border button {
    white-space: nowrap;
    background: var(--default-color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    padding: 12px;
    margin-left: 7px;
    cursor: pointer;
}

.notfound-input-border button:hover {
    background: rgb(40 165 174 / 70%);
}

.notfound .check-input label {
    color: #707070;
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding-left: 30px
}
.certifica .item {
    min-height: 380px;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.certifica .item .bg-img {
    width: 55%;
    margin-bottom: 30px
}
.certifica .item h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    min-height: 48px;
    color: #707070;
    display: flex;
    align-items: start;
    gap: 8px;
    width: 90%;
}
.sunum .item h4 {
  
    padding-left: 90px;
}
.page-media {margin: 60px 0 150px;}
.page-media.news .date {
    color: #707070;
    font-size: 14px;
    line-height: 14px;
}
.page-media.news h4 {
    color: #707070;
    font-size: 20px;
    line-height: 23px;
    max-width: 14rem;
    font-weight: 400;
    margin-top: 20px;
    min-height: 100px;
}
.page-media.news .item {
    border: 1px solid #E9E9E9;
    padding: 30px 40px;
}
.page-media.news  a {
    color: #707070;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    left: 15px;
    padding-left: 8px;
    transition:all .5s;
    cursor: pointer;
}
.page-media.news  a:hover {
    color: #28A5AE;
    padding-left:16px;
}
.page-media.news  a:after {
    position: absolute;
    top: 0;
    left: -15px;
    font-family: "zeplin";
    content: "\e805";
    color: var(--default-color);
    font-size: 17px;
}
.default-page.media .page-left{
    position: sticky;
    top: 120px;
    max-width: 600px;
    height: inherit;
    width: 50%;
}
.default-page.media  .page-container > .content {
    width: calc(100% - 600px);
    background: #fff;
    padding: 70px var(--container-out) 0 120px;
    position: relative;
    margin-top: -150px;
}
.default-page.media  .page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0;
}
.default-page .date {
    color: #707070;
    font-size: 14px;
    line-height: 14px;
}
.default-page .share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #707070;
}
.default-page .share  i {
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    color: #707070;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    gap: 5px;
    border: 1px solid #707070;
}
.default-page .share  i:hover {
    color: #fff;
    background: #707070;
}
.page-catalog .item{background: #E9E9E9;}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background: #00000078;
  }
  
  .modal-content {
    position: relative;
    background-color: white;
    margin: 10% auto;
    width: 100%;
    border-radius: 8px;
  }
  
  .close-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  .sablon .form {
    padding: 120px 0px;
}
 .sablon.document-form .form {
    padding: 120px 90px;
    background: rgb(212 212 212 / 50%);
}

.sablon .form .right label,.sablon .form .form-control-static {
    font-size: 20px;
    color: #707070;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px
}

.sablon .form .right label:last-child {
    margin-top: 46px
}

.sablon .form input,.sablon .form textarea,.sablon .form select {
    width: 100%;
    margin-bottom: 14px;
    padding: 18px 20px;
    color: #000;
    outline: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 14px;
}

.sablon .form input::placeholder,.form textarea::placeholder {
    color: #707070;
    font-size: 14px;
}

.sablon .form textarea {
    height: 150px
}

.sablon .form .left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    padding-right: 46px;
}

.sablon .form .right {
    width: 60%;
    padding-left: 75px;
}

.sablon .form.contact-form .right {
    width: 65.3%;
    padding-left: 75px;
    margin-top: 0
}

.sablon .form .frm-btn {
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    margin-top: 0;
    background: var(--default-color);
    color: #fff;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    box-shadow: 0 0;
    position: relative;
    transition: all .5s;
    left: 0;
    margin-right: 15px;
    cursor: pointer;
}

.sablon .form .modalhide {
    background: #526d80
}



.sablon .form .frm-btn svg {
    font-size: 10px;
    margin-left: 10px;
    color: #fff;
    font-weight: 900;
    position: relative;
    transition: all .5s
}

.sablon .form .frm-btn:hover svg {
    margin-left: 20px
}

.checkbox {
    display: flex;
    align-items: start;
    gap: 5px
}

.sablon .form .checkbox label {
    font-size: 14px;
    font-weight: 300;
    color: #707070;
}

.sablon .form .checkbox label a {
    color: #707070;
    font-weight: 500;
    display: block;
    text-decoration: underline;
}

.sablon .form .checkbox input {
    margin-bottom: 0;
    height: 30px;
    border: none;
    padding: 0;
    width: 30px
}

.sablon .form h2 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    margin-bottom: 30px;
    max-width: 30rem;
}

.sablon .form p {
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    line-height: 27px;
    max-width: 26rem;
}

.sablon  .flex-form .form-group {
    padding-right: 15px;
    padding-left: 15px;
    width: 50%;
}
.sablon  .flex-form .form-group.w-100 {

    width: 100%;
}

.sablon.document-form .flex-form  .form-group:nth-child(4) {
  
    width: 100%;
}

.sablon  .flex-form form label {
    display: none;
}
.gorsel-content .item {
}

.gorsel-content .item>img {
    margin-bottom: 0;
}

.gorsel-content .item a {
    padding: 15px 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    transition:all .5s;
}
.gorsel-content .item a  .g-btn-icon{left:0}
.gorsel-content .item a:hover {
   color:var(--default-color);
    padding:15px 10px;
}

.gorsel-content h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    min-height: 48px;
    color: #707070;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 94%;
    display: flex;
    gap: 40px;
}

.gorsel-content h4 span {
    background: #28A5AE;
    padding: 12px 20px;
    color: #fff;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-img {
    position: relative;
    margin-bottom: 10px
}

.video-img .play-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.video-img .play-content a {
    background: 0 0;
    padding: 0;
    border: none
}

.video-img .play-content i {
    transition: all .5s;
    transform: scale(1);
    color:#FF0000;
    font-size: 32px;
}

.video-img:hover .play-content i {
    transition: all .5s;
    transform: scale(1.2)
}

.sunum .item {
    height: 300px;
    min-height: 300px;
    background: #F5F5F5;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 45px;
}

.sunum .item span {
    background: #28A5AE;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.pl-90{padding-left: 90px;}
.sablon.form-sablon .form input, .form-sablon  .form textarea, .form-sablon  .form select {
  
    border: 1px solid #D4D4D4;
    background: #fff;
}
.sablon.career .flex-form  .form-group:nth-child(8) ,.sablon.career .flex-form  .form-group:nth-child(9){
  
    width: 100%;
}
.flex-form input[type=file] {
    display: none
}

.flex-form form .control-file-label {
    display: flex;
    margin: 0!important;
    font-size: 16px!important;
    width: 50%;
    cursor: pointer
}

.flex-form form .control-file-label.control-file-label-right {
    display: flex;
    margin: 0!important;
    font-size: 16px!important;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28A5AE;
    padding: 13px 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 300
}

.form-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 30px) !important;
    margin: 0 auto 15px;
    background: #F5F5F5;
    padding: 9px 0
}
.sablon .flex-form form .control-file-label {
    display: flex;
    margin: 0 !important;
    font-size: 14px !important;
    width: 230px;
    cursor: pointer;
    display: flex;
    font-weight:400;
}
.sablon .flex-form form .control-file-label:last-child {
  
    font-weight: 700;
}
.submit-group{display: flex;
    justify-content: end;}
.static  .control-label-static {display: block !important;}
.static  .form-control-static{display: none !important;}

.sablon.services .flex-form  .form-group:nth-child(7),.sablon.services .flex-form  .form-group:nth-child(16) {
  
    width: 100%;
}
.g-recaptcha{transform: scale(.8);transform-origin: 0 0;}
.sablon.form-sablon .form .frm-btn {
    margin-right: 0;
}
.faqs-layout .faq {
    position: relative;
    transition: all ease-in 500ms;
    margin-bottom: 0;
    border-top: 1px solid rgb(112 112 112 / 25%);
}
.faqs-layout .faq:first-child {
  
    border-top: none;
}

.faqs-layout .faq .faq-header {
    padding: 14px 0px;
    cursor: pointer;
    user-select: none;
    position: relative;
    color:#000;
    transition: 300ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faqs-layout .faq .faq-header .title {
    font-size: 24px;
    margin: 0;
    font-weight: 400;
    padding-right: 20px;
    color: #000;
    line-height: 40px;
}
.faqs-layout .faq.open .faq-header .title {
    color: #28A5AE;
}
.faqs-layout .faq .faq-header:after {
    content: '\e816';
    border-radius: 100%;
    font-family: 'zeplin';
    font-weight: normal;
    color: #707070;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: 300ms;
}


.faqs-layout .faq .faq-body {
    padding: 0 50px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.faqs-layout .faq.open .faq-body {
    padding: 0px 0 20px;
    opacity: 1;
    max-width: 89%;
    max-height: initial;
}

.faqs-layout .faq.open .faq-header:after {
    content: '\e815';
}

.faqs-layout .faq .faq-body p {
   color:#707070;
}
.contact-page{margin-top:60px;margin-bottom: -66px;}
.contact-page .page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	}
.contact-page .left{width: calc(45% - 0px);padding-left: var(--container-out);border-right: 1px solid rgb(212 212 212 / 50%);}
.contact-page .right{
	background: #fff;
	padding: 48px var(--container-out) 0 120px;
	position: relative;
	margin-top: -150px;
	width: calc(55% + 0px);
	}
    .contact-page .tab {
        display: none;
    }
    .contact-page .tab.active {
        display: block;
    }
    .map{height: 400px;margin-top: 75px;}
    .contact-page ul.link {
       gap:15px;
    }
   .contact-page .sablon .form {
        padding: 20px 0px;
    }
    .contact-page   .sablon .flex-form  .form-group:nth-child(4) {
  
        width: 100%;
    }
    .contact-page  ul.link li {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #E9E9E9;
        cursor: pointer;
        padding: 16px 36px;
        max-width: 330px;
    }
    
    .contact-page  ul.link li.active,.contact-page  ul.link li:hover {
        background: #28A5AE;
    }
    
    .contact-page  ul.link li a {
        color: #707070;
        font-size: 20px;
        font-weight: 500;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .contact-page  ul.link li.active a,.contact-page  ul.link li:hover a {
        color: #fff;
    }
    .contact-page  ul.link li span {
        color: #707070;
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
    }
    
    .contact-page  ul.link li.active span,.contact-page  ul.link li:hover span {
        color: #fff
    }
    .document-form .flex-form form{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}
    .contact-page  h2.title{margin: 40px 0 30px; font-size: 24;font-weight: 700;line-height: 28px;color: #707070;}
    .contact-page  h2.title2{margin: 0px 0 30px; font-size: 24;font-weight: 700;line-height: 28px;color: #707070;}
    .contact-page  p{margin: 0px 0 14px; font-size: 20px;font-weight: 400;line-height: 24px;color: #000; max-width: 24rem;}
    .contact-page  .tel{margin: 30px 0 5px; }
    .contact-page  .tel a{transition: all .5s; font-size: 36px;font-weight: 700;line-height: 36px;color: #000; display: flex; gap: 10px; align-items: center;}
    .contact-page  .tel a i{ font-size: 24px;}
    .contact-page  .tel a:hover { gap:20px;}
    .contact-page  label{margin: 0px 0 30px;font-size:11px;font-weight: 400;line-height: 11px;color: #707070;display: block;}
    .contact-page  .email li { margin-bottom: 10px;}
    .contact-page  .email li a{transition: all .5s; font-size: 16px;font-weight: 400;line-height: 24px;color: #000; display: flex; gap: 10px; align-items: center;}
    .contact-page  .email li a:hover { gap:20px;}
    .margin-60{margin-top: 60px;}
    .margin-bottom-60{margin-bottom: 60px;}
    .contact-page  ul.dealer {flex-direction: column; gap:0;}