.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

/*@media(min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}*/
/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
#page .site-content {
    background: #ffffff;
}
.sales-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    justify-content: space-between;
}

.sales-list a {
    width: calc(50% - 15px);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 250px;
    display: block;
}

.sales-list .sale-item {
    width: 100%;
    height: 100%;
}
.sales-list .sale-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.sales-list .sale-item::before {
    content: '';
    display: block;
    margin: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
    transition: all .5s;
}
.sales-list a:hover .sale-item img{
    transform: scale(1.05);
}
.sales-list a:hover .sale-item::before {
    opacity: 0.5;
}
.sale-item-content {
    position: absolute;
    top: 0;
    color: #ffffff;
    padding: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 100%;
}
.sale-item-content h4, .sale-item-content p.description {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    line-height: 28px;
}
.sale-item-content h4 {
    font-size: 24px;
    line-height: 32px;
}

.sale-item-btn {
    border-color: #ffffff;
    color: #ffffff;
    background: none;
    padding: 10px 20px;
    transition: all .3s;
}
.sale-item-btn:hover {
    background: #ffffff;
    color: #1c1c1c;
    border-color: #ffffff;
}

.single-sale {
    background: #ffffff;
    padding: 100px 0;
}

.single-sale h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.sale-content {
    display: flex;
}
.sale-content .left-side {
    width: 60%;
    padding-right: 30px;
    min-height: 560px;
}
.sale-content .right-side {
    width: 40%;
    position: absolute;
    right: 0;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
	max-height: 600px;
	display: flex;
    align-items: center;
}
.sale-content .right-side img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.bron-btn, .black-btn {
    border: 1px solid #1c1c1c !important;
    padding: 7px 30px !important;
    border-radius: 5px;
    color: #ffffff !important;
    background: #1c1c1c !important;
    transition: all .3s;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    height: 47px;
}
.white-btn {
    border: 1px solid #1c1c1c !important;
    padding: 7px 30px !important;
    border-radius: 5px;
    color: #1c1c1c !important;
    background: #ffffff !important;
    transition: all .3s;
    margin-right: 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 47px;
}
.white-btn:hover {
    background: #1c1c1c !important;
    color: #ffffff !important;
}
.bron-btn:hover, .black-btn:hover {
    background: #ffffff !important;
    color: #1c1c1c !important;
}
.whatsapp-btn {
    border: 1px solid #1c1c1c;
    padding: 7px 30px;
    border-radius: 5px;
    color: #1c1c1c;
    background: #ffffff;
    transition: all .3s;
    display: block;
    text-align: center;
    height: 47px;
}
.whatsapp-btn:hover {
    background: #1c1c1c;
    color: #ffffff;
    border: 1px solid #1c1c1c;
}
.btn-group {
    padding: 30px 0px;
    display: flex;
    flex-wrap: wrap;
}
.main-btn-group {
    display: flex;
    justify-content: center;
}
.main-btn-group .whatsapp-btn {
    margin: 15px;
    border-color: #ffffff;
    text-transform: uppercase;
}
.main-btn-group .whatsapp-btn:hover {
    background: initial;
}
.btn-group-alt .black-btn{
    margin: 15px;
    
}
.btn-group-alt .whatsapp-btn {
    border-color: #1c1c1c;
    
}
.btn-group-alt .whatsapp-btn:hover {
    background: #1c1c1c;
    color: #ffffff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.black-btn {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    text-transform: uppercase;
}
span.wpcf7-spinner {
    display: none;
}
#page {
    overflow: hidden;
}
.elementor-gallery__titles-container.e--pointer-underline.e--animation-fade {
    display: none;
}
svg.ast-mobile-svg.ast-menu-svg path {
    fill: #ffffff;
}
#review-list {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
#review-list .review-item {
    width: calc(33.3333% - 16px);
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 12px;
    border: 1px solid rgb(235, 235, 235);
    background-color: rgb(255, 255, 255);
}
#review-list .review-item .review-content {
    overflow: hidden;
    max-height: 197px;
    transition: max-height 0.3s ease;
}
#review-list .review-item .review-content.expanded {
  max-height: none; /* снимает ограничение */
}
.toggle-checkbox {
  display: none;
}
.toggle-checkbox:checked ~ .review-content {
  max-height: 4000px !important;
}
.show-more-btn::after {
  content: 'Ещё';
}
.toggle-checkbox:checked ~ .show-more-btn::after {
  content: 'Свернуть';
}
label.show-more-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0px, rgb(255, 255, 255) 45%);
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
}
.post-thumb-img-content.post-thumb {
    overflow: hidden;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.post-thumb-img-content.post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
}
.post-thumb-img-content.post-thumb img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.single-news {
    padding-top: 100px;
}
.single-news .ast-article-single {
    display: none;
}
.single-news h1 {
    font-size: 36px;
    margin-bottom: 20px;
    
}
.single-news .post-img {
    overflow: hidden;
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.single-news .post-img img {
    object-fit: cover;
    
    height: 100%;
}

.custom-page-header {
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top: 300px;
    padding-bottom: 80px;
}
.custom-page-header h1 {
    font-size: 37px;
    color: #ffffff;
}
.custom-page-content {
    padding: 100px 0;
}
.custom-page-content .row {
    display: flex;
    gap: 0px;
    flex-direction: column;
    margin-bottom: 80px;
}
.custom-page-content .row .left-side, .custom-page-content .row .right-side {
        width: 100%;
        margin-bottom: 30px;
    }

@media (min-width: 992px) {
    .custom-page-content .row {
        display: flex;
        flex-direction: row;
        gap: 30px;
        justify-content: space-between;
    }
    .custom-page-content .row-order-alt {
        flex-direction: row-reverse;
    }

    .custom-page-content .row .left-side, .custom-page-content .row .right-side {
        width: calc(50% - 30px);
        margin-bottom: 0px;
    }
}
.custom-page-content .row .left-side .slide {
    overflow: hidden;
    height: 600px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom-page-content .row .left-side .slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.custom-page-content .row .left-side .slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.custom-page-content .row .left-side .slide a {
    width: 100%;
    height: 100%;
}
.custom-page-content .row .right-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.custom-page-content .swiper-button-next svg, .custom-page-content .swiper-button-prev svg {
    width: 70%;
}
.custom-page-content h2 {
    margin-bottom: 30px;
}
.custom-page-content .whatsapp-btn {
    
    margin-top: 30px;
}
.custom-page-content .black-btn {
    margin-top: 30px;
    margin-left: 15px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: none !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none !important;
}
.privileges-block {
    margin-top: 20px;
}
.privileges-block h2 {
    margin-bottom: 50px;
}
.privileges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.privileges-item {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}
.privileges-item svg {
    width: 48px;
    height: 48px;
}
@media (max-width: 1300px) {
    .sale-content .left-side {
        min-height: auto; 
    }
}
@media (max-width: 1200px){
    .main-header-menu .menu-link, .main-header-menu>a {
        padding: 0 0.5em;
    }
}
@media (max-width: 1024px) {
    #review-list .review-item {
    width: calc(50% - 16px);
        
    }
    .sale-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .sale-content .right-side {
        width: 100%;
        position: relative;
        right: auto;
        border-radius: 10px;
        max-width: initial;
        margin-bottom: 30px;
        overflow: hidden;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sale-content .left-side {
        width: 100%;
        padding-right: 0;
    }
    .custom-page-header {
        padding-top: 144px;
        padding-bottom: 48px;
    }
}
.forrm {
    max-width: 300px;
}
.forrm input {
    border: 1px solid #1c1c1c;
    background: #ffffff;
    border-radius: 5px;
}
.forrm h4 {
    text-align: center;
    margin-bottom: 20px;
}
.forrm p.sogl {
    font-size: 12px;
    
}
.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    display: inline;
}
.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
    height: 0.9em;
}
#review-form input, #review-form textarea {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 8px 16px;
    width: 100%;
    margin: 10px 0;
    margin-bottom: 20px;
    background: #ffffff;
}
#review-form textarea {
    min-height: 200px;
    outline: none;
}
#review-form input[type="checkbox"] {
    width: auto;
    margin: 0;
}
#review-form .black-btn {
    margin-bottom: 25px;
}
#review-section #load-more-reviews {
    margin: 0 auto;
}
.menu-block {
    width: 100%;
}
.slider-block-menu {
    width: 100%;
    margin-bottom: 20px;
}

