/* Colors */
/* Fonts */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.cms-page-view .tingle-modal {
  z-index: 10000;
}
.tingle-modal {
  min-width: 320px;
}
@media (max-width: 540px) {
  .tingle-modal.tingle-modal--close-button {
    padding-top: 60px;
  }
}
.tingle-modal .tingle-modal-box__header {
  padding: 1.5rem 2rem;
  width: auto;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
  position: relative;
}
.tingle-modal .tingle-modal-box__header__title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
}
.tingle-modal .tingle-modal-box__header__subtitle {
  font-size: 25px;
  font-weight: 400;
}
.tingle-modal .tingle-modal-box__content {
  padding: 30px;
}
.tingle-modal .tingle-modal-box__footer {
  background-color: #f5f5f5;
}
.tingle-modal .tingle-modal-box .aristos_form {
  margin: 0;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row {
  width: 100%;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row label.control-label {
  width: auto;
}
.tingle-modal .tingle-modal-box .aristos_form .c-row .c-input,
.tingle-modal .tingle-modal-box .aristos_form .c-row .c-textarea {
  width: 100%;
  max-width: initial;
}
@media (max-width: 540px) {
  .tingle-modal .tingle-modal-box .aristos_form .a-btn.a-btn-submit {
    width: 100%;
    box-sizing: border-box;
  }
}
.tingle-modal.tingle-modal_related,
.tingle-modal.promo-box,
.tingle-modal.stock-notification__modal {
  background: rgba(0, 0, 0, 0.5);
  z-index: 100501;
}
.tingle-modal.tingle-modal_related > .tingle-modal__close,
.tingle-modal.promo-box > .tingle-modal__close,
.tingle-modal.stock-notification__modal > .tingle-modal__close {
  display: none;
}
.tingle-modal_related .tingle-modal-box {
  border-radius: 0;
  box-shadow: 0 3px 29px rgba(0, 0, 0, 0.35);
  max-width: 600px;
  background-color: #ffffff;
}
.tingle-modal_related .tingle-modal-box__footer {
  background-color: transparent;
  padding: 20px 40px 50px;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tingle-modal_related .tingle-modal-box__footer:after {
  display: none;
}
.tingle-modal_related .tingle-modal-box__content {
  padding: 0;
  padding-bottom: 18px;
}
.tingle-modal_related .tingle-modal-box__header {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
  position: relative;
}
.tingle-modal_related .tingle-btn {
  width: 48%;
  margin-left: 0;
  outline: none;
  font-size: 15px;
  font-family: 'Helvetica Neue';
  line-height: 1;
  border: 2px solid transparent;
  transition: .7s;
  padding: 10px;
  border-radius: 0;
  min-width: 195px;
  max-width: none;
  text-transform: none;
  font-weight: normal;
}
.tingle-modal_related .tingle-btn:last-child {
  margin-right: 0;
}
.tingle-modal_related .tingle-btn_continue {
  background-color: #ffffff;
  color: #515151;
  border: 2px solid #e8e8e8;
}
.tingle-modal_related .tingle-btn_continue:hover {
  background-color: #000;
  border-color: #000;
  color: #ffffff;
}
.tingle-modal_related .tingle-btn_cart {
  color: #ffffff;
  background-color: #000;
}
.tingle-modal_related .tingle-btn_cart:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-add-to-cart_waiting:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url('/ru-ru/skin/frontend/base/default/images/popup/loading.svg') 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.popup_related {
  position: relative;
}
.popup_related .popup {
  position: relative;
}
.popup_related .popup__title {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  padding: 20px 40px 50px;
}
.popup_related .popup__title_two {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin: 20px 0 0;
}
.popup_related .popup__close {
  background-image: url('https://www.cartier.com/ru-ru/skin/frontend/ariflex/cartier/images/pickup_close_btn.png');
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 25px;
  right: 23px;
  position: absolute;
  background-color: transparent;
  border: none;
  outline: none;
}
.popup_related .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.popup_related .product__image {
  max-width: 75px;
  border: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.popup_related .product__name {
  line-height: 14px;
  margin: 0 0 4px;
  padding: 0 20px 0 0;
  color: #525252;
  font-family: 'Helvetica Neue';
  font-size: 14px;
}
.popup_related .product__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup_related .product__bottom_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.popup_related .product__btn {
  outline: none;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-family: 'Helvetica Neue';
  font-weight: 400;
  line-height: 28px;
  padding: 0 20px;
  margin-right: 20px;
  border: 1px solid #000;
  transition: background-color 0.7s, border-color 0.7s;
}
.popup_related .product__btn .material-icons {
  display: none;
}
.popup_related .product__btn:hover {
  background-color: #000000;
  border-color: #000000;
}
.popup_related .product__prices {
  margin-right: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup_related .product__prices_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.popup_related .product__prices_two .product__weight {
  margin-right: 15px;
}
.popup_related .product_current {
  margin-bottom: 0;
  padding: 23px 23px;
  border-radius: 0;
  background-color: #ffffff;
}
.popup_related .product_current .product__prices {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.popup_related .product_current .product__image {
  width: 75px;
}
.popup_related .product__price {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.popup_related .product__price_old {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: line-through;
  margin: 0 11px 0 0;
}
.popup_related .product__weight {
  display: none;
  color: #595858;
  font-family: 'Helvetica Neue';
  font-size: 15px;
  white-space: nowrap;
}
.popup_related .product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup_related .product__info_two {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup_related .border {
  border-bottom: 1px solid #e5e5e5;
}
.popup_related .products {
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
}
.popup_related .products::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 1px #d3d3d3;
  background-color: #ffffff;
}
.popup_related .products::-webkit-scrollbar {
  width: 9px;
  background-color: #000;
}
.popup_related .products::-webkit-scrollbar-thumb {
  background-color: #000;
}
.popup_shadow:after {
  content: '';
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.56) 100%);
}
.in-basket {
  border-bottom: none;
  padding: 23px 19px 31px;
  background-color: #f5f5f5;
}
.in-basket__title {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 15px;
  line-height: 1;
  margin-bottom: 25px;
}
.in-basket__title b {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
  font-family: 'Helvetica Neue';
}
@media (max-width: 920px) {
  .tingle-modal-box {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .tingle-modal-box {
    width: 100%;
  }
  .popup_related .popup__close {
    background-size: 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 23px;
    top: 25px;
  }
  .tingle-modal_related .tingle-btn {
    width: 48%;
    flex: none;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .tingle-modal_related .tingle-modal-box__content {
    padding: 0;
    overflow: hidden;
  }
  .tingle-modal_related .tingle-modal-box__footer {
    padding: 18px 20px 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .popup_related .product__info_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 0 60%;
  }
  .popup_related .product__info_two {
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .popup_related .product__prices_one {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .popup_related .product .product_current {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tingle-modal_related .tingle-btn {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .popup_related .popup__title {
    width: auto;
  }
  .popup_related .product__close {
    right: -10px;
    top: -10px;
  }
  .popup_related .product__bottom_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* Colors */
/* Fonts */
.tingle-modal.oneclickorder__modal .tingle-modal-box {
  border-radius: 0;
  max-width: 690px;
  width: 90%;
}
.tingle-modal_related .tingle-modal-box {
  max-width: 800px;
  width: 95%;
}
@media (max-width: 768px) {
  .tingle-modal_related .tingle-modal-box {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }
}
.layer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 222ms ease-in;
  will-change: opacity;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 96px;
  padding-right: 96px;
  padding-left: calc(50vw - 864px);
  padding-right: calc(50vw - 864px);
}
@media (max-width: 1920px) {
  .layer-modal {
    padding: 0 96px;
  }
}
@media (max-width: 1279px) {
  .layer-modal {
    padding: 0 32px;
  }
}
@media (max-width: 1023px) {
  .layer-modal {
    padding: 0;
  }
}
.layer-modal_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-modal_active.hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-modal__container {
  min-height: 200px;
  width: 100%;
  position: relative;
  background-color: #fff;
  opacity: 1;
  transition: opacity 222ms ease-in;
  will-change: opacity;
  z-index: 1;
}
@media (min-width: 1024px) {
  .layer-modal__container {
    margin: 72px auto;
    max-width: 720px;
  }
  .layer-modal__container_big {
    max-width: 1240px;
  }
  .layer-modal__container_subscribe {
    max-width: 610px;
  }
  .layer-modal__container_card {
    max-width: 550px;
  }
  .layer-modal__container_service {
    max-width: 900px;
  }
  .layer-modal__container_service-gift {
    max-width: 610px;
  }
}
@media (max-width: 1023px) {
  .layer-modal__container {
    min-height: 100vh;
    margin: 0 auto;
    max-width: none;
  }
}
.layer-modal__content {
  position: relative;
  background-color: #fff;
}
.layer-modal__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.layer-modal__header {
  padding: 24px 65px;
  height: auto;
  min-height: 72px;
  border-top: 3px solid #D50032;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  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;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  text-align: center;
  z-index: 13;
}
.layer-modal__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  text-transform: uppercase;
}
.layer-modal__subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 48px;
  color: #000;
}
.layer-modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/ru-ru/skin/frontend/ariflex/cartier/images/svg/icon-close-thin.svg");
  background-size: 14px 14px;
  border: none;
  box-shadow: none;
  font-size: 0;
  right: 17px;
  top: 21px;
}
.layer-modal__close:hover {
  filter: invert(16%) sepia(100%) saturate(3677%) hue-rotate(344deg) brightness(73%) contrast(115%);
}
@media (max-width: 1023px) {
  .layer-modal__close {
    right: 9px;
    top: 16px;
  }
}
.layer-modal__body {
  padding: 48px 96px 72px;
}
@media (max-width: 1280px) {
  .layer-modal__body {
    padding: 48px 48px 72px;
  }
}
@media (max-width: 1124px) {
  .layer-modal__body {
    padding: 48px 16px 72px;
  }
}
.layer-modal__info {
  width: 100%;
}
.layer-modal__info_location {
  padding: 45px 120px;
}
@media (max-height: 1200px) {
  .layer-modal__info_location {
    padding: 45px 50px;
  }
}
@media (max-width: 1023px) {
  .layer-modal__info_location {
    padding: 30px 25px;
  }
}
.layer-modal__info_subscribe {
  padding: 45px 105px;
}
@media (max-width: 1023px) {
  .layer-modal__info_subscribe {
    padding: 30px 25px 50px;
  }
}
.layer-modal__info_service {
  padding: 30px 50px 50px;
}
@media (max-width: 1023px) {
  .layer-modal__info_service {
    padding: 30px 25px 50px;
  }
}
.layer-modal__info_service-gift {
  padding: 30px 50px 50px;
}
@media (max-width: 1023px) {
  .layer-modal__info_service-gift {
    padding: 30px 20px 50px;
  }
}
.layer-modal__info_card {
  padding: 45px 45px 50px;
}
@media (max-width: 1023px) {
  .layer-modal__info_card {
    padding: 30px 25px;
  }
}
.layer-modal__info_response {
  padding: 45px 50px 100px;
}
@media (max-width: 1023px) {
  .layer-modal__info_response {
    padding: 30px 25px 50px;
  }
}
.layer-modal .perfume-bundle__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 32px;
}
.layer-modal .perfume-bundle__description {
  flex-basis: 75%;
  margin-left: 16px;
}
.layer-modal .perfume-bundle__name {
  font-weight: 600;
  text-transform: uppercase;
}
.layer-modal .perfume-bundle__btn {
  width: 202px;
  margin-top: 10px;
}
@media (max-width: 350px) {
  .layer-modal .perfume-bundle__btn {
    width: 175px;
  }
}
.layer-modal .perfume-bundle__btn form {
  text-align: left;
  margin: 0;
}
.layer-modal .perfume-bundle__btn .js-disabled-text {
  display: none;
}
.layer-modal .perfume-bundle__btn button {
  padding: 8px 0;
  width: 100%;
}
.layer-modal .perfume-bundle__btn button span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.layer-modal .perfume-bundle__img {
  flex: 1 0 128px;
}
@media (max-width: 390px) {
  .layer-modal .perfume-bundle__img {
    flex: 1 0 90px;
  }
}
.layer-modal .perfume-bundle__img img {
  display: block;
  width: 100%;
  height: auto;
}

