.custom-jewelry-page#content {
  --content-padding-top: 95px;
  padding-top: var(--content-padding-top);
  padding-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page#content {
    --content-padding-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page#content {
    --content-padding-top: 35px;
  }
}

.custom-jewelry-page .main {
  overflow: hidden;
}

.custom-jewelry-page .main .list {
  --col-gap: 86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(var(--col-gap) / -2);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-jewelry-page .main .item {
  --item-h1-font-size: 48px;
  --item-text-font-size: 24px;
  --item-control-offset: 50px;
  --item-control-font-size: 20px;
  --item-control-padding: 20px 72px;
  --item-image-offset: 75px;
  padding-left: calc(var(--col-gap) / 2);
  padding-right: calc(var(--col-gap) / 2);
  width: 50%;
}

.custom-jewelry-page .main .item h1 {
  padding: 0;
  margin: 0 0 5px;
  font-weight: 400;
  font-size: var(--item-h1-font-size);
  line-height: 120%;
  text-transform: uppercase;
}

.custom-jewelry-page .main .item p {
  font-size: var(--item-text-font-size);
  line-height: 140%;
  max-width: 450px;
}

.custom-jewelry-page .main .item p:last-child {
  margin-bottom: 0;
}

.custom-jewelry-page .main .item-control {
  margin-top: var(--item-control-offset);
}

.custom-jewelry-page .main .item-control a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  font-size: var(--item-control-font-size);
  padding: var(--item-control-padding);
  color: #5F2C8A;
  border: 1px solid #5F2C8A;
  border-radius: 200px;
  line-height: 100%;
}

.custom-jewelry-page .main .item-control a:hover {
  background: #5F2C8A;
  color: #fff;
}

.custom-jewelry-page .main .item-control a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.custom-jewelry-page .main .item-control a span {
  color: currentColor;
}

.custom-jewelry-page .main .item-control a svg {
  -webkit-transition: -webkit-transform ease 275ms;
  transition: -webkit-transform ease 275ms;
  transition: transform ease 275ms;
  transition: transform ease 275ms, -webkit-transform ease 275ms;
}

.custom-jewelry-page .main .item-image.image-top {
  margin-bottom: var(--item-image-offset);
}

