<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog__item {
    display: flex;
    flex-direction: column;
}
.bi__img {
    position: relative;
    margin: 0 0 15px;
}
.bi__thumb {
    width: 100%;
    height: 210px !important;
    object-fit: cover;
}
.bi__cat {
    position: absolute;
    left: 20px;
    bottom: 20px;
    border-radius: 5px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #0B564F;
    padding: 5px 12px;
    background: rgba(255, 255, 255, .9);
}
.not__thumb {
    width: 100%;
    height: 210px;
    background: rgba(27, 150, 143, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.bi__title {
    padding-left: 18px;
    margin-bottom: 10px;
    position: relative;
}
.bi__title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #1B968F;
}
.bi__date {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #7F7F7F;
    margin: 0 0 10px;
}
.bi__title h4 {
    margin: 0;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #1B968F;
    transition: .5s;
}
.bi__title h4:hover {
    color: #0B564F;
}
.bi__bottom {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}
.blog__list .blog__item {
    width: calc(33.3% - 40px/3);
    margin-bottom: 30px;
    margin-right: 20px;
}
.blog__list .blog__item:nth-child(3n) {
    margin-right: 0;
}
.blog__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.pagination {
    position: relative;
}
.loading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
}
.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginationjs-page {
    background: #EFF0F1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 0 10px;
}
.paginationjs-page a {
    color: #5C5C5C;
}
.paginationjs-page.active {
    background: #1B968F;
}
.paginationjs-page.active a,
.paginationjs-page.active a:hover {
    color: #fff;
}
.paginationjs-prev {
    margin-right: 20px;
}
.paginationjs-next {
    margin-left: 20px;
}
.paginationjs-prev svg,
.paginationjs-next svg {
    display: block;
}
.paginationjs-prev svg path,
.paginationjs-next svg path {
    transition: .5s;
}
.paginationjs-prev:hover svg path,
.paginationjs-next:hover svg path {
    opacity: 1;
}
.post__tags {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.pt__item {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #0B564A;
    display: block;
    padding: 7px 30px 6px;
    background: rgba(27, 150, 143, .1);
    margin: 0 5px 10px;
}
.pp-breadcrumbs-item {
    text-align: center;
}
.pagination {
    display: none;
}
.pagination.top-border {
    margin: 0;
    padding-top: 40px;
    border-top: 1px solid #0000001a;
}
@media(max-width:1024px){
.blog__list .blog__item {
    width: calc(50% - 10px);
}
.blog__list .blog__item:nth-child(3n){
    margin-right: 20px;
}
.blog__list .blog__item:nth-child(2n) {
    margin-right: 0;
}
}
@media(max-width:539px){
.blog__list .blog__item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
}
.paginationjs-page {
    margin: 0 7.5px;
}
.paginationjs-prev {
    margin-right: 10px;
}
.paginationjs-next {
    margin-left: 10px;
}
.post__tags {
    justify-content: flex-start;
}
}

