.popup {
  position: relative;
  display: none;
  max-width: 550px;
  width: 100%;
  padding: 40px 30px 50px;
}

.popup_hint {
  max-width: 850px;
  padding: 40px 60px 53px 70px;
}

.popup_installment {
  max-width: 800px;
  padding: 30px 50px 37px;
}

.popup_info-delivery {
  max-width: 800px;
  padding: 30px 50px 32px;
}

.popup_detect-size-ring {
  max-width: 800px;
  padding: 30px 50px 47px;
}

.popup_no-my-size {
  max-width: 800px;
  padding: 30px 50px 68px;
}

.popup_watch-live {
  max-width: 700px;
  padding: 30px 20px 50px 50px;
}

.popup_book-jewelry {
  max-width: 500px;
  padding: 40px 40px 72px;
}

.popup_write-review {
  max-width: 500px;
  padding: 40px 75px 45px;
}

.popup_3d-model {
  padding: 0;
}

.popup_location {
  padding: 28px 27px 33px;
  max-width: 670px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.popup_location .popup__close{
  top: 41px;
  right: 25px;
}
.popup_location .new2021-fancybox-close-small{
  top: 29px;
  right: 20px;
}
.b-form__popup{
    max-width: fit-content;
}

.lf_rows{
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.lf_rows .lf_cols{
  position: relative;
}
.lf_rows .lf_cols01{
  width: calc(100% - 242px);
}
.lf_rows .lf_cols02{
  width: 222px;
}
.lf_rows .lf_cols input{
  width: 100%;
  padding: 11px 35px 10px 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  letter-spacing: 0.035em;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;  
  border-radius: 0;
}
.lf_rows .lf_cols input::placeholder{
    opacity: 0.7;
}
.lf_rows .lf_cols input:focus, .lf_rows .lf_cols input:focus{
  outline: none;
}
.lf_rows .lf_cols .lf_bnt_change{
  text-transform: uppercase;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #000;
  letter-spacing: 0.035em;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  width: 100%;
  padding: 13px 0 9px;
  cursor: pointer;
  transition: .35s;
}
.lf_rows .lf_cols .lf_bnt_change:hover{
  border: 1px solid rgba(187, 85, 157, 1);
  color: rgba(187, 85, 157, 1);
  transition: .35s;
}
.lf_rows .lf_cols .cls{
  position: absolute;
  width: 18px;
  height: 18px;
  top: 8px;
  right: 10px;
  cursor: pointer;

}
.lf_rows .lf_cols .cls::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0, .5);
  transform: rotate(-45deg);
  transition: .35s;
}
.lf_rows .lf_cols .cls::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: rgba(0,0,0, .5);
  transform: rotate(45deg);
  transition: .35s;
}
.lf_rows .lf_cols .cls:hover:before ,
.lf_rows .lf_cols .cls:hover:after{
  background: rgba(0,0,0, 1);
  transition: .35s;
}
.lf_city_automatically{
  margin: 23px 0 0;
}
.lf_city_automatically_lnk{
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.035em;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300; 
  text-decoration: none;
  margin-left: 30px;
  cursor: pointer;
}
.lf_city_automatically_lnk::before{
  content: '';
  position: absolute;
  left: -30px;
  top: -3px;
  background: url(../images_new2021/p04.png) no-repeat 0 0;
  width: 18px;
  height: 18px; 
}
.lf_city_automatically_lnk::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  bottom: -1px;
  left: 0;
}
.lf_city_automatically_lnk:hover{
  color: rgba(0, 0, 0, 0.7);
  transition: .35s;
}
.lf_city_automatically_lnk:hover::after{
  background: rgba(0, 0, 0, 0.7);
  transition: .35s;
}







@media (max-width: 768px) {
  .popup_no-my-size {
    max-width: 440px;
  }
  .popup_installment {
    max-width: 375px;
    padding: 30px 50px 26px;
  }
  .popup_info-delivery {
    max-width: 500px;
    padding: 50px 20px 38px;
  }
  .lf_rows{
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .lf_rows .lf_cols01{
    width: 100%;
  }
  .lf_rows .lf_cols02{
    margin-top: 15px;  
  }  
}

@media (max-width: 539px) {
  .popup {
    padding: 30px 20px 38px;
  }
  .popup_callback {
    padding: 50px 37px 20px 38px;
  }
  .popup_hint {
    padding: 50px 37px 42px 38px;
  }
  .popup_installment {
    padding: 30px 50px 38px;
  }
  .popup_info-delivery {
    padding: 50px 20px 38px;
  }
  .popup_detect-size-ring {
    padding: 50px 20px 38px;
  }
  .popup_no-my-size {
    padding: 30px 20px 40px;
  }
  .popup_watch-live {
    height: 450px;
    padding: 30px 20px 30px;
  }
  .popup_book-jewelry {
    padding: 50px 20px 38px;
  }
  .popup_write-review {
    padding: 50px 20px 20px;
  }
  .popup_3d-model {
    padding: 0;
  }
  .popup_location {
    max-width: 328px;
    padding: 24px;
  }
}

@media (max-width: 539px) {
  .popup__wrapper {
    max-width: 335px;
    margin: 0 auto;
  }
}

.popup__back {
  display: none;
  position: absolute;
  top: 15px;
  left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #B2B2B2;
  cursor: pointer;
}

.popup__back::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #B2B2B2;
  border-top: none;
  border-right: none;
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
  margin: 0 10px 0 7px;
}