.slider-block-menu .slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-block-menu .slide {
    border-radius: 10px;
    overflow: hidden;
    height: 700px;
}
@media (max-width: 992px) {
    .custom-page-content .row .left-side .slide {
        height: 450px;
    }

}
@media (max-width: 768px) {
    .privileges-item {
        width: 100%;
    }
    .slider-block-menu .slide {
        border-radius: 10px;
        overflow: hidden;
        height: 500px;
    }
    .single-news .post-img {
        height: 300px;
    }
    .post-thumb-img-content.post-thumb {
        overflow: hidden;
        height: 300px;
    }
    #review-list .review-item {
    width:100%;
        
    }
    .sales-list a {
        width: 100%;
    }
    .single-sale h1 {
        font-size: 28px;
        
    }
    .sale-content .right-side {
        height: 320px;
    }
    .main-btn-group {
        flex-direction: column;
    }
    .main-btn-group .whatsapp-btn {
        margin: 10px 0;
        border-color: #ffffff;
        text-transform: uppercase;
    }
    .custom-page-content .black-btn {
        margin-top: 30px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }
    .custom-page-content .btn-group {
        padding: 30px 0px;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .custom-page-content .row .left-side .slide {
        height: 300px;
    }
    a.bron-btn {
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    a.whatsapp-btn {
        width: 100%;
    }
    .single-sale h1 {
        text-align: center;
    }
}



/*Всплывашка*/
.promo-popup {
      
      position: fixed;
      bottom: 25px;
      left: 15px;
      width: 580px;
      max-width: 90%;
      background-color: #fff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      z-index: 9999;
      font-family: sans-serif;
      animation: fadeIn 0.5s ease;
  }
#promoPopup {
	display: none;
}
#promoPopup2 {
	display: none;
}
#promoPopup3 {
	display: none;
	width: 630px;
}
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .promo-content {
    display: flex;
    flex-direction: row;
    background: #CCCCC2;
    background-size: cover; 
    
  }

  .promo-text {
    padding: 40px 20px;
    flex: 1;
    text-align: center;
    color: #1c1c1c;
    background: #ffffff;
    margin: 30px 30px 60px 245px;
  }

  .promo-text h3 {
  	font-family: "Politica";
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
  }

  .promo-text p {
    margin: 0 0 20px 0;
    line-height: 1.5;
  }
  .promo-text p.disc {
  	line-height: 1;
  }
  
