/* Buttons start */

.uc-director a[href^="#popup"],
.uc-process a[href^="#popup"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px; 
    font-family: Noto Sans;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #000000 !important;
    border-radius: 10px;
    background-color: #fdc04b !important;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    padding: 0 40px;
}
.uc-director a[href^="#popup"]:hover,
.uc-process a[href^="#popup"]:hover {
    color: #000000 !important;
    background-color: #fed381 !important;
}

@media screen and (max-width: 961px) {
    .uc-director a[href^="#popup"],
    .uc-process a[href^="#popup"] {
        font-size: 12px;
        height: 40px;
        padding: 0 20px;
    }
}

/* Buttons end */

/* Whatsapp widget start */

.uc-wa-widget .t708__title {
    text-align: left;
    margin-bottom: 15px;
}
.uc-wa-widget .t-input-title {
    font-size: 16px;
    margin-bottom: 10px !important;
}
.uc-wa-widget .t-radio__item {
    font-size: 14px;
}
.uc-wa-widget .t-radio__indicator {
    height: 18px;
    width: 18px;
}
.uc-wa-widget .t-radio__indicator::after {
    height: 9px;
    width: 9px;
}
.uc-wa-widget .t-form__screen-current-view {
    display: none !important;
}
.uc-wa-widget .t-submit,
.uc-wa-widget .t-btn_sm {
    height: 40px !important;
    padding: 1px 20px !important;
}
.uc-wa-widget .t708__additional-info {
    margin-top: 20px;
}
.uc-wa-widget .t708__bottom-text {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
}
.uc-wa-widget .t708__bottom-text ul {
    list-style: none;
    padding-left: 16px !important;
    margin-bottom: 3px;
}
.uc-wa-widget .t708__bottom-text li {
    position: relative;
}
.uc-wa-widget .t708__bottom-text li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #27d045;
    border-radius: 50%;
}

/* Whatsapp widget end */

/* Kitchen page start */

.uc-cat-product .t760__price.t760__price-item {
	font-family: 'Noto Sans';
}

.uc-cat-product .t760__btn-wrapper {
    margin-bottom: 15px;
}

.uc-cat-product .t760__descr {
    margin-top: 15px;
}

.uc-cat-product a[href="/constructor"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px; 
    font-family: Noto Sans;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    border-radius: 10px;
    background-color: #EF5350 !important;
    transition-property: background-color, color, border-color, box-shadow;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
    padding: 0 40px;
}
.uc-cat-product a[href="/constructor"]:hover {
    color: #fff !important;
    background-color: #EF9391 !important;
}

@media screen and (max-width: 961px) {
    .uc-cat-product a[href="/constructor"] {
        font-size: 14px;
        padding: 0 20px;
    }
}

/* Kitchen page end */

/* Constructor start */

#planplace_container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    #planplace_container {
        width: 100%;
        height: 100%;
    }
}


/* Constructor end */

/* catalog filter start */

.uc-catalog .t-store__filter__title {
	font-family: 'Noto Sans';
}
.uc-catalog .t-store__filter__opts-mob-btn {
	background-color: #fdc04b;
	padding: 8px 16px;
	border-radius: 10px;
	transition: opacity .2s;
}
.uc-catalog .t-store__filter__opts-mob-btn:hover,
.uc-catalog .t-store__filter__opts-mob-btn.active {
	opacity: .8;
}

@media screen and (min-width: 961px) {
    .uc-catalog .t951__sidebar {
    	position: relative
    }
    .uc-catalog .t951__sidebar::before {
    	content: 'Фильтры';
    	display: block;
    	position: absolute;
    	top: -50px;
    	left: 0px;
    	font-size: 20px;
    	font-weight: bold;
        margin-bottom: 20px;
    }
}

/* catalog filter end */

/* Yandex reviews widget start */

.uc-yx-widget {
	max-width:760px;
	height:900px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}
.uc-yx-widget iframe {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}
.uc-yx-widget a {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
    font-family: YS Text,sans-serif;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
    color: #b3b3b3 !important;
    padding: 0 20px;
}

/* Yandex reviews widget end */

/* Catalog: additionals carousel start */

.owl-theme .owl-dots .owl-dot span {background: #f0f0f0 !important;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fdc04b !important; transition: background-color 0.3s;}
.owl-theme .owl-dots .owl-dot {outline: none;}

@media screen and (max-width: 960px){
.t776__col_mobile-grid { width: 100% !important; }
.t776__col {margin-bottom: 10px  !important;}    
}

/* Catalog: additionals carousel end */


/* Kitchen production process block start */

@media screen and (max-width: 961px) {
    .uc-process .t585__icon {
        -webkit-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
    }
}

/* Kitchen production process block end */

/* FAQ block start */

@media screen and (max-width: 961px) {
    .uc-faq .t585__icon {
        -webkit-transform: translateY(-50%) scale(0.7);
        transform: translateY(-50%) scale(0.7);
    }
}

/* FAQ block end */

/* Constructor block start */

.uc-constr-ref .t165__btn-wrapper {
    padding-top: 30px;
}

/* Constructor block end */

/* Inline quiz form start */

.uc-form-inl-quiz .t835__quiz-description-title svg {
	display: none;
}

/* Inline quiz form end */