:root {
    --font-website-1: "Pin Sans", sans-serif;
    --font-website-2: "Inter", sans-serif;
    --font-website-3: "Averta", sans-serif;
    --color-1: #000000de;
    --color-2: #000000;
    --color-3: #ffffff;
    --color-4: #BF6358;
    --color-5: #00000061;
    --color-6: #DDB0AB;
    --color-7: #DDB0ABCC;
    --color-8: #7F546F;
    --color-9: #ABABAB;
    --color-10: #F9F4F3;
    --color-11: #787878;
    --color-12: #7F546FCC;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
* {
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
img {
    max-width: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-family: var(--font-website-3);
    color: var(--color-1);
    font-size: 16px;
    position: relative;
    background-color: white;
    line-height: 1.4;
}
input,
textarea {
    font-family: var(--font-website-3);
}
.--flex {
    display: flex;
    flex-wrap: wrap;
}
.--space-between {
    justify-content: space-between;
}
.--align-center {
    align-items: center;
}
.--align-end {
    align-items: flex-end;
}
.--display-none {
    display: none !important;
}
.--display-block {
    display: block !important;
}
.--width-100 {
    width: 100%;
}
.--opacity-0 {
    opacity: 0;
}
.--hover-scale {
    transition: all 0.3s ease;
}
.--hover-scale:hover {
    transform: scale(1.05);
}
.--margin-bottom-50 {
    margin-bottom: 50px;
}
.--flex-49-5 {
    flex: 0 0 49.5%;
    width: 49.5%;
}
.--flex-49 {
    flex: 0 0 49%;
    width: 49%;
}
.--flex-100 {
    flex: 0 0 100% !important;
    width: 100% !important;
}
.--line-height-0 {
    line-height: 0;
}
.--scroll-none::-webkit-scrollbar {
    background-color: transparent;
    display: none
}
.--scroll-none::-webkit-scrollbar-thumb {
    background-color: transparent
}
.--scroll-none::-webkit-scrollbar-track {
    background-color: transparent
}
.section-container {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.nav__logo {
    background-color: var(--color-4);
    line-height: 0;
    padding: 72px 13px 26px;
    transition: all 0.3s ease;
}
.nav__logo a {
    line-height: 0;
    display: block;
}
.nav__logo a img {
    height: 52px;
}
.nav__menu {
    gap: 40px;
}
.nav__menu a {
    font-family: var(--font-website-2);
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: var(--color-3);
    transition: all 0.3s ease;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    transition: all 0.3s ease;
}
.nav.--active {
    background-color: var(--color-3);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.nav.--active .nav__menu a,
.nav.--active .nav__button a {
    color: var(--color-4);
}
.nav.--active .nav__logo {
    padding: 13px;
}
.nav__button a {
    color: var(--color-3);
    line-height: 0;
}
.nav__button a svg {
    width: 22px;
    height: 22px;
}
.nav__menu a:hover,
.nav__button a:hover {
    color: var(--color-6);
}
.nav__button {
    gap: 15px;
}
.banner__item-image {
    position: relative;
    line-height: 0;
}
.banner__item-layer-content-img {
    line-height: 1.2;
}
.banner__item-layer-image {
    opacity: 0;
}
.banner__item-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner__item-layer .section-container {
    height: 100%;
    position: relative;
}
.banner__item-layer-content {
    position: absolute;
    z-index: 1;
    background-color: var(--color-7);
    width: 311px;
    padding: 10px 20px;
    right: 0;
    bottom: 20px;
}
.banner__item-layer-content-img a {
    line-height: 0;
    display: inline-block;
    width: 105px;
}
.about-us__image {
    line-height: 0;
    flex: 0 0 45%;
    width: 45%;
    position: relative;
}
.about-us__content {
    flex: 0 0 53%;
    width: 53%;
    padding-bottom: 128px;
}
.about-us__content-button {
    line-height: 0;
    display: inline-block;
    width: 225px;
}
.about-us__content-title {
    position: relative;
    color: var(--color-8);
    text-transform: uppercase;
    font-family: var(--font-website-1);
    font-size: 67.5px;
    font-weight: 700;
    text-align: justify;
    line-height: 1.4;
    margin-bottom: 84.7px;
}
.about-us__content-sub-title {
    position: absolute;
    font-size: 23.6px;
    letter-spacing: 0;
    font-weight: 500;
    right: 0;
    bottom: 18px;
    width: 200px;
    text-align: right;
}
.about-us__content-description {
    font-size: 20.4px;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 49px;
    line-height: 1.4;
}
.about-us__content-description p {
    margin-bottom: 15px;
}
.about-us {
    position: relative;
    z-index: 2;
}
/* .about-us .section-container {
    transform: translateY(-130px);
} */
.section__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-8);
}
.product-list__item-image a {
    line-height: 0;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 100%;
}
.product-list__item {
    flex: 0 0 30%;
    width: 30%;
}
.product-list__wrapper {
    margin-top: 25px;
}
.product-list__item-title {
    color: var(--color-8);
    text-align: center;
}
.product-list__item-title-text {
    line-height: 1;
    margin-bottom: 7px;
}
.product-list__item-title-text a {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-8);
    display: inline-block;
    transition: all 0.3s ease;
}
.product-list__item-image {
    margin-bottom: 16px;
}
.product-list__item-title-description {
    font-size: 16px;
    font-weight: 600;
}
.product-list__item-image a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: contain;
    object-position: center;
}
.product-list__item:hover .product-list__item-image a {
    transform: translateY(-15px);
}
.product-list__item-title-text:hover a {
    color: var(--color-4);
}
.about-us__image-main {
    position: absolute;
    top: -130px;
    left: 0;
    width: 100%;
}
.product-list,
.new-product,
.feedback,
.news-product {
    margin-bottom: 100px;
}
.new-product__image {
    flex: 0 0 45%;
    width: 45%;
}
.new-product__content {
    flex: 0 0 53%;
    width: 53%;
}
.new-product__content-title {
    text-align: left;
    margin-bottom: 25px;
}
.new-product__content-sub-title {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-8);
    margin-bottom: 15px;
}
.new-product__content-quote {
    border: 1px solid var(--color-8);
    color: var(--color-8);
    line-height: 1;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.new-product__content-item-image {
    flex: 0 0 60px;
    width: 60px;
    line-height: 0;
}
.new-product__content-item-content {
    flex: 0 0 calc(100% - 60px);
    width: calc(100% - 60px);
    color: var(--color-8);
}
.new-product__content-item-content-title {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -5%;
    margin-bottom: 4.2px;
}
.new-product__content-item-content-description {
    font-size: 20px;
    letter-spacing: -5%;
}
.new-product__content-item {
    margin-bottom: 30px;
}
.new-product__content-button {
    display: inline-block;
    line-height: 0;
    width: 225px;
}
.feedback__item-image {
    line-height: 0;
    position: relative;
}
.feedback__item-content {
    border: 1px solid var(--color-9);
    padding: 15px;
    margin-top: 10px;
}
.feedback__item-content-image {
    line-height: 0;
    flex: 0 0 60px;
    width: 60px;
}
.feedback__item-content-text {
    color: var(--color-2);
    font-size: 12px;
    flex: 0 0 112px;
    width: 112px;
    letter-spacing: -3%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feedback__item-content-button {
    flex: 0 0 25px;
    width: 25px;
}
.feedback__item-content-button a {
    display: block;
    line-height: 0;
    padding: 5.5px;
    background-color: var(--color-4);
    color: var(--color-3);
}
.feedback__item-content-button a svg {
    width: 14px;
    height: 14px;
}
.feedback .feedback__item-image img {
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.feedback .swiper-slide-position-3 .feedback__item-image {
    padding-bottom: 150%;
}
.feedback .swiper-slide-position-1 .feedback__item-image,
.feedback .swiper-slide-position-5 .feedback__item-image {
    padding-bottom: 120%;
}
.feedback .swiper-slide-position-2 .feedback__item-image,
.feedback .swiper-slide-position-4 .feedback__item-image {
    padding-bottom: 135%;
}
.feedback .swiper-slide .feedback__item {
    width: 100%;
}
.feedback .swiper-slide {
    display: flex;
    align-items: center;
}
.news__main-post,
.news__sub-post {
    flex: 0 0 49.5%;
    width: 49.5%;
}
.news__item-image,
.news__item-content {
    flex: 0 0 48%;
    width: 48%;
}
.news__main-post {
    background-color: var(--color-8);
    padding: 20px;
    color: var(--color-3);
}
.news__item-image {
    line-height: 0;
}
.news__item-image a {
    line-height: 0;
    display: block;
    height: 100%;
    position: relative;
}
.news__item-content-date {
    font-size: 11px;
    margin-bottom: 30px;
}
.news__item-content-title {
    margin-bottom: 30px;
}
.news__item-content-title a {
    color: var(--color-3);
    font-size: 20px;
    font-weight: 600;
    display: block;
    transition: all 0.3s ease;
}
.news__item-content-title a:hover {
    color: var(--color-2);
}
.news__item-content-description {
    font-size: 14px;
    font-weight: 300;
}
.news__item {
    padding: 20px;
    background-color: var(--color-10);
}
.news__sub-post {
    color: var(--color-11);
}
.news__sub-post .news__item .news__item-image,
.news__sub-post .news__item .news__item-content-date,
.news__sub-post .news__item .news__item-content-title {
    margin-bottom: 15px;
}
.news__sub-post .news__item .news__item-content-title a,
.news__sub-post .news__item .news__item-content-description,
.news__sub-post .news__item .news__item-content-description a {
    color: var(--color-8);
}
.news__item-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.news__sub-post .news__item .news__item-image img {
    object-fit: contain;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.news__sub-post .news__item .news__item-image a {
    padding-bottom: 70%;
}
.news__sub-post .news__item .news__item-content-title a:hover {
    color: var(--color-2);
}
.news__sub-post .news__item .news__item-content-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 6vw;
}
.news-product__content {
    line-height: 0;
    position: relative;
}
.news {
    margin-bottom: 10px;
}
.news-product__content-layer {
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 443px;
    background-color: var(--color-12);
    padding: 20px;
    text-align: center;
    color: var(--color-3);
}
.news-product__content .news__item-content-description {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
.news-product__content .news__item-content-view-more {
    line-height: 0;
    display: inline-block;
    width: 105px;
}
.footer {
    background-color: var(--color-4);
    color: var(--color-3);
    font-size: 14px;
}
.footer__company {
    flex: 0 0 50%;
    width: 50%;
    padding: 40px 0;
}
.footer__social {
    flex: 0 0 45%;
    width: 45%;
    padding: 40px 0;
}
.footer__company-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.footer__company-phone {
    margin-bottom: 16px;
}
.footer__social-icons,
.footer__social-links p {
    gap: 5px;
}
.footer__social-icons a {
    line-height: 0;
}
.footer__social-icons a img {
    height: 17px;
    width: 17px;
    object-fit: contain;
}
.footer__social-links a {
    color: var(--color-3);
    transition: all 0.3s ease;
}
.footer__social-links a:hover {
    color: var(--color-2);
}
.footer__social-links p {
    margin-top: 5px;
}
.sticky-icon {
    position: fixed;
    width: 30px;
    bottom: 15px;
    right: 15px;
    z-index: 3;
}
.sticky-icon a {
    line-height: 0;
    display: block;
    margin-bottom: 15px;
}
.sticky-icon a:last-child {
    margin-bottom: 0 !important;
}
.nav__menu .menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 40px;
}
.popup {
    display: none;
}
.popup--feedback {
    max-width: 100%;
    width: 644px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}
.popup--feedback .popup__content {
    height: 80vh;
}
.popup--feedback .popup--feedback-wrapper {
    height: 100%;
}
.popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    line-height: 0;
}
.popup__close a {
    color: var(--color-1);
    display: inline-block;
    line-height: 0;
}
.popup--feedback .popup--feedback-avatar {
    position: relative;
}
.popup--feedback .popup--feedback-avatar img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popup--feedback .popup--feedback-content {
    position: relative;
    padding: 20px;
    height: 100%;
    overflow-y: scroll;
}
.popup--feedback-content-product-image {
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
}
.popup--feedback-content-product-image img {
    width: 60%;
    margin: auto;
    display: inline-block;
}
.popup--feedback-content-product-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.entry-content {
    line-height: 1.4;
    width: 100%;
}
.entry-content img.aligncenter {
    display: block;
    margin: auto;
}
.entry-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.entry-content td,
.entry-content th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
.entry-content video {
    max-width: 100%;
    height: auto !important;
}
/*.entry-content img {*/
/*    height: auto !important;*/
/*    width: auto !important;*/
/*}*/
.entry-content p {
    text-align: justify;
}
.entry-content .alignleft,
.entry-content .alignnone {
    text-align: left !important;
    margin: 0 !important;
}
.entry-content .alignright {
    text-align: right !important;
    margin: 0 !important;
}
.entry-content figure {
    margin: 0 auto;
}
.entry-content figure.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
	margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.entry-content h1 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
.entry-content h2 {
	display: block;
    font-size: 1.5em;
    margin: 0.83em 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
.entry-content h3 {
	display: block;
    font-size: 1.17em;
    margin: 1em 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
.entry-content h4 {
	display: block;
    font-size: 1em;
    margin: 1.33em 0;
    font-weight: bold;
    unicode-bidi: isolate;
}
.entry-content p {
	display: block;
    margin: 1em 0;
    unicode-bidi: isolate;
}
.entry-content ul,
.entry-content ol {
    padding-left: 15px;
}
.entry-content ul li,
.entry-content ol li {
    margin-bottom: 0.5em;
}
.--mobile-show {
    display: none;
}
.product-category-list__title {
    flex: 0 0 215px;
    width: 215px;
}
.product-category-list__content {
    flex: 0 0 calc(100% - 245px);
    width: calc(100% - 245px);
    overflow-x: scroll;
    gap: 10px;
    padding-top: 20px;
}
.product-category-list__title h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--color-8);
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-category-list__title a {
    line-height: 0;
    display: inline-block;
    width: 125px;
}
.product-category-list__content {
    display: flex;
}
.product-category-list__item {
    flex: 0 0 266px;
    width: 266px;
    transition: all 0.3s ease;
}
.product-category-list__item:hover {
    transform: translateY(-10px);
}
.product-category-list__item-title-text a {
    font-size: 16px;
    color: var(--color-2);
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
}
.product-category-list__item:hover .product-category-list__item-title-text a {
    color: var(--color-4);
}
.product-category-list__item-title-text a span {
    font-weight: 300;
}
.product-category-list__item-image a {
    display: block;
    width: 70%;
    margin: auto;
    position: relative;
    padding-bottom: 70%;
}
.product-category-list__item-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
}
.product-category-list__item-image {
    margin-bottom: 20px;
}
.product-category-list {
    margin-top: 100px;
}
.product-category-list--last {
    margin-bottom: 100px;
}
.feedback .swiper-container {
    padding-bottom: 20px;
}
.feedback .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    gap: 10px;
}
.feedback .swiper-pagination-bullet {
    width: 8.02px;
    height: 8.02px;
}
.feedback .swiper-pagination-bullet-active {
    background: var(--color-4);
}
@media (max-width: 1440px) {
    body {
        font-size: 1.2vw;
    }
    .nav__logo {
        padding: 5.1vw 1vw 1.9vw;
    }
    .nav.--active .nav__logo {
        padding: 1vw;
    }
    .nav__menu a {
        font-size: 1.28vw;
    }
    .nav__menu,
    .nav__menu .menu {
        gap: 2.85vw;
    }
    .nav__button {
        gap: 1.1vw;
    }
    .nav__button a svg {
        width: 1.56vw;
        height: 1.56vw;
    }
    .nav__logo a img {
        height: 3.7vw;
    }
    .footer__social-links p {
        margin-top: 0.3vw;
    }
    .footer__social-icons,
    .footer__social-links p {
        gap: 0.4vw;
    }
    .footer__social-icons a img {
        height: 1.2vw;
        width: 1.2vw;
    }
    .news {
        margin-bottom: 0.8vw;
    }
    .footer__company-phone {
        margin-bottom: 1.2vw;
    }
    .footer__company,
    .footer__social {
        padding: 3vw 0;
    }
    .footer {
        font-size: 1vw;
    }
    .footer__company-name {
        font-size: 1.2vw;
    }
    .news-product__content .news__item-content-view-more {
        width: 7.5vw;
    }
    .news-product__content .news__item-content-description {
        font-size: 1.4vw;
        margin-bottom: 2vw;
    }
    .news__sub-post .news__item .news__item-image {
        margin-bottom: 1.1vw;
    }
    .news__item-content-description,
    .news__sub-post .news__item .news__item-content-title,
    .news__sub-post .news__item .news__item-content-date {
        font-size: 1vw;
    }
    .news__item-content-title a {
        font-size: 1.4vw;
    }
    .news__main-post,
    .news__item {
        padding: 1.4vw;
    }
    .news__item-content-title {
        margin-bottom: 2vw;
    }
    .news__item-content-date {
        font-size: 0.8vw;
        margin-bottom: 2vw;
    }
    .feedback__item-content-button {
        flex: 0 0 1.8vw;
        width: 1.8vw;
    }
    .feedback__item-content-button a {
        padding: 0.4vw;
    }
    .feedback__item-content-button a svg {
        width: 1vw;
        height: 1vw;
    }
    .feedback__item-content-text {
        flex: 0 0 8vw;
        width: 8vw;
        font-size: 0.85vw;
    }
    .feedback__item-content {
        padding: 1.1vw;
        margin-top: 0.7vw;
    }
    .--margin-bottom-50 {
        margin-bottom: 3.6vw;
    }
    .new-product__content-item-content-description {
        font-size: 1.4vw;
    }
    .new-product__content-item-image,
    .feedback__item-content-image {
        flex: 0 0 4.3vw;
        width: 4.3vw;
    }
    .new-product__content-item-content-title {
        font-size: 1.95vw;
        margin-bottom: 0.3vw;
    }
    .new-product__content-item-content {
        flex: 0 0 calc(100% - 5vw);
        width: calc(100% - 5vw);
    }
    .new-product__content-item {
        margin-bottom: 2.5vw;
    }
    .new-product__content-quote {
        font-size: 2vw;
        padding: 1.1vw 2.2vw;
        border-radius: 5vw;
        margin-bottom: 3.5vw;
    }
    .new-product__content-sub-title {
        font-size: 3.5vw;
        margin-bottom: 1vw;
    }
    .new-product__content-title {
        margin-bottom: 1.9vw;
    }
    .product-list,
    .new-product,
    .feedback,
    .news-product {
        margin-bottom: 7.2vw;
    }
    .product-list__item:hover .product-list__item-image a {
        transform: translateY(-1vw);
    }
    .product-list__item-title-description {
        font-size: 1.2vw;
    }
    .product-list__item-title-text {
        margin-bottom: 0.5vw;
    }
    .product-list__item-title-text a {
        font-size: 1.5vw;
    }
    .product-list__item-image {
        margin-bottom: 1vw;
    }
    .product-list__wrapper {
        margin-top: 1.5vw;
    }
    .about-us__content-description {
        font-size: 1.45vw;
        margin-bottom: 3.5vw;
    }
    .about-us__content-description p {
        margin-bottom: 1vw;
    }
    .banner__item-layer-content {
        width: 23vw;
        padding: 1vw 2vw;
        right: 7vw;
        bottom: 4vw;
    }
    .banner__item-layer-content-img a {
        width: 8vw;
    }
    .about-us__content-button,
    .new-product__content-button {
        width: 16vw;
    }
    .about-us__content-title {
        font-size: 4.8vw;
        margin-bottom: 6vw;
    }
    .about-us__content-sub-title {
        font-size: 1.7vw;
        width: 15vw;
        bottom: 1.2vw;
    }
    .section__title {
        font-size: 2.6vw;
    }
    /* .about-us .section-container {
        transform: translateY(-9vw);
    } */
    .about-us__image-main {
        top: -9vw;
    }
    .about-us__content {
        padding-bottom: 9vw;
    }
    .section-container {
        padding: 0 1vw;
    }
    .news__sub-post .news__item .news__item-image, 
    .news__sub-post .news__item .news__item-content-date, 
    .news__sub-post .news__item .news__item-content-title {
        margin-bottom: 1.1vw;
    }
    .news-product__content-layer {
        width: 34.3vw;
        padding: 1.4vw;
    }
    .product-category-list__title {
        flex: 0 0 16%;
        width: 16%;
    }
    .product-category-list__content {
        flex: 0 0 calc(100% - 20%);
        width: calc(100% - 20%);
        gap: 1vw;
        padding-top: 1.4vw;
    }
    .product-category-list__title h2 {
        font-size: 2.8vw;
        margin-bottom: 2vw;
    }
    .product-category-list__title a {
        width: 10.1vw;
    }
    .product-category-list__item {
        flex: 0 0 21vw;
        width: 21vw;
    }
    .product-category-list__item:hover {
        transform: translateY(-1vw);
    }
    .product-category-list__item-title-text a {
        font-size: 1.3vw;
    }
    .product-category-list__item-image {
        margin-bottom: 1.5vw;
    }
    .product-category-list {
        margin-top: 7vw;
    }
    .product-category-list--last {
        margin-bottom: 7vw;
    }
    .feedback .swiper-pagination-bullet {
        width: 0.6vw;
        height: 0.6vw;
    }
    .feedback .swiper-container {
        padding-bottom: 1.5vw;
    }
    .feedback .swiper-pagination {
        gap: 0.8vw;
    }
}
@media (max-width: 768px) {
    .feedback .swiper-slide-position-1 .feedback__item-image, 
    .feedback .swiper-slide-position-3 .feedback__item-image {
        padding-bottom: 135%;
    }
    .feedback .swiper-slide-position-2 .feedback__item-image {
        padding-bottom: 150%;
    }
    .feedback__item-content-text {
        flex: 0 0 15vw;
        width: 15vw;
        font-size: 1.5vw;
    }
    .feedback__item-content-button {
        flex: 0 0 3vw;
        width: 3vw;
    }
    .feedback__item-content-button a {
        padding: 0.8vw;
    }
    .feedback__item-content-button a svg {
        width: 1.5vw;
        height: 1.5vw;
    }
    .section-container {
        padding: 0 3vw;
    }
}
@media (max-width: 644px) {
    .popup--feedback-content-product-name {
        font-size: 3vw;
    }
    .popup--feedback-content-product-image,
    .popup--feedback-content-product-name {
        margin-bottom: 3vw;
    }
    .popup--feedback-content-product-description {
        font-size: 1.7vw;
    }
    .popup--feedback .popup__content {
        height: 70vw;
    }
    .popup--feedback .popup--feedback-content {
        padding: 1.8vw;
    }
    .popup--feedback .popup__close svg {
        width: 2vw;
        height: 2vw;
    }
    .popup--feedback .entry-content ul,
    .popup--feedback .entry-content ol {
        padding-left: 3.5vw;
    }
}
@media (max-width: 550px) {
    .--mobile-hidden {
        display: none;
    }
    .--mobile-show {
        display: block;
    }
    .about-us__image {
        margin-bottom: 3vw;
    }
    .about-us__content-description {
        font-size: 3.5vw;
        margin-bottom: 3.5vw;
    }
    .about-us__content {
        padding: 0 4.5vw;
        padding-bottom: 6vw;
    }
    .about-us__image,
    .about-us__content {
        flex: 0 0 100%;
        width: 100%;
    }
    .product-list__item-image {
        margin-bottom: 2vw;
    }
    .product-list__item-title-text a {
        font-size: 4vw;
    }
    .product-list__item-title-description {
        font-size: 3vw;
    }
    .section__title {
        font-size: 4vw;
    }
    .new-product .section-container {
        justify-content: center;
    }
    .new-product__content-sub-title {
        font-size: 4.8vw;
        margin-bottom: 1.5vw;
    }
    .new-product__content-quote {
        font-size: 3vw;
        padding: 2vw 3vw;
    }
    .new-product__content-item-content-title {
        font-size: 3vw;
    }
    .new-product__content-item-content-description {
        font-size: 2.5vw;
    }
    .new-product__content-item-content {
        flex: 0 0 100%;
        width: 100%;
    }
    .new-product__content-button {
        width: 30vw;
    }
    .news__main-post, 
    .news__sub-post,
    .footer__company, 
    .footer__social {
        flex: 0 0 100%;
        width: 100%;
    }
    .news__main-post, 
    .news__item {
        padding: 3vw;
    }
    .news__item-content-date {
        font-size: 2vw;
    }
    .news__item-content-title a {
        font-size: 3vw;
    }
    .news__item-content-description, .news__sub-post .news__item .news__item-content-title, 
    .news__sub-post .news__item .news__item-content-date {
        font-size: 2vw;
    }
    .news__sub-post .news__item .news__item-content-title {
        height: 14vw;
    }
    .news-product__content .news__item-content-description {
        font-size: 2vw;
    }
    .news-product__content-layer {
        width: 50vw;
        padding: 2vw;
    }
    .news-product__content .news__item-content-view-more {
        width: 14vw;
    }
    .news__main-post {
        margin-bottom: 3vw;
    }
    .news {
        margin-bottom: 3vw;
    }
    .footer {
        font-size: 2.5vw;
        padding-bottom: 15vw;
    }
    .footer__company-name {
        font-size: 3vw;
    }
    .footer__social-icons a img {
        height: 4vw;
        width: 4vw;
    }
    .footer__social-icons, 
    .footer__social-links p {
        gap: 1vw;
    }
    .nav__logo a img {
        height: 5.5vw;
    }
    .nav__logo {
        padding: 7vw 1.5vw 3vw;
    }
    .nav.--active .nav__logo {
        padding: 1.5vw;
    }
    .nav__menu a {
        font-size: 2.5vw;
    }
    .nav__button a svg {
        width: 3vw;
        height: 3vw;
    }
    /* .sticky-icon {
        width: 20px;
    }
    .sticky-icon a {
        margin-bottom: 10px;
    } */
    .sticky-icon {
        width: 100%;
        bottom: 0;
        left: 0;
        background: white;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
    }
    .sticky-icon a {
        margin-bottom: 0;
        flex: 0 0 20%;
        width: 20%;
        text-align: center;
        padding: 3.5vw 0;
    }
    .sticky-icon a img {
        height: 7vw;
        width: 7vw;
        object-fit: contain;
    }
    .about-us__content-button {
        width: 30vw;
        margin: auto;
        display: block;
    }
    .about-us {
        transform: translateY(-2%);
    }
    .product-list .section-container {
        padding: 0;
    }
    .product-list__wrapper {
        flex-wrap: nowrap;
        margin-top: 3vw;
        gap: 10vw;
        overflow-x: scroll;
    }
    .new-product__image, 
    .new-product__content {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 5vw;
    }
    .product-list__item {
        flex: 0 0 50%;
        width: 50%;
    }
    .product-list__wrapper::-webkit-scrollbar {
        background-color: transparent;
        display: none
    }
    .product-list__wrapper::-webkit-scrollbar-thumb {
        background-color: transparent
    }
    .product-list__wrapper::-webkit-scrollbar-track {
        background-color: transparent
    }
    .new-product__content,
    .new-product__content-title {
        text-align: center;
    }
    .new-product__content-item {
        justify-content: center;
    }
    .new-product__content-item-image {
        flex: 0 0 12vw;
        width: 12vw;
        margin-bottom: 2vw;
    }
    .feedback .swiper-slide-position-1 .feedback__item-image {
        padding-bottom: 150%;
    }
    .feedback__item-content-image {
        flex: 0 0 10vw;
        width: 10vw;
    }
    .feedback__item-content-text {
        flex: 0 0 55vw;
        width: 55vw;
        font-size: 3.5vw;
    }
    .feedback__item-content {
        padding: 2vw;
        margin-top: 1vw;
        border-width: 0.2vw;
    }
    .feedback__item-content-button {
        flex: 0 0 6vw;
        width: 6vw;
    }
    .feedback__item-content-button a {
        padding: 1.6vw;
    }
    .feedback__item-content-button a svg {
        width: 3vw;
        height: 3vw;
    }
    .feedback .swiper-container {
        padding-bottom: 6vw;
    }
    .feedback .swiper-pagination {
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        display: flex;
        gap: 1vw;
    }
    .feedback .swiper-pagination-bullet {
        width: 3vw;
        height: 3vw;
    }
    .feedback .swiper-pagination-bullet-active {
        background: var(--color-4);
    }
}