.popup-window.popup-window-with-titlebar {
    display: none !important;
}


.preloader-add-cart{
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 99999;
      transition: all 0.2s ease-in-out;
}
.preloader-add-cart.active{
      
      opacity: 1;
      visibility: visible;
}
.preloader-add-cart-content {
      width: 100%;
      height: auto;
}

.content-frame-loader--content{
      width: 100%;
      height: auto;
      max-width: 100px;
}

.content-frame-loader{
      height: 20px;

}
.content-frame-loader svg{
      height: 20px;
}
.alert.alert-danger{
      font-size: 15px;
      color: #eb5757;
      margin: 25px 0px;
}
.production__slider .slider__item.swiper-slide{
      overflow: hidden;
}

.swiper-staff-slider .slider__item.swiper-slide{
      width: auto;
}

.videoblog__slider .slider__item.swiper-slide{
      width: auto;
}

.order__block.error-step-order .order__block-title, .error-order--item{
      color: #eb5757; 
}
.order__block.error-step-order .order__block-title:before{
      border-color: #eb5757;
      color: #eb5757; 
}

.error-order{
      margin-top: 20px;
      margin-bottom: 20px;
}

.order__block.warning-step-order .order__block-title, .warnings-order--item{
      color: #fd8c3c; 
}
.order__block.warning-step-order .order__block-title:before{
      border-color: #fd8c3c;
      color: #fd8c3c; 
}

.warning-order{
      margin-top: 20px;
      margin-bottom: 20px;
}
.bottom-header--menu.active{
      position: absolute;
      width: 100%;
      z-index: 99;
      background: #fff;
}
.bottom-header--menu.active ~ .overlay-menu{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backdrop-filter: blur(1px);
      z-index: 90;
}

.order-menu--product{
      bottom: 50px;
}

.form-data__item.form-data--is-phone{
      position: relative;

}

.form-data__item-country{
      position: absolute;
      bottom: 20px;
      left: 5px;
}

.form-data--is-phone .form-data__item-input{
      padding-left: 35px;
}

.page-instagram.gallery {
      margin: 0 auto 100px;
}

.cart__buy-min-count.btn-disabled{
      opacity: 0.3;
      cursor: auto;
}


.cart__buy-min-count.btn-disabled:focus{
      opacity: 0.3;
      cursor: auto;
}

.promo__btn-detail{
      font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 14px 32px 14px 32px;
    letter-spacing: 0.6px;
    margin-top: 20px;
    display: inline-block;
}
.gallery-popup__arrow.disable, .gallery-popup__arrow.disable:focus{
      opacity: 0.3!important;
      cursor: auto;   
}

.popup-window.popup-window-content-white{
      background: transparent;
      box-shadow: none;
}
.popup-window-content-white .popup-window-content{
      padding: 0;
      background: transparent;
}

.whatsapp-button {
      position: fixed;
          right: -11px;
    bottom: 66px;
      transform: translate(-50%, -50%);
      background: #25D366; /*цвет кнопки*/
      border-radius: 50%;
      width: 55px; /*ширина кнопки*/
      height: 55px; /*высота кнопки*/
      color: #fff;
      text-align: center;
      line-height: 53px; /*центровка иконки в кнопке*/
      font-size: 35px; /*размер иконки*/
      z-index: 9999;
  }
  .whatsapp-button svg{
      width: 50%;
      height: 100%;
  }
  .whatsapp-button a {
      color: #fff;
  }
  .whatsapp-button:before,
  .whatsapp-button:after {
      content: " ";
      display: block;
      position: absolute;
      border: 50%;
      border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
      left: -20px;
      right: -20px;
      top: -20px;
      bottom: -20px;
      border-radius: 50%;
      /*animation: animate 1.5s linear infinite;*/
      opacity: 0;
      backface-visibility: hidden; 
  }
   
  .whatsapp-button:after{
      animation-delay: .5s;
  }

.search-result--text{
      font-family: "Montserrat";
      font-style: normal;
      font-weight: normal;
      font-size: 20px;
      line-height: 28px;

      color: #2A3A48;
}
.search-result--count{
      color: #8D556F;
      font-weight: 500;
}   

.gallery-popup__image{
      transition: all 0.2s ease-in-out;
}
.gallery-popup__image.image-loading{
      max-width: 100px;
      margin: auto;
}
.gallery-popup__image.image-before-loaded{
      opacity: 0;  
      margin: auto;
}
.gallery-popup__image.image-loaded{
      opacity: 1;
}

