.manrope-<uniquifier> {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  
.playfair-display-<uniquifier> {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }
  :root {
    --color-black: #1B1A1E;
    --color-bg: #FAFAFA;
    --font-headline: "Playfair Display", serif;
    --font-text: "Manrope", sans-serif;
    --color-beige: #F2F1EE;
  }
body{
    font-family:var(--font-text);
	margin:0;
	padding:0;
	font-size: 16px;
    font-weight: 400;
	text-align: left;
  font-optical-sizing: auto;
  font-style: normal;
  background-color:var(--color-bg);
    position:relative;
    color:var(--color-black);
}
::selection {
      background-color: var(--color-black);
      color: #ffffff;
    }
html {
  scroll-behavior: smooth;
}
div{
    box-sizing: border-box;
}
p{
  padding:10px 0;
  margin: 0;
}
header{
  position:relative;
  height: 72px;
} 
.header{
position: absolute;
top: 0;
right: 0;
left: 0;
height:72px;
box-sizing: border-box;
transition:all 0.5s ease-in-out;
z-index: 350;
background-color: var(--color-bg);
border-bottom: var(--color-beige);
}
@media screen and (max-width: 991px){
  .header{
    height: auto;
    overflow:visible;
    transition:none;
  }
}
.site-header{
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 991px){
  .site-header{
    background-position: center center;
   height: 300px;
}
}
.about-header{
 background-image: url(../images/about-designer.png);
}
@media screen and (max-width: 991px){
  .about-header{
 background-image: url(../images/designer-head-xs.png);
}
}
.blog-header{
  background-image: url(../images/blog-head.png);
}
@media screen and (max-width: 991px){
  .blog-header{
  background-image: url(../images/blog-head-xs.png);
}
}
.collection-header{
   background-image: url(../images/collection-head.png);
}
@media screen and (max-width: 991px){
  .collection-header{
   background-image: url(../images/collection-head-xs.png);
}
}
.breadcrumb{
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 400;
  background: url(../images/arrow-back-black.svg) no-repeat left center;
  background-size: 20px;
  padding:0 0 0 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--color-black);
  margin-top: 24px;
  display: inline-block;
}
.breadcrumb.color-white{
  background: url(../images/arrow-back-white.svg) no-repeat left center;
}
.container{
	
}
.footer.footer-light{
  background-color: var(--color-beige);
  color: var(--color-black);
}
.footer.footer-light .footer-menu li a{
  color: var(--color-black);
}
.footer.footer-light .footer-paragraph{
  color: var(--color-black);
}
.footer.footer-light .input-footer{
background-color: var(--color-beige);
color: var(--color-black);
}
.footer.footer-light  .button-input-footer{
 background: url(../images/more.svg) no-repeat right var(--color-beige);
color:rgba(27, 26, 30, .6);
}
.footer.footer-light  .footer-paragraph span{
  color:var(--color-black);
  font-weight: 700;
}
.footer.footer-light .footer-form-position{
  border-bottom: solid 1px var(--color-black);
}
.footer.footer-light .footer-bg{
  width: 100%;
  padding-bottom: 18.5%;
  background: url(../images/Vadim-logo-black.svg) no-repeat center transparent;
  background-size: 100%;
  margin-top: 60px;
}
.footer{
  background: #1B1A1E;
  color:#FAFAFA;
  font-family: var(--font-text);
  padding-top: 60px;
}
.footer-bg{
  width: 100%;
  padding-bottom: 18.5%;
  background: url(../images/Vadim-logo.svg) no-repeat center transparent;
  background-size: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 991px){
  .footer-bg{
    margin-top: 40px;
  }
}
.footer-menu{
  margin: 0;
  padding: 0 0 40px 0;
}
.footer-menu li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu li a{
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  color:#FAFAFA;
  padding:8px 0;
  text-decoration: none;
}
.footer-paragraph{
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 160%;
  text-transform: uppercase;
  font-weight: 400;
  color:rgba(243, 241, 238, 0.68);
  padding:8px 0;
}
.footer-paragraph span, .footer-paragraph span a{
  color:#ffffff !important;
  font-weight: 700;
text-decoration:none;
}
@media screen and (max-width: 991px){
.menu-contact-block .footer-paragraph{
  font-size: 12px;
  line-height: 120%;
}
.menu-contact-block .footer-paragraph span{
  display: inline-block;
  margin-top: 10px;
}
.footer-paragraph:last-child{
  padding-bottom: 40px;
}
.falb-width-xs{
  width: 50%;
  float: left;
}
}
.mob-menu-footer{
  display: none;
}
@media screen and (max-width: 991px){
  .mob-menu-footer{
  display:block;
}
}
.flex-col-s-b{
  display: flex; 
  flex-direction: column; 
  justify-content: space-between;
}
h1, .h1{
  font-family: var(--font-headline);
  line-height: 110%;
  font-size: 44px;
  font-weight: 500;
  color:var(--color-black);
  text-align: left;
  text-transform: uppercase;
}
h1 span, .h1 span{
  font-style: italic;
}
@media screen and (max-width: 991px){
  h1, .h1{
  font-size: 26px;
}
}
h4, .h4{
  font-family: var(--font-text);
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  padding-bottom:8px;
  text-transform: uppercase;
}
a.h4{
  display: block;
  text-decoration: none;
}
.headline{
    font-size:44px;
    font-weight: 400;
    text-align: left;
    font-family:var(--font-headline);
    text-transform: uppercase;
}
@media screen and (max-width: 991px){
  .headline{
    font-size: 26px;
    line-height: 30px;
    padding: 5px 0;
  }
}
.navbar{
  padding:11px 0;
}
.navbar-brand{
    position: absolute;
  left: 50%;
  margin-left: -110px;
}
@media screen and (max-width: 991px){
  .navbar-brand{
    position:relative;
    left:0;
  margin-left:0;
  }
}

