.it-img-box-cover .it-img.it-img-vertical {
  width: 100%;
}
@media (max-width: 767px){
	.it-view-gallery.it-view-gallery-cols-mobile {
	  margin: 0;
	}
	.vw-slider-box.vw-slider-contain img {
	  border-radius: 0;
	  max-height: 100%;
	  max-width: 100%;
	  object-fit: cover;
	  width: 100%;
	}
	.rp-vw-slider-box {
	  margin-left: 0 !important;
	  margin-right: 0 !important;
	}
}


.my-popup-overlay {
	font-family:"Ubuntu";
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    animation: fadeIn 0.3s ease;
}

.my-popup-overlay.active {
    display: block;
}


.my-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 632px;
    height: 475px;
    background: url('/themes/myhouse_t0db249/img/popup_images/okno_logos_bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: popupAppear 0.3s ease;
}

.my-popup.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 672px) {
    @keyframes popupAppear {
        from {
            opacity: 0;
            transform: translateX(-50%) scale(0.95);
        }
        to {
            opacity: 1;
            transform: translateX(-50%) scale(1);
        }
    }
}


.my-popup-content {
    position: relative;
    z-index: 2;
    padding: 21px;
    height: 100%;
}


.my-close-btn {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 32px;
    height: 32px;
    background: url("/themes/myhouse_t0db249/img/popup_images/close.png") center no-repeat transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
}

/* Заголовок с логотипом */
.my-popup-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.my-logo-img {
    height: 56px;
    width: auto;
}

.my-header-text {
  flex: 1;
  height: 39px;
  display: flex;
  align-items: flex-end;
}

.my-header-title {
    color: white;
    font-size: 15px;
    font-weight: 500;
    line-height: 17px;
}

/* Список сервисов */
.my-services {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.my-service-item {
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.my-service-logo {
	min-width:315px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
}

.my-service-logo img {
	display:block;
	border:0;
    width: auto;
}

.my-service-description {
    color: white;
    font-size: 16px;
    font-weight: 400;
    height:15px;
    line-height: 12px;
}
.cc-window.cc-banner.cc-type-info.cc-top{
  	max-width: 1250px !important;
	margin: 0 auto;
	background: #945394;
	opacity: 1;
	top:auto;
	bottom:20px;
	border-radius:10px !important;
  }
  .cc-message{
  	color:#fff;
  }
  .cc-compliance .cc-dismiss,
  .cc-compliance .cc-dismiss:hover,
  .cc-compliance .cc-dismiss:active,
  .cc-compliance .cc-dismiss:visited{
  	background: #e9ae39 !important;
	outline: none !important;
	border: 0;
	box-shadow: none;
	border-radius: 8px;
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#010101 !important;
	font-weight:normal;
  }
/* Адаптивность */
@media (max-width: 672px) {
    body {
        padding: 0;
    }

    .my-popup-overlay.active {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .my-popup {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 345px;
        height: auto;
        min-height: 632px;
        margin-bottom: 20px;
        background-image: url("/themes/myhouse_t0db249/img/popup_images/okno_logos_bg_m.jpg");
        background-position: top center;
    }

    .my-popup-content {
        padding: 27px 24px;
    }

    .my-services {
        gap: 23px;
        margin-top: 70px;
    }

    .my-service-item {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 0;
    }

    .my-service-logo {
        width: calc(100% - 90px);
        justify-content: flex-start;
        min-width: auto;
    }
    
    .my-service-description {
        padding-left: 80px;
        width: calc(100% - 90px);
        white-space: nowrap;
        font-size: 12px;
    }

    .my-logo-img {
        height: 35px;
    }
    
    .my-popup-header {
        flex-wrap: wrap;
        gap: 0;
    }
    
    .my-header-text {
        flex: 1;
        height: 39px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
    
    .my-header-title {
        font-size: 14px;
        width: 206px;
    }
}

@media (max-width: 340px) {
    .my-popup {
        width: calc(100% - 20px);
        max-width: none;
        top: 10px;
    }
}
.l-short-page-footer li{margin:4px;}
.l-short-page-footer li span a{
	display:inline-flex;
	height:42px;
	align-items:center;
	padding: 0 42px;
	border-radius:4px;
	text-decoration:none;
	color:#fff;
	background:#3870b5;
}
.l-short-page-footer li:last-child span a{
	background:#dac0db;
	color:#936391;
	
}
.fa-exclamation-triangle{
	color: #999;
	fill:#999;
}
.fa-exclamation-triangle:hover{
	color: #ff9d00 !important;
}
.btn-promote svg .st0{
	stroke:none !important;
}
@media (max-width: 495px) {
	.complain button.claim-btn{
		margin-top:5px;
	}
}
.vw-dynprops:empty{
	display:none;
}
.fas.fa-pencil-alt{
	font-size: 28px !important;
	color:#999;
}
.fas.fa-pencil-alt i::before{
	fill:#999;
}
.usr-content .fas.fa-pencil-alt{
	font-size:16px !important;
}