/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}
:root {
  --primary: rgba(229, 197, 101, 1);
} 


/*
Main content
*/
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: 105%;
  font-style: normal;
  background-color: rgba(22, 28, 52, 1);
}
body.rtl section, body.rtl .carousel-item, body.rtl .site-footer {
    direction: rtl;
    unicode-bidi: embed;
}
body.rtl  footer.site-footer li.menu-item:before {
	display: none;
}	
body.rtl  #banner .slider_content {
    align-content: center;
}
body.rtl .navbar-header, body.rtl .phone .contacts, body.rtl .owl-carousel {
    direction: ltr;
    unicode- : embed;
}
body.rtl .wpcf7 input[type="tel"] {
    direction: rtl;
}
body.rtl .content-wrapper-left .row {
    margin-right: 5px;
}


.navbar-header {
    width: 100%;
    padding-top: 34px;
}
#content article {
  margin-bottom: 40px
}
#content header {
  margin: 20px 0
}
#content section {
  margin-bottom: 20px
}
#content footer {
  padding-bottom: 20px
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 

#header-carousel {
    margin-top: -100px;
}
a.navbar-brand, .header_phone, .order_call {
    z-index: 10;
    position: relative;
}
.slide {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    height: 100vh;
    background-size: cover !important;
}
.slider_content {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}
.slider_content h2 {
   text-align: right;
   font-size: 70px;
   font-weight: 600;
   line-height: 100%;
   text-transform: uppercase;
}
h2.subtitle {
   font-size: 50px;
   font-weight: 500;
   line-height: 102%;
   margin-bottom: 20px;
   text-transform: uppercase;
}
p.slider_subtitle, p.slider_description {
    text-align: right;
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
}
.carousel-caption {
     right: 6%;
     left: 6%;
 }    
 .navbar {
  display: none;
 }
 .navbar-header .row {
  align-items: center;
 }
a.btn {
  background: var(--primary);
  height: 57px;
  border-radius: 1000px;
  padding: 15px 10px 10px;
  color: rgba(22, 28, 52, 1);
  font-size: 18px;
  font-weight: 600;
  border: solid 1px var(--primary);
}
a.btn.phone {
   width: 230px;
}
a.whatsapp img {
    width: 50px;
	height: auto;
}
a.btn.read-more {
   width: 319px;
   text-transform: uppercase;
}
a.btn.order_call {
   width: 246px;
   text-transform: uppercase;
}
.site-footer a.btn.order_call {
   width: 320px;
  }