/* Projects */
.card {
    height: 410px;
    position: relative;
    perspective: 1000px;
}
.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: .5s;
  backface-visibility: hidden;
}
.front {
  background-color: #fff;
}
.back {
    background-color: #EBEBEB;
    transform: rotateY(180deg);
    padding: 30px 5px 30px 20px;
}
.card:hover .front {transform: rotateY(180deg);}
.card:hover .back {transform: rotateY(360deg);}
.project__item {
    width: calc(25% - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
}
.project__item:nth-child(4n) {
    margin-right: 0;
}
.project__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.pi__title {
    margin: 0 0 10px;
    padding-left: 15px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #1B968F;
    position: relative;
    transition: .5s;
}
.pi__title:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background: #1B968F;
    top: 0;
    left: 0;
    transition: .5s;
}
.pi__title:hover {
    color: #0B564F;
}
.pi__title:hover:before {
    background: #0B564F;
}
.pi__desc {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 15px;
}
.pi__more {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    background: #1B968F;
    padding: 15px 30px;
    display: inline-block;
    transition: .5s;
}
.pi__more:hover {
    background: #0B564F;
    color: #fff;
}
.pi__img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.front .not__thumb {
    height: 100%;
}
.tl__item {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF !important;
    background: #1B968F;
    padding: 10px 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    transition: .5s;
    flex-grow: 1;
}
.tl__item.current_tax{
    background: #0B564F;
}
.tl__item:hover {
    color: #fff;
    background: #0B564F;
}
.tax__list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
}
@media(max-width:1199px){
.tl__item {
    width: calc(100%/6 - 50px/6);
}
.tl__item:nth-child(6n) {
    margin-right: 0;
}
.project__item {
    width: calc(33.3% - 40px/3);
}
.project__item:nth-child(4n){
    margin-right: 20px;
}
.project__item:nth-child(3n) {
    margin-right: 0;
}
.tax__list {
    width: 100%;
}
}
@media(max-width:991px){
.tl__item {
    width: calc(100%/4 - 30px/4);
}
.tl__item:nth-child(6n) {
    margin-right: 10px;
}
.tl__item:nth-child(4n) {
    margin-right: 0;
}
.project__item {
    width: calc(50% - 10px);
}
.project__item:nth-child(3n) {
    margin-right: 20px;
}
.project__item:nth-child(2n) {
    margin-right: 0;
}
}
@media(max-width:767px){
.back {
    padding: 20px 5px 20px 20px;
}
.pi__desc {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
}
}
@media(max-width:539px){
.tl__item {
    width: calc(100%/3 - 20px/3);
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
}
.tl__item:nth-child(4n) {
    margin-right: 10px;
}
.tl__item:nth-child(3n) {
    margin-right: 0;
}
.project__item {
    width: 100%;
    margin-right: 0 !important;
}
.pi__desc {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 15px;
}
.back {
    padding: 30px 5px 30px 20px;
}
}
.pc__item a {
    padding: 5px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(11, 86, 79, 0.1);
    display: block;
    height: 190px;
    margin: 30px 10px 0;
}
.pc__text {
    display: block;
    padding: 0 10px;
    margin-top: 15px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
    color: #000000;
}
.pc__item a img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.owl-stage-outer:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #fff 10%, transparent 100%);
    z-index: 1;
}
.owl-stage-outer:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(to left, #fff 10%, transparent 100%);
    z-index: 1;
}
.top-arrow .owl-prev,
.bott-arrow .owl-prev,
.blog__slider .owl-prev{
    width: 70px;
    height: 50px;
    background: #1B968F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    position: relative;
}
.top-arrow .owl-next,
.bott-arrow .owl-next,
.blog__slider .owl-next {
    width: 70px;
    height: 50px;
    background: #1B968F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}
.top-arrow .owl-nav {
    display: flex;
    position: absolute;
    right: 20px;
    top: -85px;
}
.bott-arrow .owl-nav {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: -50px;
}
.top-arrow .owl-prev:after,
.bott-arrow .owl-prev:after,
.blog__slider .owl-prev:after {
    content: '';
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -0.5px;
    top: 10px;
}
.project__plus {
    padding-left: 20px;
}
.pp__item {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 30px;
    padding-left: 20px;
}
.pp__item:last-child {
    margin: 0;
}
.pp__item::marker {
    font-weight: 700;
    color: #1B968F;
}
.sc__item img {
    width: calc(100% - 20px) !important;
    padding: 20px;
    margin: 30px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(11, 86, 79, 0.2);
    max-height: 390px;
    object-fit: cover;
}
@media(max-width: 539px){
.top-arrow .owl-nav {
    position: unset;
    margin-top: 30px !important;
    justify-content: center;
}
}
.pi__disabled {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    z-index: 1;
}
.pi__mess {
    position: absolute;
    right: -6px;
    top: 20px;
    padding: 4px 9px 13px 8px;
    background: url(../img/disabled.png);
    background-repeat: no-repeat;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: #FFFFFF;
    background-size: 100%;
}

/* carousel home */

.product__carousel .project__item {
    width: calc(100% - 20px);
    margin: 30px 10px;
}
.product__carousel.owl-carousel .owl-item .pi__img {
    width: 100%;
}
.product__carousel .owl-stage-outer:before,
.product__carousel .owl-stage-outer:after {
    display: none;
}
.bott-arrow.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    border-radius: 0;
    background: #D9D9D9;
    transition: .5s;
    margin: 5px 10px;
}
.bott-arrow.owl-theme .owl-dots .owl-dot.active span,
.bott-arrow.owl-theme .owl-dots .owl-dot:hover span {
    background: #1B968F;
}
.bott-arrow.owl-theme .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 170px;
    bottom: -35px;
}
.pt__top {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: wrap;
    gap: 0 60px;
}
.pt__top::-webkit-scrollbar {
    width: 0;
    height: 0;
}
@media(max-width:991px){
.pt__top {
    flex-wrap: nowrap;
}
}
.pt__bottom {
    margin: 0 -10px;
}
.ptt__item {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    padding: 15px 0;
    cursor: pointer;
    margin-bottom: -1px;
    transition: .5s;
    text-wrap: nowrap;
    height: 56px;
}
.ptt__item:hover {
    color: #1B968F;
}
.ptt__item.active {
    color: #1B968F;
    border-bottom: 3px solid #1B968F;
}
.pt__btn a {
    margin-left: 10px;
    display: block;
    width: 305px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px;
    background: #1B968F;
}
.ptb__content .catalog__empty {
    margin: 40px 10px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000;
}
.bh__4 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}
.bh__4 .bh__item {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 250px;
    position: relative;
}
.bh__item .bi__thumb,
.bh__item .not__thumb {
    height: 100% !important;
}
.bh__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 25px;
    background: rgba(0, 0, 0, .5);
}
.bh__content a {
    display: flex;
    align-items: center;
}
.bh__content h4 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    padding-right: 5px;
}
.bh__content svg {
    width: 35px;
    flex-shrink: 0;
}
.bh__5 {
    width: 25%;
    padding-bottom: 20px;
}
.bh__5 .bh__item {
    width: 100%;
    height: 100%;
    position: relative;
}
.blog__home {
    display: flex;
}

