.first-line{
    height: 21px;
    background: rgba(14, 130, 117, 1);

}

.top-header{
    z-index: 999;
}
.header-section{
    z-index: 1;
    position: relative;
    height: 100vh;
    width: 100%;
    background: url("/assets/images/header-back.webp") no-repeat;
    background-size: cover;
}

.navbar-brand img{
    width: 250px;
}


.header-container{
    justify-content: space-between;
    align-items: center;
}

.header-main{
    position: absolute;
    bottom: 200px;
    width: 100%;
}

.header-main h1{
    font-size: 58px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    color: white;
    width: 70%;
}

.language-selector .dropdown a.dropdown-toggle{
    color: white;
}

.top-contacts ul li{
    margin-left: 10px;
}

.top-contacts ul li a{
    color: white;
    font-size: 12px;
    font-weight: 500;
}

.button-white{
    border: 1px solid white;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color: white;

}

.button-white:hover{
    background: white;
    color: black;
}

.button-header{
    display: block;
    width: 400px;
}
.button-default{
    background: rgba(14, 130, 117, 1);
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: white;
    outline: none;
    border: 0;
    position: relative;

}

.button-default:hover{
    color: white;
}

.button-inverse{
    background: transparent;
    color: rgba(14, 130, 117, 1);

}

.button-inverse:hover{
    background: transparent;
    color: rgba(14, 130, 117, 1);

}

.button-header{
    display: block;
    width: 400px;
}

.button-long{
    display: block;
    width: 400px;
}

.about-us{
 border-bottom: 1px solid rgba(14, 130, 117, 0.4);
}

.fs-6{
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: rgba(33, 37, 41, 1);

}

.fs-2{
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    color: rgba(33, 37, 41, 0.4);
    line-height: 1.3;

}

.about-us{
    height: 600px;
    background: url("/assets/images/about-gem.png") no-repeat 100% 0;
}

.zoom-effect {
    transition: transform 0.2s;
}

.zoom-effect:hover {
    transform: scale(1.1);
}

.gems{
    padding-bottom: 100px;
}

.advantages{
    background: rgba(231, 234, 237, 1);
    padding-bottom: 100px;
}

.advantages .advantages-item {
    border-top: 1px solid rgba(14, 130, 117, 0.4);
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    padding-top: 20px;
    padding-bottom: 20px;
}

.advantages  .advantages-item ~ .advantages-item  {
    border-top: 0;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    padding-top: 20px;
    padding-bottom: 20px;
}

.advantages-item .desc {
    padding-left: 50px;

}

.advantages-item .desc h3{
    font-size: 24px;
    color: rgba(33, 37, 41, 1);
    text-transform: uppercase;
    font-weight: 500;

}

.advantages-item .desc p{
    font-size: 16px;
    color: rgba(33, 37, 41, 0.4);
    text-transform: none;
    font-weight: 500;

}


.news-wrapper{
    padding-left: 15px;
    padding-right: 15px;
}

.prevArrow{
    position: absolute;
    display: block;
    top: 50%;
    font-size: 30px;
    left: -25px;
}

.nextArrow{
    position: absolute;
    display: block;
    top: 50%;
    right: -25px;
    font-size: 30px;
}

.news{
    padding-bottom: 100px;
}

.contacts-section{
    background: rgba(231, 234, 237, 1);
    padding-bottom: 100px;
    height: 641px;
    border-radius: 20px;
    position: relative;
}

.contacts-section .background-img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.contacts-section .right{
    padding-left: 30px;
}

.contacts-section .right .form-check {
    display: flex;
    align-items: center;

}


.contacts-section .right .form-check label{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(33, 37, 41, 1);
    margin-left: 15px;

}

.contacts-section .right .form-check-input[type="checkbox"] {
    border-radius: 0px;
    height: 20px;
    width: 20px;
    position: relative;
    margin-top: 0px;
    accent-color: rgba(14, 130, 117, 1);
}

.contacts-section .left h3{
    font-size: 40px;
    color: rgba(33, 37, 41, 1);
    text-transform: uppercase;
    font-weight: 500;
}

.contacts-section .left p{
    font-size: 24px;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    line-height: 1.1;
}

