@import url("../js/library/fontawesome/css/all.css");
@import url("../js/library/aos/aos.css");
@import url("../js/library/swiper/swiper-bundle.min.css");
@import url("../js/library/slick/slick.css");
@import url("../js/library/themify-icons/themify-icons.css");
@import url("../js/library/select2/select2.min.css");
@import url("../js/library/wow/animate.min.css");
@import url("../js/library/themifi/themify-icons.css");
@import url("../js/library/magnific/magnific-popup.css");
@import url("../js/library/gallery/lightgallery.min.css");
@import url("../assets/font/Themify/stylesheet.css");
@import url("../assets/font/SVN-SofiaPro/stylesheet.css");
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;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none !important;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "SVN-Sofia Pro", sans-serif;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #0d3961;
    overflow: hidden / auto;
}

a {
    text-decoration: none;
}

button,
select {
    border: none;
    outline: none;
}

.main {
    overflow: hidden;
    background-color: white;
}

.container {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.over {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.over::-webkit-scrollbar {
    display: none;
}

.no-scroll {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
}

iframe {
    vertical-align: middle;
}

.effectShine {
    position: relative;
    overflow: hidden;
}

.effectShine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.wow {
    animation-duration: 1s;
}


/**
 * Simple fade transition,
 */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.dnor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.dnor-item {
    padding: 0 15px;
}

.dmini {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.dmini-item {
    padding: 0 5px;
}

@-moz-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phoneRing {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-35deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(35deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-35deg) scale(1.1) skew(1deg);
    }
    40% {
        transform: rotate(35deg) scale(1.1) skew(1deg);
    }
    50% {
        transform: rotate(-35%) scale(1) skew(1deg);
    }
    60% {
        transform: rotate(35%) scale(1) skew(1deg);
    }
    70% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes ZoomIn {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes ZoomIn {
    50% {
        transform: scale(0.95);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes Spinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes BTT {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes halo {
    from {
        transform: translate(-50%, -50%) scale(0);
    }
    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes mirror {
    100% {
        transform: translate3d(2000%, 0, 0) rotate(35deg);
    }
}

@keyframes DownUp {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-10px);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes jelly {
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}

@keyframes jellyTranForm {
    25% {
        transform: translate(-50%, -50%) scale(0.9, 1.1);
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1, 0.9);
    }
    75% {
        transform: translate(-50%, -50%) scale(0.95, 1.05);
    }
}

@keyframes jittery {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1.05) rotate(-5deg);
    }
    25% {
        transform: scale(1.05) rotate(5deg);
    }
    30% {
        transform: scale(1.05) rotate(-3deg);
    }
    35% {
        transform: scale(1.05) rotate(2deg);
    }
    40% {
        transform: scale(1.05) rotate(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes grow {
    from {
        transform: scale(0, 0);
        opacity: 1;
    }
    to {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}


/* Styles for dialog window */

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #000000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    bottom: 6rem;
    right: 3rem;
    z-index: 7;
    transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s linear;
    cursor: pointer;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .back-to-top {
        right: 1.5rem;
    }
}

.back-to-top.active {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
}

.back-to-top .triangle {
    display: block;
    width: 0;
    height: 0;
    z-index: 2;
    border: 8px solid transparent;
    border-bottom: 6px solid #fff;
    margin-top: -6px;
    border-radius: 5px;
}

.back-to-top .triangle:nth-child(1) {
    animation: BTT 1.5s linear 0.6s infinite;
}

.back-to-top .triangle:nth-child(2) {
    animation: BTT 1.5s linear 0.3s infinite;
}

.back-to-top .triangle:nth-child(3) {
    animation: BTT 1.5s linear 0s infinite;
}

@media only screen and (min-width: 901px) {
    .back-to-top:hover {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }
}

::-webkit-scrollbar {
    width: 5px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #0d3961;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #0d3961;
}

.header {
    height: 120px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    z-index: 50;
    background-color: white;
}

.header.trans {
    position: fixed;
    background-color: transparent;
    border-bottom: none;
}

.header.trans .header-logo img {
    filter: brightness(0) invert(1);
}

.header.trans .header-nav-link {
    color: white;
}

.header.trans .header-language .link {
    color: #bcbcbc;
}

.header.trans .header-language .link.active {
    color: white;
}

.header.trans .header-re-link {
    color: #bcbcbc;
}

.header.trans.sticky {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.trans.sticky .header-logo img {
    filter: none;
}

.header.trans.sticky .header-nav-link {
    color: #0d3961;
}

.header.trans.sticky .header-language .link.active {
    color: #0d3961;
}

@media screen and (max-width: 1200px) {
    .header {
        height: 56px;
    }
}

.header.sticky {
    height: 60px;
    background-color: white;
}

.header.sticky .header-top {
    transform: translateY(-120%);
    opacity: 0;
}

@media screen and (max-width: 1200px) {
    .header.sticky .header-top {
        transform: translateY(0);
        opacity: 1;
    }
}

.header.sticky .header-logo {
    width: 160px;
    height: 30px;
    margin-bottom: -3px;
}

@media screen and (max-width: 1200px) {
    .header.sticky .header-logo {
        width: 120px;
        height: 23px;
        margin-bottom: -3px;
    }
}

.header.sticky .header-nav {
    transform: translateY(-115%);
}

@media screen and (max-width: 1200px) {
    .header.sticky {
        height: 50px;
    }
}

.header-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-logo {
    display: block;
    cursor: pointer;
    width: 216px;
    height: 40px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .header-logo {
        width: 120px;
        height: 23px;
        margin-bottom: -3px;
    }
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-main {
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

.header-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-bottom: 12px;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .header-top {
        margin-bottom: 0;
    }
}

.header-re {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header-re-link {
    display: block;
    cursor: pointer;
    color: #0d3961;
    transition: 0.3s ease-in-out;
    font-size: 1.6rem;
}

.header-re-link:hover {
    color: #996c63;
}

.header-re-link:not(:first-child) {
    margin-left: 16px;
}

.header-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .header-user {
        display: none;
    }
}

.header-user:hover .header-user-name {
    color: #996c63;
}

.header-user:hover .header-user-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header-user-ava {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    overflow: hidden;
}

.header-user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-user-name {
    font-size: 1.4rem;
    color: #bcbcbc;
    margin-left: 4px;
    transition: 0.3s ease-in-out;
}

.header-user-menu {
    position: absolute;
    top: 150%;
    background-color: #f8f8f8;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

.header-user-menu .link {
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #0d3961;
    transition: 0.1s ease-in-out;
    font-weight: 500;
}

.header-user-menu .link:hover {
    color: white;
    background-color: #996c63;
}

.header-cart-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: #996c63;
    margin-left: 24px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
    .header-cart-btn {
        padding: 10px;
        order: 2;
        margin-left: 16px;
    }
}

.header-cart-btn:hover {
    background-color: #0d3961;
    animation: jelly 0.8s ease-in-out;
}

.header-cart-btn .icon {
    width: 15px;
    height: 15px;
}

.header-cart-btn .text {
    color: white;
    margin-left: 4px;
}

@media screen and (max-width: 1200px) {
    .header-cart-btn .text {
        display: none;
    }
}

.header-language {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-left: 24px;
}

@media screen and (max-width: 1200px) {
    .header-language {
        order: 1;
        margin-left: 8px;
    }
}

.header-language .link {
    color: #bcbcbc;
    display: block;
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.header-language .link:hover {
    color: #0d3961;
}

.header-language .link.active {
    color: #0d3961;
}

.header-language .link:not(:first-child) {
    padding-left: 8px;
    margin-left: 8px;
}

.header-language .link:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #bcbcbc;
}

.header-mxh {
    margin-left: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .header-mxh {
        display: none;
    }
}

.header-mxh-link {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.header-mxh-link:not(:first-child) {
    margin-left: 8px;
}

.header-mxh-link:hover {
    transform: translateY(-3px);
}

.header-mxh-link .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-nav {
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 1200px) {
    .header-nav {
        display: none;
    }
}

.header-nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header-nav-item {
    padding: 0 16px;
    position: relative;
    cursor: pointer;
}

.header-nav-item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    height: 1px;
    width: 0;
    background-color: #d8bd97;
    transition: 0.4s ease-in-out;
}

.header-nav-item:last-child {
    padding-right: 0;
}

.header-nav-item:hover::before {
    width: 100%;
}

.header-nav-item:hover .smenu-main {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header-nav-item.active::before {
    width: 100%;
}

.header-nav-link {
    color: #0d3961;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.4s ease-in-out;
}

.smenu {
    position: absolute;
    min-width: 280px;
    min-height: 62vh;
    background-color: white;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.16);
    z-index: 2;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(5px);
}

.smenu-list>.menu-item {
    position: static !important;
}

@media screen and (max-width: 1450px) {
    .smenu {
        min-width: 230px;
    }
}

.smenu-main {
    left: 0;
    top: 213%;
}

.smenu-main.right {
    left: initial;
    right: 0;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.16);
}

.smenu-main.right .smenu-link {
    flex-direction: row-reverse;
}

.smenu-main.right .smenu-link .icon {
    transform: rotate(180deg);
}

.smenu-main.right .smenu-sub {
    left: initial;
    right: 100%;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.16);
}

.smenu-main.right .smenu-link::before {
    right: initial;
    left: -12px;
}

.smenu-main.right .smenu-link:hover::before {
    border-right: 6px solid #996c63;
    border-left: 6px solid transparent;
}

.smenu-sub {
    top: 0;
    left: 100%;
    z-index: -1;
}

.smenu-br {
    background-color: #f8f8f8;
}

.smenu-bd-bottom {
    position: relative;
}

.smenu-bd-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.smenu-block {
    padding: 10px 26px;
}

.smenu-block>.smenu-link {
    padding: 0;
}

.smenu-block-wrap {
    margin-left: 22px;
}

.smenu-item {
    transition: 0.15s ease-in-out;
    position: static !important;
}

.smenu-item:hover>.smenu-sub {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.smenu-item.active,
.smenu-item:hover {
    background-color: #996c63;
}

.smenu-item.active>.smenu-link,
.smenu-item:hover>.smenu-link {
    color: white;
}

.smenu-item.active>.smenu-link .icon,
.smenu-item:hover>.smenu-link .icon {
    color: white;
}

.smenu-item.active>.smenu-link::before,
.smenu-item:hover>.smenu-link::before {
    border-left: 6px solid #996c63;
}

.smenu-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 1.6rem;
    font-weight: 500;
    color: #0d3961;
    align-items: center;
    justify-content: space-between;
    padding: 10px 26px;
    transition: 0.2s ease-in-out;
    position: relative;
}

.smenu-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transition: 0.15s ease-in-out;
}

.smenu-link .icon {
    font-size: 1.2rem;
    font-weight: 600;
    color: #9eb0c0;
    transition: 0.2s ease-in-out;
}

.smenu-link-mini {
    font-size: 1.4rem;
    color: #0d3961;
    display: block;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}

.smenu-link-mini.active,
.smenu-link-mini:hover {
    color: #996c63;
}

.smenu-link-mini:not(:last-child) {
    margin-bottom: 6px;
}

.footer {
    padding: 136px 0;
    background-color: #0d3961;
}

@media screen and (max-width: 1200px) {
    .footer {
        padding: 60px 0;
    }
}

.footer-list {
    margin-bottom: 64px;
}

.footer-left {
    width: calc(100% * (5 / 12));
}

@media screen and (max-width: 1200px) {
    .footer-left {
        width: calc(100% * (4 / 12));
    }
}

@media screen and (max-width: 900px) {
    .footer-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.footer-right {
    width: calc(100% * (7 / 12));
}

@media screen and (max-width: 1200px) {
    .footer-right {
        width: calc(100% * (8 / 12));
    }
}

@media screen and (max-width: 900px) {
    .footer-right {
        width: 100%;
    }
}

.footer-right-first {
    width: calc(100% * (3.5 / 12));
}

@media screen and (max-width: 600px) {
    .footer-right-first {
        width: 50%;
        margin-bottom: 30px;
        order: 2;
    }
}

@media screen and (max-width: 400px) {
    .footer-right-first {
        width: 100%;
    }
}

.footer-right-second {
    width: calc(100% * (5 / 12));
}

@media screen and (max-width: 600px) {
    .footer-right-second {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
}

.footer-right-third {
    width: calc(100% * (3.5 / 12));
}

@media screen and (max-width: 600px) {
    .footer-right-third {
        width: 50%;
        order: 3;
    }
}

@media screen and (max-width: 400px) {
    .footer-right-third {
        width: 100%;
    }
}

.footer-main {
    margin-right: 200px;
}

@media screen and (max-width: 1200px) {
    .footer-main {
        margin-right: 0;
    }
}

.footer-main-text {
    font-size: 1.6rem;
    color: white;
}

.footer-heading {
    font-size: 2.4rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
    .footer-heading {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .footer-heading {
        font-size: 1.7rem;
    }
}

.footer-link {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.footer-link:hover {
    color: #d8bd97;
}

.footer-link:hover .icon {
    transform: translateX(4px);
}

.footer-link:not(:last-child) {
    margin-bottom: 16px;
}

.footer-link .icon {
    color: #d8bd97;
    margin-left: 6px;
    transition: 0.3s ease-in-out;
}

.footer-bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .footer-bottom {
        flex-direction: column;
    }
}

.footer-logo {
    width: 216px;
    height: 40px;
    display: block;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        margin-bottom: 30px;
        order: 1;
    }
}

.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-author-text {
    font-size: 1.4rem;
    color: white;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    .footer-author-text {
        order: 3;
    }
}

.footer-mxh {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .footer-mxh {
        margin-bottom: 30px;
        order: 2;
    }
}

.footer-mxh-link {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    display: block;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.footer-mxh-link:hover {
    transform: translateY(-4px);
}

.footer-mxh-link:not(:first-child) {
    margin-left: 8px;
}

.footer-mxh-link .icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.burger {
    cursor: pointer;
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
    order: 3;
}

.burger::before {
    content: "";
    position: absolute;
    width: 1px;
    top: 10px;
    bottom: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 1201px) {
    .burger {
        display: none;
    }
}

.hamburger .line {
    width: 22px;
    height: 2px;
    border-radius: 4px;
    background-color: #0d3961;
    display: block;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

#hamburger.active .line:nth-child(1) {
    width: 15px;
    margin-left: auto;
}

#hamburger.active .line:nth-child(2) {
    margin-left: auto;
}

#hamburger.active .line:nth-child(3) {
    width: 18px;
    margin-left: auto;
}

.mobile {
    position: fixed;
    z-index: 140;
    top: 0;
    left: 0;
    bottom: 0;
    min-width: 500px;
    max-width: 100%;
    background-color: white;
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s linear;
    transform: translateX(-110%);
}

@media screen and (max-width: 500px) {
    .mobile {
        width: 100%;
        min-width: initial;
    }
}

.mobile.sticky {
    top: 0;
}

.mobile.open {
    transform: translateX(0);
}

@media screen and (min-width: 1201px) {
    .mobile {
        display: none;
    }
}

.mobile-con {
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.mobile-heading {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #0d3961;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.mobile-overlay {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.6s ease;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-110%);
}

.mobile-overlay.sticky {
    top: 0;
}

.mobile-overlay.open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

@media screen and (min-width: 1201px) {
    .mobile-overlay {
        display: none;
    }
}

.mobile-wr {
    padding: 60px 20px;
    position: relative;
}

.mobile-list {
    margin-bottom: 20px;
}

.mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.8rem;
    text-transform: uppercase;
    padding: 15px 0;
    line-height: 1.2;
    color: #0d3961;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    font-weight: 500;
}

.mobile-link.active .mobile-arrow {
    transform: rotate(90deg);
}

.mobile-link .mobile-arrow {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.mobile-mxh {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.mobile-mxh-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex: 1;
    height: 100%;
    background-color: #0d3961;
    cursor: pointer;
}

.mobile-mxh-link:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-mxh-link .icon {
    color: #ffffff;
}

.mobile-mxh-link--face {
    background-color: #4a6ea9;
}

.mobile-mxh-link--ins {
    background: radial-gradient( circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}

.mobile-mxh-link--linkedin {
    background-color: #0a66c2;
}

.mobile-mxh-link--you {
    background-color: #ff0000;
}

.mobile-text {
    font-size: 1.4rem;
    display: block;
    color: #0d3961;
    word-break: break-word;
}

.mobile-action {
    color: #996c63;
}

.mobile-sub {
    display: none;
    position: relative;
    padding-left: 20px;
}

.mobile-sub::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 20px;
    width: 1px;
    background-color: #996c63;
    bottom: 20px;
    transition: 0.3s ease-in-out;
}

.mobile-sub-link {
    padding: 10px 0;
    color: #0d3961;
    font-size: 1.6rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.mobile-sub-link.active .mobile-arrow-second {
    transform: rotate(90deg);
}

.mobile-sub-link.active .mobile-arrow-third {
    transform: rotate(90deg);
}

.mobile-sub-block {
    padding-left: 10px;
}

.mobile-sub-block-head {
    color: #0d3961;
    display: block;
    font-size: 1.6rem;
    padding-left: 10px;
    position: relative;
}

.mobile-sub-block-head::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 1px;
    left: -2px;
    background-color: #0d3961;
}

.mobile-sub-block-wrap {
    padding-left: 10px;
}

.mobile-sub-block .link {
    display: block;
    font-size: 1.4rem;
    color: #0d3961;
    position: relative;
    padding-left: 10px;
}

.mobile-sub-block .link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 4px;
    height: 4px;
    border-radius: 100rem;
    background-color: #0d3961;
}

.mobile-arrow-second {
    margin-left: auto;
    font-weight: 700;
    transition: 0.3s ease-in-out;
}

.mobile-arrow-third {
    font-weight: 700;
    margin-left: auto;
    margin-right: 20px;
    transition: 0.3s ease-in-out;
}

.mobile-account {
    position: absolute;
    top: 20px;
    left: 20px;
}

.mobile-re {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.mobile-re-link {
    font-size: 1.6rem;
    color: #0d3961;
    text-decoration: underline;
}

.mobile-re-link:not(:first-child) {
    margin-left: 16px;
}

.mobile-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.mobile-user:hover .mobile-user-name {
    color: #996c63;
}

.mobile-user:hover .mobile-user-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.mobile-user-ava {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    overflow: hidden;
}

.mobile-user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-user-name {
    font-size: 1.4rem;
    color: #bcbcbc;
    margin-left: 4px;
    transition: 0.3s ease-in-out;
}

.mobile-user-menu {
    position: absolute;
    top: 150%;
    background-color: #f8f8f8;
    min-width: 150px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 1;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
}

.mobile-user-menu .link {
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    color: #0d3961;
    transition: 0.1s ease-in-out;
    font-weight: 500;
}

.mobile-user-menu .link:hover {
    color: white;
    background-color: #996c63;
}

.mobile-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    border: 1px solid #0d3961;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
    background-color: white;
}

.mobile-close:hover .icon {
    transform: rotate(360deg);
}

.mobile-close .icon {
    transition: 0.6s ease-in-out;
    font-weight: 500;
    font-size: 1.8rem;
    color: #0d3961;
}

.send-form-wr .select .select2-search .select2-search--dropdown {
    display: none !important;
}

.send-form-wr .select2-container {
    font-size: 14px;
    width: 100% !important;
}

.send-form-wr .select2-container--default .select2-selection--single {
    border-radius: 8px !important;
    margin-bottom: 5px;
}

.send-form-wr .select2-container--default .select2-selection--single:focus {
    border: 1px solid #0d3961;
}

.send-form-wr .select2-container .select2-selection--single {
    height: unset;
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
    height: 40px;
    padding: 0 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.send-form-wr .select2-container--default .select2-selection--single {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.send-form-wr .select2-results__option {
    padding: 4px 19px;
}

@media screen and (max-width: 575px) {
    .send-form-wr .select2-results__option {
        padding: 12px 16px 10px 16px;
    }
}

.send-form-wr .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0d3961;
}

.send-form-wr .select2-container--default .select2-results__option--selected {
    background: #f5f5f5;
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: unset;
    top: 54%;
    transform: translateY(-50%);
}

.send-form-wr .select2-dropdown {
    animation: opacity 0.3s;
}

.send-form-wr .select2-container--default .drop-ic {
    transition: 0s;
    position: relative;
    right: 8px;
}

.send-form-wr .rotate {
    transform: rotate(-180deg);
}

.send-form-wr .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #da251d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -12px;
    margin-top: -7px;
    display: none;
}

.send-form-wr .select2-selection__placeholder {
    color: #c4c4c4 !important;
}

.send-form-wr .select2-dropdown .select2-dropdown--below {
    border-radius: 8px;
}

.send-form-wr .select2-container--open .select2-dropdown--below {
    border-radius: 8px !important;
}

.mirror {
    position: relative;
    overflow: hidden;
}

.mirror::after {
    content: "";
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    bottom: -50%;
    width: 1.25em;
    transform: translate3d(-2000%, 0, 0) rotate(35deg);
}

.mirror:hover::after {
    -webkit-animation: mirror 0.4s;
    animation: mirror 0.4s;
}

.sl-cus {
    position: relative;
}

.sl-cus.min {
    min-width: 120px;
}

.sl-cus.min:not(:first-child) {
    margin-left: 5px;
}

.sl-head {
    background-color: #f8f8f8;
    height: 48px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
    cursor: pointer;
    border-radius: 6px;
}

.sl-head::before {
    content: "";
    position: absolute;
    right: 10px;
    top: 16px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #996c63;
}

.sl-head::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 16px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #996c63;
}

.sl-main {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sl-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    background-color: white;
    z-index: 10;
    display: none;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
    max-height: 200px;
    overflow-y: auto;
}

.sl-item {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #000000;
    padding: 10px 15px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.sl-item:hover {
    background-color: #996c63;
    color: white;
}

.hb-slider {
    height: calc(100vw * (960 / 1920));
    position: relative;
}

@media screen and (max-width: 768px) {
    .hb-slider {
        height: 80vw;
    }
}

@media screen and (max-width: 600px) {
    .hb-slider {
        height: 100vw;
    }
}

@media screen and (max-width: 400px) {
    .hb-slider {
        height: 140vw;
    }
}

.hb-slider .swiper {
    width: 100%;
    height: 100%;
}

.hb-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.hb-slider .swiper-slide.swiper-slide-active .hb-img {
    transform: scale(1);
}

.hb-slider .swiper-slide.swiper-slide-active .hb-img::before {
    height: 50%;
}

.hb-slider .swiper-slide.swiper-slide-active .hb-img::after {
    height: 50%;
}

.hb-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: 2s ease-in-out;
    position: relative;
}

.hb-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    pointer-events: none;
    transition: 1s ease-in-out;
}

.hb-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    pointer-events: none;
    transition: 1s ease-in-out;
}

.hb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hb-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    pointer-events: none;
}

.hb-con {
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.hb-content {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.hb-title {
    font-size: 7.2rem;
    font-weight: 600;
    color: white;
    text-align: center;
    line-height: 1;
    margin-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
    .hb-title {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .hb-title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1200px) {
    .hb-title {
        font-size: 3rem;
        margin-bottom: 24px;
    }
}

.hb-form-wrap {
    position: relative;
}

.hb-form-input {
    background-color: white;
    height: 64px;
    border-radius: 100rem;
    font-size: 1.8rem !important;
    font-weight: 600;
    padding: 0 64px;
    pointer-events: visible;
}

@media screen and (max-width: 1200px) {
    .hb-form-input {
        height: 48px;
        padding: 0 48px;
    }
}

.hb-form-input:focus {
    border: 1px solid transparent !important;
}

.hb-form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    background-color: transparent;
    cursor: pointer;
    pointer-events: visible;
}

@media screen and (max-width: 1200px) {
    .hb-form-btn {
        left: 12px;
    }
}

.hb-form-btn .icon {
    width: 24px;
    height: 25px;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
    .hb-form-btn .icon {
        width: 16px;
        height: 17px;
    }
}

.hb-control {
    position: absolute;
    right: 0;
    bottom: 56px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: visible;
}

@media screen and (max-width: 1200px) {
    .hb-control {
        bottom: 15px;
    }
}

.hb-control-btn {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: rgba(255, 255, 255, 0.4);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.hb-control-btn:hover {
    background-color: #f1e5d0;
    transform: scale(1.1);
}

.hb-control-btn:hover .icon {
    font-size: 2.8rem;
}

.hb-control-btn:active {
    transform: scale(0.9);
}

.hb-control-btn:not(:first-child) {
    margin-left: 8px;
}

.hb-control-btn.swiper-prev {
    align-items: flex-end;
}

.hb-control-btn .icon {
    font-size: 2.4rem;
    font-weight: 300;
    transition: 0.2s ease-in-out;
}

.hb-scr {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 56px;
    text-align: center;
    z-index: 5;
    pointer-events: visible;
}

@media screen and (max-width: 1200px) {
    .hb-scr {
        bottom: 15px;
    }
}

.hb-scr-text {
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
    .hb-scr-text {
        margin-bottom: 8px;
    }
}

.hb-scr-btn {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    position: relative;
    transition: 0.3s ease-in-out;
}

.hb-scr-btn:hover::before {
    transform: scale(1.2);
}

.hb-scr-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100rem;
    transform: scale(1.4);
    border: 1px solid white;
    transition: 0.3s ease-in-out;
}

.hb-scr-btn .icon {
    color: #000000;
    font-size: 2.2rem;
    font-weight: 300;
}

.breadcrumb {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.breadcrumb-wrap::-webkit-scrollbar {
    display: none;
}

.breadcrumb-all {
    font-weight: 300;
    color: #0d3961;
    padding-right: 16px;
    margin-right: 16px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}

.breadcrumb-all:hover {
    color: #996c63;
}

.breadcrumb-all .icon {
    margin-right: 10px;
}

.breadcrumb-all::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
    height: 24px;
    width: 1px;
}

.breadcrumb-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.breadcrumb-link {
    color: #0d3961;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    white-space: nowrap;
}

.breadcrumb-link:hover {
    color: #996c63;
}

.breadcrumb-link:last-child {
    font-weight: 300;
}

.breadcrumb-link:not(:first-child) {
    padding-left: 12px;
}

.breadcrumb-link:not(:first-child)::before {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    left: 2px;
}

.swiper-pagination {
    position: initial;
}

.container-second {
    width: 100%;
    max-width: 770px;
    height: 100%;
    margin: 0 auto;
}

.c-pri {
    color: #0d3961;
}

.c-second {
    color: #996c63;
}

.c-third {
    color: #f1e5d0;
}

.c-white {
    color: white;
}

.c-black {
    color: #000000;
}

.bc-pri {
    background-color: #0d3961;
}

.bc-second {
    background-color: #996c63;
}

.bc-third {
    background-color: #f1e5d0;
}

.bc-four {
    background-color: #f9f4ec;
}

.over-hd {
    overflow: hidden;
}

.f-mid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.m-mid {
    margin: 0 auto;
}

.m-end {
    margin-left: auto;
}

.side {
    min-height: 100%;
    margin-bottom: -30px;
}

.side-three {
    margin-bottom: 30px;
    width: calc(100% * (3 / 12));
}

@media screen and (max-width: 1200px) {
    .side-three {
        width: 100%;
        margin-bottom: 0;
    }
}

.side-nine {
    margin-bottom: 30px;
    width: calc(100% * (9 / 12));
}

@media screen and (max-width: 1200px) {
    .side-nine {
        width: 100%;
    }
}

.side-border {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 24px;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .side-border {
        padding: 0;
        border: none;
    }
}

.side-pd-t {
    padding-top: 150px;
}

.side-pd-t-mini {
    padding-top: 30px;
}

@media screen and (max-width: 1200px) {
    .side-pd-t-mini {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .side-pd-t {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .side-fixed {
        position: fixed;
        width: 300px;
        max-width: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: white;
        z-index: 51;
        transition: 0.4s ease-in-out;
        opacity: 0;
        transform: translateX(110%);
        visibility: hidden;
    }
    .side-fixed.open {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible;
    }
}

@media screen and (max-width: 1200px) {
    .side-fixed-wrap {
        padding: 60px 24px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}

.side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(110%);
    visibility: hidden;
}

.side-overlay.open {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
}

@media screen and (min-width: 1201px) {
    .side-overlay {
        display: none;
    }
}

.side-open {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 40;
    background-color: #996c63;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100rem 0 0 100rem;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}

.side-open.close {
    opacity: 0;
    transform: translate(100%, -50%);
    visibility: visible;
}

@media screen and (min-width: 1201px) {
    .side-open {
        display: none;
    }
}

.side-open-wrap {
    width: 30px;
    height: 30px;
    border-radius: 100rem;
    background-color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.side-open-wrap .icon {
    color: #996c63;
    font-weight: 600;
    font-size: 1.6rem;
}

.side-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #0d3961;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    cursor: pointer;
}

.side-close:hover .icon {
    transform: rotate(360deg);
}

.side-close .icon {
    font-size: 1.8rem;
    font-weight: 400;
    transition: 0.6s ease-in-out;
}

@media screen and (min-width: 1201px) {
    .side-close {
        display: none;
    }
}

.re-link {
    color: #996c63;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    cursor: pointer;
}

.re-link:hover {
    color: #0d3961;
}

.re-tag {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #ff7950;
    left: 16px;
    top: 16px;
}

@media screen and (max-width: 1200px) {
    .re-tag {
        width: 40px;
        height: 40px;
    }
}

.re-tag.second {
    background-color: #0d3961;
}

.re-tag.third {
    background-color: #d8bd97;
}

.re-tag .icon {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1200px) {
    .re-tag .icon {
        width: 16px;
        height: 16px;
    }
}

.reuse-title {
    font-size: 2.4rem;
    font-weight: 300;
    color: #996c63;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .reuse-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .reuse-title {
        font-size: 1.7rem;
    }
}

.reuse-three-border {
    position: relative;
}

.reuse-three-border::before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    top: -30px;
    bottom: -30px;
    height: 1000vh;
}

@media screen and (max-width: 1200px) {
    .reuse-three-border::before {
        display: none;
    }
}

.reuse-three-wrap {
    padding-right: 15px;
}

@media screen and (max-width: 1200px) {
    .reuse-three-wrap {
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
    }
}

.reuse-nine-wrap {
    padding-left: 15px;
}

@media screen and (max-width: 1200px) {
    .reuse-nine-wrap {
        padding-left: 0;
    }
}

.head {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.head-title.m-mini {
    margin-bottom: 8px;
}

.recheck-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.recheck-input:checked~.recheck-dot::before {
    opacity: 1;
}

.recheck-dot {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    background-color: #f8f8f8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    flex-shrink: 0;
}

.recheck-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100rem;
    background-color: #996c63;
    transition: 0.1s ease-in-out;
    opacity: 0;
}

.recheck-text {
    font-weight: 300;
    margin-left: 8px;
}

.load {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    display: none;
}

.load-logo {
    animation: loadAnimation 2s linear infinite;
    width: 216px;
    height: 40px;
}

.load-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes loadAnimation {
    0% {
        transform: scale(1.2);
    }
    70% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.decor {
    width: 40%;
    padding-top: 40%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background-color: rgba(249, 244, 236, 0.1);
}

.decor .decor-first {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.decor .decor-first::after,
.decor .decor-first::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100rem;
    background-color: #996c63;
}

.decor .decor-first::before {
    top: -50%;
    left: -50%;
}

.decor .decor-first::after {
    top: -50%;
    right: -50%;
}

.decor .decor-second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.decor .decor-second::after,
.decor .decor-second::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100rem;
    background-color: #996c63;
}

.decor .decor-second::before {
    bottom: -50%;
    left: -50%;
}

.decor .decor-second::after {
    bottom: -50%;
    right: -50%;
}

.button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #996c63;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: fit-content;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.button:hover {
    background-color: #0d3961;
}

.button .text {
    color: white;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: -2px;
    text-align: center;
}

.button-full {
    width: 100%;
}

.button-pri {
    background-color: #0d3961;
}

.button-pri:hover {
    background-color: #996c63;
}

.button-pri:hover .text {
    color: white;
}

.button-third {
    background-color: #d8bd97;
}

.button-orange {
    background-color: #ff8f00;
}

.button-send {
    border-radius: 100rem;
}

.button-send:hover {
    background-color: #0086e3;
}

.button-trans {
    background-color: transparent;
    border: 1px solid #996c63;
}

.button-trans .text {
    color: #996c63;
}

.button-trans:hover {
    border: 1px solid #0d3961;
}

.button-trans:hover .text {
    color: white;
}

.button-trans.pri {
    border: 1px solid #0d3961;
}

.button-trans.pri .text {
    color: #0d3961;
}

.button-trans.pri:hover .text {
    color: white;
}

.button-large {
    padding: 12px 58px;
}

.button-nor {
    padding: 12px 30px;
}

.button .icon-right {
    margin-left: 8px;
}

.button-show {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.button-show:hover .text {
    color: #0d3961;
}

.button-show:hover .icon {
    color: #0d3961;
    transform: translateY(2px);
}

.button-show .text {
    color: #996c63;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.button-show .icon {
    font-weight: 600;
    color: #996c63;
    margin-left: 8px;
    transition: 0.3s ease-in-out;
}

.input {
    font-family: "SVN-Sofia Pro", sans-serif;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 300;
    color: #0d3961;
    border: 1px solid transparent;
    outline: none;
    transition: 0.2s ease-in-out;
}

.input:focus {
    border: 1px solid #0d3961;
}

.input::placeholder {
    color: #0d3961;
}

.input::-moz-placeholder {
    color: #0d3961;
}

.input::-webkit-input-placeholder {
    color: #0d3961;
}

.form-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -24px;
}

@media screen and (max-width: 500px) {
    .form-fl {
        margin: 0 -5px;
    }
}

.form-fl-item {
    padding: 0 15px;
    margin-bottom: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 500px) {
    .form-fl-item {
        padding: 0 5px;
    }
}

.form-fl-item-2 {
    width: calc(100% / 2);
}

@media screen and (max-width: 375px) {
    .form-fl-item-2 {
        width: 100%;
    }
}

.form-fl-item-3 {
    width: calc(100% / 3);
}

.form-gr:not(:last-child) {
    margin-bottom: 24px;
}

.re-label {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.re-input {
    height: 48px;
    border-radius: 6px;
    background-color: #f8f8f8;
    padding: 0 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: auto;
}

.re-area {
    height: auto;
    padding: 16px;
}

.pani {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.pani.m-top {
    margin-top: 30px;
}

.pani-item {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #0d3961;
    font-weight: 600;
}

.pani-item:not(:first-child) {
    margin-left: 8px;
}

.pani-item.active {
    color: white;
    background-color: #0d3961;
}

.pani-number {
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.pani-number:hover {
    color: white;
    background-color: #0d3961;
}

.t-title {
    font-size: 4rem;
    line-height: 1.2;
    font-weight: 600;
    color: #0d3961;
}

@media only screen and (max-width: 1200px) {
    .t-title {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-title {
        font-size: 2.7rem;
    }
}

.t-title.white {
    color: white;
}

.t-title.m-nor {
    margin-bottom: 24px;
}

.t-title-second {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 600;
    color: #0d3961;
}

@media only screen and (max-width: 1200px) {
    .t-title-second {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .t-title-second {
        font-size: 1.7rem;
    }
}

.t-title-second.m-nor {
    margin-bottom: 24px;
}

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

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-3 {
    font-weight: 300;
}

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600 !important;
}

.fw-7 {
    font-weight: 700;
}

.fw-8 {
    font-weight: 800;
}

.fw-b {
    font-weight: bold;
}

.fsi {
    font-style: italic;
}

.t-up {
    text-transform: uppercase;
}

.t11 {
    font-size: 1.1rem;
}

.t12 {
    font-size: 1.2rem;
}

.t14 {
    font-size: 1.4rem;
}

.t16 {
    font-size: 1.6rem;
}

.t18 {
    font-size: 1.8rem;
}

@media only screen and (max-width: 1200px) {
    .t18 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .t18 {
        font-size: 1.5rem;
    }
}

.t24 {
    font-size: 2.4rem;
}

@media only screen and (max-width: 1200px) {
    .t24 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .t24 {
        font-size: 1.7rem;
    }
}

.pro-bd {
    position: relative;
    padding-bottom: 30px;
}

.pro-bd::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    right: 0px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .pro-bd::before {
        left: 0;
    }
}

.pro-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .pro-list {
        margin: 0 -5px;
        margin-bottom: -30px;
    }
}

.pro-list-second .pro-wrap {
    margin-top: 0;
    display: flex;
    flex-direction: row;
}

.pro-list-second .pro-content {
    margin-top: 0;
}

.pro-list-second .pro-review {
    flex-direction: column;
    align-items: flex-start;
}

.pro-list-second .pro-price {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}

.pro-item {
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .pro-item {
        padding: 0 5px;
        margin-bottom: 30px;
    }
}

.pro-item-2 {
    width: calc(100% / 2);
}

.pro-item-3 {
    width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
    .pro-item-3 {
        width: calc(100% / 2);
    }
}

.pro-item-4 {
    width: calc(100% / 4);
}

.pro-item-full {
    width: 100%;
    margin-bottom: 30xp;
    position: relative;
}

.pro-item-full:not(:last-child) {
    padding-bottom: 30px;
}

.pro-item-full:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -15px;
    right: 15px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .pro-item-full:not(:last-child)::before {
        left: 15px;
    }
}

.pro-row {
    display: flex !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .pro-row {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.pro-col {
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .pro-col {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.pro-col-first {
    width: calc(100% * (3 / 9));
}

@media screen and (max-width: 768px) {
    .pro-col-first {
        width: calc(100% * (6 / 12));
        order: 1;
    }
}

.pro-col-second {
    width: calc(100% * (4 / 9));
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .pro-col-second {
        width: 100%;
        order: 3;
    }
}

.pro-col-third {
    width: calc(100% * (2 / 9));
}

@media screen and (max-width: 768px) {
    .pro-col-third {
        width: calc(100% * (6 / 12));
        order: 2;
    }
}

.pro-col-third-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pro-col-third .button {
    margin-top: auto;
}

.pro-wrap {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pro-img {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.pro-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

.pro-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.pro-tag {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 8px;
    border-radius: 6px;
    background-color: #ff1c74;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .pro-tag {
        font-size: 1.2rem;
        padding: 4px;
        top: 4px;
        right: 4px;
    }
}

.pro-tag.second {
    background-color: #ff8f00;
}

.pro-content {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pro-review {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.pro-review .star {
    margin-right: 8px;
}

.pro-review-number {
    font-weight: 300;
    color: rgba(13, 57, 97, 0.6);
}

.pro-review .star-flex .icon {
    width: 14px;
    height: 14px;
}

.pro-name {
    font-size: 1.8rem;
    color: #0d3961;
    font-weight: 600;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .pro-name {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .pro-name {
        font-size: 1.5rem;
    }
}

.pro-name:hover .link {
    color: #996c63;
    text-decoration: underline;
}

.pro-name .link {
    color: #0d3961;
}

.pro-location {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pro-location-name {
    color: #0d3961;
    margin-right: 6px;
}

.pro-location-link {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 300;
    color: #996c63;
    cursor: pointer;
}

.pro-location-link:hover {
    text-decoration: underline;
}

.pro-location-link .icon {
    width: 16px;
    height: 16px;
}

.pro-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
}

.pro-price-number {
    font-weight: 600;
    font-size: 1.8rem;
    color: #996c63;
    margin-right: 6px;
}

@media only screen and (max-width: 1200px) {
    .pro-price-number {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .pro-price-number {
        font-size: 1.5rem;
    }
}

.pro-price-text {
    font-weight: 300;
}

.pro-des-text {
    font-weight: 300;
    padding-left: 16px;
    position: relative;
}

.pro-des-text::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100rem;
    background-color: #996c63;
}

.prose {
    position: relative;
    overflow: hidden;
}

.prose-decor {
    right: -25%;
    top: 2%;
    background-color: #f9f4ec;
}

.prose-decor .decor-first::before {
    background-color: white;
}

.prose-decor .decor-second::after,
.prose-decor .decor-second::before {
    background-color: white;
}

.prose-slider {
    position: relative;
    z-index: 2;
}

.prose-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -24px;
}

@media screen and (max-width: 768px) {
    .prose-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

.prose-body {
    margin-top: 40px;
}

.prose-title {
    margin-bottom: 24px;
    margin-right: auto;
}

.prose-nav {}

.prose-nav-list {
    margin-bottom: 24px;
    margin-right: 24px;
}

.prose-nav-list .swiper-pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -24px;
}

.prose-nav-list .swiper-pagination {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -24px !important;
}

.prose-nav-item {
    position: relative;
    width: initial;
    height: initial;
    margin: 0 !important;
    margin-bottom: 24px !important;
    display: block;
    background-color: transparent;
    color: rgba(13, 57, 97, 0.6);
    font-weight: 600;
    padding: 0 12px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    opacity: 1;
}

.prose-nav-item.swiper-pagination-bullet-active::before {
    width: 100%;
}

.prose-nav-item.swiper-pagination-bullet-active {
    color: #0d3961;
}

.prose-nav-item:hover::before {
    width: 100%;
}

.prose-nav-item:hover .prose-nav-link {
    color: #0d3961;
}

.prose-nav-item.active::before {
    width: 100%;
}

.prose-nav-item.active .prose-nav-link {
    color: #0d3961;
}

.prose-nav-item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    bottom: -8px;
    background-color: #996c63;
    transition: 0.3s ease-in-out;
}

.prose-nav-link {
    color: rgba(13, 57, 97, 0.6);
    font-weight: 600;
    padding: 0 12px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.prose-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .prose-control {
        justify-content: flex-end;
        width: 100%;
        display: none;
    }
}

.prose-control-btn {
    cursor: pointer;
}

.prose-control-btn:hover .icon {
    color: #996c63;
}

.prose-control-btn:not(:first-child) {
    margin-left: 10px;
}

.prose-control-btn .icon {
    font-size: 2.4rem;
    font-weight: 300;
    transition: 0.3s ease-in-out;
}

.prose-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 1200px) {
    .prose-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.prose-item {
    margin-bottom: 30px;
    width: calc(100% / 3);
}

@media screen and (max-width: 1200px) {
    .prose-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {}

.prose-item:nth-child(1) {
    width: calc(100% / 2);
}

.prose-item:nth-child(1) .prose-img {
    padding-top: calc((270 / 570) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 768px) {
    .prose-item:nth-child(1) .prose-img {
        padding-top: calc((270 / 370) * 100%);
        position: relative;
        overflow: hidden;
        display: block;
    }
}

.prose-item:nth-child(2) {
    width: calc(100% / 2);
}

.prose-item:nth-child(2) .prose-img {
    padding-top: calc((270 / 570) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

@media screen and (max-width: 768px) {
    .prose-item:nth-child(2) .prose-img {
        padding-top: calc((270 / 370) * 100%);
        position: relative;
        overflow: hidden;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .prose-item:nth-child(3) {
        width: 100%;
    }
    .prose-item:nth-child(3) .prose-img {
        padding-top: 60% !important;
    }
}

@media screen and (max-width: 768px) {
    .prose-item:nth-child(4) {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 768px) {
    .prose-item:nth-child(5) {
        width: calc(100% / 2);
    }
}

.prose-img {
    padding-top: calc((270 / 370) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.prose-img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}

@media screen and (max-width: 500px) {
    .prose-img {
        padding-top: 110% !important;
    }
}

.prose-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.29%, #000000 100%);
    filter: drop-shadow(20px 20px 60px rgba(13, 57, 97, 0.14));
    opacity: 0.6;
    z-index: 2;
    pointer-events: none;
}

.prose-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}

.prose-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.8vw;
    z-index: 3;
    text-align: center;
}

.prose-name {
    font-size: 2.4rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media only screen and (max-width: 1200px) {
    .prose-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .prose-name {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 700px) {
    .prose-name {
        font-size: 1.4rem;
    }
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-10s:not(:last-child) {
    margin-bottom: 10px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-12s:not(:last-child) {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-15s:not(:last-child) {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-16s:not(:last-child) {
    margin-bottom: 16px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-18s:not(:last-child) {
    margin-bottom: 18px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-20s:not(:last-child) {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-24s:not(:last-child) {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-25s:not(:last-child) {
    margin-bottom: 25px;
}

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

.mb-30s:not(:last-child) {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-40s:not(:last-child) {
    margin-bottom: 40px;
}

.ss-mg-b {
    margin-bottom: 40px;
}

.ss-mg-t {
    margin-top: 40px;
}

.ss-pd {
    padding: 70px 0;
}

@media screen and (max-width: 1200px) {
    .ss-pd {
        padding: 40px 0;
    }
}

.ss-pd-t {
    padding-top: 80px;
}

@media screen and (max-width: 1200px) {
    .ss-pd-t {
        padding-top: 40px;
    }
}

.ss-pd-b {
    padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    .ss-pd-b {
        padding-bottom: 40px;
    }
}

.rew-item {
    padding: 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.rew-item.active .rew-plus::after {
    transform: rotate(90deg);
}

.rew-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rew-body {
    margin-top: 24px;
    display: none;
}

.rew-text {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}

.rew-plus {
    width: 14px;
    height: 14px;
    position: relative;
}

.rew-plus::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #0d3961;
}

.rew-plus::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
    background-color: #0d3961;
    transition: 0.3s ease-in-out;
}

.rew-image-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .rew-image-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.rew-image-item {
    margin-bottom: 30px;
    width: calc(100% / 3);
}

@media screen and (max-width: 500px) {
    .rew-image-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 400px) {
    .rew-image-item {
        width: 50%;
    }
}

.rew-image-img {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 6px;
    position: relative;
}

.rew-image-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rew-video {
    padding-top: calc((400 / 870) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

@media screen and (max-width: 500px) {
    .rew-video {
        padding-top: 70%;
    }
}

.rew-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rew-video-play {
    display: block;
    cursor: pointer;
    width: 70px;
    height: 70px;
    border-radius: 100rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
}

.rew-video-play:hover {
    transform: translate(-50%, -50%) scale(1.05);
}

.rew-video-play .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rew-more {
    padding: 40px 0 56px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}

.rew-note-des {
    font-size: 1.6rem;
}

.rew-note-des .link {
    font-weight: 600;
    color: #996c63;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

.rew-note-des .link:hover {
    color: #0d3961;
}

.cmt-list {
    margin-bottom: 24px;
}

.cmt-item {
    margin-left: 24px;
    padding: 24px 40px;
    border-radius: 6px;
    background-color: rgba(13, 57, 97, 0.05);
    position: relative;
}

@media screen and (max-width: 500px) {
    .cmt-item {
        padding: 24px 35px;
    }
}

.cmt-item:not(:last-child) {
    margin-bottom: 16px;
}

.cmt-item:first-child {
    margin-bottom: 40px;
}

.cmt-form {
    padding: 8px 0;
}

.cmt-form-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.cmt-form-input {
    font-size: 1.8rem;
    background-color: transparent;
    padding: 0 8px;
}

.cmt-form-input:focus {
    border: 1px solid transparent;
}

.cmt-form-btn {
    color: #996c63;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    cursor: pointer;
    background-color: transparent;
}

.cmt-form-btn:hover {
    color: #0d3961;
}

.cmt-ava {
    width: 48px;
    height: 48px;
    border-radius: 100rem;
    position: absolute;
    top: 20px;
    left: -24px;
    overflow: hidden;
}

.cmt-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmt-user {
    margin-bottom: 12px;
}

.cmt-name {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.cmt-star .icon {
    width: 12px;
    height: 12px;
}

.cmt-content {
    margin-bottom: 12px;
}

.cmt-text {
    font-weight: 300;
}

.cmt-time {
    font-weight: 300;
    color: rgba(13, 57, 97, 0.6);
}

.review-left {
    width: calc(100% * (7 / 9));
}

@media screen and (max-width: 900px) {
    .review-left {
        width: 100%;
        order: 2;
    }
}

.review-right {
    width: calc(100% * (2 / 9));
}

@media screen and (max-width: 900px) {
    .review-right {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 900px) {
    .review-main {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
}

@media screen and (max-width: 500px) {
    .review-main {
        flex-direction: column;
    }
}

.review-point {
    width: 170px;
    height: 170px;
    border-radius: 100rem;
    border: 10px solid #fcb720;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.review-point-content {
    text-align: center;
}

.review-point-total {
    font-size: 5.6rem;
    line-height: 1;
    color: #fcb720;
}

@media only screen and (max-width: 1200px) {
    .review-point-total {
        font-size: 5.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .review-point-total {
        font-size: 4rem;
    }
}

@media screen and (max-width: 500px) {
    .review-point-total {
        font-size: 2.6rem;
    }
}

.review-point-number {
    color: #0d3961;
    font-weight: 300;
    font-style: italic;
}

.review-point-star {
    position: absolute;
    top: -2px;
    right: -10px;
    width: 56px;
    height: 56px;
    border-radius: 100rem;
    background-color: #fcb720;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 3px solid white;
}

@media screen and (max-width: 500px) {
    .review-point-star {
        width: 35px;
        height: 35px;
        border: 2px solid white;
        top: -8px;
        right: -14px;
    }
}

@media screen and (max-width: 900px) {
    .review-star {
        margin-left: 30px;
    }
}

@media screen and (max-width: 500px) {
    .review-star {
        margin-left: 10px;
    }
}

.review-star-title {
    color: rgba(13, 57, 97, 0.4);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.review-star-row:not(:last-child) {
    margin-bottom: 8px;
}

.review-star .star-flex .icon:not(:first-child) {
    margin-left: 8px;
}

.star {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: start;
}

.star-list {
    position: relative;
    height: 20px;
}

.star-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.star-flex .icon {
    width: 18px;
    height: 18px;
}

.star-flex .icon:not(:first-child) {
    margin-left: 4px;
}

.star-filter {
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 100%;
    width: 0;
}

.star-total {
    font-weight: 300;
    margin-left: auto;
    padding-left: 10px;
}

.may {
    background-color: #f9f4ec;
}

.check-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.check-title-second {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 12px;
}

.check-block {
    margin-bottom: 24px;
}

.check-block:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.check-block-second {
    padding-left: 24px;
}

.check-block-second:not(:last-child) {
    margin-bottom: 24px;
}

.check-checkbox:checked~.check-icon {
    opacity: 1;
}

.check-checkbox:checked~.check-name {
    color: #996c63;
    font-weight: 500;
}

.check-radio:checked~.check-icon {
    opacity: 1;
}

.check-radio:checked~.check-name {
    color: #996c63;
    font-weight: 500;
}

.check-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    cursor: pointer;
}

.check-item:not(:last-child) {
    margin-bottom: 8px;
}

.check-name {
    font-weight: 300;
    color: #0d3961;
}

.check-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -24px;
    font-size: 1.8rem;
    font-weight: 300;
    opacity: 0;
    transition: 0.3s ease-in-out;
    color: #996c63;
}

.rewards-item {
    padding: 30px 0;
    position: relative;
}

.rewards-item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.rewards-item.center {
    align-items: center;
}

.rewards-item:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.rewards-item-left {
    width: calc(100% * (2 / 9));
}

@media screen and (max-width: 768px) {
    .rewards-item-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.rewards-item-right {
    width: calc(100% * (7 / 9));
}

@media screen and (max-width: 768px) {
    .rewards-item-right {
        width: 100%;
    }
}

.rewards-step {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.rewards-step.active .rewards-step-number {
    background-color: transparent;
}

.rewards-step.active .rewards-step-number::before {
    opacity: 1;
}

.rewards-step-number {
    font-weight: 600;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    background-color: #0d3961;
    transition: 0.2s ease-in-out;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    flex-shrink: 0;
}

.rewards-step-number::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/correct.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    opacity: 0;
}

.rewards-step-text {
    margin-left: 16px;
}

.level {
    width: calc(100% * (6 / 7));
}

@media screen and (max-width: 1200px) {
    .level {
        width: 100%;
    }
}

.level-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .level-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.level-item {
    margin-bottom: 30px;
    width: calc(100% / 3);
    display: block;
}

@media screen and (max-width: 768px) {
    .level-item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 500px) {
    .level-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.level-box {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    position: relative;
    text-align: center;
}

.level-box .recheck-input:checked~.recheck-dot::before {
    border: transparent;
}

.level-box .recheck-dot {
    position: absolute;
    top: 10px;
    left: 10px;
}

.level-box .recheck-dot::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/correct.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    opacity: 0;
}

.level-number {
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #996c63;
}

@media only screen and (max-width: 1200px) {
    .level-number {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .level-number {
        font-size: 2.7rem;
    }
}

.level-price {
    font-size: 1.6rem;
    color: #0d3961;
    font-weight: 600;
}

.slprice-list {
    margin-bottom: 36px;
}

.slprice-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 16px 0;
    cursor: pointer;
}

.slprice-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.slprice-input:checked~.slprice-dot::before {
    opacity: 1;
}

.slprice-dot {
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    background-color: #f8f8f8;
    position: relative;
    flex-shrink: 0;
}

.slprice-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 100rem;
    background-color: #996c63;
    opacity: 0;
    transition: 0.1 ease-in-out;
}

.slprice-number {
    color: #0d3961;
    font-size: 1.6rem;
    margin-left: 16px;
}

.slprice-des {
    margin-left: auto;
    text-transform: uppercase;
    color: rgba(13, 57, 97, 0.3);
}

.gc-head {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.gc-head-des {
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .gc-head-des {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .gc-head-des {
        font-size: 1.7rem;
    }
}

.gc-head-img {
    padding-top: calc((400 / 870) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.gc-head-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tem-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: -8px;
    margin-left: -8px;
}

.tem-item {
    margin-bottom: 8px;
    margin-left: 8px;
}

.tem-wrap {
    display: flex;
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    padding: 12px 16px;
    border: 2px solid rgba(13, 57, 97, 0.1);
    border-radius: 6px;
    text-align: center;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .tem-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
    .tem-item {
        padding: 0 5px;
        margin-bottom: 10px;
        width: calc(100% / 2);
        margin-left: 0;
    }
    .tem-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .tem-text {
        margin-left: 0 !important;
        margin-top: 16px;
    }
}

.tem-item .icon {
    width: 18px;
    height: 18px;
}

.tem-item.second .tem-wrap {
    background-color: #f1e5d0;
    border: none;
}

@media screen and (max-width: 768px) {
    .tem-item.second {
        width: calc(100% / 3);
    }
}

.tem-text {
    color: #0d3961;
    text-transform: uppercase;
    margin-left: 10px;
}

@media screen and (max-width: 500px) {
    .tem-text {
        font-size: 1.3rem;
    }
}

.sintro-main {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.sintro-block:not(:last-child) {
    margin-bottom: 24px;
}

.sintro-price {
    font-size: 2.4rem;
    font-weight: 700;
    color: #996c63;
}

@media only screen and (max-width: 1200px) {
    .sintro-price {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .sintro-price {
        font-size: 1.7rem;
    }
}

.sintro-des {
    font-size: 1.6rem;
    font-weight: 300;
}

.sintro-mini {
    font-weight: 300;
    color: rgba(13, 57, 97, 0.6);
}

.sintro-star {
    justify-content: center;
}

.sintro-map {
    padding-top: calc((270 / 220) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.sintro-map iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hintro {
    padding: 54px 0;
    background-color: #f1e5d0;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .hintro {
        padding: 40px 0;
    }
}

.hintro-decor {
    position: absolute;
    top: -53px;
    height: 100%;
    left: -6px;
    width: 12%;
}

.hintro-decor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hintro-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hintro-left {
    width: calc(100% * (5.5 / 12));
}

@media screen and (max-width: 768px) {
    .hintro-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.hintro-right {
    width: calc(100% * (6.5 / 12));
}

@media screen and (max-width: 768px) {
    .hintro-right {
        width: 100%;
    }
}

.hintro-content {
    margin-left: 160px;
}

@media screen and (max-width: 1200px) {
    .hintro-content {
        margin-left: 0;
    }
}

.hintro-text {
    font-weight: 300;
    font-size: 2rem;
}

@media only screen and (max-width: 1200px) {
    .hintro-text {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 800px) {
    .hintro-text {
        font-size: 1.6rem;
    }
}

.how {
    background-color: #f9f4ec;
    position: relative;
}

.how-decor-big {
    width: 25%;
    padding-top: 25%;
    background-color: #ebe2e0;
    top: 1%;
    right: 1%;
}

.how-decor-big .decor-first::after,
.how-decor-big .decor-first::before {
    background-color: #f9f4ec;
}

.how-decor-big .decor-second::after,
.how-decor-big .decor-second::before {
    background-color: #f9f4ec;
}

.how-decor-small {
    width: 6%;
    padding-top: 6%;
    background-color: #ebe2e0;
    top: 1%;
    right: 1%;
}

.how-decor-small .decor-first::after,
.how-decor-small .decor-first::before {
    background-color: #f9f4ec;
}

.how-decor-small .decor-second::after,
.how-decor-small .decor-second::before {
    background-color: #f9f4ec;
}

.how-list {
    margin-bottom: -30px;
    position: relative;
    z-index: 2;
}

.how-item {
    margin-bottom: 30px;
    width: calc(100% / 3);
}

@media screen and (max-width: 768px) {
    .how-item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 500px) {
    .how-item {
        width: 100%;
    }
}

.how-head {
    text-align: center;
    position: relative;
    z-index: 2;
}

.how-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.how-top {
    text-align: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 120px;
}

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

.how-number {
    font-size: 4rem;
    font-weight: 600;
    color: #996c63;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
    .how-number {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .how-number {
        font-size: 2.7rem;
    }
}

.how-name {
    font-size: 2.4rem;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
    .how-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .how-name {
        font-size: 1.7rem;
    }
}

.how-des {
    font-size: 1.6rem;
    font-weight: 300;
}

@media screen and (max-width: 1000px) {
    .how-des br {
        display: none;
    }
}

.how-fl {
    position: relative;
}

.how-icon {
    position: relative;
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.discover-con {
    width: calc(100vw - (100vw - 1185px) / 2);
    margin-left: auto;
    max-width: 100%;
    padding-left: 15px;
}

.discover-img {
    padding-top: calc((370 / 270) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
    cursor: pointer;
}

.discover-img:hover::before {
    opacity: 0.8;
}

.discover-img:hover .discover-content {
    opacity: 1;
    transform: translate(0, 0);
}

.discover-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(153, 108, 99, 0) 0%, #996c63 100%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.discover-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.discover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 16px;
    z-index: 2;
    transition: 0.4s ease-in-out;
    opacity: 0;
    transform: translateY(100%);
}

.discover-text {
    color: white;
    font-size: 1.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media screen and (max-width: 1200px) {
    .discover-content {
        opacity: 1;
        transform: translate(0, 0);
    }
    .discover-img::before {
        opacity: 1;
    }
}

.hab {
    position: relative;
}

.hab::before {
    content: "";
    position: absolute;
    top: 12%;
    left: 14%;
    width: 19%;
    padding-top: 19%;
    background-color: rgba(216, 189, 151, 0.1);
    border-radius: 100rem;
}

.hab-wrap {
    padding: 120px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hab-width {
    width: 760px;
    max-width: 100%;
    margin: 0 auto;
}

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

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

.hab-text {
    font-size: 1.6rem;
}

.hpn-left {
    width: calc(100% * (4 / 12));
}

@media screen and (max-width: 768px) {
    .hpn-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.hpn-right {
    width: calc(100% * (8 / 12));
}

@media screen and (max-width: 768px) {
    .hpn-right {
        width: 100%;
    }
}

.hpn-content {
    margin-right: 30px;
}

@media screen and (max-width: 1200px) {
    .hpn-content {
        margin-right: 0;
    }
}

.hpn-text {
    font-size: 1.6rem;
    margin-bottom: 24px;
}

.hpn-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -30px;
}

.hpn-item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 5);
}

.hpn-img {
    padding-top: calc((300 / 770) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.hpn-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-con {
    width: calc(100vw - (100vw - 1185px) / 2);
    margin-left: auto;
    max-width: 100%;
    padding-left: 15px;
}

.talk-list {
    align-items: center;
}

.talk-left {
    width: calc(100% * (4 / 12));
}

@media screen and (max-width: 1200px) {
    .talk-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.talk-right {
    width: calc(100% * (8 / 12));
}

@media screen and (max-width: 1200px) {
    .talk-right {
        width: 100%;
    }
}

.talk-heading {
    margin-bottom: 48px;
    position: relative;
}

.talk-dot {
    position: absolute;
    right: 90%;
    bottom: 40%;
}

@media screen and (max-width: 1200px) {
    .talk-dot {
        display: none;
    }
}

.talk-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.talk-control-btn {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: rgba(13, 57, 97, 0.1);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.talk-control-btn:hover {
    transform: scale(1.2);
    background-color: #0d3961;
}

.talk-control-btn:hover .icon {
    color: white;
    transition: 0.3s ease-in-out;
}

.talk-control-btn:first-child {
    align-items: flex-end;
    margin-right: 12px;
}

.talk-control-btn .icon {
    font-size: 2.4rem;
    font-weight: 300;
}

.talk-slider-wrap .swiper {
    padding: 30px 0;
    margin: -30px 0;
}

.talk-star .star-flex .icon {
    width: 16px;
    height: 16px;
}

.talk-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 60px 15px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.talk-wrap:hover {
    box-shadow: none;
}

.talk-name {
    font-size: 2.4rem;
    color: #0d3961;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
    .talk-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .talk-name {
        font-size: 1.7rem;
    }
}

.talk-text {
    font-size: 1.6rem;
    font-weight: 300;
    color: #0d3961;
    margin-bottom: 16px;
}

.talk-user {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.talk-user-ava {
    width: 32px;
    height: 32px;
    border-radius: 100rem;
}

.talk-user-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-user-name {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0d3961;
    margin-left: 8px;
}

.talk-des {
    font-size: 1.6rem;
    color: #996c63;
    font-weight: 600;
    text-transform: uppercase;
}

.for {
    overflow: hidden;
    position: relative;
    padding-top: 140px;
    background-color: #996c63;
}

@media screen and (max-width: 768px) {
    .for {
        padding-top: 40px;
    }
}

.for-decor {
    left: 6%;
    top: 1%;
}

.for-con {
    position: relative;
    z-index: 2;
}

.for-item {
    width: calc(100% / 2);
}

@media screen and (max-width: 700px) {
    .for-item {
        width: 100%;
    }
    .for-item:nth-child(1) {
        order: 2;
    }
    .for-item:nth-child(2) {
        order: 1;
        margin-bottom: 30px;
    }
}

.for-text {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 32px;
}

.for-phone {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    border-radius: 24px 24px 0px 0px;
    padding: 30px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .for-phone {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .for-phone {
        padding: 15px;
    }
}

.for-phone-block {
    position: relative;
    z-index: 1;
    margin-top: -30%;
    background-color: white;
    box-shadow: 20px 20px 40px rgba(13, 57, 97, 0.14);
    border-radius: 12px;
    padding: 24px 56px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .for-phone-block {
        padding: 16px;
    }
}

.for-phone-img {
    padding-top: calc((294 / 442) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.for-phone-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.for-phone-flower {
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.for-phone-flower img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.for-phone-congra {
    color: #000000;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
    .for-phone-congra {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .for-phone-congra {
        font-size: 1.5rem;
    }
}

.for-phone-text {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 16px;
}

.for-content {
    width: 85%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .for-content {
        width: 100%;
    }
}

.for-action {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -85px;
    margin-bottom: -16px;
}

.for-action-link {
    margin-left: 85px;
    margin-bottom: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

.for-action-link:hover {
    color: #0d3961;
}

.for-action-link:hover .icon {
    transform: translateX(4px);
    color: #0d3961;
}

.for-action-link .icon {
    color: #d8bd97;
    transition: 0.3s ease-in-out;
}

.cart-main {
    margin-bottom: 48px;
}

.cart-note {
    font-weight: 300;
}

.cart-note-link {
    color: #996c63;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.cart-note-link:hover {
    color: #0d3961;
}

.c-list {
    margin-bottom: 24px;
}

.c-item {
    padding: 30px 0;
    position: relative;
    align-items: center;
    margin-bottom: -10px;
}

.c-item::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.c-item-item {
    margin-bottom: 10px;
}

.c-item-first {
    width: calc(100% * (5 / 9));
}

@media screen and (max-width: 1000px) {
    .c-item-first {
        width: 70%;
    }
}

@media screen and (max-width: 500px) {
    .c-item-first {
        width: 100%;
    }
}

.c-item-second {
    width: calc(100% * (1.5 / 9));
}

@media screen and (max-width: 1000px) {
    .c-item-second {
        width: 30%;
    }
}

@media screen and (max-width: 500px) {
    .c-item-second {
        width: 100%;
    }
}

.c-item-third {
    width: calc(100% * (2 / 9));
}

@media screen and (max-width: 1000px) {
    .c-item-third {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .c-item-third {
        width: 100%;
    }
}

.c-item-four {
    width: calc(100% * (0.5 / 9));
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
    .c-item-four {
        width: 0;
    }
}

.c-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.c-info-img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    flex-shrink: 0;
}

.c-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-info-name {
    font-size: 1.8rem;
    color: #0d3961;
    font-weight: 600;
    margin-left: 24px;
}

@media only screen and (max-width: 1200px) {
    .c-info-name {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .c-info-name {
        font-size: 1.5rem;
    }
}

.c-note {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 8px;
}

.c-count {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.c-count-number {
    min-width: 24px;
    text-align: center;
    font-size: 1.6rem;
}

.c-count-btn {
    width: 24px;
    height: 24px;
    margin: 0 8px;
    background-color: #996c63;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border-radius: 100rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: 0.2s ease-in-out;
}

.c-count-btn:hover {
    transform: translateY(-2px);
}

.c-count-btn:active {
    transform: translateY(1px);
}

.c-count-btn .icon {
    font-weight: 400;
    color: white;
}

.c-price-number {
    font-size: 1.6rem;
    color: #0d3961;
    padding: 10px 48px 10px 16px;
    border: 1px solid rgba(13, 57, 97, 0.1);
    border-radius: 100rem;
    width: fit-content;
}

@media screen and (max-width: 1000px) {
    .c-delete {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

.c-delete:hover .icon {
    transform: rotate(360deg);
}

.c-delete .icon {
    font-size: 2.2rem;
    font-weight: 300;
    color: #996c63;
    transition: 0.6s ease-in-out;
}

.ctemplate {
    margin-bottom: 48px;
}

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

.ctemplate-main {
    margin-bottom: 30px;
}

.ctemplate-slider {
    margin-bottom: -30px;
}

.ctemplate-slider-item {
    margin-bottom: 30px;
    width: calc(100% / 2);
}

@media screen and (max-width: 500px) {
    .ctemplate-slider-item {
        width: 100%;
    }
}

.ctemplate-slider-sub .swiper {
    margin-bottom: 24px;
}

.ctemplate-slider-sub .swiper-slide.swiper-slide-active .ctemplate-img-sub {
    transform: rotate(0) scale(1);
}

.ctemplate-slider-sub .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100rem;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    opacity: 1;
    transition: 0.3s ease-in-out;
}

.ctemplate-slider-sub .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0d3961;
    border: 2px solid #0d3961;
}

.ctemplate-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -4px;
    margin-bottom: -8px;
}

.ctemplate-item {
    padding: 0 4px;
    width: calc(100% / 4);
    margin-bottom: 8px;
}

.ctemplate-img-main {
    padding-top: calc((320 / 420) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}

.ctemplate-img-main img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.ctemplate-img-main.animation {
    animation: fadeIn 0.6s ease-in-out;
}

.ctemplate-img-sub {
    padding-top: 100%;
    overflow: hidden;
    border-radius: 100rem;
    position: relative;
    display: block;
    cursor: pointer;
    transition: 1.4s ease-in-out;
    transform: rotate(360deg) scale(0.9);
}

.ctemplate-img-sub img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ctemplate-area {
    background-color: rgba(13, 57, 97, 0.05);
    border-radius: 6px;
    padding: 24px;
    font-size: 1.8rem;
    color: #0d3961;
}

@media only screen and (max-width: 1200px) {
    .ctemplate-area {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .ctemplate-area {
        font-size: 1.5rem;
    }
}

.ctemplate-area::placeholder,
.ctemplate-area::-moz-placeholder,
.ctemplate-area:-ms-input-placeholder {
    color: #0d3961;
    font-weight: 300;
}

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

.receive-width {
    width: 570px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width: 600px) {
    .receive-list {
        margin: 0 -5px;
    }
}

.receive-item {
    width: calc(100% / 2);
}

@media screen and (max-width: 600px) {
    .receive-item {
        padding: 0 5px;
    }
}

.receive-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #0d3961;
    border-radius: 6px;
    padding: 105px 48px;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 600px) {
    .receive-box {
        padding: 48px 24px;
    }
}

@media screen and (max-width: 400px) {
    .receive-box {
        padding: 24px 8px;
    }
}

.receive-box.second {
    background-color: #996c63;
}

.receive-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 16px;
}

.receive-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.receive-name {
    font-size: 1.8rem;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
    .receive-name {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .receive-name {
        font-size: 1.5rem;
    }
}

.receive-des {
    color: white;
    font-weight: 300;
}

.receive-des:not(:last-child) {
    margin-bottom: 16px;
}

.receive-check:checked~.receive-dot::before {
    opacity: 1;
}

.receive-dot {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    background-color: white;
}

@media screen and (max-width: 500px) {
    .receive-dot {
        top: 8px;
        right: 8px;
    }
}

.receive-dot::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 100rem;
    background-color: #0d3961;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.sum-block {
    margin-bottom: 24px;
}

.sum-block:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid #996c63;
}

.sum-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.sum-fl:not(:last-child) {
    margin-bottom: 16px;
}

.sum-text {
    font-size: 1.6rem;
}

.sum-note {
    color: rgba(13, 57, 97, 0.6);
}

.sum-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    cursor: pointer;
}

.sum-info:hover .sum-info-name {
    color: #996c63;
}

.sum-info:not(:last-child) {
    margin-bottom: 16px;
}

.sum-info-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 6px;
    flex-shrink: 0;
}

.sum-info-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sum-info-content {
    margin-left: 16px;
}

.sum-info-name {
    font-weight: 300;
    color: #0d3961;
    transition: 0.3s ease-in-out;
}

.sum-info-price {
    color: #0d3961;
    font-weight: 600;
}

.sum-war {
    padding: 24px 16px;
    border-radius: 6px;
    background-color: #f1e5d0;
    text-align: center;
}

.sum-war-name {
    font-weight: 600;
    font-size: 1.6rem;
    color: #0d3961;
    margin-bottom: 8px;
}

.sum-war-des {
    font-weight: 300;
    margin-bottom: 16px;
}

.redem-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 24px 0;
}

.redem-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.redem-head-name {
    font-size: 2.4rem;
    color: #996c63;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .redem-head-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .redem-head-name {
        font-size: 1.7rem;
    }
}

.redem-head-icon {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #996c63;
}

.redem-body-head {
    margin-bottom: 24px;
}

.redem-become {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.redem-become-link {
    display: block;
    font-size: 2.4rem;
    font-weight: 300;
    color: #996c63;
    margin-right: 40px;
    transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
    .redem-become-link {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .redem-become-link {
        font-size: 1.7rem;
    }
}

.redem-become-link:hover {
    color: #0d3961;
}

.redem-payment {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .redem-payment {
        width: 100%;
    }
}

.redem-payment-chosse {
    margin-top: 24px;
}

.redem-payment-chosse-item {
    padding: 12px 16px;
    border-radius: 6px;
    background-color: #0d3961;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.redem-payment-chosse-radio:checked~.redem-payment-chosse-dot::before {
    opacity: 1;
}

.redem-payment-chosse-dot {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100rem;
    flex-shrink: 0;
    position: relative;
    background-color: white;
}

.redem-payment-chosse-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 100rem;
    background-color: #0d3961;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.redem-payment-chosse-text {
    display: block;
    color: white;
    font-weight: 600;
    margin-left: 16px;
}

.redem-stay {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.redem-stay-check:checked~.redem-stay-dot::before {
    opacity: 1;
}

.redem-stay-dot {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
}

.redem-stay-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #996c63;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.redem-stay-content {
    margin-left: 16px;
    cursor: pointer;
}

.redeem {
    padding: 50px 0;
    background-color: #f3f5f7;
}

.redeem-container {
    width: 1260px;
    padding: 0 15px;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.redeem-wrap {
    border-radius: 6px;
    overflow: hidden;
    min-height: 75vh;
    background-color: white;
}

.redeem-wrap.pd {
    padding: 15px;
}

.redeem-wrap.pd-second {
    padding: 30px;
}

@media screen and (max-width: 500px) {
    .redeem-wrap.pd-second {
        padding: 15px;
    }
}

.redeem-head {
    padding: 48px 15px;
    background-color: #f1e5d0;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 500px) {
    .redeem-head {
        padding: 24px 15px;
    }
}

.redeem-head-des {
    font-size: 1.6rem;
    font-weight: 300;
}

.redeem-body {
    height: 100%;
    padding: 0 30px;
    position: relative;
}

@media screen and (max-width: 500px) {
    .redeem-body {
        padding: 0 15px;
    }
}

.redeem-progress {
    padding: 0 15px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .redeem-progress {
        margin-top: 20px;
    }
}

.redeem-progress::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    height: 8px;
    top: 16px;
    z-index: 1;
    background-color: #0d3961;
}

@media screen and (max-width: 500px) {
    .redeem-progress::before {
        display: none;
    }
}

.redeem-progress-con {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

.redeem-progress-list {
    margin-bottom: -30px;
}

.redeem-progress-item {
    width: calc(100% / 4);
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 500px) {
    .redeem-progress-item {
        width: calc(100% / 2);
    }
}

.redeem-progress-item::nth-child(1) {
    z-index: 6;
}

.redeem-progress-item::nth-child(2) {
    z-index: 5;
}

.redeem-progress-item::nth-child(3) {
    z-index: 4;
}

.redeem-progress-item::nth-child(4) {
    z-index: 3;
}

.redeem-progress-item:last-child::after {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
}

.redeem-progress-item.active .redeem-progress-number {
    background-color: #996c63;
}

.redeem-progress-item.active .redeem-progress-des {
    color: #996c63;
    font-weight: 600;
}

.redeem-progress-item.active::after {
    content: "";
    position: absolute;
    top: 16px;
    height: 8px;
    right: 50%;
    width: 100vw;
    background-color: #996c63;
    z-index: 1;
}

@media screen and (max-width: 500px) {
    .redeem-progress-item.active::after {
        display: none;
    }
}

.redeem-progress-number {
    width: 40px;
    height: 40px;
    border-radius: 100rem;
    background-color: #0d3961;
    font-size: 1.6rem;
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 2;
    word-break: break-word;
    flex-shrink: 0;
}

.redeem-progress-des {
    font-size: 1.6rem;
    font-weight: 300;
    color: rgba(13, 57, 97, 0.5);
    margin-top: 12px;
    word-break: break-word;
}

@media screen and (max-width: 500px) {
    .redeem-progress-des {
        font-size: 1.4rem;
        font-weight: 400;
    }
}

.redeem-seri {
    width: 570px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding: 120px 0;
}

.redeem-seri-input {
    text-align: center;
}

.redeem-seri button {
    padding: 12px 76px;
}

.redeem-width {
    width: 870px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.thank {
    position: relative;
    text-align: center;
}

.thank-con {
    width: 870px;
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    padding: 0 15px;
}

.thank-head {
    padding-bottom: 24px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.thank-body {
    overflow: hidden;
}

.thank-text {
    font-size: 1.8rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .thank-text {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 800px) {
    .thank-text {
        font-size: 1.5rem;
    }
}

.thank-text-second {
    font-weight: 300;
}

.thank-flower {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 16px;
    pointer-events: none;
}

.thank-flower img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.thank-hoa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thank-hoa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.thank button {
    position: relative;
    z-index: 10;
}

.sign-width {
    width: 635px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.sign-width.full {
    width: 890px;
}

.sign-tab {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 64px;
    margin-bottom: -24px;
    flex-wrap: wrap;
}

.sign-tab-item {
    display: block;
    font-size: 2.4rem;
    color: #0d3961;
    font-weight: 300;
    text-align: center;
    transition: 0.3s ease-in-out;
    margin-bottom: 24px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .sign-tab-item {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .sign-tab-item {
        font-size: 1.7rem;
    }
}

.sign-tab-item.active {
    font-weight: 600;
    border-bottom: 1px solid #0d3961;
}

.sign-tab-item {
    padding: 0 20px;
}

.sign-form-head {
    text-align: center;
    margin-bottom: 48px;
}

.sign-form-head-text {
    font-weight: 300;
}

.sign-form-head-text .link {
    color: #996c63;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.sign-form-head-text .link:hover {
    color: #0d3961;
}

.sign-main {
    width: 470px;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    animation: fadeIn 0.3s ease-in-out;
    display: none;
}

.sign-main.open {
    display: block;
}

.sign-pass {
    position: relative;
}

.sign-pass-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.sign-pass-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sign-pass-icon.active::before {
    opacity: 1;
}

.sign-pass-icon::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: 2px;
    background-color: #996c63;
    z-index: 2;
    transform: rotate(45deg);
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.sign-input-pass {
    padding: 0 50px 0 16px;
}

.sign-fl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sign-remember {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.sign-remember-checkbox:checked~.sign-remember-dot::before {
    opacity: 1;
}

.sign-remember-dot {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.sign-remember-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: #996c63;
    border-radius: inherit;
    opacity: 0;
    transition: 0.1s ease-in-out;
}

.sign-remember-text {
    font-weight: 300;
    margin-left: 8px;
    cursor: pointer;
}

.sign-forgot {
    color: #996c63;
    font-weight: 300;
    transition: 0.3s ease-in;
}

.sign-forgot:hover {
    color: #0d3961;
}

.sign-dont {
    text-align: center;
    font-weight: 300;
    margin-top: 48px;
}

.sign-dont .link {
    font-size: 1.6rem;
    font-weight: 600;
    color: #0d3961;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.sign-dont .link:hover {
    color: #996c63;
}

.profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.profile-ava {
    width: 70px;
    height: 70px;
    border-radius: 100rem;
    overflow: hidden;
}

.profile-ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    margin-left: 16px;
}

.profile-name {
    font-size: 2.4rem;
    font-weight: 300;
    color: #0d3961;
}

@media only screen and (max-width: 1200px) {
    .profile-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .profile-name {
        font-size: 1.7rem;
    }
}

.profile-upload-text {
    display: block;
    font-weight: 600;
    color: #996c63;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.profile-upload-text:hover {
    color: #0d3961;
}

.profile-logout {
    display: block;
    font-weight: 300;
    color: #ef5350;
    text-decoration: underline;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.profile-logout:hover {
    color: #996c63;
}

.cmenu {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .cmenu {
        display: none;
    }
}

.cmenu-item:not(:last-child) {
    margin-bottom: 24px;
}

.cmenu-item.active .cmenu-link {
    color: #996c63;
}

.cmenu-item:hover .cmenu-link {
    color: #996c63;
}

.cmenu-link {
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    color: #0d3961;
}

.change-block:not(:last-child) {
    margin-bottom: 40px;
}

.history-table {
    overflow-x: auto;
}

.history-table::-webkit-scrollbar {
    display: none;
}

.history-table table {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .history-table table {
        width: 1200px;
    }
}

.history-table th {
    text-align: start;
}

.history-table thead tr {
    border-bottom: 1px solid #0d3961;
}

.history-table tbody {
    border-bottom: 1px solid #0d3961;
}

.history-table tbody tr:not(:last-child) {
    border-bottom: 1px dashed rgba(13, 57, 97, 0.6);
}

.history-table td,
.history-table th {
    padding: 16px 0;
}

.history-table th {
    text-transform: uppercase;
    font-weight: 600;
}

.history-table td {
    font-weight: 300;
}

.history-day {
    margin-left: 28px;
}

.history-note {
    font-weight: 300;
}

.btn-status-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -8px;
}

.btn-status-item .button {
    margin-left: 8px !important;
    margin-bottom: 8px !important;
}

.btn-status-item .button .text {
    font-size: 1.2rem;
}

.exp-pd {
    padding: 30px 0;
}

.exp-banner-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #0d3961;
}

.exp-banner-item {
    width: calc(100% / 2);
}

@media screen and (max-width: 1000px) {
    .exp-banner-item {
        width: 100%;
    }
}

.exp-banner-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.exp-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exp-banner-content {
    margin-right: calc((100vw - 1170px) / 2);
    padding: 30px;
    padding-right: 0;
    padding-top: 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .exp-banner-content {
        margin-right: 0;
    }
}

@media screen and (max-width: 1000px) {
    .exp-banner-content {
        padding: 15px;
    }
}

.exp-banner-content-head {
    margin-bottom: 24px;
    margin-top: auto;
}

.exp-banner-content-body {
    margin-bottom: 56px;
    max-height: 200px;
    min-height: 200px;
    overflow-y: auto;
    padding-right: 24px;
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.exp-banner-content-body::-webkit-scrollbar {
    width: 4px;
}

.exp-banner-content-body::-webkit-scrollbar-track {
    background: rgba(217, 217, 217, 0.1);
}

.exp-banner-content-body::-webkit-scrollbar-thumb {
    background: #fcb720;
}

.exp-banner-content-body::-webkit-scrollbar-thumb:hover {
    background: #fcb720;
}

.exp-banner-text {
    font-size: 1.6rem;
    color: white;
}

.filter-head {
    margin: 0 -24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-head-item {
    display: block;
    text-transform: uppercase;
    color: rgba(13, 57, 97, 0.5);
    flex: 1;
    padding: 0 24px;
    padding-bottom: 14px;
    text-align: center;
}

.filter-head-item.active {
    border-bottom: 1px solid #996c63;
    color: #0d3961;
}

.filter-pd-top {
    padding-top: 40px;
}

@media screen and (max-width: 1200px) {
    .filter-pd-top {
        padding-top: 0;
    }
}

.sort {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -14px;
}

.sort-wrap {
    padding-top: 38px;
    padding-bottom: 15px;
    position: relative;
}

.sort-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    right: 0px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
    .sort-wrap::before {
        left: 0;
    }
}

.sort-left {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.sort-right {
    margin-bottom: 14px;
}

.sort-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -16px;
    margin-left: -16px;
}

.sort-title {
    color: #0d3961;
    text-transform: uppercase;
    margin-right: 16px;
}

.sort-item {
    margin-bottom: 16px;
    margin-left: 16px;
}

.sort-item.active .sort-link {
    color: #996c63;
    font-weight: 600;
}

.sort-item:hover .sort-link {
    color: #996c63;
}

.sort-link {
    font-weight: 300;
    color: #0d3961;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.sort-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.sort-icon-item {
    display: block;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.sort-icon-item.active .icon {
    filter: brightness(0) saturate(100%) invert(49%) sepia(14%) saturate(991%) hue-rotate(322deg) brightness(89%) contrast(82%);
}

.sort-icon-item .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sort-icon-item:not(:first-child) {
    margin-left: 32px;
}

.comming {
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient( 48.52% 60.8% at 75.41% 51.48%, rgba(249, 244, 236, 0.2) 0%, #f9f4ec 100%);
}

.comming-con {
    width: calc(100% * (1452 / 1728));
    margin-left: auto;
}

@media screen and (max-width: 1200px) {
    .comming-con {
        width: 100%;
        padding: 0 15px;
    }
}

.comming-wrap {
    padding: 74px 0;
}

@media screen and (max-width: 1200px) {
    .comming-wrap {
        padding: 40px 0;
    }
}

.comming-header {
    margin-bottom: 24px;
}

.comming-big {
    width: 105vw;
    height: auto;
    margin-left: -3%;
    margin-bottom: 48px;
}

.comming-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comming-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.comming-item {
    width: calc(100% / 2);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .comming-item {
        width: 100%;
    }
    .comming-item:not(:last-child) {
        margin-bottom: 30px;
    }
}

.comming-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #996c63;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .comming-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .comming-title {
        font-size: 1.7rem;
    }
}

.comming-title-second {
    font-size: 7.2rem;
    font-weight: 600;
    color: #0d3961;
    margin-bottom: 24px;
    line-height: 1;
}

@media only screen and (max-width: 1200px) {
    .comming-title-second {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 800px) {
    .comming-title-second {
        font-size: 4rem;
    }
}

.comming-form {
    margin-top: auto;
    width: calc(100% * (7 / 12));
}

@media screen and (max-width: 1200px) {
    .comming-form {
        width: 100%;
    }
}

.comming-form-title {
    font-size: 3.2rem;
    color: #996c63;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .comming-form-title {
        font-size: 2.7rem;
    }
}

@media only screen and (max-width: 800px) {
    .comming-form-title {
        font-size: 2.2rem;
    }
}

.comming-form-input {
    background-color: white;
    border-radius: 100rem;
    height: 56px;
    border: 1px solid rgba(153, 108, 99, 0.2);
    padding: 0 130px 0 24px;
    font-size: 1.6rem;
    color: #0d3961;
}

.comming-form-input::placeholder {
    color: rgba(13, 57, 97, 0.4);
}

.comming-form-input::-moz-placeholder {
    color: rgba(13, 57, 97, 0.4);
}

.comming-form-input::-webkit-input-placeholder {
    color: rgba(13, 57, 97, 0.4);
}

.comming-form-wrap {
    position: relative;
}

.comming-form-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #996c63;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .comming-form-btn {
        font-size: 1.4rem;
    }
}

.comming-form-btn:hover {
    color: #0d3961;
}

.comming-text {
    font-size: 2.4rem;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .comming-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .comming-text {
        font-size: 1.7rem;
    }
}

.comming-laptop {
    padding-top: calc((556 / 906) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
    margin-right: -50%;
}

@media screen and (max-width: 1200px) {
    .comming-laptop {
        margin-right: 0;
    }
}

.comming-laptop img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.booking-over {
    overflow-x: auto;
}

.booking-over::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .booking-table {
        width: 768px;
    }
}

.booking-table .table-head .table-row {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.booking-table .table-body .table-row {
    padding: 16px 0 24px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.booking-table .table-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.booking-table .table-col:not(:first-child) {
    margin-left: 10px;
}

.booking-table .table-col-first {
    width: calc(100% * (0.5 / 9));
}

.booking-table .table-col-second {
    width: calc(100% * (2 / 9));
}

.booking-table .table-col-third {
    width: calc(100% * (1.5 / 9));
}

.booking-table .table-col-four {
    width: calc(100% * (2 / 9));
}

.booking-table .table-col-five {
    width: calc(100% * (1 / 9));
}

.booking-table .table-col-six {
    flex: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.booking-table .table-note {
    width: calc(100% * (8.5 / 9));
    margin-left: auto;
    padding: 14px 16px;
    border-radius: 6px;
    margin-top: 38px;
    background-color: #f1e5d0;
    font-weight: 300;
}

@media screen and (max-width: 1200px) {
    .booking-table .table-note {
        width: 100%;
    }
}

.booking-table .table-title {
    font-weight: 600;
    text-transform: uppercase;
}

.booking-table .table-text {
    font-weight: 300;
}

.booking-status {
    font-weight: 600;
    color: #0d3961;
}

.booking-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: -16px;
}

.booking-head .reuse-title {
    margin-bottom: 16px !important;
    margin-right: auto;
}

.booking-head-link {
    text-decoration: none;
    margin-bottom: 16px;
}

.booking-check {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 24px;
}

.booking-check .recheck-item:not(:first-child) {
    margin-left: 24px;
}

.val-main {
    margin-bottom: 40px;
}

.val-block:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.val-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -30px;
}

.val-item {
    margin-bottom: 40px;
    width: calc(100% / 2);
}

@media screen and (max-width: 600px) {
    .val-item {
        width: 100%;
    }
}

.val-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.val-title {
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.val-name {
    font-weight: 300;
    margin-right: 14px;
    min-width: 185px;
}

.val-value {
    font-weight: 600;
}

.abn-img {
    height: calc(100vw * (1035 / 1728));
    position: relative;
}

@media screen and (max-width: 768px) {
    .abn-img {
        height: 80vw;
    }
}

@media screen and (max-width: 600px) {
    .abn-img {
        height: 100vw;
    }
}

@media screen and (max-width: 500px) {
    .abn-img {
        height: 140vw;
    }
}

@media screen and (max-width: 400px) {
    .abn-img {
        height: 190vw;
    }
}

.abn-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.abn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abn-posi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.abn-posi .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.abn-content {
    width: 50%;
}

@media screen and (max-width: 1000px) {
    .abn-content {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .abn-content {
        width: 100%;
    }
}

.abn-title {
    font-size: 5.6rem;
    color: white;
    font-weight: 600;
    margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
    .abn-title {
        font-size: 5.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .abn-title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .abn-title {
        margin-bottom: 8px;
    }
}

.abn-text {
    color: white;
    font-size: 2.4rem;
    font-weight: 300;
}

@media only screen and (max-width: 1200px) {
    .abn-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .abn-text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .abn-text {
        font-size: 1.7rem;
    }
}

.aintro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(241, 229, 208, 0.9);
}

@media screen and (max-width: 1300px) {
    .aintro {
        padding: 20px 0;
    }
}

.aintro-width {
    width: 770px;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .aintro-width {
        width: 100%;
    }
}

.aintro-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
    .aintro-icon {
        width: 40px;
        height: 40px;
        margin-bottom: 12px;
    }
}

.aintro-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.aintro-text {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .aintro-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .aintro-text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 1200px) {
    .aintro-text {
        font-size: 1.5rem;
    }
}

.cup {
    position: relative;
    overflow: hidden;
}

.cup-decor-big {
    width: 25%;
    padding-top: 25%;
    background-color: #ebe2e0;
    top: 1%;
    right: 1%;
}

.cup-decor-big .decor-first::after,
.cup-decor-big .decor-first::before {
    background-color: white;
}

.cup-decor-big .decor-second::after,
.cup-decor-big .decor-second::before {
    background-color: white;
}

.cup-decor-small {
    width: 6%;
    padding-top: 6%;
    background-color: #ebe2e0;
    top: 1%;
    right: 1%;
}

.cup-decor-small .decor-first::after,
.cup-decor-small .decor-first::before {
    background-color: white;
}

.cup-decor-small .decor-second::after,
.cup-decor-small .decor-second::before {
    background-color: white;
}

.cup-wrap {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cup-list {
    margin-bottom: -30px;
}

.cup-item {
    margin-bottom: 30px;
    width: calc(100% / 2);
}

@media screen and (max-width: 500px) {
    .cup-item {
        width: 100%;
    }
}

.cup-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 32px;
}

.cup-icon .icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cup-name {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
    .cup-name {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .cup-name {
        font-size: 1.7rem;
    }
}

.cup-text {
    font-size: 1.6rem;
    font-weight: 300;
}

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

.emp-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .emp-list {
        margin: 0 -5px;
        margin-bottom: -30px;
    }
}

.emp-item {
    margin-bottom: 30px;
}

@media screen and (max-width: 500px) {
    .emp-item {
        padding: 0 5px;
    }
}

.emp-item-4 {
    width: calc(100% / 4);
}

@media screen and (max-width: 768px) {
    .emp-item-4 {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 500px) {
    .emp-item-4 {
        width: calc(100% / 2);
    }
}

.emp-wrap {
    display: block;
    cursor: pointer;
}

.emp-wrap:hover .emp-img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.emp-img {
    padding-top: 100%;
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.emp-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease-in-out;
}

.emp-content {
    margin-top: 16px;
    text-align: center;
}

.emp-name {
    font-size: 1.6rem;
    color: #0d3961;
    font-weight: 600;
}

.emp-des {
    color: #996c63;
    font-weight: 300;
}

.cbn-img {
    height: calc(100vw * (700 / 1728));
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1500px) {
    .cbn-img {
        height: 50vw;
    }
}

@media screen and (max-width: 1300px) {
    .cbn-img {
        height: 60vw;
    }
}

@media screen and (max-width: 1000px) {
    .cbn-img {
        height: 80vw;
    }
}

@media screen and (max-width: 700px) {
    .cbn-img {
        height: 120vw;
    }
}

@media screen and (max-width: 500px) {
    .cbn-img {
        height: 140vw;
    }
}

.cbn-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    z-index: 1;
}

.cbn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cbn-posi {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.cbn-posi .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cbn-content {
    width: calc(100% * (8 / 12));
}

@media screen and (max-width: 768px) {
    .cbn-content {
        width: 90%;
    }
}

@media screen and (max-width: 500px) {
    .cbn-content {
        width: 100%;
    }
}

.cbn-content-body {
    margin-bottom: 40px;
}

@media screen and (max-width: 1500px) {
    .cbn-content-body {
        margin-bottom: 16px;
    }
}

.cbn-title {
    font-size: 5.6rem;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.1;
}

@media only screen and (max-width: 1200px) {
    .cbn-title {
        font-size: 5.1rem;
    }
}

@media only screen and (max-width: 800px) {
    .cbn-title {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1500px) {
    .cbn-title {
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 768px) {
    .cbn-title {
        font-size: 3rem;
    }
}

@media screen and (max-width: 500px) {
    .cbn-title {
        font-size: 2rem;
    }
}

.cbn-text {
    font-size: 2.4rem;
    color: white;
    font-weight: 300;
    opacity: 0.9;
}

@media only screen and (max-width: 1200px) {
    .cbn-text {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .cbn-text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 500px) {
    .cbn-text {
        font-size: 1.4rem;
    }
}

.cbns {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 500px) {
    .cbns {
        background-position: center right;
    }
}

.cbns-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.cbns-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cbns-posi {
    z-index: 2;
}

.cbns-posi .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cbns-content {
    padding: 200px 0 140px 0;
    width: calc(100% * (7 / 12));
}

@media screen and (max-width: 1200px) {
    .cbns-content {
        padding: 140px 0;
    }
}

@media screen and (max-width: 500px) {
    .cbns-content {
        width: 100%;
    }
}

.cbns-title {
    margin-bottom: 32px;
}

.offer-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.offer-list {
    margin-bottom: -30px;
}

@media screen and (max-width: 500px) {
    .offer-list {
        margin: 0 -5px;
        margin-bottom: -10px;
    }
}

.offer-item {
    margin-bottom: 30px;
    width: calc(100% / 4);
}

@media screen and (max-width: 1200px) {
    .offer-item {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .offer-item {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 500px) {
    .offer-item {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

.offer-box {
    height: 100%;
    border-radius: 6px;
    padding: 16px;
    background-color: #e7cfae;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.offer-box .icon {
    margin-right: 16px;
    transition: 0.3s ease-in-out;
    color: #0d3961;
}

@media screen and (max-width: 768px) {
    .offer-box .icon {
        display: none;
    }
}

.offer-box-text {
    font-size: 1.6rem;
    font-weight: 300;
    color: #0d3961;
    transition: 0.3s ease-in-out;
}

.offer-box:hover {
    background-color: #996c63;
}

.offer-box:hover .offer-box-text {
    color: white;
    font-weight: 600;
}

.offer-box:hover .icon {
    color: white;
}

.connect {
    overflow: hidden;
}

.connect-top {
    margin-bottom: 70px;
}

.connect-left {
    width: calc(100% * (9 / 12));
}

@media screen and (max-width: 768px) {
    .connect-left {
        width: 100%;
        margin-bottom: 30px;
    }
}

.connect-left-wrap {
    margin-right: 100px;
}

@media screen and (max-width: 1200px) {
    .connect-left-wrap {
        margin-right: 0;
    }
}

.connect-right {
    width: calc(100% * (3 / 12));
}

@media screen and (max-width: 768px) {
    .connect-right {
        width: 100%;
        margin-bottom: 30px;
    }
}

.connect-check .recheck-item:not(:last-child) {
    margin-bottom: 8px;
}

.connect-check .recheck-dot {
    border-radius: 6px;
}

.connect-check .recheck-dot::before {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #0d3961;
}

.partner-con {
    width: calc(100vw - (100vw - 1185px) / 2);
    padding-right: 15px;
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
    .partner-con {
        padding-right: 0;
    }
}

.partner-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
}

.partner-left {
    flex: 1;
    position: relative;
}

@media screen and (max-width: 1000px) {
    .partner-left {
        width: 100%;
        flex-basis: 100%;
    }
}

.partner-right {
    width: calc(100% * (7 / 12));
}

@media screen and (max-width: 1000px) {
    .partner-right {
        width: 100%;
    }
}

.partner-right-wrap {
    margin-left: 60px;
}

@media screen and (max-width: 1000px) {
    .partner-right-wrap {
        margin-left: 0;
        padding: 40px 15px;
    }
}

.partner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .partner-img {
        padding-top: 50%;
        position: relative;
    }
}

.partner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1000px) {
    .partner-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.partner-head {
    margin-bottom: 40px;
}

.partner .button {
    margin-top: 24px;
}

.report {
    position: fixed;
    z-index: -10;
    bottom: -1000%;
}

.report-con {
    width: 710px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

.report-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.report-img {
    padding-top: calc((500 / 710) * 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.report-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-content {
    padding: 32px;
}

@media screen and (max-width: 500px) {
    .report-content {
        padding: 15px;
    }
}

.report-block {
    margin-bottom: 30px;
}

.report-block:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.report-send {
    font-weight: 600;
    color: #0d3961;
}

.report-code {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 500px) {
    .report-code {
        flex-direction: column;
        margin-top: 24px;
        text-align: center;
    }
}

.report-code-title {
    color: #0d3961;
}

.report-code-name {
    color: #996c63;
}

.report-code-qr {
    width: 225px;
    height: 225px;
    flex-shrink: 0;
}

.report-code-qr img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.report-bottom-text {
    font-weight: 300;
}

.report-bottom-text.red {
    color: #e50300;
}

.report-name {
    font-size: 4rem;
    font-weight: 300;
    color: #0d3961;
}

@media only screen and (max-width: 1200px) {
    .report-name {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .report-name {
        font-size: 2.7rem;
    }
}

.report-price {
    font-size: 4rem;
    font-weight: 600;
    color: #996c63;
}

@media only screen and (max-width: 1200px) {
    .report-price {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 800px) {
    .report-price {
        font-size: 2.7rem;
    }
}

.report-btn {
    margin-top: 24px;
}

.select2-container {
    width: 100% !important;
}

.profile-burger {
    margin-left: auto;
}

.profile-burger::before {
    display: none;
}

.profile-burger .hamburger .line {
    width: 18px;
}

.profile-burger.active .hamburger .line:nth-child(2) {
    width: 16px;
}

.profile-burger.active .hamburger .line:nth-child(3) {
    width: 14px;
}

@media screen and (min-width: 1201px) {
    .profile-burger {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .mona-his-tab table {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .mona-his-tab table {
        width: 600px !important;
    }
}

@media screen and (max-width: 500px) {
    .his {
        width: 600px;
    }
}

.his-head {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #0d3961;
}

.his-head .text {
    font-weight: 600;
    text-transform: uppercase;
    color: #0d3961;
    word-break: break-word;
}

.his-block {
    padding: 16px 0;
    border-bottom: 1px dashed rgba(13, 57, 97, 0.6);
}

.his-block:last-child {
    border-bottom: none;
}

.his-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: stretch;
}

.his-row .text {
    color: #0d3961;
    word-break: break-word;
}

.his-item:not(:first-child) {
    margin-left: 10px;
}

.his-item-first {
    width: calc(100% * (7 / 12));
    text-align: left;
}

.his-item-second {
    width: calc(100% * (2.5 / 12));
    text-align: left;
}

.his-item-third {
    width: calc(100% * (2.5 / 12));
    text-align: end;
}

.his-code {
    margin-top: 16px;
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    background-color: #f1e5d0;
}

.his-code-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.his-code-item:not(:last-child) {
    margin-bottom: 8px;
}

.his-code .title {
    font-weight: 600;
    color: #0d3961;
    margin-bottom: 8px;
    text-align: left;
    text-transform: capitalize;
}

.his-code-name {
    color: #0d3961;
}

.his-code-dl a {
    color: #0d3961;
    font-weight: bold;
    border-bottom: 1px solid #0d3961;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.his-code-dl a:hover {
    color: #996c63;
    border-bottom: 1px solid #996c63;
}

.his-foot {
    padding-top: 16px;
    border-top: 1px solid #0d3961;
}

.his-foot-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.his-foot-item:not(:last-child) {
    margin-bottom: 16px;
}

.his-foot-item:last-child .text:last-child {
    font-weight: 600;
    font-size: 1.8rem;
}

.all-image-card {
    display: none;
}

@media print {
    .print-area {
        display: block !important;
    }
}