/*
.logo-center img {
    width: 310px;
    height: 350px;
    object-fit: cover;
}

.section__second .content-in .preview img {
    width: 219px;
    height: 167px;
    object-fit: cover;
}

.section__third .content-in .preview img {
    width: 245px;
    height: 238px;
    object-fit: cover;
}

.lucent-preview img {
    width: 135px;
    height: 138px;
}

.intense-preview-item img,
.rare-preview-item img {
    width: 170px;
    height: 170px;
}

.rare-preview-item img {
    margin: -50px 0 0 -2px;
}

.rare-preview-item .big-img {
    width: auto;
    height: auto;
}

.valuable-preview img {
    width: 400px;
    height: 250px;
}

.lucent-preview-item--center img {
    width: 310px !important;
    height: 220px !important;
    object-fit: cover !important;
    top: -32px;
}

.lucent-preview .diamond-light-effect {
    width: 310px !important;
    height: 220px !important;
    object-fit: cover !important;
    top: -32px;
}

.logo-center_about img {
    width: auto;
    height: auto;
}

.rare-preview-item span {
    display: block;
    margin-bottom: 45px;
}

#screen10 .preview img {
    width: 1600px;
    height: 1080px;
}
*/

.fancybox-bg {
  background: #050e32;
}

.in-touch .fancybox-close-small {
  display: none;
}

.in-touch {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: relative;
  overflow: hidden !important;
  padding: 80px !important;
}

/*
.in-touch:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 443px;
    height: 311px;
    background: url(../images/pp-before.svg) no-repeat right bottom;
    left: -79px;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    top: -86px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.in-touch.ready:before {
    -webkit-transform: rotate(-26deg);
    -ms-transform: rotate(-26deg);
    transform: rotate(-26deg);
}

.in-touch:after {
    content: '';
    position: absolute;
    pointer-events: none;
    width: 489px;
    height: 454px;
    background: url(../images/pp-after.svg) no-repeat right bottom / contain;
    right: -233px;
    -webkit-transform: rotate(-149deg);
    -ms-transform: rotate(-149deg);
    transform: rotate(-149deg);
    bottom: -199px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.in-touch.ready:after {
    -webkit-transform: rotate(-249deg);
    -ms-transform: rotate(-249deg);
    transform: rotate(-249deg);
}
*/

.in-touch__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.in-touch__required {
  font-weight: 400;
  color: #ba873c;
  font-size: 16px;
}

.in-touch__close {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #e6e9f0;
  border-radius: 35px;
  padding: 9px 26px;
  color: #000;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

.in-touch__title {
  margin: -44px 0 40px;
}

.in-touch__logo {
  margin: 0 auto 40px;
  width: 47px;
  height: 47px;
}

.in-touch__h {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ba873c;
  font-weight: 100;
}

.in-touch__form {
  margin: 0 auto;
  max-width: 545px;
  width: 100%;
}

.form__required {
  position: absolute;
  right: 24px;
  top: 50%;
  font-size: 16px;
  line-height: 1;
  color: #ba873c;
  font-weight: 300;
  margin-top: -6px;
}

.in-touch .form__input {
  background: #f2f3f5;
  border-radius: 35px;
  border: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #020205;
  font-family: "AvenirNextCyr";
  font-weight: 300;
  padding: 10px 28px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent;
}

.in-touch .form__input.error {
  border-color: red;
}

.lucent-preview-item--center {
  position: relative;
  z-index: 11;
}

.in-touch__succes {
  display: none;
  text-align: center;
}

.form__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__inline .form__field {
  width: 48%;
}

.form__input.form__textarea {
  height: 150px;
  border-radius: 5px;
  resize: none;
}

.in-touch .form__select {
  cursor: pointer;
  background: #f2f3f5 url(../images/down.svg) no-repeat calc(100% - 20px) / 14px
    9px;
}

.form__checkbox {
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}

.form__checkbox input {
  display: none;
}

.form__checkbox span {
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  padding: 0 0 0 40px;
}

.form__checkbox input.error + span {
  color: red;
}

.form__checkbox input.error + span a {
  color: red;
}

.form__checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 3px;
  background: #f2f3f5;
  width: 22px;
  height: 22px;
  margin-top: -11px;
}

.form__checkbox span:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url(../images/done.svg) no-repeat center / 11px 9px;
  left: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
}

.form__checkbox input:checked + span:after {
  opacity: 1;
  visibility: visible;
}

.form__checkbox input:checked + span:before {
  background-color: #ba873c;
}

.form__control {
  text-align: center;
}

#screen5 img.aos-init.to-animate {
  width: 1600px;
  height: 1080px;
}

.block-img-1:hover + img,
.block-img-2:hover + img,
.block-img-3:hover + img,
.block-img-4:hover + img,
.block-img-5:hover + img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.block-img-1:hover + img + .img-hoverable,
.block-img-4:hover + img + .img-hoverable,
.block-img-5:hover + img + .img-hoverable {
  opacity: 1 !important;
}

.block-img-1:hover + .img,
.block-img-4:hover + .img,
.block-img-5:hover + .img {
  opacity: 0 !important;
}

