/**
 * Theme Name:  Wowokna
 * Version:     3.0
*/

/* Helvetica */
@font-face {
  font-family: "Helvetica";
  src: url("/wp-content/themes/wowokna/assets/fonts/Helvetica/Helvetica-Bold.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Helvetica/Helvetica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica";
  src: url("/wp-content/themes/wowokna/assets/fonts/Helvetica/Helvetica.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Helvetica/Helvetica.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Montserrat */
@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Italic.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Geist */
@font-face {
  font-family: "Geist";
  src: url("/wp-content/themes/wowokna/assets/fonts/Geist/Geist-Regular.woff2") format("woff2"),
       url("/wp-content/themes/wowokna/assets/fonts/Geist/Geist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {  
    position: relative;
}




/* WordPress базовые стили
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; 
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; 
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.block-green {
background: #4bbdac!important;
}
.block-pink {
background: #d23a72!important;
}
.block-white {
background: #FFF!important;
border: 2px solid var(--black-1);
}

.block-white .plit-item__title {
     color: var(--black-1);
}
.block-white .plit-item__price {
     color: var(--black-1);
}
.block-white .plit-item__descr {
     color: var(--black-1);
}

.block-white .windows-item__title {
     color: var(--black-1);
}
.block-white .windows-item__descr {
     color: var(--black-1);
}
.block-white .windows-item__price {
     color: var(--black-1);
}
.adv__item-text {
	text-decoration:none;
}
.adv__item {
	text-decoration:none;
}

.main-container {
  margin-inline: auto;
  padding-inline: 10px;
  max-width: 1380px;
}
@media (min-width: 768px) {
  .main-container {
    padding-inline: 15px;
  }
}
@media (min-width: 1280px) {
  .main-container {
    padding-inline: 20px;
  }
}
.inform__block-text {  
    max-width: 370px;
}


.case__slide.swiper-slide {
	display:flex;
}

.proces__block-image img {
    max-width: 800px;
    border-radius: 30px;
}

.top-block-right .proces__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.top-block-left .proces__list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 20px;
}
.proces__block {
    display: flex;
    min-width: 30%;
    width: auto;
    max-width: 50%;
}
.top-block-right .proces__block-content {
    padding-left: 0px!important;
}
section.top-block-right {
	margin-bottom: 40px;
}
section.top-block-left {
	margin-bottom: 40px;
}


@media (max-width: 980px) {
    .top-block-right .proces__list {
        display: flex;
        flex-direction: column-reverse;
    }
	.top-block-left .proces__list {
	    flex-direction: column-reverse;
	}
    .proces__block {
        max-width: 100%;
    }
    .proces__block-image {
    width: auto;
    max-width: 100%;
    }
}

img.img_otziv {
	height:19px;
	margin-right: 10px;
}
.otziv-slide__rating {
	
}
.otziv-slide__images {
	display:flex;
	margin-top: 10px;
}
.otziv-tab__contents {
	display:flex;	
    gap: 20px;
    flex-wrap: wrap;
}
a.otziv__tab-btn {
color:#272727;
text-decoration: none;	
}
a.otziv__tab-btn--active {
	color:#FFF;
	text-decoration: none;
}

.projects__pag .prev-pag.disabled, .projects__pag .next-pag.disabled {
    width: auto;
    background: var(--Black-4, rgba(0, 0, 0, 0.07));
    border: none;
    pointer-events: none;
    font-size: 16px;
    padding: 12px 28px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.project_a {
    font-size: 28px;
    line-height: normal !important;
    font-style: normal;
    font-weight: 700 !important;
    margin-bottom: 16px;
    text-transform: inherit !important;
    text-align: left !important;
}
.main-article__text img {	
	border-radius: 30px;
}

.otz-full {
	display:flex!important;
}

.cont-faces__photo {
     height: auto!important;    
}
@media (min-width: 1024px) {
    ul.benefits-steps.bs2{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
} 
.otziv-slide__images {
  display:flex;                                
}
.campare__tab-aside {
    display: block;    
   margin-top: 290px;
}
.campare__item {
display: flex!important;
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 26px;
}

.campare__item-prop {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
}
.tooltip { 
  z-index: 999;
}
.search-popup__label { 
	margin-bottom:0px;
}
.search-popup__result:not(:last-child) {   
    margin-top: 20px;
}
.search-popup__wrapper {
	height:auto;
}

/* Popup Thanks */
.popup-thanks {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.25);
  height: 100vh;
  z-index: 11;
  display: none;
}
.popup-thanks__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background: #4bbdac;
  padding: 40px;
  border-radius: 30px;
  max-width: 521px;
  box-shadow: 0 4px 30px rgba(0,0,0,.25);
}
.popup-thanks__wrapper h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
  color: #272727;
}
.popup-thanks__wrapper h3 span {
  color: #fff;
}
.popup-thanks__wrapper p {
  color: #fff;
  line-height: 22px;
}
.popup-thanks__wrapper .close {
  cursor: pointer;
  position: absolute;
  top: 26px;
  right: 40px;
}

@media screen and (max-width: 980px) {
  .popup-thanks__wrapper h3 {
    font-size: 20px;
  }
  .popup-thanks__wrapper {
    width: 90%;
  }
  .popup-thanks__wrapper {
    padding: 40px 20px;
  }
  .popup-thanks__wrapper .close {
    top: 20px;
    right: 20px;
  }
}

/* Главное меню - подменю */
.header__top .menu-list__sub-menu {
  transition: 0.3s all ease;
  overflow: hidden;
  height: 0;
}

@media (min-width: 1280px) {
  .header__top .menu-list__item_sub-menu {
    position: relative;
  }
  
  .header__top .menu-list__item_sub-menu:hover .menu-list__sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  
  .header__top .menu-list__item_sub-menu:hover .menu-list__link {
    background: var(--white);
    color: var(--black-);
  }
  
  .header__top .menu-list__sub-menu {
    position: absolute !important;
    opacity: 0;
    pointer-events: none;
    z-index: 50;
    top: 100%;
    right: 0 !important;
    left: auto !important;
    padding: 24px;
    border-radius: 0 0px 30px 30px;
    box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.05);
    background: #fff;
    height: auto !important;
    width: max-content;
  }
  
  /* Убираем специальное правило для последнего элемента */
  .header__top .menu-list__item_sub-menu:last-child .menu-list__sub-menu {
    right: 0 !important;
    left: auto !important;
  }
}

