@import "../fonts/line-awesome/css/line-awesome.min.css";
/*
@import url("https://fonts.googleapis.com/css?family=Montserrat&amp;subset=cyrillic,cyrillic-ext,latin-ext,vietnamese"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap');

.font-bold {
    font-weight: bold;
}

body {
    margin: 0;
    padding: 0 0 60px 0;
    background: #FFFFFF;
    font-family: Montserrat, sans-serif;
    cursor: default;
    position: relative;

}


/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

:root {
    --color-main-middle-dark: #a08f61;
    --color-main: #857750;
    --color-main-super-dark: #585344;
    --color-main-dark: #6F6132;
    --color-main-middle: #BFB89C;
    --color-main-brigth: #D7D1BB;

    --color-main-brigth-ultra: rgba(229, 213, 191, 0.3);
    --color-main-brigth-ultra-2: #E3DED0;
    --color-main-brigth-ultra-3: #f4f1e8;
    --header-height: 60px;
    --content-width: 1440px;
}

/* region [GLOBAL] */

.pointer {
    cursor: pointer !important;
}

.btn-ib.btn-default {
    border: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
    display: block;
    margin: 5px 5px 10px 5px;
    transition: all 0.3s;
}

.btn-ib.btn-default:hover {
    background: var(--color-main-brigth-ultra-2);
}

.flex {
    display: flex !important;
}

.flex-right {
    justify-content: right;
}

.flex-center {
    justify-content: center !important;
}

.full-width {
    width: 100%;
}