.popup__back_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  z-index: 3;
}

.popup__close::before, .popup__close::after {
  content: "";
  position: absolute;
  display: block;
  width: 19px;
  height: 1px;
  background-color: #2B2626;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__title {
  margin-bottom: 40px;
  text-align: left;
  font-weight: 250;
  font-size: 22px;
  line-height: 25px;
  /*text-transform: uppercase;*/
  color: #2B2626;
  letter-spacing: .5px;
}

.popup__title_small-margin {
  margin-bottom: 30px;
}

.popup__title_xsmall-margin {
  margin-bottom: 30px;
}

.popup__title_large-margin {
  margin-bottom: 50px;
}

@media (max-width: 539px) {
  .popup__title {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .popup__title_small-margin {
    margin-bottom: 20px;
  }
  .popup__title_xsmall-margin {
    margin-bottom: 20px;
  }
  .popup_watch-live .popup__title_small-margin {
    margin-bottom: 10px;
  }
  .popup_book-jewelry .popup__title {
    max-width: 300px;
  }
}

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

@media (max-width: 768px) {
  .popup__content {
    -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;
  }
}

.popup__form {
  max-width: 100%;
  margin: 0 auto;
}

.popup__form_small {
  max-width: 300px;
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .popup__form_small {
    max-width: 100%;
  }
}

.popup__form-row_captcha img {
  display: block;
  max-width: 180px;
  margin: 0 auto;
}

.popup__form-row_captcha-google {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__form-row_rating.popup__form-row_rating.popup__form-row_rating {
  margin-top: 26px;
}

@media (max-width: 539px) {
  .popup__form-row_rating.popup__form-row_rating.popup__form-row_rating {
    margin-top: 25px;
  }
}

.popup__form-row_file.popup__form-row_file.popup__form-row_file {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 539px) {
  .popup__form-row_file.popup__form-row_file.popup__form-row_file {
    margin-bottom: 30px;
  }
}

.popup__form-row + .popup__form-row {
  margin-top: 20px;
}

.popup__form-btn {
  width: 100%;
  height: 50px;
  margin-top: 40px;
}

.popup__form-btn_small-margin {
  margin-top: 30px;
}

.popup__form-btn_xsmall-margin {
  margin-top: 20px;
}

@media (max-width: 539px) {
  .popup__form-btn {
    margin-top: 30px;
  }
}

.popup__form-required {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #B2B2B2;
}

@media (max-width: 539px) {
  .popup__form-required {
    margin-top: 20px;
  }
}

.popup__form-success {
  margin-top: 40px;
  text-align: center;
}

.popup__form-success-message {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #BB559D;
  padding-left: 25px;
}

.popup__form-success-message::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/local/templates/2021/images/icons/check.svg");
}

.popup__form-success_hidden {
  display: none;
}

@media (max-width: 539px) {
  .popup__form-success {
    margin-top: 30px;
  }
}

.popup__form-error {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: red;
}

.popup__form-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 10px 10px 0;
}

.popup__form-price-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #2B2626;
}

.popup__form-price-value {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2B2626;
}

.popup__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popup__item {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #2B2626;
}

.popup__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 5px;
  background-color: #2B2626;
  border-radius: 50%;
}

.popup__item span {
  color: #BB559D;
}

.popup__item + .popup__item {
  margin-top: 15px;
}

.popup__short-description {
  max-width: 414px;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #B2B2B2;
}

.popup__short-description_wide {
  max-width: 450px;
}

@media (max-width: 539px) {
  .popup__short-description {
    max-width: 300px;
    margin-bottom: 20px;
  }
}

.popup__file-link {
  margin-top: 30px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #BB559D;
}

.popup__file-link a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 539px) {
  .popup__file-link {
    max-width: 237px;
    margin: 30px auto 0;
    text-align: center;
  }
}

.popup__choose-size {
  max-width: 340px;
}

@media (max-width: 768px) {
  .popup__choose-size {
    margin-bottom: 20px;
  }
}

@media (max-width: 539px) {
  .popup__choose-size {
    max-width: 100%;
    width: 100%;
  }
}

.popup__address-list {
  margin-top: 45px;
  height: 207px;
  overflow-y: auto;
}

.popup__address-list_length {
  margin-top: 30px;
  height: 392px;
}

@media (max-width: 768px) {
  .popup__address-list_length {
    height: 580px;
  }
}

@media (max-width: 539px) {
  .popup__address-list {
    margin-top: 20px;
    height: 295px;
  }
  .popup__address-list_length {
    height: 580px;
  }
}