.navbar-toggler{
    font-family:var(--font-text);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
    border-radius: 50%;
    border: none !important;
    height: 50px;
    padding: 0;
}
.navbar-toggler:focus, .navbar-toggler:focus-visible{
    border:none;
    box-shadow: none;
    box-sizing: border-box;
}
.menu-white{
   background: url(../images/menu-button.svg) no-repeat left center;
   color:var(--color-black); 
   padding-left:70px;
   padding-top:18px;
   height: 50px;
   box-sizing: border-box;
}
@media screen and (max-width: 991px){
  .menu-white{
    width: 50px;
    padding-left:0;
   padding-top:0;
  }
}
.menu-black{
    background: url(../images/menu-button-close.svg) no-repeat left center;
    color:#ffffff; 
    padding-left:70px;
    padding-top:18px;
    height: 50px;
    box-sizing: border-box; 
    width: 120px;
    margin-top: 10px;
}
@media screen and (max-width: 991px){
  .menu-black{
    padding-left: 0;
    padding-top:0;
    width: 50px;
  }
  .menu-white span, .menu-black span{
    display: none;
  }
  .navbar-toggler{
    order: 2;
  }
}
.menu-block{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.logo-open-menu{
  margin-top: 20px;
}
.menu-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-link{
    display: block;
    font-family: var(--font-headline);
    font-weight:500;
    font-size: 44px;
    color:#ffffff;
    text-transform: uppercase;
    text-align: left;
    padding:9px 0;
}
.nav-link span{
    display: inline-block;
    position:relative;
    background-color: var(--color-black);
    margin-left:-52px;
    transition: all .4s ease-in;
}
.nav-link:focus{color:#ffffff;}
.nav-link:hover span{
    background-size: 41px;
    color:#ffffff;
    margin-left:20px;
    transition: all .4s ease-in;
}
.nav-link.active span{
    font-style: italic;
    background-size: 41px;
    color:#ffffff;
    margin-left:20px; 
}
@media screen and (max-width: 991px){
  .nav-link{
    font-size: 30px;
     margin:12px 0;
  }
  .nav-link img{display: none;}
  .nav-link span{
    margin-left: 0;
    transition: none;
  }
  .nav-link:hover span{
     margin-left: 0;
    transition: none;
  }
  .nav-link.active span{
    margin-left: 0;
  }
}

.mine-menu-position{
  position: absolute;
  z-index: 200;
    top: 0;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 991px){
  .mine-menu-position{
    right: -100vw;
    height: 0;
    width: 100vw;
    left: 100vw;
  }
}
.mine-menu{
    background-color: var(--color-black);
    position: relative;
    min-width: calc(50vw + 150px);
    padding-left: calc(50vw - 645px);
    padding-right: 40px;
    padding-bottom: 40px;
    height: 100vh;
    display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px){
  .mine-menu{
  min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.mine-menu-bg{
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 160;
  background-color: rgba(0, 0, 0, .6);
}
.navbar-collapse.collapse, .navbar-collapse.collapsing{
  height: auto !important;
  width: 0 !important;
  overflow: hidden;
  transition: all .3s ease-in !important;
}
.navbar-collapse.collapse.show{
  height: auto !important;
  width:  calc(50vw + 150px) !important;
  transition: all .3s ease-in !important;
}
@media screen and (max-width: 991px){
  .navbar-collapse.collapse, .navbar-collapse.collapsing{
  transition: all .3s ease-in !important;
}
  .navbar-collapse.collapse.show{
transform: translate(-100vw, 0px);
width:100vw !important;

}
}
.menu-contact-block{
  display:flex;
  justify-content: space-between;
  width: 100%;
}
.head-right-box{
    display: flex;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 991px){
  .head-right-box{
    display: none;
  }
  .button-nav-position{
    display: flex;
    order:3;
  }
}
.language-box{
    align-content: center;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.language-box span{
  padding:0 4px;
  flex-shrink: 0;
}
.language-box a{
    font-family: var(--font-text);
    font-size: 14px; 
    color:var(--color-black);
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none !important;
}
.language-box a.not-active{
  color: #CFCFD8; 
}
@media screen and (max-width: 991px){
.language-box a{
 color:#ffffff;
}
.language-box span{
  color:#ffffff;
}
.menu-contact-block a.h4.color-white{
  padding:10px 0 0 0;
  font-size: 12px;
}
}

.black-button{
  display: block;
    font-family: var(--font-text);
    font-size: 14px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--color-black);
    padding:0 30px;
    height:48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border:none;
    outline: none;
    box-shadow: none;
}
.white-button{
  display: block;
  font-family: var(--font-text);
    font-size: 14px;
    color: var(--color-black);
    text-transform: uppercase;
    font-weight: 600;
    background-color:#ffffff;
    padding:0 30px;
    height:48px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border:none;
    outline: none;
    box-shadow: none;
}
.wb-border{
  border: 1px solid var(--color-black);
}
@media screen and (max-width: 991px){
  .black-button, .white-button {
    width:100%;
  }
}
.navbar-expand-lg .navbar-toggler {
    display: block;
  }
.collapse:not(.show) {
    display: none !important;
  }
.first-screen{
  position:relative;
  width: 100%;
  height:calc(100vh - 72px);
  background-repeat:no-repeat;
  background-position:center top;
  background-size: cover;
}
@media screen and (max-width: 991px){
  .first-screen{
    /*background-image: url(../images/dress-1-home.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}
}
.head-block{
  display: flex;
  justify-content: space-between;
  align-items: end; 
   height:calc(100vh - 72px); 
  padding-bottom:60px;
}
@media screen and (max-width: 991px){
  .head-block{
    flex-direction:column;
    justify-content:flex-end;
    padding-bottom:32px;
  }
}
.flex-column-xs{
  display: flex; 
  justify-content: space-between; 
  align-items: start;
}
@media screen and (max-width: 991px){
  .flex-column-xs{
    flex-direction:column;
  }
}
.header-h1{
  font-family: var(--font-headline);
  line-height: 110%;
  font-size: 52px;
  font-weight: 500;
  color:#ffffff;
  text-align: left;
  text-transform: uppercase;
}
.header-h1 span{
font-style: italic;
}
@media screen and (max-width: 991px){
  .header-h1{
    font-size: 32px;
    padding-bottom:24px;
  }
}
.padding-overall{
  padding-top:140px;
}
@media screen and (max-width: 991px){
  .padding-overall{
    padding-top:72px;
  }
}
.padding-overall-both{
  padding-top:140px;
  padding-bottom:140px;
}
@media screen and (max-width: 991px){
  .padding-overall-both{
    padding-top:72px;
    padding-bottom:72px;
  }
}
.h1-padding-sm{
  padding-bottom:48px;
  margin-bottom:0;
}
@media screen and (max-width: 991px){
  .h1-padding-sm{
    padding-bottom:16px;
    margin-bottom:0;
  } 
}
.h1-padding{
  padding-bottom:72px;
}
@media screen and (max-width: 991px){
  .h1-padding{
    padding-bottom:40px;
  } 
}
@media screen and (max-width: 991px){
  .margin-xs{
    margin-top:24px;
  } 
}
.padding-section{
  padding-bottom:72px;
}
@media screen and (max-width: 991px){
  .padding-section{
    padding-bottom:40px;
  }
}
.padding-section-1{
  padding-top:72px;
}
@media screen and (max-width: 991px){
  .padding-section-1{
    padding-top:40px;
  }
}
.padding-section-2{
  padding-top: 70px;
  padding-bottom:70px;
}
@media screen and (max-width: 991px){
  .padding-section-2{
    padding-bottom:35px;
  }
}
h2, .h2{
  font-family: var(--font-text);
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  color: var(--color-black);
  margin-bottom: 16px;
  text-align: left;
  text-transform: uppercase;
}
@media screen and (max-width: 991px){
  h2, .h2{
    font-size: 20px;
  }
}
.h2 img, h2 img{
  margin-bottom: 5px;
}
h3, .h3{
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 12px;
  text-align: left;
  text-transform: uppercase;
}
h5, .h5{
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.text{
  font-family: var(--font-text);
  color: var(--color-black);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
}
.more{
  display: inline-block;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-black);
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom:solid 1px var(--color-black);
  text-decoration: none;
  line-height: 0;
  margin-top:24px;
}
.more img{margin-left:10px;
}
.more.color-white{
  border-bottom:solid 1px #ffffff;
  color:#ffffff;
}
.fl-stretch{
  display: flex;
  align-items: stretch;
}
.fl-stretch-1{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: space-between;
}
@media screen and (max-width: 991px){
  .fl-stretch-1{
    display: block;
    padding-top:24px;
  } 
}
.fl-stretch-sc{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  justify-content: center;
}
.rectangle-photo{
  position: relative;
  width: 100%;
  padding-bottom:142.5%;
  overflow:hidden;
}
.photo-inside{
  position:absolute;
  left:0;
  right:0;
  top: 0;
  bottom:0; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.square-photo{
  position: relative;
  width: 100%;
  padding-bottom:100%;
  overflow:hidden;
}
@media screen and (max-width: 991px){
.order-1-xs{
  order:1;
  }
  .order-2-xs{
    order:2;
    }
}
.video-block{
  width: 100%;
  height: 100vh;
}
.video{
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-slide-box{
  position:relative;
  width: 100%;
  padding-bottom: 78.8%;
  overflow: hidden;
}
.blog-slider-img{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-slide-name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font-text);
  text-transform: uppercase;
  color:var(--color-black);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  padding-top: 16px;
  text-decoration: none;
}
.video-prev:hover, .video-next:hover, .blog-prev:hover, .blog-next:hover, .swiper-button-prev:hover, .swiper-button-next:hover{
  background-color: #ffffff;
}
.swiper-button-next{
  position: relative;
  right: auto;
  top: 0;
  margin-top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border:solid 1px #CFCFD8;
  background:url(../images/more.svg) no-repeat center;
}
.swiper-button-next::after, .swiper-button-prev::after{
  content:'';
  display: none;
}
.swiper-button-prev{
  position: relative;
  left:auto;
  top: 0;
  margin-top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border:solid 1px #CFCFD8;
  background:url(../images/more.svg) no-repeat center;
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

  

.position-slider-nav-video{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.position-slider-nav{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.position-nav-collection{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 991px){
  .position-nav-collection{
    flex-direction:column;
  }
  .position-nav-collection .position-slider-nav{
    order: 2;
    justify-content: space-between;
    width: 100%;
  }
}
.position-nav-dress{
  margin: 0 15px;
}
@media screen and (max-width: 991px){
  .position-nav-dress{
  width: 100%;
  margin: 10px 15px;
}
}
.swiper-scrollbar-drag{
  background: #1B1A1E;
background: linear-gradient(180deg,rgba(27, 26, 30, 0) 45%, rgba(27, 26, 30, 1) 45%, rgba(27, 26, 30, 1) 55%, rgba(27, 26, 30, 0) 55%);
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
	background: #CFCFD8;
  background: linear-gradient(180deg,rgba(207, 207, 216, 0) 45%, rgba(207, 207, 216, 1) 45%, rgba(211, 211, 219, 1) 55%, rgba(207, 207, 216, 0) 56%);
  height: 30px;
  top: -16px;
}
.position-progressbar-collection{
  display: flex;
  position:relative;
 width: calc(100% - 30px);
  margin-left: 30px;
}
@media screen and (max-width: 991px){
  .position-progressbar-collection{
    order: 1;
    width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  }
}
.swiper-scrollbar-horizontal{
cursor:grab;
}
.swiper-pagination{
  position:relative;
  width:40px;
  margin: 0 40px;
  top: 0;
}
@media screen and (max-width: 991px){
.swiper-pagination{
  margin: 0 auto;
}
}
@media screen and (max-width: 991px){
.xs-hidden{
display: none;
}
}
.full-bg{
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 
}
.dark-bg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
   padding: 75px 0;
}
@media screen and (max-width: 991px){
  .dark-bg{
  padding: 16px 0 32px;
  min-height:650px;
}
}

.color-white{
  color:#ffffff !important;
}
.margin-link{
  margin-top:64px;
}
@media screen and (max-width: 991px){
 .margin-link{
  margin-top:32px;
}
}
.img-showroom{
  width: 100%;
}
.img-showroom img{
  width:100%;
  height:auto;
}
@media screen and (max-width: 991px){
  .img-showroom{
    width:50%;
    margin-bottom: 100px;
  }
}
.track .instagram-photo{
 margin-right: 30px;
 width: 23.8%;
 flex-shrink: 0;
}
.full-img{
  width: 100%;
  height: auto;
}
.text-1{
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: justify;
  vertical-align: middle;
  color:#3B3940;
}
@media screen and (max-width: 991px){
  .text-1{font-size: 16px;}
}

.text-1 p{
  margin: 8px 0 16px;
  padding: 0;
}
.padding-article{
  padding-top: 40px;
}
.gray-bg{
  width: 100%;
  padding:60px 0 ;
  background-color: var(--color-beige);
  text-align: center;
}
.black-bg{
  width: 100%;
  background-color: var(--color-black);
  display: flex;
  align-items: stretch;
}
.halb-width{
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.padding-halb-block{
 padding: 100px 30% 100px 25%;
}
@media screen and (max-width: 991px){
  .black-bg{
    flex-direction: column;
  }
  .halb-width{
    width: 100%;
    min-height: 360px;
  }
  .padding-halb-block{
    padding:56px 30px;
  }
}
.button-position{
  float: left;
}
@media screen and (max-width: 991px){
.button-position{
  float: none;
}
}
.contact-block{
  background-color: var(--color-beige);
  padding: 25px;
  height: 130px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px){
  .contact-block{
    margin-bottom:16px;
    padding: 15px;
    height: 120px;
  }
}
.contact-text{
  font-family: var(--font-text);
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.contact-text a{
  color: var(--color-black);
  text-decoration: none;
}
.breadcrumb{
  margin-bottom:30px;
}
.full-block{
  background-color: var(--color-beige);
  padding:140px 0;
}
@media screen and (max-width: 991px){
  .full-block{
    padding:70px 0;
  }
}
.footer-form-position{
  display: flex;
  width: 100%;
  align-items:stretch;
  justify-content: space-between;
  border-bottom:solid 1px #FAFAFA;
  padding: 8px 0;
}
.input-footer{
  font-family: var(--font-text);
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 400;
  color:#FAFAFA;
  padding:8px 0;
  background-color: var(--color-black);
  border:none;
  outline: none;
  box-shadow: none;
  flex-grow: 1;
}
.button-input-footer{
  background: url(../images/more-white.svg) no-repeat right var(--color-black);
  background-size: 20px;
  width: 50px;
  padding: 0;
  flex-shrink: 0;
  border:none;
  outline: none;
  box-shadow: none;
}
.full-img-block{
  width: 100%;
  height:100%;
  min-height:500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 991px){
  .full-img-block{
     max-height:464px;
     margin: 32px 0;
  }
}
.block-box{
  display: flex;
  align-items: center;
  justify-content:flex-start;
  gap: 8px;
  margin: 24px 0;
}
.data-box, .time-box{
  padding:8px;
  height: 36px;
  font-family: var(--font-text);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  background-color: var(--color-beige);
}
.blog-card{
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
}
.blog-card-text{
  position: relative;
  height: 120px;
  overflow: hidden;
}
.blog-card-text::before{
content: "";
position: absolute;
bottom:0;
left: 0;
right:0;
height: 40px;
background: #ffffff;
background: linear-gradient(180deg,rgba(250, 250, 250, 1) 0%, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 1) 90%);
}
.pagination{
  padding-top: 15px;
}
.page-link{
  display: flex;
  align-items: center;
  justify-content: center; 
  font-family: var(--font-text);
  font-size: 14px;
  color: var(--color-black);
  border: none;
  background: transparent;
  margin: 0 2px;
}
.disabled .page-link{
  background-color: transparent;
  opacity: .5;
  color:var(--color-black);
}
.page-link.sel {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color-black);
  color: #ffffff;
}
.page-link.sel:hover {
  color:#ffffff;
}
.page-link img{
  margin:0 12px;
}
.page-link:hover{
  text-decoration: none;
  color:inherit;
}
.previous-page, .next-page{
  text-transform: uppercase;
}
.select-position{
  position: relative;
}
@media screen and (max-width: 991px){
  .select-position{
    width: 100%;
    margin-top: 24px;
  }
}
.select-1{
  position: relative;
  width: 300px;
  height: 46px;
  padding: 0 30px 0 70px;
  background: url(../images/select-arrow.svg) no-repeat right center #ffffff;
  border: 1px solid #F2F1EE;
  appearance: none;            
  -webkit-appearance: none;    
  -moz-appearance: none;  
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 991px){
  .select-1{
    width: 100%;
  }
}
.type-sort{
  position:absolute;
  top: 11px;
  left: 7px;
  bottom: 7px;
  z-index: 100;
  width: 90px;
  font-size: 16px;
  font-weight: 400;
}
.flex-sb-center{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-slider{
  background: url(../images/view-slider.svg) no-repeat center transparent;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
  float: right;
}
.view-slider.active{
  background: url(../images/view-slider-activ.svg) no-repeat center transparent;
}
.view-blocks{
   background: url(../images/view-blocks.svg) no-repeat center transparent;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 10px;
  float: right;
}
.view-blocks.active{
  background: url(../images/view-blocks-activ.svg) no-repeat center transparent;
}
.text-center{
  text-align: center;
}
.swiper-video{
margin:0 30px;
} 
@media screen and (max-width: 991px){
.swiper-video{
margin:0 15px;
} 

}
.swiper-video .swiper-slide img{
  width: 100%;
  height: auto;
}
.swiper-collection .swiper-slide img{
  width: 100%;
  height: auto;
}
.grid-container, .grid-container-1{
  display: flex;
width: calc(100% + 24px);
    margin-left: -24px;
    flex-flow: wrap;
}
@media screen and (max-width: 991px){
  .grid-container, .grid-container-1{
  display: flex;
width: calc(100% + 16px);
    margin-left: -16px;
  }
}

.grid-item{
flex-basis: 25%;
    -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 25%;
    padding-top: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
.grid-container-1 .grid-item{
  flex-basis: 33.3%;
   -moz-box-flex: 0;
    flex-grow: 0;
    max-width: 33.3%;
    padding-top: 24px;
  padding-left: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px){
.grid-item{
  flex-basis: 33.33%;
   max-width: 33.33%;
}
.grid-container-1 .grid-item{
  flex-basis: 50%;
    max-width: 50%;
}
}
@media screen and (max-width: 991px){
 .grid-item{
  flex-basis: 50%;
   max-width: 50%;
    padding-top: 16px;
  padding-left: 16px;
}
}
.grid-item img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1200/1800;
}
.photo-block{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.name-dress-position{
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.name-dress{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(250, 250, 250, .4);
  color:#ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px 0 15px;
  height: 0;
 transition: all .3s ease-in-out;
 overflow: hidden;
 line-height: 20px;
}
.photo-block:hover .name-dress{
  height: 50px;
 transition: all .3s ease-in-out;
}
.name-dress::after{
  content: url(../images/arrow-white-right.svg);
  position:absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.photo-block:hover .name-dress::after{
  opacity:1;
  transition: all .3s ease-in-out;
}
.button-dress-position{
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 16px;
}
@media screen and (max-width: 991px){
  .button-dress-position{
    flex-direction: column;
  }
}
.position-progressbar-dress{
  position:relative;
  width: 100%;
}
@media screen and (max-width: 991px){
  .position-progressbar-dress{
    display: none;
  }
}
.dress-slider-container-1{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dress-slider-container-2{
  display: flex;
  align-items:start;
  justify-content: space-around;
}
.dress-size-3{
  position: relative;
  width: 100%;
  padding-bottom:109.4%;
}
.dress-size-2{
  position: relative;
  width: 100%;
  padding-bottom:113.6%;
}
.dress-size-1{
  position: relative;
  width: 100%;
  padding-bottom:140.8%;
}
@media screen and (max-width: 991px){
  .dress-size-1, .dress-size-2, .dress-size-3 {
    padding-bottom: 0;
  }
}
.dress-img-container-1{
  width:45%;
}
.dress-img-container-2{
  width:40%;
}
.dress-img-container-3{
  width:30%;
}
@media screen and (max-width: 991px){
  .dress-img-container-1, .dress-img-container-2{
    width: 100%;
  }
  .dress-img-container-3{
    display: none;
  }
}
.head-article{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  margin:48px 0;
}
@media screen and (max-width: 991px){
  .head-article{
    height: 280px;
    margin:24px 0;
  }
}
.tip-block{
  font-family: var(--font-text);
  background-color: var(--color-beige);
  border-left: 2px solid #3B3940;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  padding: 16px;
  margin:0 0 48px 0;
}
.tip-block span{
  font-weight: 700;
}
.article-paragraph{
  margin:0 0 48px 0;
}
.pr-n-article{
  display: flex;
  justify-content: space-between;
}
.article-prev{
  position: relative;
  float: left;
  width: 40%;
  margin-right: 8px;
}
.article-next{
  position: relative;
  float: right;
  width:40%;
  margin-left: 8px;
}
@media screen and (max-width: 1200px){
  .article-prev, .article-next{
    width:calc(50% - 8px);
  }
}
.article-prev .more, .article-next .more{
  margin-top: 8px;
}
.article-prev .blog-card, .article-next .blog-card{
  padding-bottom: 0;
}
@media screen and (max-width: 991px){
.article-prev .block-box, .article-next .block-box {
  display: none;
}
.article-prev .h3, .article-next .h3 {
    font-size: 14px;
    padding-top: 24px;
  }
}
.article-link-prev{
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  float: left;
  padding: 70px 0 20px 0;
}
.article-link-prev img{
  margin-right: 10px;
  margin-bottom: 3px;
}
.article-link-next{
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  float: right;
  padding: 70px 0 20px 0;
}
.article-link-next img{
  margin-left: 10px;
  margin-bottom: 3px;
}
.inactive{
  opacity: .5;
}
.soc-block{
  background-color: var(--color-beige);
  padding: 24px;
  margin-bottom: 40px;
}
.soc-block a{
  display: block;
  position: relative;
  float: left;
  margin-right: 12px;
  margin-top: 10px;
}
.soc-block::after{
  content: '';
  clear: both;
  display: block;
}

.article-nav{
  position: relative;
  font-family: var(--font-text);
  font-size: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 991px){
  .article-nav{
    margin-bottom: 24px;
  }
}
.article-nav a{
  position: relative;
  display: block;
  color: var(--color-black);
  text-decoration: none;
  padding:4px 0 4px 16px;
  margin:4px 0;
}
@media screen and (max-width: 991px){
  .article-nav a{
      padding:4px 0 4px 16px;
  margin:16px 0;
  }
}
.article-nav a.sel, .article-nav a:hover{
  font-weight: 700;
}
.article-nav a.sel::after, .article-nav a:hover::after{
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
  width: 4px;
  border-radius: 2px;
  background-color: var(--color-black);
  z-index: 200;
}
.article-nav::before{
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  border-radius: 2px;
  background-color: var(--color-beige);
  z-index: 100;
}
.anker{
  margin-top: -48px;
  padding-top: 48px;
}
.page-not-found{
  width: 100%;
  height: calc(100vh - 72px);
  background-color: var(--color-black);
  text-align: center;
}
.name-big {
  padding-bottom: 44px;
}
.name-big img{
  width:246px;
  height:105px;
}
.swiper-dress{
  max-height: 85vh;
}
.filter-sel{
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: var(--color-black);
  font-family: var(--font-text);
  font-size: 16px;
  font-weight: 400;
  float: left;
}
.filter-sel button.close{
  display: inline-block;
  border: none;
  text-decoration: none;
  width: 10px;
  height: 10px;
  background: url(../images/close.svg) no-repeat center;
  background-size: 10px;
  margin-left: 3px;
  padding: 5px;
  opacity: 1;
}
.filter-sel button.close:focus, .filter-sel button.close:focus-visible{
  border: none;
  box-shadow: none;
}
.white-block{
  background-color: #ffffff;
  padding: 24px 16px;
  border: 1px solid #F2F1EE;
}
.form-block{
  padding:16px 0 0 0;
}
.name-h5{
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.position-input-half-width{
  display: flex;
  gap: 15px;
}
.input-1{
  font-family: var(--font-text);
  border: 1px solid #CFCFD8;
  background-color: #ffffff;
  text-transform: uppercase;
  height: 41px;
  padding: 4px;
  box-sizing: border-box;
  width: 100%;
}
.input-1:focus-visible{border:none; box-shadow: none;}

input[type=checkbox], input[type=radio] {
    display: none;
}

/* Checkboxes */
input[type=checkbox] + label span {
    border: 1px solid #CFCFD8;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 4px 8px 8px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #FAFAFA;
    font-size: 16px;
    color: var(--color-black);
    position:relative;
}
 input[type=checkbox]:checked + label span::after {
    content: " ";
    background: url(../images/check.svg) no-repeat center center;
    width: 16px;
  height: 16px;
  display: block;
  background-size: 10px;
}
input[type=checkbox]:checked + label span {
    background-color: #1B1A1E;
}
.full-width{
  width: 100%;
}
.filter-buttons{
  padding-top: 24px;
}
.filter-buttons :first-child{
  margin-bottom: 10px;
}
.filter-sel-positions{
  display: none;
}
@media screen and (max-width: 991px){
  .filter-sel-positions{
  display: inline-block;
}
}
.filter-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-button{
   display: none;
}
@media screen and (max-width: 991px){
  .filter-button{
    width: 26px;
    height: 26px;
    border:none;
    box-shadow: none;
   display: block;
   background: url(../images/filter-rectangle.svg) no-repeat center transparent;
   background-size: 26px;
    padding: 0;
    margin: 0 0 16px 0;
}
}
.swiper-slide video{
  width: 100%;
}

/*____________________________________________________________ prevloader________________________________________________________________*/
.prevloader-screen{
  position: fixed;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-color: var(--color-black);
  z-index: 1000;
  opacity: 0;
  transform: translateY(30px) scale(0.9);
  filter: blur(5px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); 
}
.prevloader-screen.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); 
}
.progressbar-position{
  position: absolute;
  width:96%;
  bottom:40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  margin:0 2%;
}
.line-progressbar{
width:100%;
height:1px;
background-color: #8d8c8e;
position: relative;
}
.line-progressbar::before{
content: " ";
position: absolute;
width: 5px;
height: 5px;
background-color:#8d8c8e;
transform: rotate(45deg);
display: block;
bottom: -2px;
  left: 0;
}
.line-progressbar::after{
  content: " ";
  position: absolute;
width: 5px;
height: 5px;
background-color:#8d8c8e;
transform: rotate(45deg);
display: block;
bottom: -2px;
  right: 0;
}
.progressbar{
  font-family: var(--font-headline);
  font-size: 52px;
  font-weight: 500;
  margin:0 10px;
  flex-shrink: 0;
  color:#ffffff;
}
.pr-box-position{
  width: 100%;
  height:calc(100vh - 90px);
  align-items: center;
  justify-content: center;
  display: flex;
}
.pr-img-position{
  width: 18%;
  position:relative;
  margin-left: -3%;
}
.pr-img{
  width: 100%;
  padding-bottom: 148.4%;
  border:solid 4px #ffffff;
}
.in-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#img-1{
  transform: translateY(-200%) rotate(15deg);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  }
#img-1.schow{
  transform: translateY(0) rotate(-5.7deg);
}
#img-2{
  transform: translateY(-200%) rotate(-10deg);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  }
#img-2.schow{
  transform: translateY(3%) rotate(-7.5deg);
}
#img-3{
  transform: translateY(-200%) rotate(8deg);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  }