@media(max-width:539px){
.pt__bottom {
    margin: 0;
}
.product__carousel {
    padding-bottom: 115px;
}
.bott-arrow.owl-theme .owl-dots {
    right: 0;
    left: 0;
    bottom: 110px;
}
.bott-arrow .owl-nav {
    right: 0;
    left: 0;
    bottom: 30px;
    justify-content: center;
}
.blog__home {
    flex-wrap: wrap;
}
.bh__4,
.bh__5 {
    width: 100%;
    padding: 0;
}
.bh__4 .bh__item,
.bh__5 .bh__item {
    width: 100%;
    height: 250px;
    margin: 0 0 20px;
}
.bh__content {
    padding: 12px 10px;
}
.bh__content h4 {
    font-size: 17px;
    line-height: 20px;
}

}
.bs__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.bsi__content {
    width: 55%;
    padding: 45px 40px 60px;
    background: #fff;
    margin-top: 100px;
    margin-bottom: 90px;
    z-index: 1;
}
.bsi__content h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    margin: 0 0 15px;
}
.bsi__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
}
.bsi__text&gt;*:last-child {
    margin-bottom: 0;
}
.bsi__img {
    width: 60%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.bsi__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog__slider .owl-stage-outer:before,
.blog__slider .owl-stage-outer:after {
    display: none;
}
.blog__slider.owl-theme .owl-nav {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}
.blog__slider.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #F6F6F6;
    border: 1px solid #1B968F;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #1B968F;
    transition: .5s;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog__slider.owl-theme .owl-dots .owl-dot.active span,
.blog__slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1B968F;
    color: #fff;
}
.blog__slider .owl-dots {
    position: absolute;
    top: 30px;
    left: calc(60% + 10px);
}
@media(max-width:991px){
.bsi__content {
    width: 70%;
}
.bs__item {
    justify-content: center;
}
}
.unfold__content {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    overflow: hidden;
}
.uc__close,
.uc__open {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    width: 305px;
    background: #1B968F;
    padding: 15px;
    margin-top: 25px;
    cursor: pointer;
}
.close .uc__open {
    display: none;
}
.unfold__controls:not(.close) .uc__close {
    display: none;
}
.unfold__content:not(.close) {
    max-height: unset !important;
}
.breadcrumbs__list {
    padding: 0;
}
.breadcrumbs__list a {
    color: inherit;
    text-decoration: underline;
}
.kb_sep {
    margin: 0 10px;
}
@media(max-width:539px){
.bsi__img {
    width: 100%;
    height: 230px;
}
.bsi__content {
    width: calc(100% - 32px);
    margin: 160px 16px 30px;
    padding: 15px 10px 20px;
}
.bsi__content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 24px;
}
.bsi__text {
    font-size: 16px;
    line-height: 21px;
}
.blog__slider .owl-dots {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 20px;
}
.blog__slider.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 10px;
}
.blog__slider.owl-theme .owl-nav {
    position: relative;
    justify-content: center;
}
.owl-controls {
    display: flex;
    flex-direction: column-reverse;
}
.unfold__content {
    font-size: 16px;
    line-height: 21px;
}
.unfold__content.close {
    max-height: 63px !important;
}
}