.custom-jewelry-page .main .item-image.image-bottom {
  margin-top: var(--item-image-offset);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-jewelry-page .main .list {
    --col-gap: 50px;
  }
  .custom-jewelry-page .main .item {
    --item-h1-font-size: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .main .list {
    --col-gap: 30px;
  }
  .custom-jewelry-page .main .item {
    --item-h1-font-size: 33px;
    --item-text-font-size: 16px;
    --item-control-offset: 20px;
    --item-control-font-size: 14px;
    --item-control-padding: 15px 32px 17px;
    --item-image-offset: 25px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .main .list {
    --col-gap: 15px;
  }
  .custom-jewelry-page .main .item {
    --item-h1-font-size: 28px;
    --item-text-font-size: 14px;
    --item-control-offset: 20px;
    --item-control-font-size: 14px;
    --item-control-padding: 15px 32px 17px;
    --item-image-offset: 25px;
    width: 100%;
    margin-bottom: var(--col-gap);
  }
  .custom-jewelry-page .main .item:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .custom-jewelry-page .main .item:last-child .item-image {
    margin: 0;
  }
  .custom-jewelry-page .main .item:last-child p {
    margin-bottom: var(--col-gap);
  }
}

.custom-jewelry-page .jewelries {
  --offset-top: 145px;
  --padding-inside: 130px 0 150px;
  margin-top: var(--offset-top);
  padding: var(--padding-inside);
  background: #F8F8F8;
}

.custom-jewelry-page .jewelries .title {
  --title-font-size: 48px;
  font-size: var(--title-font-size);
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.custom-jewelry-page .jewelries .text {
  --text-offset-top: 10px;
  --text-font-size: 24px;
  margin: var(--text-offset-top) auto 0;
  font-size: var(--text-font-size);
  line-height: 140%;
  max-width: 830px;
  text-align: center;
}

.custom-jewelry-page .jewelries .swiper {
  --swiper-offset-top: 55px;
  margin-top: var(--swiper-offset-top);
}

.custom-jewelry-page .jewelries .jewelry {
  --jewelry-photo-height: 455px;
  --jewelry-name-font-size: 20px;
  --jewelry-name-offset-top: 15px;
  --jewelry-photos-offset-top: 13px;
  --jewelry-photos-font-size: 16px;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photo a {
  display: block;
  text-decoration: none;
  border: 1px solid #CBCBCB;
  border-radius: 20px;
  overflow: hidden;
  height: var(--jewelry-photo-height);
  position: relative;
  background: #fff;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photo a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-name {
  margin-top: var(--jewelry-name-offset-top);
  font-size: var(--jewelry-name-font-size);
  line-height: 120%;
  font-style: italic;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos {
  margin-top: var(--jewelry-photos-offset-top);
  line-height: 0;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos > a {
  font-size: var(--jewelry-photos-font-size);
  color: #B9B2C0;
  text-decoration: none;
  font-weight: 700;
  line-height: 100%;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos > a:hover {
  color: #5F2C8A;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos > a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos > a svg {
  -webkit-transition: -webkit-transform ease 275ms;
  transition: -webkit-transform ease 275ms;
  transition: transform ease 275ms;
  transition: transform ease 275ms, -webkit-transform ease 275ms;
}

.custom-jewelry-page .jewelries .jewelry .jewelry-photos .jewelry-photos-list {
  display: none;
}

.custom-jewelry-page .jewelries .swiper-scrollbar {
  --swiper-scrollbar-offset-top: 50px;
  height: 4px;
  background: #D9D9D9;
  border-radius: 200px;
  margin-top: var(--swiper-scrollbar-offset-top);
  cursor: pointer;
}

.custom-jewelry-page .jewelries .swiper-scrollbar .swiper-scrollbar-drag {
  height: 8px;
  top: -2px;
  background: #AAA7AE;
  border-radius: 200px;
}

.custom-jewelry-page .jewelries .control {
  --control-offset: 60px;
  --control-font-size: 20px;
  --control-padding: 20px 60px 22px;
  margin-top: 60px;
  text-align: center;
}

.custom-jewelry-page .jewelries .control a {
  display: inline-block;
  background: #5F2C8A;
  border-radius: 200px;
  padding: var(--control-padding);
  font-size: var(--control-font-size);
  line-height: 100%;
  color: #fff;
  text-decoration: none;
}

.custom-jewelry-page .jewelries .control a:hover {
  opacity: .95;
}

.custom-jewelry-page .jewelries .control a:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.custom-jewelry-page .jewelries .control a svg {
  -webkit-transition: -webkit-transform ease 275ms;
  transition: -webkit-transform ease 275ms;
  transition: transform ease 275ms;
  transition: transform ease 275ms, -webkit-transform ease 275ms;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .jewelries {
    --offset-top: 50px;
    --padding-inside: 40px 0 60px;
  }
  .custom-jewelry-page .jewelries .title {
    --title-font-size: 32px;
  }
  .custom-jewelry-page .jewelries .text {
    --text-font-size: 14px;
    max-width: 390px;
  }
  .custom-jewelry-page .jewelries .swiper {
    --swiper-offset-top: 25px;
  }
  .custom-jewelry-page .jewelries .jewelry {
    --jewelry-photo-height: 310px;
    --jewelry-name-offset-top: 11px;
    --jewelry-name-font-size: 14px;
    --jewelry-photos-offset-top: 8px;
    --jewelry-photos-font-size: 14px;
  }
  .custom-jewelry-page .jewelries .swiper-scrollbar {
    --swiper-scrollbar-offset-top: 30px;
  }
  .custom-jewelry-page .jewelries .control {
    --control-offset: 35px;
    --control-font-size: 16px;
    --control-padding: 15px 35px 17px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .jewelries {
    --offset-top: 40px;
    --padding-inside: 30px 0 45px;
  }
  .custom-jewelry-page .jewelries .title {
    --title-font-size: 24px;
  }
  .custom-jewelry-page .jewelries .text {
    --text-font-size: 12px;
    max-width: 390px;
  }
  .custom-jewelry-page .jewelries .swiper {
    --swiper-offset-top: 15px;
  }
  .custom-jewelry-page .jewelries .jewelry {
    --jewelry-photo-height: 170px;
    --jewelry-name-offset-top: 7px;
    --jewelry-name-font-size: 12px;
    --jewelry-photos-offset-top: 8px;
    --jewelry-photos-font-size: 12px;
  }
  .custom-jewelry-page .jewelries .swiper-scrollbar {
    --swiper-scrollbar-offset-top: 25px;
  }
  .custom-jewelry-page .jewelries .control {
    --control-offset: 30px;
    --control-font-size: 14px;
    --control-padding: 15px 35px 17px;
  }
}

.custom-jewelry-page .stages {
  --offset-top: 120px;
  margin-top: var(--offset-top);
}

.custom-jewelry-page .stages .title {
  --title-font-size: 42px;
  font-size: var(--title-font-size);
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.custom-jewelry-page .stages .list {
  --list-offset-top: 75px;
  --item-icon-container-size: 120px;
  --item-1-icon-bg: #9B84AF;
  --item-2-icon-bg: #7F6794;
  --item-3-icon-bg: #6A4788;
  --item-4-icon-bg: #613586;
  margin: var(--list-offset-top) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom-jewelry-page .stages .item {
  --item-name-font-size: 22px;
  --item-name-offset: 8px;
}

.custom-jewelry-page .stages .item.item-1 {
  --item-icon-image-width: 53px;
  --item-icon-bg-color: var(--item-1-icon-bg);
}

.custom-jewelry-page .stages .item.item-2 {
  --item-icon-image-width: 75px;
  --item-icon-bg-color: var(--item-2-icon-bg);
}

.custom-jewelry-page .stages .item.item-3 {
  --item-icon-image-width: 50px;
  --item-icon-bg-color: var(--item-3-icon-bg);
}

.custom-jewelry-page .stages .item.item-4 {
  --item-icon-image-width: 51px;
  --item-icon-bg-color: var(--item-4-icon-bg);
}

.custom-jewelry-page .stages .item .item-icon {
  width: var(--item-icon-container-size);
  height: var(--item-icon-container-size);
  border-radius: 50%;
  background: var(--item-icon-bg-color, var(--item-4-icon-bg));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-jewelry-page .stages .item .item-icon img {
  width: var(--item-icon-image-width);
}

.custom-jewelry-page .stages .item-line {
  --item-line-size: 6px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: calc(var(--item-icon-container-size) / 2 - var(--item-line-size) / 2);
  height: var(--item-line-size);
  background: -webkit-gradient(linear, left top, right top, from(var(--item-line-gradient-from)), to(var(--item-line-gradient-to)));
  background: linear-gradient(90deg, var(--item-line-gradient-from) 0%, var(--item-line-gradient-to) 100%);
}

.custom-jewelry-page .stages .item-line.line-1 {
  --item-line-gradient-from: var(--item-1-icon-bg);
  --item-line-gradient-to: var(--item-2-icon-bg);
}

.custom-jewelry-page .stages .item-line.line-2 {
  --item-line-gradient-from: var(--item-2-icon-bg);
  --item-line-gradient-to: var(--item-3-icon-bg);
}

.custom-jewelry-page .stages .item-line.line-3 {
  --item-line-gradient-from: var(--item-3-icon-bg);
  --item-line-gradient-to: var(--item-4-icon-bg);
}

.custom-jewelry-page .stages .item-name {
  margin-top: var(--item-name-offset);
  text-align: center;
  font-size: var(--item-name-font-size);
  line-height: 120%;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .custom-jewelry-page .stages .list {
    max-width: 93%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .stages {
    --offset-top: 50px;
  }
  .custom-jewelry-page .stages .title {
    --title-font-size: 26px;
  }
  .custom-jewelry-page .stages .list {
    --list-offset-top: 40px;
    --item-icon-container-size: 80px;
  }
  .custom-jewelry-page .stages .item {
    --item-name-font-size: 16px;
    --item-icon-image-width: 10px;
    padding-bottom: calc(2em * 1.2 + var(--item-name-offset));
    position: relative;
  }
  .custom-jewelry-page .stages .item.item-1 {
    --item-icon-image-width: 36px;
  }
  .custom-jewelry-page .stages .item.item-2 {
    --item-icon-image-width: 51px;
  }
  .custom-jewelry-page .stages .item.item-3 {
    --item-icon-image-width: 34px;
  }
  .custom-jewelry-page .stages .item.item-4 {
    --item-icon-image-width: 34px;
  }
  .custom-jewelry-page .stages .item .item-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    height: calc(2em * 1.2);
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .stages {
    --offset-top: 50px;
  }
  .custom-jewelry-page .stages .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-jewelry-page .stages .title {
    --title-font-size: 24px;
  }
  .custom-jewelry-page .stages .list {
    --list-offset-top: 20px;
    --item-icon-container-size: 58px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .custom-jewelry-page .stages .item {
    --item-name-offset: 6px;
    --item-name-font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .custom-jewelry-page .stages .item.item-1 {
    --item-icon-image-width: 26px;
  }
  .custom-jewelry-page .stages .item.item-2 {
    --item-icon-image-width: 36px;
  }
  .custom-jewelry-page .stages .item.item-3 {
    --item-icon-image-width: 24px;
  }
  .custom-jewelry-page .stages .item.item-4 {
    --item-icon-image-width: 25px;
  }
  .custom-jewelry-page .stages .item .item-name {
    margin-top: 0;
    margin-left: var(--item-name-offset);
    text-align: left;
  }
  .custom-jewelry-page .stages .item-line {
    margin-top: -1px;
    height: 32px;
    width: var(--item-line-size);
    margin-left: calc(var(--item-icon-container-size) / 2 - var(--item-line-size) / 2);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--item-line-gradient-from)), to(var(--item-line-gradient-to)));
    background: linear-gradient(180deg, var(--item-line-gradient-from) 0%, var(--item-line-gradient-to) 100%);
  }
}

.custom-jewelry-page .stages-details {
  --offset-top: 140px;
  margin-top: var(--offset-top);
}

.custom-jewelry-page .stages-details .title {
  --title-font-size: 42px;
  font-size: var(--title-font-size);
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
}

.custom-jewelry-page .stages-details .list {
  --list-offset-top: 40px;
  margin-top: var(--list-offset-top);
}

.custom-jewelry-page .stages-details .item {
  --item-title-font-size: 46px;
  --item-text-font-size: 20px;
  --item-text-offset: 13px;
  --item-offset: 45px;
  --item-single-offset: 100px;
  --item-single-line-height: 150px;
  margin-top: var(--item-offset);
}

.custom-jewelry-page .stages-details .item.single {
  --item-offset: var(--item-single-offset);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-bottom: var(--item-single-line-height);
  position: relative;
}

.custom-jewelry-page .stages-details .item.single::after {
  content: ' ';
  position: absolute;
  width: 1px;
  height: calc(var(--item-single-line-height) * .77);
  background: #ddd;
  bottom: 0;
  left: 50%;
}

.custom-jewelry-page .stages-details .item.single .item-text {
  margin-left: auto;
  margin-right: auto;
}

.custom-jewelry-page .stages-details .item:first-child {
  margin-top: 0;
}

.custom-jewelry-page .stages-details .item .item-title {
  font-size: var(--item-title-font-size);
  line-height: 110%;
  font-style: italic;
  color: #5F2C8A;
}

.custom-jewelry-page .stages-details .item .item-text {
  margin-top: var(--item-text-offset);
  font-size: var(--item-text-font-size);
  line-height: 140%;
  max-width: 390px;
}

.custom-jewelry-page .stages-details .item .item-text p, .custom-jewelry-page .stages-details .item .item-text ul {
  margin: 0 0 20px;
}

.custom-jewelry-page .stages-details .item .item-text p:last-child, .custom-jewelry-page .stages-details .item .item-text ul:last-child {
  margin: 0;
}

.custom-jewelry-page .stages-details .item .item-text ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 992px) {
  .custom-jewelry-page .stages-details .list {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .custom-jewelry-page .stages-details .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-jewelry-page .stages-details .item .item-info {
    width: 47%;
  }
  .custom-jewelry-page .stages-details .item .item-image {
    width: 47%;
  }
  .custom-jewelry-page .stages-details .item.image-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .stages-details {
    --offset-top: 50px;
  }
  .custom-jewelry-page .stages-details .title {
    --title-font-size: 32px;
  }
  .custom-jewelry-page .stages-details .list {
    --list-offset-top: 25px;
  }
  .custom-jewelry-page .stages-details .item {
    --item-title-font-size: 28px;
    --item-text-font-size: 16px;
    --item-single-offset: 80px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .stages-details {
    --offset-top: 50px;
  }
  .custom-jewelry-page .stages-details .container {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-jewelry-page .stages-details .title {
    --title-font-size: 24px;
    text-align: left;
  }
  .custom-jewelry-page .stages-details .list {
    --list-offset-top: 15px;
  }
  .custom-jewelry-page .stages-details .item {
    --item-offset: 40px;
    --item-single-offset: 50px;
    --item-title-font-size: 22px;
    --item-text-font-size: 14px;
    --item-text-offset: 8px;
    --item-single-line-height: 150px;
  }
  .custom-jewelry-page .stages-details .item.single {
    text-align: left;
    padding-bottom: 0;
  }
  .custom-jewelry-page .stages-details .item.single::after {
    display: none;
  }
  .custom-jewelry-page .stages-details .item .item-text {
    max-width: 290px;
  }
  .custom-jewelry-page .stages-details .item .item-text p, .custom-jewelry-page .stages-details .item .item-text ul {
    margin-bottom: 10px;
  }
  .custom-jewelry-page .stages-details .item .item-image {
    margin-top: 20px;
    max-width: 250px;
  }
}

.custom-jewelry-page .order-form {
  margin-top: 45px;
}

.custom-jewelry-page .order-form .in {
  max-width: 510px;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 42px 0 rgba(0, 0, 0, 0.1);
  padding: 80px 85px 85px;
  border-radius: 20px;
  background: #fff;
}

.custom-jewelry-page .order-form .title {
  text-align: center;
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
}

.custom-jewelry-page .order-form .form-message .message-title {
  font-size: 32px;
  line-height: 120%;
  text-transform: uppercase;
  color: #22063A;
}

.custom-jewelry-page .order-form .form-message .message-text {
  margin-top: 15px;
}

.custom-jewelry-page .order-form form {
  margin-top: 20px;
}

.custom-jewelry-page .order-form form .form-group-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0;
}

.custom-jewelry-page .order-form form .form-group-image .help-block {
  display: none;
}

.custom-jewelry-page .order-form form .form-group-image.has-error .control-label span {
  color: #E75A5A;
}

.custom-jewelry-page .order-form form .form-group-image .input {
  position: relative;
  width: 62px;
  height: 62px;
  background: url("../../img/icons/image-input.svg") no-repeat center/contain;
  overflow: hidden;
}

.custom-jewelry-page .order-form form .form-group-image .input .input-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-jewelry-page .order-form form .form-group-image .input .input-preview.has-value {
  background-color: #fff;
}

.custom-jewelry-page .order-form form .form-group-image .input .input-preview.has-value.file {
  background-image: url("../img/icons/pdf-file.svg");
  background-size: contain;
}

.custom-jewelry-page .order-form form .form-group-image .input input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}

.custom-jewelry-page .order-form form .form-group-image .control-label {
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 14px;
  line-height: 1.4em;
  cursor: pointer;
}

.custom-jewelry-page .order-form form .form-group-image .control-label span {
  border-bottom: 1px solid #E8E4EA;
  color: #787679;
  -webkit-transition: all ease 200ms;
  transition: all ease 200ms;
}

.custom-jewelry-page .order-form form button {
  margin-top: 35px;
}

.custom-jewelry-page .order-form form .button-hint {
  margin-top: 7px;
  text-align: center;
  font-size: 16px;
  line-height: normal;
}

.custom-jewelry-page .order-form form .button-hint a {
  color: currentColor;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .order-form .title {
    font-size: 28px;
  }
  .custom-jewelry-page .order-form .in {
    max-width: 420px;
    padding: 55px 60px 70px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .order-form {
    margin-top: 40px;
  }
  .custom-jewelry-page .order-form .title {
    font-size: 24px;
  }
  .custom-jewelry-page .order-form .in {
    padding: 40px 40px 55px;
  }
}

@media (max-width: 575.98px) {
  .custom-jewelry-page .order-form {
    z-index: 12;
    position: relative;
  }
  .custom-jewelry-page .order-form .title {
    font-size: 22px;
  }
  .custom-jewelry-page .order-form .in {
    margin-left: -20px;
    margin-right: -20px;
    padding: 40px 20px 55px;
    max-width: none;
  }
}

.custom-jewelry-page .faq {
  --offset-top: 105px;
  --padding-inside: 90px 0 130px;
  --content-max-width: 480px;
  margin-top: var(--offset-top);
  padding: var(--padding-inside);
  background: #F8F8F8;
  color: #6D6073;
}

.custom-jewelry-page .faq .title {
  --title-font-size: 50px;
  font-size: var(--title-font-size);
  max-width: var(--content-max-width);
  margin-left: auto;
  margin-right: auto;
  line-height: 120%;
  text-transform: uppercase;
  text-align: left;
}

.custom-jewelry-page .faq .list {
  --list-offset-top: 35px;
  max-width: var(--content-max-width);
  margin: var(--list-offset-top) auto 0;
}

.custom-jewelry-page .faq .item {
  --item-offset-top: 23px;
  --item-question-font-size: 20px;
  --item-answer-font-size: 16px;
}

.custom-jewelry-page .faq .item:not(:first-child) {
  margin-top: var(--item-offset-top);
  padding-top: var(--item-offset-top);
  border-top: 1px solid #C4B8CF;
}

.custom-jewelry-page .faq .item-question {
  font-weight: 700;
  font-size: var(--item-question-font-size);
  line-height: 140%;
}

.custom-jewelry-page .faq .item-answer {
  margin-top: 6px;
  font-size: var(--item-answer-font-size);
  line-height: 140%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-jewelry-page .faq {
    --offset-top: 50px;
    --padding-inside: 50px 0 70px;
    --content-max-width: 410px;
  }
  .custom-jewelry-page .faq .title {
    --title-font-size: 28px;
  }
  .custom-jewelry-page .faq .list {
    --list-offset-top: 15px;
  }
  .custom-jewelry-page .faq .item {
    --item-question-font-size: 16px;
    --item-answer-font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .custom-jewelry-page .faq {
    --offset-top: -20px;
    --padding-inside: 70px 0 50px;
    --content-max-width: 410px;
    position: relative;
    z-index: 1;
  }
  .custom-jewelry-page .faq .title {
    --title-font-size: 28px;
  }
  .custom-jewelry-page .faq .list {
    --list-offset-top: 15px;
  }
  .custom-jewelry-page .faq .item {
    --item-question-font-size: 16px;
    --item-answer-font-size: 14px;
  }
}