.img-hoverable {
  opacity: 0 !important;
}

.block-img-1 {
  left: calc(50vw - 39%);
  top: 48%;
  width: 210px;
  height: 230px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}

.block-img-2 {
  left: calc(50vw - 36%);
  top: 88%;
  width: 70px;
  height: 70px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.block-img-3 {
  width: 100px;
  height: 90px;
  top: 67%;
  left: calc(50vw - -40%);
}

.block-img-4 {
  width: 200px;
  height: 140px;
  top: 84%;
  right: 163px;
}

.block-img-5 {
  width: 150px;
  height: 110px;
  top: 63%;
  left: calc(50vw - -38%);
}

#screen4 .bg-wrap {
  top: 0;
  bottom: inherit;
}

.bg-wrap {
  bottom: 0;
}
.no-scroll {
  overflow: hidden;
}
.fixed-popup {
  height: 100%;
  width: 100%;
  background: white;
  position: fixed;
  z-index: 200;
  overflow: auto;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 26px 27px 130px;
  display: none;
  padding-bottom: 57px;
}

.fixed-popup::-webkit-scrollbar-thumb {
  background-color: #b9873c;
}

.fixed-popup::-webkit-resizer {
  width: 4px;
  height: 0px;
}

.fixed-popup::-webkit-scrollbar {
  width: 6px;
}

.fixed-popup__header-img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  padding-left: 97.06px;
}

.fixed-popup-header__img {
  -ms-flex-item-align: center;
  align-self: center;
  margin: 0 auto;
  z-index: 30;
  width: 31px;
}

.fixed-popup-header__close {
  justify-self: flex-end;
  font-size: 13px;
  letter-spacing: 5px;
  display: none;
}

.btn.btn-color.fixed-popup-header__close {
  background-color: #e6e9f0;
  color: #020205 !important;
  z-index: 30;
}

.fixed-popup-header__close_rounded {
  border-radius: 50%;
  width: 40px;
  padding: 0;
  text-align: center;
  width: 46px;
  letter-spacing: 0;
  margin-right: 0;
  margin-left: auto;
  height: 46px;
  line-height: 46px;
  margin-left: 0;
}

.fixed-popup__block_first-img {
  max-width: 752px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 38px;
}

.fixed-popup__block_first-img img {
  max-width: 100%;
}

.fixed-popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fixed-popup__video-title {
  text-transform: uppercase;
  text-align: center;
  color: #ba873c;
  font-size: 29px;
  margin-bottom: 22px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  /* order: 2; */
  font-size: 40px;
}

.fixed-popup__video-subtitle {
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
  text-align: center;
  color: #ba873c;
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "DietDidotTitleBoldItalic", sans-serif;
  font-style: italic;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  /* order: 3; */
  font-size: 20px;
  letter-spacing: 0px;
}

.fixed-popup__video {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  overflow: hidden;
  height: 0;
  margin-bottom: 33px;
}