.desktop_logo img {
    width: 380px;
}
a.btn.phone:hover, a.btn.order_call:hover, a.btn.read-more:hover, .wpcf7-submit:hover {
  background-color: transparent;
  color: var(--primary);
  transition: 0.5s;
}
.content-wrapper-right {
  width: 100%;
  padding-right: 0; 
}
.content-wrapper-right .row {
    margin-right: 0px;
} 
.content-wrapper-left {
  width: 100%;
  padding-left: 0; 
}
.content-wrapper-left .row {
    margin-left: 0px;
}    
.about_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
section#manhattan, section#nobility, section#hidden, section#about2 {
    border-top: solid 12px #fff;
}
section#manhattan .photo, section#nobility .photo, section#hidden .photo {
    padding-left: 0px;
}
.location .map {
    padding-right: 0px;
}
.plus_title {
  font-size: 30px;
  font-weight: 500;
  line-height: 105%;
}
.plus_block p {
  font-size: 20px;
  font-weight: 400;
  line-height: 105%;
}
.location {
  background: #0C1228;
}
.about2_content {
    display: flex;
    align-items: center;
}
.about2 h5 {
  font-size: 36px;
  margin-top: -10px;
  font-weight: 500;
  line-height: 116%;
  margin-bottom: 20px;
}
.about2 p {
  font-size: 30px;
  font-weight: 400;
  line-height: 116%;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
}    
.owl-prev {
    position: absolute;
    left: 5%;
}
.owl-next {
    position: absolute;
    right: 5%;
}
.single_post {
  background: #0C1228;
  font-size: 18px;
  font-weight: 300;
  line-height: 116%;
  padding: 30px;
  border-radius: 23px;
}
.single_post h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 105%;
  min-height: 95px;
  margin-bottom: 15px;
}
span.post_data {
  font-size: 20px;
  font-weight: 300;
  line-height: 116%;
}
.post_header {
    display: flex;
}
a.btn.read_more {
    margin-top: 20px;
    width: 100%;
    background-color: transparent;
    color: var(--primary);
    text-transform: uppercase;
}
a.btn.read_more:hover {
  color: #fff;
  background-color: var(--primary);
  transition: 0.5s;
}
.single_post:hover {
  filter: drop-shadow(0px 0px 8px rgba(255, 255, 255, 1));
  will-change: filter;
}
.contact_block {
  border: solid 1px var(--primary);
  border-radius: 1000px;
  padding: 50px;
}
.contact_title {
  font-size: 30px;
  font-weight: 400;
  line-height: 105%;
}
.contacts {
  font-size: 30px;
  font-weight: 700;
  line-height: 105%;
}
.contact_block .phone {
    text-align: right;
}
.wpcf7 input {
    width: 100%;
    height: 86px;
    color: #161C34;
    font-size: 30px;
    border-radius: 1000px;
    padding: 0 35px;
    margin-bottom: 20px;
    border: none;
}
.wpcf7 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
}
.wpcf7-submit {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  color: #161C34;
  text-transform: uppercase;
  border: solid 1px var(--primary) !important;
  background: var(--primary);
}
.wpcf7 input::placeholder {
  color: #161C34;
  font-size: 30px;
  font-weight: 600;
}
.site-footer {
  background: #0C1228;
  padding: 80px 0;
  position: relative;
}
footer.site-footer .menu-item a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 78%;
}
footer.site-footer li.menu-item {
  position: relative;
  padding-left: 20px;
}
footer.site-footer li.menu-item:before {
  content: '-';
  position: absolute;
  left: 0px;
  top: 0px;
}
.footer_call .whatsapp {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  text-decoration: none;
  width: 40%;
  display: flex;
}
.footer_call {
    display: flex;
 }
