html{
  font-family: "Josefin Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x:hidden;
}
.title{
    font-family: Josefin Sans;
font-size: 40px;
font-weight: 400;
line-height: 40px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#605E69;
}
.img-title{
    font-family: Josefin Sans;
font-size: 20px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#363636;
margin-top:10px;
}

.text{
font-family: Josefin Sans;
font-size: 30px;
font-weight: 300;
line-height: 1;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#363636;
}
.seemore{
display:block;
font-family: Josefin Sans;
font-weight: 300;
font-size: 30px;
line-height: 30px;
letter-spacing: 0%;
text-decoration: underline;
text-decoration-style: solid;
text-decoration-offset: Auto;
text-decoration-thickness: Auto;
text-decoration-skip-ink: auto;
}
.main-text-left{
    width:100%;
    max-width:720px;
    margin-left:0;
}
.text-link{
font-family: Josefin Sans;
font-size: 20px;
font-weight: 400;
line-height: 20px;
text-align: left;
text-decoration-line: underline;
text-decoration-style: solid;
text-underline-position: from-font;
text-decoration-skip-ink: auto;
color:#363636;
margin-top:10px;
display:block;
}
.uk-padding-header {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.footer-text{
font-family: Josefin Sans;
font-size: 16px;
font-weight: 300;
line-height: 120%;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#363636;
}
.ring-title{
font-family: Josefin Sans;
font-size: 30px;
font-weight: 400;
line-height: 30px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#363636;
}
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:4
}
.order-4{
    order:3
}.order-5{
    order:5
}
.order-5{
    order:5
}
.order-6{
    order:6
}
@media(min-width:1200px){
.order-1{
    order:1
}
.order-2{
    order:2
}
.order-3{
    order:3
}
.order-4{
    order:4
}.order-5{
    order:5
}
.order-5{
    order:5
}.order-6{
    order:6
}
.text,
.seemore{
        font-size:20px;
}
.main-text-left{
    max-width:300px;
    margin-left:20%;
}
.uk-padding-header {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
@media(min-width:1600px)
{
    .text,
.seemore{
        font-size:20px;
}
.main-text-left{
    max-width:500px;
    margin-left:20%;
}
.uk-padding-header {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
@media(min-width:1920px)
{
    .text,
.seemore{
        font-size:30px;
}
.main-text-left{
    width:100%;
    max-width:720px;
    margin-left:25%;
}
.uk-padding-header {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
}
.swiper-pagination{
    display:flex;
}
.swiper-pagination-bullet{
    width:100% !important;
    border-radius:0 !important;
    height:4px !important;
    margin:0 !important;
}
.swiper-pagination-bullet-active{
    background:#605E69 !important;
}

.ordering{
    display:block;
    width:100%;
    max-width:400px;
    padding:8px 0;
 background: #33383C;
 text-align:center;
 color:white;
 border-radius:6px;
 border:1px solid #33383C;
 transition:all 0.3s ease-out;
 font-family: Josefin Sans;
font-size: 14px;
font-weight: 400;
 &:hover{
  background: transparent;
 color:#33383C; 
 text-decoration:none;
}
}

.send{
display:block;
height:48px;
 background: #33383C;
 text-align:center;
 color:white;
 border-radius:6px;
 border:1px solid #33383C;
 transition:all 0.3s ease-out;
 font-family: Josefin Sans;
font-size: 14px;
font-weight: 400;
cursor:pointer;
 &:hover{
  background: transparent;
 color:#33383C; 
 text-decoration:none;
}
}
.video{
  position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
.dia-big{
    width:100%;
    max-height:1140px;
    padding:0 100px;
}
.dia-inspired{
    color:white;
    font-family: Josefin Sans;
font-weight: 300;
font-size: 48px;
line-height: 48px;
letter-spacing: 0%;
bottom:15%;
}
 .height-large{
  height:100%; 
}
   @media (min-width: 1601px) {
   .height-large{
  height:60vh; 
}
}
   @media (max-width: 1600px) {
   .height-large{
  height:60vh; 
}
}
    @media (max-width:1200px){
   .height-large{
  height:50vh; 
}
}
    @media (max-width:960px){
   .height-large{
  height:40vh; 
}
}
  @media (max-width:640px){
   .height-large{
  height:30vh; 
}
}
.select{
font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    border:none;
    color:#363636;
}
.select:hover{
    text-decoration:none;
}
 svg path{
    transition-duration: 1s;
    transform-origin: center center
}
 .select:hover svg path,
 .select:hover svg path .uk-dropbar{
    transform:rotate(180deg);
}
.reset{
font-family: Josefin Sans;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    border:none;
    color:#363636;
    background:transparent;
}
.hover-image {
  display: none; /* "Р ВР С–РЎР‚Р В° Р Р† Р С—РЎР‚РЎРЏРЎвЂљР С”Р С‘ Р Р…Р В°РЎвЂЎР В°Р В»Р В°РЎРѓРЎРЉ!" */
  transition:all 0.3s ease-out;
}
.image-wrapper:hover .hover-image {
  display: block; /* "Р СћР В°Р Т‘Р В°Р С!" */
  transition:all 0.3s ease-out;
  animation: fadeIn 0.5s;
}
.image-wrapper:hover .default-image {
  display: none; /* "Р СљР С•РЎРЏ Р С•РЎвЂЎР ВµРЎР‚Р ВµР Т‘РЎРЉ РЎРѓР С—РЎР‚РЎРЏРЎвЂљР В°РЎвЂљРЎРЉРЎРѓРЎРЏ." */
    transition:all 0.3s ease-out;
    animation: fadeIn 0.5s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.gallery-title{
    font-family: "Josefin Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    РЎРѓolor: #666;
}