/* Icons styles */

.icon__arrow .owl-stage-outer:before,
.icon__arrow .owl-stage-outer:after {
    display: none;
}
.icon_type_1 .ic__item {
    width: 100%;
}
.icon_type_1 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
    padding: 55px 10px 15px;
    background: #fff;
    border-radius: 10px;
    word-wrap: break-word;
}
.icon_type_1 .ic__icon {
    width: 80px;
    height: 80px;
    padding: 20px;
    margin: 0 auto -35px;
    background: #fafafa;
    border-radius: 50%;
}
.icon_type_1 .ic__icon img {
    width: 40px !important;
    height: 40px;
    object-fit: contain;
}
.icon__arrow .owl-prev{
    width: 70px;
    height: 50px;
    background: #1B968F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 5px;
    position: relative;
}
.icon__arrow .owl-next {
    width: 70px;
    height: 50px;
    background: #1B968F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
}
.icon__arrow .owl-prev:after {
    content: '';
    width: 1px;
    height: 30px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -0.5px;
    top: 10px;
}
.icon__arrow.owl-theme .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.icon_type_2 .ic__item {
    width: calc(100% - 45px);
    margin-right: 35px;
    margin-left: 10px;
    margin-bottom: 30px;
    background: #1B968F;
    padding: 35px 25px;
    position: relative;
}
.icon_type_2 .ic__num {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 53px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.icon_type_2 .ic__sep {
    display: block;
    width: 80px;
    height: 3px;
    background: #fff;
    margin: 0 auto 25px;
}
.icon_type_2 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
}
.icon_type_2 .backplace {
    width: 180px;
    height: 130px;
    position: absolute;
    background: #0B564F;
    right: -25px;
    bottom: -30px;
    z-index: -1;
}
.icon_type_3 .ic__item {
    width: calc(100% - 40px);
    background: #fff;
    padding: 20px 25px 40px;
    margin: 20px;
    box-shadow: 0px 0px 30px rgba(11, 86, 79, 0.2);
}
.icon_type_3 .ic__num {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;
    line-height: 53px;
    color: #1B968F;
    margin: 0 0 20px;
}
.icon_type_3 .ic__sep {
    width: 80px;
    height: 3px;
    background: #1B968F;
    margin: 0 0 20px;
}
.icon_type_3 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.icon_type_3.icon__arrow.owl-theme .owl-nav {
    margin-top: 10px;
}

.icon_type_4 .ic__icon {
    height: 50px;
    margin: 0 0 20px;
}
.icon_type_4 .ic__sep {
    width: 80px;
    height: 3px;
    background: #1B968F;
    margin: 0 0 15px;
}
.icon_type_4 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