.modal-dialog.modal-lg {
    border-radius: 52px;
}
.modal-content {
    background: #0C1228;
    border-radius: 52px !important;
    padding: 0px 80px;
}
.modal-header {
  border-color: transparent;
}
.mobil_header, .about2_mobil, .site-footer img.mobil, a.btn.phone.mobil, .hint_mobil, .backToTop {
  display: none;
}
.owl-plus_block_mobil, .owl-news {
  display: none !important;
}
#banner {
  height: 100vh;
  width: 100%;
  margin-top: -90px;
  background-size: cover;
}
#post_banner {
  height: 70vh;
  width: 100%;
  margin-top: -90px;
  background-size: cover;
  position: relative;
}
#post_banner .wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70vh;
  background: #000;
  opacity: 0.5;
}
#post_banner .carousel-caption {
  bottom: inherit;
  top: 20vh;
}
#post_banner h1 {
 font-size: 70px;
 font-weight: 600;
 line-height: 100%;
}
#banner .carousel-caption {
  bottom: 0;
  height: 100vh;
  padding-bottom: 0px;
}
.logo_house_nubility {
  width: 220px;
  height: auto;
  margin: 0 auto 12vh;
}
.characters {
    display: flex;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 88%;
    text-align: left;
    margin-top: 5vh;
}
.characters span {
  color: var(--primary);
   font-size: 70px;
   font-weight: 600;
   line-height: 100%;
}
.characters div {
    margin: 0 20px;
}
.characters div:hover span {
filter: drop-shadow(6px 0px 4px #ffffff);
}
button.btn-close {
   background: url('../img/exit.svg');
   width: 12px !important;
  background-repeat: no-repeat;
}    
.flat {
  display: flex;
}
.plan_flat {
    background: #fff;
    margin-left: 20px;
}
.plan_floor {
  background: #fff;
}
.plan_floor img{
  width: 275px;
}
.owl-flats h5 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.owl-flats h5:after {
    background-color: var(--primary);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    width: 60px;
}
.flat-plan__img {
        width: 50%;
}
.flat-data {
    width: 50%;
    padding-right: 25px;
}
 .flat-data__key, .flat-data__value {
    color: #343434;
 }  
 .flat-plan__row {
    display: flex;
    padding-top: 30px;
} 
.flat-data__item {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}
.flat-data__item:before {
    border-bottom: 1px solid #f5f5f5;
    content: "";
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: -1;
}
.flat-data__key {
    padding-right: 10px;
    font-size: 16px;
}
.flat-data__value {
    padding-left: 10px;
    font-weight: 700;
    font-size: 16px;
    z-index: 100;
    background: #fff;
}
.flat-data__main .flat-data__key {
  font-weight: 700;
  font-size: 18px;
}
.flat-data__main .flat-data__value {
  font-weight: 700;
  font-size: 18px;
  color: var(--primary);
}
span.lb-number {
  display: none !important;
}
 .owl-flats .owl-nav {
        top: -10%;
        right: -66px;
}
 .owl-flats .owl-prev {
        right: 8% !important;
        left: inherit;
 }
 .carousel-control-prev-icon.flat {
  background-image: url('../img/arrow_prev.svg');
 }
 .carousel-control-next-icon.flat {
  background-image: url('../img/arrow_next.svg');
 }
 .order_call.flat_order {
  width: 363px !important;
 }
 .lang-item-uk img {
    content: url('../img/ua.png');
}
.lang-item-tr img {
    content: url('../img/tr.png');
}
.lang-item-ar img {
    content: url('../img/ae.png');
}
.lang-item-en img {
    content: url('../img/en.png');
}
.lang {
    display: flex;
    position: absolute;
    z-index: 100;
    list-style-type: none;
    padding-left: 0px;
    top: 13px;
    left: -6px;
}
.lang a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 12px;
}
ul.lang li {
    margin-left: 8px;
}
.header_order_call {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.fullscreen-menu a {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}
.fullscreen-menu a:hover {
  color: var(--primary);
}
.fullscreen-menu {
    position: fixed;
    top: -44px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #161C34; 
    z-index: 9999;
    padding: 2rem;
    overflow-y: auto;
    transition: all 0.3s ease;
  }

  .fullscreen-menu ul {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
  }
  .fullscreen-menu {
    padding-top: 20vh;
  }
  .fullscreen-menu.show {
    display: flex !important;
    flex-direction: column;
    z-index: 1000;
  }

  .fullscreen-menu .nav-item {
   margin-bottom: 8px;
   width: 100%;
  }
  .fullscreen-menu .lang {
    width: 160px;
    position: static;
    display: flex;
    flex-direction: row !important;
    margin-top: 30px;
  }
 .fullscreen-menu ul.lang a {
    font-size: 16px;
}
.fullscreen-menu a.btn.order_call.mobil_button {
       font-size: 14px;
       width: 177px;
       height: 37px;
       padding-top: 9px;
       margin-left: 0px !important;
       color: #161C34;
    }
  img.mobil_logo {
    position: absolute;
    top: 62px;
    left: 18vw;
  }

/*  Responsive   */

@media (max-width: 1200px) {

a.navbar-brand img {
    width: 300px;
}
a.btn.phone {
    width: 223px;
}
.plus_title {
    font-size: 24px;
}    
.lang {
    top: -32px;
    left: 27px;
}

}


@media (max-width: 992px) {
img.logo_house {
    margin-top: 100px;
}  
.navbar-header {
  padding-top: 0px;
}  
.pluses h2.subtitle,  #gallery h2.subtitle, #news h2.subtitle, #contacts h2.subtitle {
  text-align: left !important;
}
body.rtl .pluses h2.subtitle, body.rtl  #gallery h2.subtitle, body.rtl #news h2.subtitle, body.rtl #contacts h2.subtitle {
	text-align: center !important;
}	
 #gallery h2.subtitle {
  padding-left: 15px;
  padding-top: 0px !important;
 } 
 #news h2.subtitle, #contacts h2.subtitle {
  padding-left: 15px;
 } 

