/* line 1, 8-jewelry.scss */
.text-center {
  text-align: center; }

/* line 4, 8-jewelry.scss */
.full-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  font-family: 'Optima Cyr';
  padding: 40px 0; }

@media (max-width: 799px) {
  /* line 13, 8-jewelry.scss */
  .first-section {
    border-bottom: 1px solid #ff432d;
    border-top: 1px solid #ff432d; }

  /* line 17, 8-jewelry.scss */
  .four-section, .seven-section {
    border-bottom: 1px solid #ff432d; } }
/* line 21, 8-jewelry.scss */
.first-section {
  background: url("https://static.insales-cdn.com/files/1/5173/30479413/original/A4_-_12.png") no-repeat center;
  background-size: cover; }
  /* line 24, 8-jewelry.scss */
  .first-section .full-landing-title {
    font-size: 61px;
    line-height: 1;
    margin: 38px 0 6px; }
  /* line 29, 8-jewelry.scss */
  .first-section .full-landing-subtitle {
    font-size: 27px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em; }
    /* line 34, 8-jewelry.scss */
    .first-section .full-landing-subtitle:after {
      content: '';
      display: block;
      width: 2px;
      height: 190px;
      margin: 29px auto 25px;
      background: #ff432d; }
      @media (max-width: 767px) {
        /* line 34, 8-jewelry.scss */
        .first-section .full-landing-subtitle:after {
          height: 100px; } }
  /* line 46, 8-jewelry.scss */
  .first-section .full-landing-text {
    font-family: 'Circe';
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase; }

/* line 54, 8-jewelry.scss */
.two-section {
  background: url("https://static.insales-cdn.com/files/1/4608/30478848/original/2.png") no-repeat center;
  background-size: cover; }
  /* line 57, 8-jewelry.scss */
  .two-section .two-section-text {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 15px; }

/* line 63, 8-jewelry.scss */
.section-landing-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em; }

/* line 69, 8-jewelry.scss */
.section-landing-text {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  color: black;
  margin-top: 60px; }

/* line 78, 8-jewelry.scss */
.three-section {
  background: url("https://static.insales-cdn.com/files/1/2065/30476305/original/mob__3_.png") no-repeat center;
  background-size: cover; }

/* line 82, 8-jewelry.scss */
.dark-section {
  color: #fff; }
  /* line 84, 8-jewelry.scss */
  .dark-section .section-landind-number, .dark-section .section-landing-title, .dark-section .section-landing-text,
  .dark-section .products-landing-title, .dark-section .products-landing-text, .dark-section .product-landing-brand,
  .dark-section .product-landing-title {
    color: #fff; }
  /* line 89, 8-jewelry.scss */
  .dark-section .product-landing-img {
    border-color: rgba(255, 67, 45, 0); }
  /* line 92, 8-jewelry.scss */
  .dark-section .product-landing-img {
    margin-bottom: 15px; }
  /* line 95, 8-jewelry.scss */
  .dark-section .product-landing-button {
    background: #EEE9E5;
    color: #E67CAF; }

/* line 100, 8-jewelry.scss */
.section-landind-number {
  font-size: 121px;
  font-weight: 400;
  line-height: 124px;
  letter-spacing: 0em;
  color: #ff432d;
  margin-bottom: 10px; }

/* line 108, 8-jewelry.scss */
.products-landing-title {
  color: #FF432D;
  font-size: 46px;
  text-transform: uppercase; }

/* line 113, 8-jewelry.scss */
.products-landing-text {
  color: #000;
  font-size: 21px;
  line-height: 25px;
  margin-top: 45px; }

/* line 119, 8-jewelry.scss */
.full-section-text {
  margin-bottom: 30px; }

/* line 122, 8-jewelry.scss */
.landing-products {
  display: flex;
  gap: 28px; }
  @media (max-width: 767px) {
    /* line 122, 8-jewelry.scss */
    .landing-products {
      gap: 15px; } }

/* line 129, 8-jewelry.scss */
.product-landing {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

/* line 135, 8-jewelry.scss */
.product-landing-img {
  padding: 10px;
  border-radius: 22px;
  border: 2px solid #FF432D;
  margin-bottom: 30px; }
  @media (max-width: 799px) {
    /* line 135, 8-jewelry.scss */
    .product-landing-img {
      border: 1px solid #FF432D; } }
  /* line 143, 8-jewelry.scss */
  .product-landing-img a {
    display: block;
    position: relative;
    padding-top: 100%; }
    /* line 147, 8-jewelry.scss */
    .product-landing-img a img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 22px;
      object-fit: cover; }

/* line 159, 8-jewelry.scss */
.products-section .full-section-inner {
  width: 100%;
  max-width: 475px;
  padding: 0 15px;
  margin: 0 auto; }

/* line 166, 8-jewelry.scss */
.product-landing-brand {
  color: #FF432D;
  font-size: 21.8px;
  text-transform: uppercase; }

/* line 171, 8-jewelry.scss */
.product-landing-title {
  color: #FF432D;
  text-align: center;
  font-size: 11px;
  line-height: 13.2px;
  margin-bottom: 20px; }

/* line 178, 8-jewelry.scss */
.product-landing-bottom {
  text-align: center;
  padding: 0 16px; }

/* line 182, 8-jewelry.scss */
.product-landing-button {
  border: 0;
  outline: none !important;
  width: 100%;
  height: 30px;
  border-radius: 50px;
  background: #E67CAF;
  color: #EEE9E5;
  text-align: center;
  font-size: 13.8px;
  font-family: 'Circe';
  font-weight: 700;
  line-height: 13.2px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  cursor: pointer; }

/* line 202, 8-jewelry.scss */
.four-section {
  background: url("https://static.insales-cdn.com/files/1/2067/30476307/original/mob__4_.png") no-repeat center;
  background-size: cover; }

/* line 206, 8-jewelry.scss */
.five-section {
  background: url("https://static.insales-cdn.com/files/1/2070/30476310/original/mob__5_.png") no-repeat center;
  background-size: cover; }

/* line 210, 8-jewelry.scss */
.six-section {
  background: url("https://static.insales-cdn.com/files/1/6994/30481234/original/6.png") no-repeat center #FF432D;
  background-size: cover; }

/* line 214, 8-jewelry.scss */
.seven-section {
  background: url("https://static.insales-cdn.com/files/1/2075/30476315/original/mob__7_.png") no-repeat center;
  background-size: cover; }

/* line 218, 8-jewelry.scss */
.eight-section {
  background: url("https://static.insales-cdn.com/files/1/2077/30476317/original/mob__8_.png") no-repeat center;
  background-size: cover; }

/* line 222, 8-jewelry.scss */
.nine-section {
  background: url("https://static.insales-cdn.com/files/1/6977/30481217/original/9.png") no-repeat center;
  background-size: cover; }

/* line 226, 8-jewelry.scss */
.ten-section {
  background: url("https://static.insales-cdn.com/files/1/2083/30476323/original/mob__10_.png") no-repeat center;
  background-size: cover; }

@media (min-width: 800px) {
  /* line 232, 8-jewelry.scss */
  .full-section .container, .full-section .wrap {
    max-width: 1345px; }

  /* line 236, 8-jewelry.scss */
  .first-section {
    background: url("https://static.insales-cdn.com/files/1/5071/30446543/original/8-1.png") no-repeat center;
    background-size: contain;
    border-bottom: 2px solid #ff432d;
    padding: 140px 0 130px; }
    /* line 242, 8-jewelry.scss */
    .first-section .brand-logo {
      display: none; }
    /* line 245, 8-jewelry.scss */
    .first-section .full-landing-title {
      font-size: 100px;
      line-height: 1;
      margin: 0 0 8px; }
    /* line 250, 8-jewelry.scss */
    .first-section .full-landing-subtitle {
      font-size: 42px; }
      /* line 252, 8-jewelry.scss */
      .first-section .full-landing-subtitle:after {
        height: 150px;
        margin: 24px auto; }
    /* line 257, 8-jewelry.scss */
    .first-section .full-landing-text {
      font-size: 24px; }

  /* line 261, 8-jewelry.scss */
  .full-section-inner {
    width: 100% !important;
    max-width: 100% !important; }

  /* line 265, 8-jewelry.scss */
  .two-section {
    background: url("https://static.insales-cdn.com/files/1/563/30114355/original/Group_66.png") no-repeat center;
    background-size: 1315px;
    padding: 174px 0; }
    /* line 269, 8-jewelry.scss */
    .two-section .two-section-text {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 0;
      display: flex;
      justify-content: space-between; }
    /* line 276, 8-jewelry.scss */
    .two-section .section-landing-title {
      text-align: center;
      text-transform: uppercase;
      max-width: 537px;
      font-size: 66px;
      line-height: 1; }
      /* line 282, 8-jewelry.scss */
      .two-section .section-landing-title span {
        display: block; }
    /* line 286, 8-jewelry.scss */
    .two-section .section-landing-text {
      margin: 0;
      text-align: left;
      max-width: 550px; }

  /* line 292, 8-jewelry.scss */
  .section-landind-number .full-section-inner {
    font-size: 140px;
    line-height: 1;
    margin: 0 0; }

  /* line 297, 8-jewelry.scss */
  .products-landing-text {
    margin-top: 40px; }

  /* line 300, 8-jewelry.scss */
  .full-section-text {
    margin-bottom: 0;
    max-width: 415px; }

  /* line 304, 8-jewelry.scss */
  .products-section {
    padding: 90px 0 100px; }

  /* line 307, 8-jewelry.scss */
  .products-section .full-section-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0; }

  /* line 314, 8-jewelry.scss */
  .full-section {
    min-height: initial; }

  /* line 317, 8-jewelry.scss */
  .product-landing {
    width: 291px; }

  /* line 320, 8-jewelry.scss */
  .product-landing-brand {
    font-size: 30px;
    margin-bottom: 16px; }

  /* line 324, 8-jewelry.scss */
  .product-landing-title {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: normal; }

  /* line 329, 8-jewelry.scss */
  .product-landing-button {
    height: 40px;
    font-size: 21px;
    line-height: 1;
    max-width: 242px;
    width: 100%;
    margin: 0 auto; }

  /* line 337, 8-jewelry.scss */
  .three-section {
    background: url("https://static.insales-cdn.com/files/1/1169/30114961/original/Group_68.png") no-repeat center #E67CAF;
    background-size: contain;
    margin-top: -2px; }

  /* line 343, 8-jewelry.scss */
  .four-section .full-section-inner, .six-section .full-section-inner, .eight-section .full-section-inner, .ten-section .full-section-inner {
    flex-direction: row-reverse; }
    /* line 345, 8-jewelry.scss */
    .four-section .full-section-inner .full-section-text, .six-section .full-section-inner .full-section-text, .eight-section .full-section-inner .full-section-text, .ten-section .full-section-inner .full-section-text {
      max-width: 450px !important;
      width: 100% !important;
      min-width: initial !important; }

  /* line 354, 8-jewelry.scss */
  .products-section .full-section-inner .full-section-text {
    max-width: 450px !important;
    width: 100% !important;
    min-width: initial !important; }

  /* line 361, 8-jewelry.scss */
  .four-section {
    background: url("https://static.insales-cdn.com/files/1/5160/30118952/original/Group_69.png") no-repeat center top;
    background-size: contain;
    padding: 0 0; }
    /* line 365, 8-jewelry.scss */
    .four-section .full-section-inner {
      padding-top: 90px;
      padding-bottom: 100px;
      border-bottom: 2px solid #ff432d; }

  /* line 371, 8-jewelry.scss */
  .five-section {
    background: url("https://static.insales-cdn.com/files/1/5321/30119113/original/Group_70.png") no-repeat center top;
    background-size: contain; }

  /* line 375, 8-jewelry.scss */
  .six-section {
    background: #FF432D;
    background-size: 1456px; }
    /* line 379, 8-jewelry.scss */
    .six-section .landing-products {
      width: 100%;
      max-width: 600px; }
    /* line 383, 8-jewelry.scss */
    .six-section .full-section-text {
      max-width: 535px; }

  /* line 387, 8-jewelry.scss */
  .seven-section {
    background: url("https://static.insales-cdn.com/files/1/5924/30119716/original/Group_73.png") no-repeat 46% 45px;
    background: none;
    padding: 0 0; }
    /* line 391, 8-jewelry.scss */
    .seven-section .full-section-inner {
      padding-top: 90px;
      padding-bottom: 100px;
      border-bottom: 2px solid #ff432d; }
      /* line 395, 8-jewelry.scss */
      .seven-section .full-section-inner .landing-products {
        position: relative; }
        /* line 397, 8-jewelry.scss */
        .seven-section .full-section-inner .landing-products:after {
          content: '';
          display: block;
          position: absolute;
          width: 885px;
          height: 630px;
          background: url("https://static.insales-cdn.com/files/1/5924/30119716/original/Group_73.png") no-repeat;
          bottom: -100px;
          right: 285px; }
      /* line 408, 8-jewelry.scss */
      .seven-section .full-section-inner .three-section-text,
      .seven-section .full-section-inner .product-landing {
        position: relative;
        z-index: 2; }

  /* line 415, 8-jewelry.scss */
  .eight-section {
    background: none; }

  /* line 419, 8-jewelry.scss */
  .nine-section {
    background: url("https://static.insales-cdn.com/files/1/8081/30121873/original/Group_75.png") no-repeat center bottom #E67CAF;
    background-size: contain; }
    /* line 422, 8-jewelry.scss */
    .nine-section .full-section-text {
      max-width: 550px; }

  /* line 426, 8-jewelry.scss */
  .ten-section {
    background: url("https://static.insales-cdn.com/files/1/33/30122017/original/Group_76.png") no-repeat 90% top;
    background: none;
    overflow: hidden; }
    /* line 430, 8-jewelry.scss */
    .ten-section .landing-products {
      position: relative; }
      /* line 432, 8-jewelry.scss */
      .ten-section .landing-products:after {
        content: '';
        display: block;
        position: absolute;
        width: 980px;
        height: 601px;
        background: url("https://static.insales-cdn.com/files/1/4356/30462212/original/8-8.png") no-repeat;
        background-size: contain;
        top: -90px;
        left: 278px; }
      /* line 443, 8-jewelry.scss */
      .ten-section .landing-products .three-section-text,
      .ten-section .landing-products .product-landing {
        position: relative;
        z-index: 2; } }