.flex-left {
    justify-content: left;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.text-uppercase {
    text-transform: uppercase
}

.underline {
    text-align: center;
    border: 1px solid #000000;
    padding: 4px;
    background: #FFFFFF;
}

.small-margin {
    margin: 0 5px !important;
}

.middle-margin {
    margin: 0 10px !important;
}

.first-no-margin:first-child {
    margin-left: 0 !important;
}

.last-no-margin:first-child {
    margin-right: 0 !important;
}

.lg {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    transform: translateY(2px);
    border-radius: 50%;
    overflow: hidden;
}

.lg-en {
    background-image: url("../icons/en.svg");
}

.lg-bg {
    background-image: url("../icons/bg.svg");
}

.icon-shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.visible {
    opacity: 1 !important;
}

.top-care {
    width: 240px;
    line-height: var(--header-height);
    height: 65px;
    left: calc(50% - 152px);
    padding: 0 26px;
    display: block;
    border-radius: 0 0 20px 20px;
    background: #FFFFFF;
    z-index: 100;
    position: absolute;
    color: var(--color-main-dark);
    font-size: 24px;
    text-align: center;
}

.top-care a {
    text-decoration: none;
    color: var(--color-main-dark);
}

.top-care.small-title {
    font-size: 18px;
}

.top-care.lines-2 {
    line-height: 23px;
}

.care-gray {
    background: #f7f7f7;
}

.left-care {
    left: 150px !important;
}

.top-care img {
    width: 100%;
    margin-top: 8px;
}

.bottom-care {
    display: block;
    width: 240px;
    height: var(--header-height);
    line-height: var(--header-height);
    left: calc(50% - 141px);
    bottom: 0;
    padding: 0 26px;
    border-radius: 20px 20px 0 0;
    background: #FFFFFF;
    z-index: 100;
    position: absolute !important;
    overflow: hidden;
    font-size: 22px;
    color: var(--color-main-dark);
    text-align: center;
    text-decoration: none;
}

.gallery__img {
    transform: scale(1.2);
    transition: all 0.3s;
}

.gallery__img:hover {
    transform: scale(1);
}

.gallery__item {
    overflow: hidden;
}

.bottom-care.link {
    color: var(--color-main-dark);
    font-size: 16px;
}

.bottom-care a {
    display: block;
    height: var(--header-height);
    line-height: var(--header-height);
    color: var(--color-main-dark);
    text-decoration: none;
}

.padding5 {
    padding: 5px
}

.padding10 {
    padding: 10px
}

.padding15 {
    padding: 15px
}

.top5 {
    margin-top: 5px
}

.top10 {
    margin-top: 10px
}

.top15 {
    margin-top: 15px
}

.top20 {
    margin-top: 20px
}

.top25 {
    margin-top: 25px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top100 {
    margin-top: 100px
}

.top120 {
    margin-top: 120px
}

.bottom30 {
    margin-bottom: 30px !important;
}

.left-10 {
    margin-left: 10px;
}

.left-15 {
    margin-left: 15px;
}

.right-10 {
    margin-right: 10px;
}

.right-15 {
    margin-right: 15px;
}

.left-right-15 {
    padding: 0 15px 0 15px;
}

.right-50 {
    padding-right: 50px;
}

.ct {
    text-align: center;
}

.rt {
    text-align: right;
}

.text-black {
    color: #000000 !important;
}

/* endregion */

.hover-text:hover {
    color: var(--color-main-dark) !important;
}

.hover-text:hover i {
    color: var(--color-main-dark) !important;
}

.hover-text:hover input {
    color: var(--color-main-dark);
    border-color: var(--color-main-dark) !important;
}

.content {
    width: var(--content-width);
    margin: 0 auto;
    position: relative;
}

.content-out {
    width: calc(var(--content-width) + 20px);
    margin: 0 auto;
    position: relative;
}

.content-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

.min-page-height {
    min-height: 600px;
}

header {
    height: var(--header-height);
    background: #FFFFFF;
    position: relative;
}

header .hidden-nav-button {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 20px;
    cursor: pointer;
    color: #000000;
    z-index: 1000;
}

header .header-right-nav {
    position: absolute;
    right: 10px;
    top: 0;
}

.hidden-nav {
    position: absolute;
    height: auto;
    min-width: 250px;
    background: var(--color-main);
    top: 60px;
    left: 0;
    z-index: 10000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(-110%);
    transition: all 0.3s;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--color-main-brigth);
}

.hidden-nav.open {
    transform: translateX(10px);
}

.hidden-nav a {
    white-space: nowrap;
    text-decoration: none;
    color: #FFFFFF !important;
    line-height: 34px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

.hidden-nav a:hover, .hidden-nav a:hover .la {
    color: var(--color-main-brigth-ultra-2) !important;
}

header nav {
    display: flex;
    padding-top: 5px;
}

header nav a, header nav .drop-btn {
    display: block;
    white-space: nowrap;
    height: var(--header-height);
    line-height: var(--header-height);
    text-decoration: none;
    font-weight: bold;
    color: #000000 !important;
    font-size: 13px;
}

header .search {
    padding-top: calc(var(--header-height) / 2 - 10px);
    margin-left: 30px;
    display: flex;
}

header .search input {
    height: 5px;
    width: 170px;
    padding: 8px;
    border: 1px solid #000000;
    outline: none !important;
    border-radius: 0 !important;

}

header nav a .la, header nav .drop-btn .la {
    font-size: 26px;
    display: block;
    margin: calc(var(--header-height) / 2 - 13px) 4px 0 4px;
}

header .header-tape {
    height: 5px;
    width: 100%;
    background: var(--color-main-dark);
}

.header-tape-logo {
    position: absolute;
    left: 0;
    height: 35px;
    top: 10px;
}

.dht {
    font-size: 12px;
    background: var(--color-main-dark);
    color: #fff;
    position: absolute;
    left: 0;
    opacity: 0;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
    height: auto !important;
    line-height: 12px;
    transition: all 0.5s;
    font-family: Montserrat, sans-serif;
    font-weight: normal;
}

.dht.hover {
    opacity: 1;
}

.tape-slider {
    background: linear-gradient(#E1DACF, #858179);
    position: relative;
}

.tape-slider-join {
    background: #AEA380;
    position: relative;
    max-height: 380px;
    width: 100%;
    padding-bottom: 30px;
}

.tape-slider-join .title {
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}


.flex-slide {
    display: flex !important;
    width: 100% !important;
}

/* region [join to us] */
.splide-join-to-us {
    margin-top: 20px;
}

.splide-join-to-us .flex-item {
    width: calc(100% / 4);
    display: flex;
    margin: 10px;
}

.splide-join-to-us .flex-item .img {
    width: 40%;
    padding-left: 10px;
    padding-right: 10px;
}

.splide-join-to-us .flex-item img {

    display: block;
    height: 80%;
}

.splide-join-to-us .flex-item .item-content {
    width: 60%;
    display: block;
}

.splide-join-to-us .flex-item .item-title {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 22px;
}

.splide-join-to-us .flex-item .item-text {
    font-size: 17px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 7px;
}

.splide-join-to-us .flex-item .item-link {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    padding: 5px 20px;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.5s;
}

.splide-join-to-us .flex-item .item-link:hover {
    background: rgba(255, 255, 255, 0.18);
}

.splide-custom .splide__arrows .splide__arrow {
    background: transparent;
    font-size: 45px;
    color: #FFFFFF;
    transition: all 0.5s;
    border: 0;
}

/* endregion */

/* region [E-library] */

.splide-e-library {
    padding-top: 50px;
    padding-bottom: 30px;
}

.splide-e-library .flex-slide a {
    display: block !important;
    overflow-x: hidden;
    --sel-m-width: 390px;
    --sel-s-width: 340px;
    --prop: 1.41025;
    position: relative;
}

.splide-e-library .flex-slide a:nth-child(1) {

    width: var(--sel-m-width);
    height: calc(var(--sel-m-width) * var(--prop));
    margin-right: 30px;
}

.splide-e-library .flex-slide a:nth-child(2) {
    width: var(--sel-s-width);
    height: calc(var(--sel-s-width) * var(--prop));
    margin-right: 30px;
}

.splide-e-library .flex-slide a:nth-child(3) {
    width: var(--sel-s-width);
    height: calc(var(--sel-s-width) * var(--prop));
    margin-right: 30px;
}

.splide-e-library .flex-slide a:nth-child(4) {
    width: var(--sel-s-width);
    height: calc(var(--sel-s-width) * var(--prop));
}

.splide-e-library .flex-slide a img {
    height: 100% !important;
    filter: brightness(0.9);
}

.splide-e-library .splide__track {
    padding-top: 50px;
    padding-bottom: 50px;
}


.splide-e-library .splide__arrows .splide__arrow {
    color: var(--color-main-dark);
}

.splide-e-library .flex-slide {
    position: relative;
}

.splide-e-library .flex-slide a .title {
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
}

/* endregion */

/* region [Partner] */
.tape-slider-partner {
    border-top: 2px solid var(--color-main-dark);
    border-bottom: 2px solid var(--color-main-dark);
}

.tape-slider-partner .top-care, .tape-slider-partner .bottom-care {
    background: var(--color-main-dark);
    color: #FFFFFF;
}

.tape-slider-partner .splide__slide {
    padding: 40px;
}

.tape-slider-partner .splide__slide img {
    width: 75%;
    display: block;
    margin: 0 auto;
}

.tape-slider-partner .splide__track {
    padding-top: 70px;
}

.tape-slider-partner .splide__slide .title {
    margin-top: 20px;
    color: var(--color-main-dark);
    text-align: center;
    font-family: FontLight, sans-serif;
}


.splide-partners {
    height: 450px;
}

/* endregion */
/* region [] */
.splide-custom .splide__arrows .splide__arrow:hover {
    background: rgba(255, 255, 255, 0.05);
}

.splide-custom .splide__arrows .splide__arrow--prev {
    transform: translateX(-120px) translateY(-20px);
}

.splide-custom .splide__arrows .splide__arrow--next {
    transform: translateX(120px) translateY(-20px);
}

/* endregion */

/* region [MODAL] */

.modal-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
}

.modal {
    background: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    width: 300px;
    height: auto;
    margin: 100px auto 0;
    transform: translateY(-500px);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 20px;
    border: 3px solid var(--color-main);
}

.modal-video {
    background: #000000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    width: 80%;
    height: 80%;
    max-width: 1280px;
    max-height: 720px;
    margin: 50px auto 0;
    transform: translateY(-500px);
    opacity: 0;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 20px;
    border: 3px solid var(--color-main);
}

.modal-video video {
    width: 100%;
    height: 100%;
}

.modal-video-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: var(--color-main);
    top: -45px;
    right: -45px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.modal-video-close .la {
    color: #FFFFFF;
    font-size: 25px;
}

.modal-video-close:hover {
    background: #FFFFFF;
}

.modal-video-close:hover .la {
    color: var(--color-main);
}

.modal-open {
    transform: translateY(0);
    opacity: 1;
}

.modal-message {
    margin-bottom: 20px;
}

.modal-buttons {
    display: flex;
    justify-content: center;
}

.modal-video.frame {
    width: 90% !important;
    height: 85% !important;
    max-height: 90% !important;
    max-width: 85% !important;
    top: 8%;
}


.modal-search-box {
    width: 900px;
    height: auto;
    margin-top: 70px;
    position: relative;
}

.modal-search-box .modal-button-cancel {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 30px;
    line-height: 32px;
    text-align: center;
}

.modal-search-box .search {
    width: calc(100% - 10px);
    padding: 5px;
    height: 20px;
    font-size: 20px;
    outline: none;
}




.modal-search-box .search-result {
    height: auto;
    max-height: calc(100vh - 215px);
    overflow-y: scroll;
    margin-top: 20px;
}

.search-result .row {
    padding: 10px 5px;
    border-bottom: 1px solid #cccccc;
}

.search-result .row a {
    color: var(--color-main);
    font-weight: bold;
}

/* endregion */


/* region [USER HEADER MENU ] */
.drop-btn {
    position: relative;
    cursor: pointer;
}

.user-menu {
    position: absolute;
    right: 0;
    top: 58px;
    width: 115px;
    border: 1px solid #f1f1f1;
    background: #FFFFFF;
    z-index: 1000000000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: all 0.2s;
    border-radius: 0 0 4px 4px;
}

.drop-btn.open .user-menu {
    padding: 10px;
    height: auto;
    opacity: 1;
}

.user-menu a {
    display: block;
    line-height: 25px;
    height: 25px;
    cursor: pointer;
    text-align: right;
    font-size: 12px;
}


.user-menu a .la {
    height: 20px;
    line-height: 20px;
    font-size: 18px !important;
    margin: 0 3px 0 0 !important;
    color: #000000 !important;
}

.user-menu a:hover, .user-menu a:hover .la {
    color: var(--color-main-dark) !important;
}


.cart {
    background: linear-gradient(var(--color-main), var(--color-main-super-dark));
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    left: 5px;
    top: calc(50% - 40px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    border-radius: 7px;
    transition: all 0.5s;
    transform: translateX(-150%);
    cursor: pointer;
}

.cart:hover {
    opacity: 0.8;
}

.cart.open {
    transform: translateX(0);
}

.cart .la, .cart span {
    color: #FFFFFF;
    margin: 3px;
}

.cart .la {
    font-size: 22px;
}

/* endregion */

.footer-logos {
    display: flex;
    justify-content: center;
}

.footer-logos img {
    display: block;
    margin: 15px;
}

.footer-logos img {
    height: 100px;
}

.flash {
    position: fixed;
    top: 80px;
    right: 20px;
    padding: 20px;
    width: 200px;
    text-align: center;
    opacity: 0;
    transform: translateX(500px);
    transition: all 0.5s;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 5px;
}

.flash.success {
    background: #00aa00;
    color: #FFFFFF;
    transform: translateX(0);
    opacity: 1;
}

.flash.warning {
    background: #ff9f00;
    color: #FFFFFF;
    transform: translateX(0);
    opacity: 1;
    padding-left: 30px;
}

.flash.error {
    background: #c62424;
    color: #FFFFFF;
    transform: translateX(0);
    opacity: 1;
    padding-left: 30px;
}

.flash.warning:before, .flash.error:before {
    content: '!';
    display: block;
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    left: 15px;
    top: 15px;
}

.group-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-main-super-dark);
}

.library-nodes-wrapper {
  border-radius: 5px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.library-nodes {
    display: none;
    flex-wrap: wrap;
    background: #FFFFFF;
    padding: 5px;
}

.library-nodes .node {
    width: calc(50% - 22px);
    border: 1px solid #f1f1f1;
    padding: 5px;
    margin: 5px;
    font-size: 16px;
    border-radius: 5px;
    background: #f9f9f9;
}

.library-nodes-wrapper label {
    display: block;
    width: calc(100% - 10px);
    background: #f9f9f9;
    color: #000000;
    position: relative;
    cursor: pointer;
    padding: 5px 5px 5px 10px;
}

.library-nodes-wrapper label .la {
    position: absolute;
    right: 20px;
    top: 7px;
}
.library-nodes-wrapper label .la-chevron-up { display: none }
.library-nodes-wrapper label .la-chevron-down { display: block }
.library-nodes-wrapper.open label .la-chevron-up { display: block }
.library-nodes-wrapper.open label .la-chevron-down { display: none }
.library-nodes-wrapper.open .library-nodes {
    display: flex;
}