.plus_block.desktop, .news_desktop {
  display: none;
}
.owl-plus_block_mobil, .owl-news {
  display: block !important;
}
.owl-plus_block_mobil img {
  width: 87px !important;
  margin: 0 auto;
}
.single_post h4 {
  font-size: 20px;
  min-height: 60px;
}
a.btn.read_more {
  font-size: 15px;
  height: 40px;
  padding-top: 8px;
}  
.single_post {
  font-size: 15px;
}
.single_post p {
    height: 90px;
    overflow-y: hidden;
}
span.post_data {
    font-size: 15px;
}    
.owl-plus_block_mobil .plus_block {
  text-align: center;
}
.owl-plus_block_mobil .plus_title {
   font-size: 24px;
}
.owl-plus_block_mobil .owl-nav {
    top: -38%;
}
#gallery .owl-nav, #news .owl-nav {
    top: -20%;
}
.owl-prev {
    right: 18% !important;
    left: inherit;
}
.mobil_header, .navbar, a.btn.order_call.mobil_button, .mobil_header .whatsapp, .site-footer img.mobil {
  display: block;
  z-index: 100;
}
.header_phone, .desktop_logo, .navbar-header .btn.order_call, .site-footer img.desktop, .header_order_call .lang {
  display: none;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}
a.navbar-brand img {
    width: 59px;
}
a.navbar-brand img.open {
    width: 233px;
}
.mobil_header {
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.btn.order_call.mobil_button {
  margin-left: 20px;
}  
.custom_nav-container .navbar-toggler {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  }
.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 33px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 33px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  z-index: 10000;
  position: fixed;
  right: 13px;
  top: 18px;     
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}
.navbar-header .container-fluid {
justify-content: flex-end;
}
.site-footer a.whatsapp {
    font-size: 0px !important;
}
 a.btn.order_call {
    font-size: 15px;
    height: 43px;
    padding: 9px 0px;
    margin-right: 0px !important;
  }
  a.btn.phone.mobil {
    font-size: 15px;
    height: 43px;
    padding: 9px 0px;
    margin-right: 0px !important;
  }
  
  .mobil_logo .navbar-brand {
    z-index: 100;
  }
  .owl-carousel {
    padding: 0px !important;
  }
}

@media (max-width: 767px) {
  #post_banner h1 {
    font-size: 42px;
  }  
  .hint_mobil {
    display: block;
  }
  .hint_desktop {
    display: none;
  }
  p.hint_mobil {
    padding: 0 30px;
    margin-top: -30px;
    margin-bottom: 60px;
}
footer.site-footer .navbar-nav {
    padding-left: 15px;
}
.mobil_block {
    display: flex;
   }
  a.btn.phone.mobil {
    display: block;
    width: 160px;
    margin-right: 10px !important;
   } 
   .mobil_block img.mobil {
    width: 100px;
    margin-right: 20px;
  }
 .footer_call {
  width: 60%;
  display: flex;
  margin-top: 0px !important;
  padding-top: 0px !important;
  flex-wrap: wrap;
}
.mobil_whatsapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobil_whatsapp a.whatsapp {
  width: auto;
}
.site-footer {
  padding: 40px 0;
}  
.contact_block { 
  border: none;
  padding: 0px 20px;
}  
.contact_block .phone {
    padding: 22px 0 15px;
    margin-bottom: 20px;
}
.contact_block .adress {
   padding: 22px 0 15px;
}
p.contact_title {
    text-align: center;
    font-size: 20px;
}
p.contacts {
  text-align: center;
   font-size: 20px;
}
.contact_block .phone, .contact_block .adress {
  border: solid 1px var(--primary);
  border-radius: 1000px;
}
.about_row {
  flex-direction: column-reverse;
  width: 100%;
}
.location p {
  font-size: 15px;
  line-height: 116%;
}
.location iframe {
  height: 340px;
}
.location img {
    width: 71px !important;
}
.about_row p {
  font-size: 15px;
  line-height: 105%;
}
.about_slider {
    padding-right: 0px !important;
}