.contacts-section .contact-form{
    padding: 0px;
}

.contacts-section .contact-form label{
    font-size: 16px;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0px;
}

.contacts-section .contact-form input{
    background: transparent;
    border: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
}

.contacts-section .contact-form textarea{
    background: transparent;
    border: 0;
    padding-left: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    height: 130px;
}


/*--------*/

.subscribe-section{
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
}

.subscribe-form .form-check {
    display: flex;
    align-items: center;

}


.subscribe-form .form-check label{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(33, 37, 41, 1);
    margin-left: 15px;

}

.subscribe-form .form-check-input[type="checkbox"] {
    border-radius: 0px;
    height: 20px;
    width: 20px;
    position: relative;
    margin-top: 0px;
    accent-color: rgba(14, 130, 117, 1);
}

.subscribe-form{
    padding: 0px;
    display: flex;
    margin: 0px auto;
    flex-wrap: wrap;
    flex-direction: column;
    width: 420px;
}

.subscribe-form label{
    font-size: 16px;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0px;
}

.subscribe-form input{
    background: transparent;
    border: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    width: 100%;
}

.subscribe-form textarea{
    background: transparent;
    border: 0;
    padding-left: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    height: 130px;
}

.subscribe-header{
    text-align: center;
    width: 100%;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    font-size: 16px;

}

.f-s{
    position: absolute;
    right: 0px;
}

.f-s a{
    margin-left: 5px;
}

.copyright-bar a{
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    margin-left: 20px;
}

.copyright-bar span{
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
}

.footer-theme{
    padding-bottom: 100px;
}

.dropdown-gems-menu{
    position: absolute;
    display: none;
    top: 100px;
    background: rgba(231, 234, 237, 1);
    padding: 30px;
    border-radius: 20px;
    width: calc(100% - 25px);
}

.active{
    display: block !important;
}

.dropdown-gems-menu .menu-title h2{
    color: rgba(33, 37, 41, 1);
    margin-bottom: 25px;
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}

.dropdown-gems-menu .menu-content li {
    position: relative;
    display: inherit;
    padding-top: 0px;
    text-transform: none;
    font-size: 14px;
    color: white;
    margin-bottom: 15px;

}

.dropdown-gems-menu .menu-content li a {
    position: relative;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    font-size: 16px;
}

.dropdown-gems-menu .menu-content li a:hover{
    color: rgba(14, 130, 117, 1)
}

.dropdown-gems-menu .show-all-link{
    color: rgba(14, 130, 117, 1);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;

}

.dropdown-gems-menu .background-img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dropdown-gems-menu .background-img img{
    width: 250px;
}
#main-menu .active a{
    color: rgba(215, 181, 109, 1);
}

.account-dropdown{
    padding: 20px;
    display: none;
    position: absolute;
    top: 100px;
    background: rgba(231, 234, 237, 1);
    border-radius: 20px;
    right: 0px;
    width: 334px;

}

.account-dropdown h5{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.auth-form label{
    font-size: 16px;
    color: rgba(33, 37, 41, 1);
    text-transform: none;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0px;
}

.auth-form input{
    background: transparent;
    border: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    width: 100%;
}

.auth-form textarea{
    background: transparent;
    border: 0;
    padding-left: 0px;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    height: 130px;
}


.auth-form a{
    color: rgba(14, 130, 117, 1);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
}


.label {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

/* лоадер */
.ajax-button .loader {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    opacity: 0;
    pointer-events: none;
}

/* точки */
.ajax-button .loader span {
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    transform: scale(0.6);
    opacity: 0.3;
    animation: smoothDots 1.4s infinite ease-in-out;
}

/* задержки для волны */
.ajax-button .loader span:nth-child(2) {
    animation-delay: 0.2s;
}
.ajax-button .loader span:nth-child(3) {
    animation-delay: 0.4s;
}
.loading{
    pointer-events: none;
}
/* состояние loading */
 .loading .label {
    opacity: 0;
    transform: translateY(-4px);
}

 .loading .loader {
    opacity: 1;
}

/* ключевая анимация */
@keyframes smoothDots {
    0%, 80%, 100% {
        transform: scale(0.6);
        opacity: 0.3;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}
.filter-dropdown{
    background: rgba(231, 234, 237, 1);
    padding: 15px;
    border: 0px;
    border-radius: 20px;
}
.forms-flex{
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    display: flex;
    align-content: flex-start;

}

.forms-flex .form-item{
    padding: 5px;
    width: 80px;
    margin-top: 10px;
    cursor: pointer;
}

.forms-flex .form-item p{
    margin-top: 10px;
    margin-bottom: 0px;
}

.forms-flex .form-item img{
    height: 45px;
}


.forms-flex .form-item .opacity{
    opacity: 0.4;
}

.filter-list-item{
    margin-right: 20px;
}

.filter-dropdown-toggle{
    background: transparent;
    border: 0px;
}

.skeleton-loader {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background:#e0e0e09e;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 999;
}

/* перелив */
.skeleton-loader::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.6),
            transparent
    );
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    100% {
        left: 150%;
    }
}

