* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  outline: none!important;
}

body {
  font-family: 'Syne', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  background: #000;
  position: relative;
}
img {
  display: block;
  text-decoration: none; 
  border: 0;
}
.img-fluid {
  max-width: 100%;
}
.slick-slide,
input,
textarea {
  outline: none!important;
}
input,
textarea {
 border: none;  
 outline: none!important; 
}
textarea {
  resize:none;
  overflow: auto; 
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;   
}
.d-block {
  display: block;
}
.flex-wrap {
  -khtml-box-lines:multiple;
  -webkit-box-lines:multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap; 
}
.justify-content-between {
  -webkit-box-pack:justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-content-center {
  -webkit-box-pack:center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-items-center {
  -webkit-box-align:center;
  -webkit-align-items:center;
  align-items:center;
}
a {
  text-decoration: none;
}
.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}
.wrapper {
  width: 1240px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
.logo {
  width: 119px;
}
.header__logo {
margin: 0 30px;
}
.header {
  height: 216px;
  padding-top: 20px;
  background: url(../img/header-bg.png) 0 0 no-repeat;
}
.header__nav {
  margin-left: 319px;
}
.header__nav__link {
display: inline-block;
height: 45px;
line-height: 45px;
padding: 0 32px;
font-size: 18px;
font-weight: 700;
color: #000!important;
border: 2px solid rgb(0, 0, 0);
border-radius: 71px;
margin-top: 46px;
}
.header__buy-btn { 
width: 175px;
height: 53px;
margin-right: 22px;
border: 2px solid #0D0D0D;
border-radius: 58px;
background: transparent;
margin-top: 46px;
}
.header__nav__link:hover,
.header__buy-btn:hover {
  opacity: 0.8;
}
.header__buy-btn span {
display: block;   
width: 167px;
height: 45px;
line-height: 45px;
background: #0D0D0D;
border-radius: 71px;
text-align: center;
font-size: 18px;
font-weight: 700;
color: #fff;
text-transform: uppercase;
}
.headline {
height: 617px;
padding-top: 63px;
background: url(../img/smoke-second.png) 100% 63px no-repeat;
}
.headline__title {
font-size: 90px;
font-weight: 800;
line-height: 108px; 
padding-top: 90px; 
margin-left: 211px;
}
.headline__text {
width: 610px;
max-width: 100%;
line-height: 24px;
opacity: 0.6;
}
.about {
  height: 650px;
  position: relative;
  top: -28px;
  background: url(../img/smoke-front.png) 0 0 no-repeat;
  margin-bottom: 42px;
}
.about-content {
  width: 610px;
  max-width: 100%;
  padding-top: 25px;
  margin: 0 210px 0 auto;
}
.title {
font-size: 70px;
font-weight: 800;
line-height: 84px;
}
.about__title {
margin: 0 0 60px 210px;
}
.about__text {
  opacity: 0.6;
  margin-bottom: 30px;
}
.about__text p {
  line-height: 24px;
  margin-bottom: 18px;
}
.collection {
padding-bottom: 63px;
margin-bottom: 137px;
background: url(../img/slider-bg.png) 50% 100% no-repeat;
}
.collection__title {
width: 766px;
max-width: 100%;
height: 231px;
padding: 38px 0 0 99px;
margin: 0 0 35px 112px;
background: url(../img/text-bg.png) 50% 0 no-repeat;
}
.about-btn {
padding: 0 32px;
height: 45px;
line-height: 45px; 
border-radius: 71px;
background: #fff;
font-size: 18px;
font-weight: 700;
text-align: center;
color: #000!important;
}
.about-btn:not(:last-child) {
margin-right: 20px;
}
.about-btn:hover {
  opacity: 0.8;
}
.collection-inner {
position: relative;
}
.video {
width: 100%;
aspect-ratio: 1.719077568134172;
border: 2px solid rgb(255, 255, 255);
border-radius: 50px;
padding: 30px;
}
.video-item {
  width: 100%;
  height: 100%;
  aspect-ratio:1.826923076923077;
}
.video-item  iframe {
  display: block;
  width: 100%!important;
  height: 100%!important;
  margin: 0 auto;
}
.collection-slider {  
margin-bottom: 40px;
}
.collection__row {
gap: 20px;
}
.collection-card { 
width: calc((100% - 20px)/2);  
}
.collection-card__body { 
height: 100%;  
color: #fff;
border: 2px solid rgb(255, 255, 255);
border-radius: 50px;
background: #0D0D0D;
padding: 30px;
}
.collection-card__pic {
width: 100%; 
aspect-ratio: 1.312741312741313;
border-radius: 20px;
overflow: hidden;
margin-bottom: 30px;
}
.collection-card__name {
font-size: 26px;
font-weight: 800;
line-height: 31px;
margin-bottom: 20px;
}
.collection-card__text {
font-size: 16px;
line-height: 19px;
opacity: 0.6;
}
.nav-slider {
width: 560px;
max-width: 100%;
margin: 0 auto;
}
.nav-slider .slick-list {
  width: calc(100% + 40px);
  padding: 0!important;
}
.nav-slider-item {
background: #D9D9D9;
width: 80px!important;
height: 80px;
border-radius: 50%;
margin-right: 40px;
cursor: pointer;
}
.nav-slider-item.slick-current {
opacity: 0,5;
}
.contact {
margin-bottom:  100px;
}
.contact__body {
width: 820px;
max-width: 100%;
margin-left: auto;  
}
.contact__title {
margin: 0 0 58px 210px;
}
.contact-form {
  width: 100%;
  margin-left: auto;
}
.contact-form__col {
  width: 400px;
  max-width: 100%;
  position: relative;
}
.contact-form__col:first-child {
  margin-right: 20px;
}
.contact-form__input {
display: block;
width: 100%;
height: 57px;
padding: 0 30px;
border: 1px solid #fff;
border-top: none;
border-radius: 85px;
background: transparent;
font: 500 16px "Syne", sans-serif;
color: #fff;
}
.contact-form__input:first-child {
  margin-bottom: 20px;
}
.contact-form__input::placeholder {
font: 500 16px "Syne", sans-serif;
color: #fff;
opacity: 0.6;
}
.contact-form__input::-webkit-input-placeholder {
font: 500 16px "Syne", sans-serif;
color: #fff;
opacity: 0.6;
}
.contact-form__input:-ms-input-placeholder {
font: 500 16px "Syne", sans-serif;
color: #fff;
opacity: 0.6;
}
.contact-form__input:-moz-placeholder {
font: 500 16px "Syne", sans-serif;
color: #fff;
opacity: 0.6;
}
.contact-form__input:-moz-placeholder {
font: 500 16px "Syne", sans-serif;
color: #fff;
opacity: 0.6;
}
.contact-form__textarea {
height: 134px;
padding: 19px 30px;
border-radius: 30px;
margin-bottom: 0!important;
}
.contact-form__submit {
display: inline-block;  
position: absolute;
right: 19px;
bottom: 19px;
height: 34px;
font: 500 16px "Syne", sans-serif;
color: #0D0D0D;
padding: 0 18px;
border-radius: 22px;
background: #fff;
cursor: pointer;
}
.contact-form__submit:hover {
opacity: 0.8;
}
.footer {
  height: 333px;
  padding-top: 153px;
  background: url(../img/footer-bg.png) 50% 0 no-repeat;
}
.footer__logo {
width: 119px;
}


@media screen and (min-width: 1200px) {
.video {
position: absolute;
top: 0;
left: 0;
width: 66.12903225806452%;
z-index: 100;
}
.collection-card {
width: 32.25806451612903%;
width: calc((100% - 40px)/3);
aspect-ratio: 0.8385744234800839;
}
.collection-card:first-child {
width: 100%;
aspect-ratio: 2.59958071278826;
}
.collection-card:first-child .collection-card__body {
width: 32.25806451612903%;  
margin-left: auto;
}
}

@media screen and (max-width: 1199px) {
 .header__nav {
   margin: 0 auto 0 20px;
 } 
.header__nav__link {
    display: none;
}  
.about-content {
  margin-right: 40px;
}
.video {
  max-width: 820px;
  margin: 0 auto 20px;
}
.collection__row {
-webkit-box-pack:center;
  -webkit-justify-content: center;
  justify-content: center;  
}
.collection-card {  
max-width: 400px;
}
}


@media screen and (max-width: 1024px) {
 .header__buy-btn {
  width: 151px;
  height: 48px;
  margin: 27px 13px 0 0;
 }
 .header__buy-btn span {
 width: 143px;
 height: 40px;
 line-height: 40px;
 font-size: 16px;
}
.headline__title {
  margin-left: 33px;
}
.about {
    height: auto;
    min-height: 602px;
    padding-bottom: 36px;
    margin-bottom: 44px;
    background: url(../img/smoke-front-mbl.png) 100% 95px no-repeat;
    background-size: 646px;
  }
  .about-content {
    width: 60%;
    margin: 0;
  }
.title,
.contact__body {
  margin-left: 0!important;
} 
}

@media screen and (max-width: 900px) {  
  .title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  }
  .about-btn {
    padding: 0 26px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
}
  .collection {
    padding-bottom: 63px;
    margin-bottom: 65px;
  }
  .top-wrapper {
    max-width: 100%;
  }
  .collection__title {
    height: 121px;
    padding: 22px 0 0 20px;
    background: url(../img/text-bg-mbl.png) -25px 0 no-repeat;
    background-size: 410px;
  }
  .collection-slider {
    margin-bottom: 20px;
}
  .nav-slider {
    width: 314px;
    height: 50px;
    overflow: hidden;
  }
  .nav-slider .slick-list {
    width: calc(100% + 16px);
  }
  .nav-slider-item {
    width: 50px!important;
    height: 50px;
    margin-right: 16px;
  }
  .contact-form__submit { 
    bottom: 16px;
    right: 16px;
    height: 31px;
    font-size: 14px;
  }
}


@media screen and (max-width: 768px) {
body {
    font-size: 16px;
  } 
.header__buy-btn {
  margin-right: 0;
}  
  .headline {
    height: 365px;
    padding-top: 40px;
    background-size: auto 240px;
    background-position: 100% 100%;
    margin-bottom: 100px;
  }
  .headline__title {
font-size: 50px;
line-height: 60px;
padding-top: 0;
margin-bottom: 10px;
  }
  .headline__text,
  .about__text p {
    line-height: 19.2px;
  }
  .about__text {
    margin-bottom: 20px;
  }
  .about__text p {
    margin-bottom: 10px;
  }
  .about__text p:last-child  {
    margin-bottom: 0;
  }
.header__nav {
  margin-left: 0;
}
.header__logo {
  margin: 0;
}
.logo {
  width: 85px;
}   
.header,
.footer {
  height: 190px;
  background-size: auto 100%;
 } 
 .header {
  background-position-x: 64.7%;
}
 .footer {
    padding-top: 70px;
  }
}


@media screen and (max-width: 600px) {
.about-content {
width: 262px;
}  
.collection {  
background: url(../img/slider-bg-mbl.png) 100% 100% no-repeat; 
background-size: auto 240px; 
margin-bottom: 85px;
}  
.video,
.collection-card__body {
  border-radius: 20px;
  border-width: 1px;
  padding: 9px;
}
.collection__row {
  gap:4px;
}
.collection-card {
    width: calc((100% - 4px)/2);
}
.collection-card__pic {
  aspect-ratio: 1.254545454545455;
  border-radius: 12px;
  margin-bottom: 16px;
}
.collection-card__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.collection-card__name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
}
.collection-card__text {
    font-size: 12px;
    line-height: 14.4px;
    font-weight: 400;
}
.contact-form__row {
  display: block;
}
.contact-form__col:first-child {
  margin: 0 0 20px;
}
}

@media screen and (max-width: 550px) {
.about {  
background-position-x: -85px;  
}
}

@media screen and (max-width: 480px) {
.container {
  overflow-x: hidden;
}
.headline {
background-position: 0 100%;
} 
.headline__title {
margin-left: 0;
text-align: right;
}  
.about {
background-position-x: -135px;
} 
.collection {  
background-position-x: -45px; 
}
.footer {
background-position-x: -230px;
}
}