#img-3.schow{
  transform: translateY(5%) rotate(-1.5deg);
}
#img-4{
  transform: translateY(-200%) rotate(-20deg);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  }
#img-4.schow{
  transform: translateY(12%) rotate(-1.5deg);
}
#img-5{
  transform: translateY(-200%) rotate(10deg);
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  }
#img-5.schow{
  transform: translateY(18%) rotate(-5.5deg);
}





/*_________________________marquee-gallery____________________________*/
.marquee-gallery{
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
}
.gallery-track{
  display: flex;
  width: 200%;
  animation: marquee-gallery 25s linear infinite;
}
.gallery-track span{
  display: flex;
  width: 200%;
  justify-content: space-around;
}
.instagram-photo{
  width: calc(25% - 15px);
  margin-right: 15px;
}
@keyframes marquee-gallery{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*_________________________marquee-line____________________________*/
.marquee-line {
  overflow: hidden;
  background-color: var(--color-black);
  color: white;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: clamp(1.2rem, 5vw, 3rem);
  padding-block: 0.2em;
  text-transform: uppercase;
  font-family: var(--font-headline);
}
.marquee-line span{
  white-space: nowrap;
}
@keyframes marquee-move-text {
  to {
    transform: translateX(-50%);
  }
}
.line-track{
  display: flex;
  width: max-content;
  animation: marquee-move-text var(--speed, 10s) linear infinite var(--direction, forwards);
}
.line-track span{
 margin-right: 6.9rem;
}
.line-track span[aria-hidden="true"]:first-child {
  margin-right: 0;
}
.line-track span.i-text{
  font-style: italic;
}
@media screen and (max-width: 767px){
  .line-track span{
 margin-right: 2.9rem;
}
}


@media screen and (max-width: 991px){
.line-hidden-xs{
  display: none;
}
}

@keyframes marquee-line{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.nav-tabs{
  border: none;
}
.rating-box{
  position: fixed;
  top: 20vh;
  left: 0;
z-index:200;
}
.stars-block{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  padding: 10px 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  transition: all .5s ease-in-out;
}
.rating-box:hover .stars-block{
  transition: all .5s ease-in-out;
  width: auto;
}
.star-full{
  position:relative;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/star-full.svg) center no-repeat;
  background-position: cover;
  margin:2px 0;
}
.star{
  position:relative;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/star.svg) center no-repeat;
  background-position: cover;
  margin:2px 0;
}
.rating-text{
font-family: var(--font-text);
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
width: 0px;
overflow: hidden;
flex-shrink: 1;
transition: all .5s ease-in-out;
white-space: nowrap;
}
.rating-box:hover .rating-text{
  transition: all .5s ease-in-out;
  width: 130px;
  margin-left: 15px;
}