.icon_type_5 .ic__icon svg {
    width: 50px;
    height: 50px;
    object-fit: contain;
}
.icon_type_5 .ic__icon {
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(11, 86, 79, 0.2);
    padding: 25px;
    border-radius: 50%;
    margin: 20px auto;
}
.icon_type_5 .ic__title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin: 0 0 10px;
}
.icon_type_5 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.icon_type_5 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

.icon_type_6 .ic__icon {
    padding-right: 25px;
    padding-bottom: 25px;
    margin: 0 0 15px;
    position: relative;
}
.icon_type_6 .ic__icon img {
    width: 100% !important;
    height: 200px;
    object-fit: cover;
}
.icon_type_6 .ic__icon .backplace {
    width: 170px;
    height: 105px;
    background: #1B968F;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.icon_type_6 .ic__title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 10px;
}
.icon_type_6 .ic__text {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}

/* Custom Tabs */
.euro__tabs {
    display: flex;
    border-radius: 60px;
    background: linear-gradient(90deg, #1B968F 60%, #E8F4F4 60%);
    justify-content: space-between;
}
.et__wrapper {
    width: 40%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.et__title {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 2;
}
.et__icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(11, 86, 79, 0.20);
    flex-shrink: 0;
    margin-right: 15px;
}
.et__icon img {
    max-width: 50px;
    max-height: 50px;
    object-fit: contain;
}
.et__title h4 {
    margin: 0;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    transition: .5s;
}
.et__title.active h4 {
    color: #000;
}
.et__content {
    width: 60%;
    background: #E8F4F4;
    border-radius: 60px;
    position: relative;
    padding: 130px 92px 90px 90px;
}
.et__pointer {
    position: absolute;
    top: 50px;
    padding: 10px 15px;
    border-radius: 150px;
    border: 1px solid #1B968F;
    background: #F8F8F8;
    width: calc(100% + 30px);
    display: flex;
    z-index: 1;
    justify-content: flex-end;
    left: 45px;
    align-items: center;
    transition: .5s;
}
.et__pointer svg {
    display: block;
}
.et__item {
    display: none;
}
.eti__title h4 {
    margin: 0;
    color: #000;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    line-height: 23px;
}
.eti__title:after {
    content: '';
    width: 80px;
    height: 2px;
    background: #1B968F;
    display: block;
    margin: 10px 0 25px;
}
.eti__text {
    color: #000;
    text-align: justify;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    line-height: 39.5px;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.tab__bg {
    width: 325px;
    height: 325px;
    object-fit: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: .1;
    border-bottom-right-radius: 60px !important;
}
.eti__text::-webkit-scrollbar {
    width: 8px;
}
.eti__text::-webkit-scrollbar-track {
    background: #E8F4F4;
}
.eti__text::-webkit-scrollbar-thumb {
    background-color: #1B968F;
    border-radius: 20px;
}
@media(max-width:1025px){
.et__wrapper {
    padding: 20px;
}
.et__pointer {
    top: 20px;
    left: 15px;
    width: calc(100% + 50px);
}
.et__title h4 {
    font-size: 16px;
    line-height: 20px;
}
.et__content {
    padding: 70px 32px 40px 70px;
}
.eti__text {
    font-size: 18px;
    line-height: 24px;
}
.tab__bg {
    width: 250px;
}
}
@media(max-width:767px) {
.euro__tabs {
    flex-direction: column;
    background: #1B968F;
    border-radius: 30px;
}
.et__wrapper {
    width: 100%;
    padding: 12px;
}
.et__icon {
    width: 35px;
    height: 35px;
}
.et__icon img {
    max-width: 23px;
    max-height: 23px;
}
.et__title h4 {
    font-size: 15px;
    line-height: 16px;
    transition-delay: .5s;
    transition-property: color;
}
.et__title {
    padding: 8px 60px 8px 15px;
    margin-bottom: 10px;
    transition: .5s;
}
.et__pointer {
    left: 12px;
    top: 12px;
    width: calc(100% - 24px);
    height: 51px;
    border: none;
    padding: 8px 15px;
}
.et__pointer svg {
    width: 32px;
    height: 32px;
}
.et__content {
    padding: 0;
    width: calc(100% - 24px);
    margin: 0 12px 10px;
    border-radius: 22px;
}
.et__item {
    padding: 20px;
}
.eti__title {
    display: none;
}
.eti__text {
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    overflow: hidden;
}
.eti__text&gt;*:last-child {
    margin-bottom: 0;
}
.tab__bg {
    display: none;
}
}


/* Ajax Product */
.ap__content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 55px;
}
.ap__content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 55px;
}
.ap__left {
    flex: 0 0 270px;
    max-width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}