@media (min-width: 1280px) {
  .menu-list__sub-menu-inner {
    display: flex;
    align-items: flex-start;
    gap: 60px;
  }
}

.sub-menu-list {
  padding: 8px 0 8px 15px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (min-width: 1280px) {
  .sub-menu-list {
    padding: 0;
  }
}

.sub-menu-list__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.29;
  color: var(--black-);
  text-decoration: none;
  transition: color 0.3s ease;
}

.sub-menu-list__link:hover {
  color: var(--green);
}
.proff__images img {
	border-radius:30px;
}

/* Стили для формы #callme */
#callme {
  width: 961px !important;
  background: #D23A72 !important;
  height: 380px !important;
  padding: 0 !important;
}

/* Скрываем встроенную кнопку закрытия, используем Fancybox */
#callme .close {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #callme {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* Стили для формы #myzamer */
#myzamer {
  width: 961px !important;
  background: #D23A72 !important;
  height: 380px !important;
  padding: 0 !important;
}

/* Скрываем встроенную кнопку закрытия, используем Fancybox */
#myzamer .close {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #myzamer {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* Стили для формы #zak-rachet */
#zak-rachet {
  width: 961px !important;
  background: #D23A72 !important;
  height: 380px !important;
  padding: 0 !important;
}

/* Скрываем встроенную кнопку закрытия, используем Fancybox */
#zak-rachet .close {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #zak-rachet {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* Стили для формы #vzaver */
#vzaver {
  width: 961px !important;
  background: #D23A72 !important;
  height: 380px !important;
  padding: 0 !important;
}

/* Скрываем встроенную кнопку закрытия, используем Fancybox */
#vzaver .close {
  display: none !important;
}

@media screen and (max-width: 980px) {
  #vzaver {
    width: 100% !important;
    max-width: 420px !important;
  }
}

/* Скрываем спиннер Contact Form 7 */
.wpcf7-spinner {
  display: none !important;
}

/* Скрываем сообщения об ошибках Contact Form 7 (они показываются в попапе) */
.wpcf7-response-output {
  display: none !important;
}

/* Стили для попапа ошибки */
#no-popup-thanks {
  display: none;
}

#no-popup-thanks .error-message {
  color: #fff;
  line-height: 22px;
}

/* Стили для невалидных полей Contact Form 7 */
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid {
  border: 2px solid var(--pink) !important;
}