/* RTL support */
body.rtl {
  direction: rtl;
}

body.rtl .header,
body.rtl .footer,
body.rtl .container,
body.rtl .row,
body.rtl .col-lg-4,
body.rtl .col-lg-8,
body.rtl .col-lg-12 {
  text-align: right;
}
body.rtl h1,
body.rtl .h1,
body.rtl h2,
body.rtl .h2,
body.rtl h3,
body.rtl .h3,
body.rtl h4,
body.rtl .h4,
body.rtl .headline,
body.rtl .header-h1,
body.rtl .text {
  text-align: right;
}
body.rtl .nav-link,
body.rtl .nav-link span {
  text-align: right;
  margin-left: 0 !important;
  margin-right: 0;
}
body.rtl .nav-link:hover span,
body.rtl .nav-link.active span {
  margin-right: 20px;
  margin-left: 0 !important;
}
body.rtl .menu-white,
body.rtl .menu-black {
  background-position: right center;
  padding-left: 0;
  padding-right: 70px;
}
@media screen and (max-width: 991px) {
body.rtl .menu-white,
body.rtl .menu-black {
padding-right:0;
}
}
body.rtl .menu-white {
  padding-top: 18px;
}
body.rtl .menu-black {
  padding-top: 18px;
}
body.rtl .language-box {
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  align-items: center;
}
body.rtl .more img {
  margin-left: 0;
  margin-right: 10px;
  transform: rotate(180deg);
}
body.rtl .nav-link {
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-start;
}
body.rtl .nav-link img {
  
  display: inline-block;
}
body.rtl .nav-link span {
  margin-right: -52px;
  margin-left: 0 !important;
  display: inline-block;
  background-color: var(--color-black);
  position: relative;
  transition: all .4s ease-in;
}
body.rtl .nav-link:hover span,
body.rtl .nav-link.active span {
  margin-right: 20px;
  margin-left: auto !important;
}
@media screen and (max-width: 991px) {
  body.rtl .nav-link {
    font-size: 30px;
    margin: 12px 0;
  }
  body.rtl .nav-link img {
    display: none;
  }
  body.rtl .nav-link span {
    margin-right: 0;
    transition: none;
  }
  body.rtl .nav-link:hover span,
  body.rtl .nav-link.active span {
    margin-right: 0;
    transition: none;
  }
}
/* Add more RTL overrides as needed for specific blocks */
body.rtl .mine-menu {
  padding-left: 40px;
  padding-right: calc(50vw - 645px);
  align-items: flex-end;
}
body.rtl .menu-block {
  width: 100%;
  align-items: flex-start;
}