.input-summ-inner-pay{
      font-family: "Montserrat";
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      /* or 25px */
      background: #FFFFFF;

      border: 1px solid #A4A4A4;
      border-radius: 2px;
      width: 100px;
      height: 40px;
      text-align: center;

}

.input-summ-inner-pay:focus{
      border: 1px solid #9d40bd;
      outline: none;
}

  @keyframes animate
  {
      0%
      {
          transform: scale(0.5);
          opacity: 0;
      }
      50%
      {
          opacity: 1;
      }
      100%
      {
          transform: scale(1.2);
          opacity: 0;
      }
  }

@media (max-width: 1440px) {
      .page-instagram.gallery {
            margin-top: 0;
      }
}
    
@media (max-width: 1024px) {
      .page-instagram.gallery {
            margin: 0 auto 60px;
      }
      .search-result--text{

            font-size: 16px;
            line-height: 28px;

      }
 
}

.search__button--mobile{
      display: none;
}

@media (max-width: 890px) {
      .search:not(.active) .search__button--desctop{
            display: block;
      }
      .search.active .search__button--mobile{
            display: block;
      }

      .search__bar:focus ~ .search__button--mobile{
            display: block;
      } 
      
}
  /*  
@media (max-width: 768px) {
      .page-instagram.gallery {
            margin-top: 0;
      }
      .search-result--text{

            font-size: 14px;
            line-height: 17px;

      }

      .search.active .search__bar {
            left: 55px;
            max-width: calc(100% - 110px);
            width: calc(100% - 40px);
            padding-left: 0;
            border-bottom: none;
        }

        .search.active .search__button-back {
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            line-height: 28px;
            font-weight: 400;
            margin: 0;
            padding: 0;
            border: none;
            outline: none;
            background-color: transparent;
            display: block;
            position: absolute;
            left: 0;
            top: 15px;
            -webkit-transform: rotate(
        180deg
        );
            transform: rotate(
        180deg
        );
            width: 40px;
            height: 40px;
            color: #2A3A48;
        }
}

*/

@media (max-width: 768px){
      .search.active  .search__button-back{
            top: 7px;
      }

      .search.active .search__bar  {
            top: 14px;
            height: 28px; 
      }
}
    
@media (max-width: 450px) {
      .page-instagram.gallery {
            margin: 0 auto 40px;
      }
      .search-result--text{

            font-size: 12px;
            line-height: 15px;

      }
}

.page-instagram.gallery .gallery__list{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      flex-wrap: wrap;
} 

.page-instagram.gallery .gallery__link{
      display: flex;
}



.gift__image.gift__image-mobile{
      display: none;
}

.breadcrumbs__link-mobile{
      display: none;
}

.button.gallery__button{
      max-width: 207px;
}

.cart-popup.cart-popup--show.cart-popup--mini{
      max-width: 590px;
}

.cart-popup.cart-popup--show.cart-popup--mini .cart-popup__wrapper{
      flex-direction: column;
}
.cart-popup.cart-popup--show.cart-popup--mini .cart-popup__info{
      width: 100%;
      border-right: none;
      padding-right: 0;
}

.cart-popup.cart-popup--show.cart-popup--mini .cart-popup__buy{
      padding-left: 0;
}
.cart-popup.cart-popup--show.cart-popup--mini  .cart-popup__rate, .cart-popup.cart-popup--show.cart-popup--mini .cart-popup__total{
      display: none;
}
.orders__shopping-button{
      display: inline-flex;
}

.floating-whats-app-btn{
      position: fixed;
      right: 25px;
      bottom: 100px;
      display: none;
      width: 40px;
      height: 40px;
      z-index: 99;
}
.floating-whats-app-btn img{
      width: 100%;
}

.button.button--dark.instagram-btn--link{
      max-width: 180px;
      height: 47px;
      display: flex;
      align-items: center;
      justify-content: center; 
}

.instagram--success-title, .subscribe--success-title{
      font-size: 20px;
      font-weight: 500;  
}

.production__slider .slider__image-wrap{
      display: block;
}

.phone-input{
      position: relative;

}
.phone-input--flag{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 3px;
      margin: auto;
}

.phone-input .form-data__item-input{
      padding-left: 35px;
      width: 100%;  
}

#sender_subscribe_component{
      max-height: calc(100vh - 40px);
      overflow-y: auto;
      margin: 0 auto;
      padding: 62px 51px;
      border-radius: 6px;
      background-color: #FFFFFF;
      max-width: 500px;
}