.ap__right {
    flex: 1 1 65%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.ap__cat {
    display: block;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
}
.ap__left img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}
.ap__title {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    margin: 0 0 20px;
}
.apl__price {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
}
.ap__content.prod__item_table table td, 
.ap__content.prod__item_table table th {
    padding: 7px 15px;
    line-height: 1;
    vertical-align: middle;
}
.ap__content.prod__item_table table {
    max-width: 405px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
}
.ap__content.prod__item_table table tbody&gt;tr:nth-child(odd)&gt;td, 
.ap__content.prod__item_table table tbody&gt;tr:nth-child(odd)&gt;th {
    background: #fff;
}
.ap__short&gt;* {
    color: #000;
    text-align: justify;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 105%;
}
.ap__short&gt;*:last-child {
    margin: 0;
}
.ap__short {
    margin: 0 0 20px;
}
.ap__content {
    max-height: 245px;
    overflow-x: auto;
    margin-bottom: 30px;
    padding-right: 10px;
}
.ap__content::-webkit-scrollbar {
    width: 6px;
}
.ap__content::-webkit-scrollbar-track {
    background: #E8F4F4;
}
.ap__content::-webkit-scrollbar-thumb {
    background-color: #1B968F;
}
.ap__price {
    padding: 7px 25px 7px 15px;
    background: #1B968F;
    display: flex;
    color: #fff !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.ap__price svg {
    padding-right: 10px;
    width: 47px;
    flex-shrink: 0;
    margin-right: 25px;
}
.ap__price:before {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #fff;
    opacity: .2;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 61px;
}
@media(max-width:767px){
.ap__content__wrapper {
    gap: 20px;
}
}
@media(max-width:539px){
.ap__content__wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.ap__left {
    max-width: unset;
}
.ap__left img {
    max-width: 265px;
}
.ap__short&gt;* {
    font-size: 16px;
    line-height: 112%;
}
.ap__right {
    align-items: center;
}
}

/* Tabs with slider */
.ts__titles {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 40px;
    overflow-x: auto;
    overflow-y: hidden;
}
.ts__titles::-webkit-scrollbar {
    width: 0;
    height: 0;
}
a.ts__title {
    position: relative;
    padding: 20px 50px;
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    transition: .3s;
    text-wrap: nowrap;
}
a.ts__title.active {
    color: #1B968F;
}
a.ts__title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background: #1B968F;
    transition: .3s;
}
a.ts__title.active:after {
    height: 3px;
}
.ts__content {
    position: absolute;
    z-index: -100;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 100%;
}
.ts__content.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 0;
}
.ts__description {
    font-family: 'Rubik', sans-serif;
}
.tss__item {
    max-width: 80%;
    margin: 0 auto 10px;
    border: 1px dashed #1B968F;
}
.ts__slider {
    margin-bottom: 50px;
}
@media(max-width:767px){
.ts__titles {
    width: calc(100% + 32px);
    margin: 0 -16px 40px;
    justify-content: flex-start;
}
.tss__item {
    max-width: 100%;
}
.ts__slider .owl-stage-outer:before,
.ts__slider .owl-stage-outer:after {
    display: none;
}
}
@media(max-width:539px){
a.ts__title {
    padding: 20px 30px;
}
.ts__titles {
    margin-bottom: 20px;
}
.ts__slider.bott-arrow .owl-nav {
    bottom: -50px;
}
}</pre></body></html>