.popup__address-item {
  margin-right: 30px;
}

.popup__address-item_compact {
  margin-right: 12px;
}

@media (max-width: 539px) {
  .popup__address-item {
    margin-right: 10px;
  }
}

.popup__address-item + .popup__address-item {
  margin-top: 20px;
}

.popup__shop {
  margin-bottom: 29px;
}

.popup__shop-name {
  font-weight: 700;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  color: #2B2626;
}

.popup__shop-address {
  margin-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #2B2626;
}

.popup_book-jewelry .popup__title {
  line-height: 25px;
}

.popup_book-jewelry .popup__form-btn {
  margin-top: 30px;
}

@media (max-width: 539px) {
  .popup_callback, .popup_hint, .popup_info-delivery, .popup_detect-size-ring, .popup_pick-up-salon, .popup_book-jewelry, .popup_write-review {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
  .popup_callback .popup__close, .popup_hint .popup__close, .popup_info-delivery .popup__close, .popup_detect-size-ring .popup__close, .popup_pick-up-salon .popup__close, .popup_book-jewelry .popup__close, .popup_write-review .popup__close {
    display: none;
  }
  .popup_callback .popup__back, .popup_hint .popup__back, .popup_info-delivery .popup__back, .popup_detect-size-ring .popup__back, .popup_pick-up-salon .popup__back, .popup_book-jewelry .popup__back, .popup_write-review .popup__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup_no-my-size, .popup_watch-live {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
  }
}

.location-form__title {
  margin: 12px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  color: #444;
}
.location-form__title .h4{
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.035em
}
.location-form__row {
  margin-top: 20px;
}

.location-form__row + .location-form__row {
  margin-top: 14px;
}

.location-form__input-city {
  position: relative;
  width: 100%;
  /*padding-top: 4px;
  padding-bottom: 4px;*/
}

.location-form__input-city input {
/*  position: relative;
  width: 100%;
  height: 50px;
  padding: 15px 12px 0;
  font-size: 16px;
  background-color: #fff;
  outline: none;
  border: 1px solid #d2d2d2;*/
}

.location-form__input-city input:focus {
  border-color: #4a90e2;
}

.location-form__input-city-placeholder {
  position: absolute;
  top: 7px;
  left: 0;
  padding: 0 12px;
  letter-spacing: 1px;
  line-height: 21px;
  font-size: 12px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.new2021-fancybox-button svg{
  /*display: none;*/
}
@media (max-width: 539px) {
  .location-form__input-city-placeholder {
    font-size: 14px;
  }
}

.location-form__input-city-error {
  position: absolute;
  top: 7px;
  left: 0;
  padding: 0 12px;
  letter-spacing: 1px;
  line-height: 21px;
  font-size: 12px;
  color: #f37575;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.location-form__text {
  margin: 14px 0;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 1px;
}

@media (max-width: 539px) {
  .location-form__text {
    font-size: 14px;
    line-height: 14px;
  }
}

.location-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 539px) {
  .location-form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.location-form__btn {
  border: 2px solid #bdbdbd;
  border-radius: 35px;
  height: 45px;
  line-height: 43px;
  color: #bdbdbd;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 35px;
  letter-spacing: 1px;
  cursor: pointer;
}

.location-form__btn_accept {
  background-color: #bb559d;
  border: none;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 46px;
}

.location-form__btn_accept:hover {
  background-color: #2b2626;
}

.location-form__btn_cancel {
  border: 1px solid #bb559d;
  margin-left: 26px;
  padding: 12px 20px;
  border-radius: 35px;
  background-color: #fff;
  font-size: 14px;
  line-height: 19px;
  color: #bb559d;
  -webkit-transition: border .5s, color .5s;
  transition: border .5s, color .5s;
}

.location-form__btn_cancel:hover {
  border: 1px solid #2b2626;
  color: #2b2626;
}

@media (max-width: 539px) {
  .location-form__btn_cancel {
    margin-top: 12px;
    margin-left: 0;
  }
}

@media (max-width: 539px) {
  .location-form__btn {
    max-width: 192px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.autocomplete-location__list {
  top: 25px !important;
  left: -0 !important;
  margin: 0;
  padding: 0;
  max-width: 100%;
  max-height: 70px;
  list-style: none;
  outline: 0;
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  overflow-y: auto;
}

.autocomplete-location__item {
  margin: 0;
  padding: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #333;
  -webkit-transition: 0.3s font-weight cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s font-weight cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
}

.autocomplete-location__item_selected, .autocomplete-location__item:hover {
  font-weight: 600;
}

@media (max-width: 800px) {
    .popup_location .popup__close{
        top: 25px;
    }    
    .lf_rows .lf_cols02{
        width: 100%;
    }
}

.rassrochka ol{
	margin-left: 15px;
}

.rassrochka li{
	margin-bottom: 20px;
	font-weight:250;
	font-size: 14px;
}

.rassrochka a{
	color:#999;
	font-size: 13px;
	line-height:13px;
	font-weight:300;
	border-bottom:1px solid #999;
}