#sender_subscribe_component p{
      font-family: "montserrat",sans-serif!important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#sender_subscribe_component .subscribe--success-title{
      font-size: 33px;
      line-height: 32px;
      font-weight: 600;
      font-family: cormorant unicase,serif!important;
      letter-spacing: 1.5px;
      color: #5f4e64;
}
#sender_subscribe_component a{
      font-family: "montserrat",sans-serif!important;
}
#sender_subscribe_component .popup-window-close-icon{
      right: 30px;
      top: 20px;
      height: 33px;
      width: 27px;
}

#sender_subscribe_component .popup-window-close-icon:after{
      width: 17px;
      height: 17px;
}





#sender_form_component{
      max-height: calc(100vh - 40px);
      overflow-y: auto;
      margin: 0 auto;
      padding: 62px 51px;
      border-radius: 6px;
      background-color: #FFFFFF;
      max-width: 500px;
}

#sender_form_component p{
      font-family: "montserrat",sans-serif!important;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

#sender_form_component .form--success-title{
      font-size: 33px;
      line-height: 32px;
      font-weight: 600;
      font-family: cormorant unicase,serif!important;
      letter-spacing: 1.5px;
      color: #5f4e64;
}
#sender_form_component a{
      font-family: "montserrat",sans-serif!important;
}
#sender_form_component .popup-window-close-icon{
      right: 30px;
      top: 20px;
      height: 33px;
      width: 27px;
}

#sender_form_component .popup-window-close-icon:after{
      width: 17px;
      height: 17px;
}


.sale__item{
      cursor: pointer;
}

.form-data__item-bt-desc{
      margin: 0;
    font-size: 13px;
}

@media screen and (max-width: 1200px) {
      .page-instagram.gallery .gallery__list{
            grid-template-columns: repeat(3, 1fr);
      } 
}

@media screen and (max-width: 628px) {
      .page-instagram.gallery .gallery__list{
            grid-template-columns: repeat(2, 1fr);
      } 
      .gift__image.gift__image-desctop{
            display: none;
      }
      .gift__image.gift__image-mobile{
            display: block;
      }
      .breadcrumbs__link-desctop{
            display: none;
      }
      .breadcrumbs__link-mobile{
            display: inline-block;
      }
      .button.gallery__button{
            max-width: 150px;
      }

      .page-instagram.gallery .gallery__link .gallery__image{
            height: fit-content;
      }
      .floating-whats-app-btn{
            display: block;
      }

      .content-frame-loader svg{
            height: unset;
            width: 30px;
            display: block;
            margin: auto;
      }
}
@media screen and (max-width: 450px) {
      .catalog-slider__title{
            width: auto;
      }
}

.page-instagram.gallery .gallery__item {
      position: relative;
      padding-bottom: 100%;
}

.page-instagram.gallery .gallery__link {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
}

.page-instagram.gallery .gallery__link .gallery__image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
}


.cssload-container{
	position:relative;
}
	
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgb(204,204,204);
	border-left-color: rgb(163,85,186);
	border-radius: 549px;
		-o-border-radius: 549px;
		-ms-border-radius: 549px;
		-webkit-border-radius: 549px;
		-moz-border-radius: 549px;
}

.cssload-whirlpool {
	margin: -14px 0 0 -14px;
	height: 27px;
	width: 27px;
	animation: cssload-rotate 800ms linear infinite;
		-o-animation: cssload-rotate 800ms linear infinite;
		-ms-animation: cssload-rotate 800ms linear infinite;
		-webkit-animation: cssload-rotate 800ms linear infinite;
		-moz-animation: cssload-rotate 800ms linear infinite;
}

.cssload-whirlpool::before {
	content: "";
	margin: -13px 0 0 -13px;
	height: 24px;
	width: 24px;
	animation: cssload-rotate 800ms linear infinite;
		-o-animation: cssload-rotate 800ms linear infinite;
		-ms-animation: cssload-rotate 800ms linear infinite;
		-webkit-animation: cssload-rotate 800ms linear infinite;
		-moz-animation: cssload-rotate 800ms linear infinite;
}

.cssload-whirlpool::after {
	content: "";
	margin: -16px 0 0 -16px;
	height: 31px;
	width: 31px;
	animation: cssload-rotate 1600ms linear infinite;
		-o-animation: cssload-rotate 1600ms linear infinite;
		-ms-animation: cssload-rotate 1600ms linear infinite;
		-webkit-animation: cssload-rotate 1600ms linear infinite;
		-moz-animation: cssload-rotate 1600ms linear infinite;
}



@keyframes cssload-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes cssload-rotate {
	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes cssload-rotate {
	100% {
		-ms-transform: rotate(360deg);
	}
}

@-webkit-keyframes cssload-rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes cssload-rotate {
	100% {
		-moz-transform: rotate(360deg);
	}
}