.price-filter{

}

.price-filter input{
    width:150px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(14, 130, 117, 0.4);
    outline: none;
}

.gems-header{
    position: relative;
    background: url('/assets/images/gems-header.webp');
    background-size: cover
}

.filter-list{
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(14, 130, 117, 0.4);
}

.product-box .img-block, .product-wrap .img-block {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    height: auto;
    padding: 20px;
}

.product-box .product-detail h6, .product-box .product-info h6, .product-wrap .product-detail h6, .product-wrap .product-info h6 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 5px;
    width: 60%;
}

.product-box .product-detail h4, .product-box .product-info h4, .product-wrap .product-detail h4, .product-wrap .product-info h4 {
    font-size: 16px;
    text-align: left;
    color: rgba(33, 37, 41, 1);
    font-weight: 300;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.product-box .product-detail h4.price {

    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 700;

}

#product-sidebar {
    position: fixed !important;
    height: 100vh;
    top: 0;
    right: -100%;
    background-color: white;
    z-index: 9999;
    overflow-y: scroll;
    padding: 0;
    width: 620px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}

#product-sidebar-mobile {
    position: fixed !important;
    height: auto;
    left: 0;
    bottom: -100%;
    background-color: white;
    z-index: 9999;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}

.backdrop{
    position: fixed !important;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(33, 37, 41, 0.2);
    z-index: 98;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;

}

.product-sidebar-active{
    right: 0px !important;
}

.product-sidebar-mobile-active{
    bottom: 0px !important;
}


.lds-dual-ring,
.lds-dual-ring:after {
    box-sizing: border-box;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0px auto;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6.4px solid rgba(14, 130, 117, 1);
    border-color: rgba(14, 130, 117, 1) transparent rgba(14, 130, 117, 1) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.product-preview{
    padding: 30px;
    padding-top: 50px;
}

.product-preview .header h1{
    font-size: 24px;
    font-weight: 500;
    color: rgba(33, 37, 41, 1);
    width: 90%;
}

.product-preview .header span{
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(33, 37, 41, 0.4);
    font-weight: 500;
}

.product-preview .header .to-wishlist-box{
    top: -10px;
}

.product-right .size-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-right .size-box ul li a {
    color: rgba(33, 37, 41, 0.4);
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.product-right .size-box ul li.active {
    background-color: transparent;
    border: 1px solid rgba(14, 130, 117, 0.4);
    display: inline-block !important;
}

.product-right .size-box ul li.active a {
    color: rgba(33, 37, 41, 1);
}

.product-right .preview-group {
    display: flex;
}

.product-right .size-box {
     margin-top: 0px;
     margin-bottom: 0px;
}

.product-right .preview-group h6{
    font-weight: 500;
    font-size: 16px;
    color: rgba(33, 37, 41, 0.4);
    text-transform: uppercase;
    margin-top: 0px;
    margin-right: 15px;
}

.product-right .product-description{
    font-weight: 500;
    font-size: 16px;
    color: rgba(33, 37, 41, 0.4);
    line-height: 1.5;
}

.product-right .product-disclaimer{
    font-weight: 500;
    font-size: 16px;
    color: rgba(33, 37, 41, 1);
    line-height: 1.5;
}

.bottom-line{
    border-bottom: 2px solid rgba(14, 130, 117, 0.4);
}