h2.subtitle {
    font-size: 30px;
    margin-top: 30px !important;
}  
.pluses h2.subtitle {
    padding-top: 0px !important;
    margin-top: 0px !important;
}        
.content-wrapper-right .about_content  {
  padding-left: 35px;
  padding-right: 25px !important;
}
.content-wrapper-left .about_content {
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.wpcf7 input {
  height: 50px;
  font-size: 20px;
}
.wpcf7 input::placeholder {
  font-size: 20px;
}  
.wpcf7 p {
    font-size: 15px;
}    
.slider_content h2 {
    font-size: 40px;
}   
#banner .slider_content h2 {
        font-size: 35px;
} 
.characters span {
    font-size: 60px;
}    
.characters {
  font-size: 25px;
  flex-direction: column;
    align-items: center;
    margin-top: 3vh;
}
.logo_house_nubility {
    width: 198px;
    margin-bottom: 10vh;
}    
.characters div br {
    display: none;
}
.characters div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0;
}
.characters div {
    flex-direction: column;
}
.flat, .flat-plan__row {
   flex-direction: column;
}
.plan_flat {
  margin-left: 0px;
  margin-bottom: 40px;
}
.block_contact, .block_contact_title {
  display: none;
}
.flat {
  flex-direction: column-reverse;
}
.flat-plan__img {
    width: 100%;
}
.flat-data {
    width: 100%;
    padding-left: 25px;
    padding-top: 25px;
}
.order_call.flat_order {
    width: 320px !important;
}
.owl-flats .owl-nav {
    top: -5%;
    right: -5px;
}
.owl-flats .owl-prev {
    right: 15% !important;
}
p.slider_subtitle, p.slider_description {
    font-size: 15px;
}      
.about_content img {
  width: 115px;
}
img.logo_house {
        margin-top: 140px;
}
a.btn.order_call.mobil_button {
       font-size: 14px;
       width: 177px;
       height: 37px;
       padding-top: 9px;
       margin-left: 0px;
       color: #161C34;
    }
a.btn.read-more {
  font-size: 14px;
  width: 187px;
  height: 43px;
  padding-top: 11px;
}    
a.whatsapp img {
    height: 37px;
    width: auto;
}
 .navbar-brand {
    margin-right: 0px;
  }
#about2 {
    padding: 0 15px;
}
  .backToTop {
  width: 97px;
  height: 97px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: -3%;
  left: 42%;
  display:flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

}  

@media (max-width: 576px) { 
.modal-content {
  padding: 0px;
}  
#banner .slider_content h2 {
        font-size: 30px;
}
#about2 img {
    width: 115px;
    margin-right: 15px;
}
#about2 h5 {
  display: none;
}
#about2 h5.about2_mobil {
  display: block !important;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.about2_header {
    display: flex;
    margin-bottom: 25px;
}
.about2 p {
    font-size: 15px;
}
#about-carousel .carousel-item  {
  height: 400px !important;
}
footer.site-footer .menu-item a {
  font-size: 15px;
}

}
@media (max-width: 420px) {
#banner .slider_content h2 {
        font-size: 26px;
}
}
@media (min-width: 576px) {
  .content-wrapper-right {
    padding-left: calc((100vw - 540px) / 2);
  }
  .content-wrapper-left {
    padding-right: calc((100vw - 540px) / 2);
  }
 
}
@media (min-width: 768px) {
  .content-wrapper-right {
    padding-left: calc((100vw - 720px) / 2);
   }
    .content-wrapper-left {
    padding-right: calc((100vw - 720px) / 2);
   }
}
@media (min-width: 992px) {
  .content-wrapper-right {
    padding-left: calc((100vw - 960px) / 2);
   }
   .content-wrapper-left {
    padding-right: calc((100vw - 960px) / 2);
   }
}
@media (min-width: 1200px) {
  .content-wrapper-right {
    padding-left: calc((100vw - 1200px) / 2);
 
  }
  .content-wrapper-left {
    padding-right: calc((100vw - 1200px) / 2);
 
  }
   .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1400px) {
  .content-wrapper-right {
    padding-left: calc((100vw - 1320px) / 2);
  }
  .content-wrapper-left {
    padding-right: calc((100vw - 1320px) / 2);
  }
    
}