body.rtl .button-input-footer{
transform: rotate(180deg);
}
body.rtl  .nav-link img{
  transform: rotate(180deg);
}
body.rtl .mine-menu-position{
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  body.rtl .mine-menu-position{
  right: auto;
  left: 0;
}
  body.rtl .mine-menu-position {
    left: -100vw;
    height: 0;
    width: 100vw;
    right: 100vw;
  }
  body.rtl  .navbar-collapse.collapse.show {
    transform: translate(100vw, 0px);
  }
  body.rtl .mine-menu {
    min-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
 body.rtl .blog-slide-name{
  flex-direction: revert;
 }
 body.rtl .blog-slide-name img{
  transform: rotate(180deg);
 }
 body.rtl .tip-block{
  border-right: 2px solid #3B3940;
  border-left: none;
 }
 body.rtl .soc-block a{
  float:right;
  margin-left: 12px;
  margin-right: 0;
 }
 body.rtl .article-nav a.sel::after, body.rtl .article-nav a:hover::after {
  content: '';
  position: absolute;
  top: 4px;
  left: auto;
  right: 0;
}
body.rtl .article-nav a{
  padding:4px 16px 4px 0;
}
body.rtl .article-nav::before {
left: auto;
right: 0;
}
body.rtl .pr-n-article{
  flex-direction: reverse;
}
body.rtl .article-next{
  margin-right: 8px;
  margin-left: 0;
}
body.rtl .article-prev{
  margin-right:0;
  margin-left:8px;
}
body.rtl .article-link-next{
  float: left;
}
body.rtl .article-link-prev{
  float: right;
}
body.rtl .article-link-next img, body.rtl .article-link-prev img{
  transform: rotate(180deg);
}
body.rtl .article-link-next img {
  margin-right: 10px;
  margin-left: 0;
}
body.rtl .article-link-prev img {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl .page-link img{
  transform: rotate(180deg);
}
body.rtl .select-1 {
  padding: 0 70px 0 30px;
  background: url(../images/select-arrow.svg) no-repeat left center #ffffff;
}
body.rtl .type-sort {
  right: 7px;
  left: auto;
}
body.rtl .col-lg-6, body.rtl .col-lg-10, body.rtl .col-lg-8{
  margin-right:auto;
}
body.rtl .swiper-button-prev{
  transform: none;
}
body.rtl .swiper-button-next{
  transform: rotate(180deg);
}
body.rtl .position-progressbar-collection {
  margin-right: 30px;
  margin-left: 0;
}
@media screen and (max-width: 991px){
  body.rtl .navbar-brand{ margin-right: 0;}
}
@media screen and (max-width: 991px) {
  body.rtl .falb-width-xs {
    float: right;
  }
}


 @keyframes marquee-line-rtl{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}
body.rtl .line-track{
  animation: marquee-line-rtl 5s linear infinite;
}