/* Скрываем сообщения об ошибках валидации (показываем только красную рамку) */
.wpcf7-not-valid-tip {
  display: none !important;
}
.original__item-greyy h4 {
	font-size: 28px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.original__item h4 {
	font-size: 28px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}
.original__images {
    margin-top: 0px!important;    
}
@media (min-width: 1280px) {
    .sub-menu-list__link {
        font-size: 16px;
        line-height: 1.25;
    }
}
.sub-menu-list__link a:hover{
color: var(--black-2);
}
.caption-title_line p{
  margin:0px;
}
.info-prop__value {   
    text-align: end;
}
.prod-item__title {    
    min-height: 70px;
}
@media (max-width: 980px) {
	.prod-item__title {    
    min-height: auto;
}
}	
.mainpopup__descr {
    display: block;
    margin-top: 0px;   
    padding-left: 40px;
}
.mainpopup__plate {   
    height: 145px;   
}
.salesgrid a.articles__title {
color: var(--black-2);
text-decoration: none;
}

.original__item-green h4{
  font-size:50px;
  color:#FFF;
  margin:0px;
}
.quiz__row__right {
  text-align: end;
}
.brend__image img{
	max-width:100%;
}

/* Стили для изображений в отзывах */
.otziv-slide__image {
  height: 80px !important;
  width: 107px !important;
  overflow: hidden !important;
}

.otziv-slide__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Стили для black-block - изменение цвета SVG при ховере на #4bbdac */
.adv__item .adv__item-icon img {
  transition: filter 0.3s ease;
}

.adv__item:hover .adv__item-icon img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(62%) saturate(397%) hue-rotate(131deg) brightness(94%) contrast(90%);
}

/* Стили для кликабельных цветов в section-lineyka */
.icon-color {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.icon-color:hover {
  opacity: 0.8;
}

/* Скрытие стандартного поля file CF7 в форме отзывов */
#otziv .wpcf7-form-control-wrap input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#otziv .mainpopup-form .wpcf7-form-control-wrap:has(input[type="file"]) {
  display: none !important;
}

/* Стили для изображений в предпросмотре загруженных файлов */
.mainpopup__uploads img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}
#otziv {
  padding: 0px;
}
.mainpopup__left { 
  border-radius: 30px;  
}
.polisText span.wpcf7-list-item {
  margin-left:0px; 
}
.polisText span.wpcf7-list-item-label {
  font-size:14px;  
}
.polisText span.wpcf7-list-item-label a{
color: #d23a72;
}
.polisText{
  margin-bottom: 20px;
}
.poliswhite {
  color:#FFF;
}

/* Ограничение текста отзывов по высоте блока */
.otziv-slide__text {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  display: block;
  word-wrap: break-word;
}

/* Если есть изображения - используется максимальная доступная высота */
.otziv-slide__text--with-images {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

/* Если нет изображений - используется максимальная доступная высота */
.otziv-slide__text--no-images {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.yplot__slider {
  padding: 0px;
}
.yplot__nav {
  display:none;
}
.brend__image {  
  padding-left: 30px;
}
.windows__item-big img {
	max-height: 240px;
}
.lineykas__slider img {
	width: 100%;
}
/*#original-2 .original__images {
    margin-top: 65px !important;
}*/
.otziv-slide { 
	display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}

/* Убираем подчёркивания у карточек-ссылок и их содержимого */
.recommended-list__item,
.recommended-list__item:hover,
.recommended-list__item:focus,
.recommended-list__item .recommended-list__title,
.recommended-list__item .recommended-list__descr,
.recommended-list__item .recommended-list__price,
.articles__item,
.articles__item:hover,
.articles__item:focus,
.articles__item .articles__item-title,
.articles__item .articles__item-image {
  text-decoration: none !important;
}
.windows__item,
.windows__item:hover,
.windows__item:focus,
.windows__item .windows-item__title,
.windows__item .windows-item__descr,
.windows__item .windows-item__price {
  text-decoration: none !important;
}
.wondow__item,
.wondow__item:hover,
.wondow__item:focus,
.wondow__item .wondow__item-title,
.wondow__item .wondow__item-props,
.wondow__item .cards-price__price {
  text-decoration: none !important;
}
.wondow__item,
.wondow__item .wondow__item-title,
.wondow__item .wondow__item-props,
.wondow__item .wondow__item-props p,
.wondow__item .cards-price__price {
  color: inherit !important;
}

/* Квиз: после выбора ответа подсвечиваем кнопку "Далее" */
.vibor .step.active:has(input[type="radio"]:checked) .next-btn {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(39, 39, 39);
  color: rgb(39, 39, 39);
}

/* В карточке результата эффект только у верхней картинки */
.vibor #resultContainer .quiz__row__right img {
  border-radius: 0 !important;
  background: transparent !important;
  width: auto !important;
  max-width: 100%;
  display: inline-block;
}

/* Кнопка "Начать заново" в результате квиза */
.vibor .restart-btn {
  min-width: 320px;
  white-space: nowrap;
  background: rgb(255, 255, 255);
  border: 2px solid rgb(39, 39, 39);
  color: rgb(39, 39, 39);
}