.promo-text p span {
	font-size: 16px;
}
  

  .promo-image {
    width: 270px;
    background-size: cover;
    background-position: center;

  }

  .promo-close {
    position: absolute;
    top: -8px;
    right: 10px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 400;
    color: #1с1с1с;
    opacity: 0.8;
    z-index: 2;
  }
  .promo_btn {
    border: 1px solid #1c1c1c !important;
    padding: 7px 10px !important;
    border-radius: 5px;
    color: #ffffff;
    background: #1c1c1c;
    transition: all .3s;
    display: block;
    text-align: center;
    text-transform: uppercase;
    height: 47px;
	}
	.promo_btn:hover {
		color: #1c1c1c;
		background: #ffffff;
	}
	
	.promo_btn_alt {
    color: #491B02;
    background-color: #CCCCC2;
    padding: 10px 15px;
    border: 1px solid #491B02;
    border-radius: 3px;
    font-size: 16px;
    display: inline-block;
    width: 250px;
    text-align: center;
    font-family: "MuseoSansCyrl", sans-serif;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    margin-top: 7px;
    
	}
	.promo_mob_btn {
		display: none;
	}

  .promo-close:hover {
     opacity: 1;
  }
  @media only screen and (max-width:992px) {
  	
  
  }
  @media only screen and (max-width:768px) {
  	
  }
  #promoPopup2 .mob {
  	display: none !important;
  }
  @media only screen and (max-width:560px) {
  	.promo-text h3 {
        font-size: 24px;
		}
  	.promo-popup {
	    bottom: 10px;
	    left: 10px;
	    width: auto;
	    right: 10px;
	    max-width: 100%;
	    height: 410px;
	  }
	  
	  .promo-image {
	    background-size: cover;
	    background-position: center;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
		}
		.promo-text {
            margin: 35px 15px 35px 15px;
            background: #ffffff;
        }
		.promo-content {
	    display: flex;
	    flex-direction: column;
	    z-index: 3;
	    height: 100%;
	    align-items: center;
      justify-content: space-between;
		}
		.promo-text p {
      margin: 0 0 15px 0;
      font-size: 18px;
      font-weight: 600;
    }
    #promoPopup2 .promo_btn {
    	display: inline-block;
    }
    /*#promoPopup2 .promo-text {
        padding: 36px 30px 28px 32px;
        flex: 1;
        text-align: center;
        color: #491B02;
        z-index: 1;
        background-color: #ccccc2e6;
        overflow: hidden;
        width: 106%;
        border-radius: 0;
        margin-top: 225px;
        border-radius: 50% 50% 0px 0px;
    }*/
    #promoPopup3 {
    	width: auto;
    }
    #promoPopup3 .promo_mob_btn {
        margin-top: 90px;
        margin-bottom: 32px;
    }
    #promoPopup3 .promo-text {
        padding: 27px 125px 25px 125px;
        flex: 1;
        text-align: center;
        color: #491B02;
        z-index: 1;
        background-color: #ccccc2e6;
        overflow: hidden;
        width: 159%;
        border-radius: 0px 0px 50% 50%;
    }
    #promoPopup2 .desktop {
    	display: none;
    }
    #promoPopup2 .mob {
    	display: block !important;
    }
  }