.fixed-popup__video iframe,
.fixed-popup__video object,
.fixed-popup__video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-hoder {
  max-width: 732px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.fixed-popup__text {
  max-width: 725px;
  width: 100%;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto;
  font-weight: 400;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.fixed-popup-header__close_mobile {
  display: block;
  margin: 0 auto;
  width: 102.39px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.fixed-popup__image-holder {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 41px;
  position: relative;
}

.fixed-popup__image {
  max-width: 100%;
}

.fixed-popup__text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fixed-popup__text-col {
  max-width: 362px;
}

.fixed-popup__text-col:first-child {
  padding-right: 15px;
  margin-bottom: 30px;
}

.fixed-popup__text-title {
  text-align: center;
  font-size: 20px;
  color: #ba873c;
  margin-bottom: 20px;
}

.fixed-popup__text-content {
  font-size: 14px;
  line-height: 25px;
  /* padding: 0 30px 0 0; */
  color: #000000;
}

.fixed-popup__text p {
  margin-bottom: 21px;
}

.bar-figure {
  position: absolute;
  top: 83px;
  display: none;
}

.bar-figure_left {
  left: -27px;
}

.bar-figure_right {
  right: -27px;
}

.fixed-popup_rare .fixed-popup__text {
  max-width: 780px;
}

.fixed-popup__image-text_hidden {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #07081c;
  margin-top: 8px;
  line-height: 13px;
}

.text-in.wow.fadeInUp {
  z-index: 10000000;
}

.player .vp-controls {
}

@media screen and (max-width: 900px) {  .fixed-popup-header__close_rounded {
    width: 35px;
    letter-spacing: 0;
    margin-right: 0;
    margin-left: auto;
    height: 35px;
    line-height: 35px;
    margin-left: 0;
  }
  .fixed-popup__header-img-holder {
    margin-bottom: 0;
    padding-left: 35px;
  }
  .bar-figure {
    display: block;
  }
  .fixed-popup__row .btn.btn-color.fixed-popup-header__close {
    margin-top: 40px;
    font-size: 8px;
    text-align: center;
    width: 95.39px;
    padding: 0 -24px;
  }
  .fixed-popup__video {
    margin-bottom: 33px;
  }
  .fixed-popup__block_first-img {
    margin-top: -29px;
  }
  .fixed-popup_rare .fixed-popup__text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fixed-popup__text-title {
    font-size: 28px;
  }
  .fixed-popup__image-text_hidden {
    display: block;
  }
}

@media screen and (max-width: 900px) {  .bar-figure {
    top: 55px;
  }
}

/*
@media screen and (max-width: 900px) {            left: 11%;
    left: calc(50vw - 37%);
    height: 240px;
  }

  .block-img-2 {
    left: calc(50vw - 30%);
    top: 95%;
  }

  .block-img-4 {
    width: 200px;
    height: 140px;
    top: 84%;
    right: 163px;
  }

  .block-img-5 {
    width: 150px;
    height: 110px;
    top: 63%;
    left: calc(50vw - -38%);
  }

  .block-img-3 {

    top: 70%;
    left: calc(50vw - -40%);
  }
}
@media screen and (max-width: 900px) {    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px 45px !important;
    overflow-y: scroll!important;
  }
  .form__input.form__textarea {
    height: 130px;
  }
}
*/

@media screen and (max-width: 900px) {  .form__inline .form__field {
    width: 100%;
  }
  .in-touch {
    padding: 30px !important;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    overflow: auto !important;
  }
  .in-touch__h {
    font-size: 20px;
  }
  .in-touch__close {
    position: relative;
    top: -18px;
    right: -15px;
    font-size: 10px;
    padding: 8px 26px;
  }
  .in-touch__required {
    white-space: nowrap;
    left: -10px;
    top: -20px;
    position: relative;
  }
  .in-touch__title {
    margin-top: 0;
  }
  .in-touch__logo {
    margin-bottom: 30px;
  }
  .in-touch .form__input:focus {
    border-color: #d9be95;
  }
  .form__checkbox span a {
    color: #020205 !important;
  }
  .form__checkbox .required-checkbox.error + span a {
    color: red !important;
  }
  .lucent-preview-item.lucent-preview-item--center {
    position: absolute;
    left: -5px;
  }
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 14px !important;
  height: 9px !important;
  border: none !important;
  margin: 0 !important;
  background-image: url(../images/down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -14px !important;
  top: calc(50% - 4.5px) !important;
}

.select2-container--open .selection .select2-selection--single {
  border: 1px solid #d9be95 !important;
  background-color: #fff !important;
}

.select2-container {
  width: 410px !important;
}

.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single {
  background: #f2f3f5 !important;
  border-radius: 35px !important;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #020205;
  font-family: "AvenirNextCyr";
  font-weight: 300;
  padding: 6px 28px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid transparent !important;
  height: auto !important;
}

.select2-search--dropdown {
  display: none !important;
}

.form__field {
  margin: 0 auto 20px;
  position: relative;
  max-width: 410px;
}

.select2-dropdown {
  border: 1px solid #d9be95 !important;
  border-radius: 20px !important;
  margin-top: 5px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: transparent !important;
  color: #d9be95 !important;
}

.select2-results__options {
  padding: 12px 0 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px !important;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  display: none;
}

.select2-results__option {
  padding: 10px 30px !important;
  border-radius: 30px !important;
}

@media screen and (max-width: 900px) {  .form__field {
    max-width: 342px;
  }
  .select2-container {
    width: 342px !important;
  }
}

@media screen and (max-width: 900px) {  .in-touch {
    padding: 20px !important;
  }
  .form__field {
    max-width: 262px;
  }
  .select2-container {
    width: 262px !important;
  }
  .in-touch__required {
    white-space: nowrap;
    left: -5px;
    top: -5px;
    position: relative;
  }
  .in-touch__close {
    position: relative;
    top: -5px;
    right: -5px;
    font-size: 10px;
    padding: 8px 26px;
  }
}
@media screen and (max-width:900px){
    .mobile-section{
        display: none;
    }
}
@media screen and (max-width:720px){
    .mobile-section{
        display: block;
    }
}
#screen10 {
  height: 858px;

}

@media screen and (orientation: landscape) and (max-width:900px) {
    .mobile-section{
        display: block;
    }
    .text-under-rock{
      padding-top: 161px;
    }
    #screen5 .bg-wrap .screen5-diamond1{
      left: calc(50vw - 50% * 0.7);
      top: auto;
      bottom: 322px;
    }
    #screen5 .bg-wrap .screen5-diamond3{
      left: calc(50vw + 129px);
      top: 315px;

    }
    #screen5 .bg-wrap .screen5-diamond2{
      left: calc(50vw - 179px);
      top: auto;
      bottom: 234px;
    }
    
    .social-mobile{
      top: calc(50% - 81px);
    }
    .scroll{
      height: 22px;
    }
    #screen5 .bg-wrap .screen5.stripe{
      top: 62vh;
    }
    #screen5 .bg-wrap .screen5.bg2{
      top: 138px;
    }

  
}

#about7 .footer li{
  margin: 0px 13px 47px;
}


.section--text-left .dark-content .woman-bg, .section--text-right .dark-content .woman-bg{
  right: 0;
}