@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//pominki-v-kafe.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.2") format("woff2");
}

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 15px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: rgb(62,62,62);
	--wd-link-color-hover: rgb(25,187,79);
	--btn-default-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 700;
	--btn-default-bgcolor: rgb(25,187,79);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: #74a32f;
	--btn-font-weight: 700;
	--btn-color: rgb(255,255,255);
	--btn-font-size: 16px;
	--btn-bgcolor: rgba(25,187,79,0.8);
	--btn-color-hover: rgb(255,255,255);
	--btn-bgcolor-hover: rgba(25,187,79,0.8);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(62,62,62);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}



.whb-general-header-inner {
	height: auto;
}

.hero a {
    color: #19bb4f !important;
	text-decoration: underline;
}

h2:after {
    content: "";
    height: 3px;
    width: 100px;
    display: block;
    background: #44c66d;
    position: relative;
    margin: 15px auto 0;
}

.row {
    margin-inline: 0px;
}
.inform_block {
    position: absolute;
    z-index: 10;
    border: 1px solid #b6b6b6;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 380px;
    left: 50%;
    margin: 30px 0px 0px -580px;
    padding: 30px;
}
@media screen and (max-width: 1160px) {
    .inform_block {
        left: 0;
        margin: 30px 0 0 0;
    }
}

@media (max-width: 767px) { 
	.inform_block {

        left: 0;
        margin: 30px 0 0;
        position: relative;
        width: 100%;
        max-width: 100%;
        text-align: center;
    

	}
}
.map.container-fluid {
    height: 402px;
    padding: 0;
    background-image: url(/images/map_1.jpg);
    background-position: center center;
    overflow: hidden;
}
.map.container-fluid-2 {
    height: 450px;
    padding: 0;
    background-image: url(/images/map_2.jpg);
    background-position: center center;
    overflow: hidden;
}
.phones a {
    color: #000000;
    font-size: 22px;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.phones a:hover {
    color: #19bb4f;
}
.whb-header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0px;
    z-index: 100;
    box-shadow: 0 18px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1000px) {
.main-page-wrapper {
    
    margin-top: 90px;
}
}
#header .inner_block {
    height: auto;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
}
.whb-main-header {
    max-width: 1160px;
    margin: 0 auto;
}
.footer-sidebar  {
width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    height: 100%;
	}

.num {
    width: 92px;
    height: 92px;
    line-height: 92px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    background: #fbfbf8;
    color: #bebebc;
    font-size: 60px;
    text-align: center;
    font-weight: 800;
    margin: 0 auto 15px;
    cursor: default;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.arrow:after {
    content: "";
    width: 66px;
    height: 18px;
    background: url(/wp-content/uploads/2024/08/arrow.png) no-repeat;
    position: absolute;
    top: 35px;
    right: -80px;
}
.elementor-icon-box-description a {
   color: #19bb4f;
}
.info-box-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 250px;
}
.wd-info-box-link a:hover {
color: #19bb4f;
}
.hall img {
    display: block;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
    z-index: 2;
}
.elementor-template-full-width .row>[data-elementor-type] {
   
    margin-bottom: 0px;
    
}
.wd-info-box {
    
   gap: 0px !important;
}
.hall .info-box-content {
   
    background: #e4e6ce;
    border: 1px solid rgba(158, 173, 70, 0.5);
    
}
.e-con {
	
}


/* Контейнер */

.contact-form-transparent .elementor-widget-wd_contact_form_7 {
background: transparent !important;
} 


.horizontalForm {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc( -20px/2 );
    margin-right: calc( -20px/2 );
    align-items: flex-end;
    row-gap: 0px;
	padding: 20px 0;
}
/* Поля */
.horizontalField {
    width: 20%;
}
/* Кнопка */
.formSubmit {
    width: 20%
}
.wpcf7-submit {
    width: 100%
}
.horizontalField, .formSubmit {
    padding-right: calc(20px/2);
    padding-left: calc(20px/2);
	height: 40px;
}
.horizontalField input, .horizontalField label,
[data-name="acceptance"]
{
    width: 100%
}
/* Подтверждение */
.wpcf7-list-item {
    margin-left: 10px
}
/* Спиннер */
.wpcf7-spinner {
    display: none;
}
/* Ошибка валидации */
.wpcf7-not-valid-tip {
    position: absolute;
    top: -38px;
    right: 0
}
input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid {
    border-color: #dc3232
}
@media (max-width: 800px) {
    .horizontalForm {
        flex-direction: column
    }
    
    .horizontalField, .formSubmit {
        width: 100%
    }
    
    .formSubmit {
        order: 1
    }
}
.elementor-widget-wd_contact_form_7 {
	 background: rgba(0, 0, 0, 0.6);
    height: 90px;
    width: 100%;
	
	
}

.wpcf7 {
   max-width: 1160px !important;
    width: 100%;
    margin: 0 auto;
}

.horizontalField input {
    height: 40px;
    background: rgba(110, 110, 110, 0.5);
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
	border-color: #fff;
}
.wpcf7-not-valid-tip {
visibility: hidden;
}
.screen-reader-response {
	visibility: hidden;
}
@media screen and (max-width: 1000px) {
    .elementor-widget-wd_contact_form_7 {
        height: auto;
    }
	.elementor-2 .elementor-element.elementor-element-c5e6c61 {
   
    --margin-top: 65px;
   
}
	   .wpcf7 {
      padding:10px;
    }
}

.comment {
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    opacity: .5;
}

.comment a{
color: #fff;
	text-decoration: underline;
}

.screen-reader-response ul {
display:none;
}

.screen-reader-response p {
display:none;
}
.info-box-title {
	margin-bottom:10px !important;
	margin-top: 10px !important;
	line-height: 56px !important;
}
.e-con{
	padding: 0px 0px 0px 0px;
}
html:not(.browser-Firefox) input[type="date"] {
    background: rgba(110, 110, 110, 0.5);
}

.article-inner {
    width: 1160px !important;
    margin: auto !important;
}
.entry-meta-list {
display:none !important;
}

.wd-post-cat {
display:none !important;
}