* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a {
	text-decoration: none;
	color: aliceblue;
}

img {
  max-width: 100%;
  image-rendering: optimizeQuality;
  image-rendering: -webkit-optimize-contrast;
}

:root {
	--htmlbacground: #919797;
	--background-one: rgba(50, 77, 98, 1);
	--background-two: rgba(97, 70, 49, 1);
	--background-three: rgba(97, 70, 49, 0);
	--shadow-one: 4px 9px 8px 0px rgba(97, 70, 49, 0.4);
	--shadow-two: 4px 9px 8px 0px rgba(50, 77, 98, 0.4);
	--shadow-three: 4px 9px 8px 0px rgba(255, 255, 255, 0.541);
	--radius: 10px;
}

html {
	background-color: var(--htmlbacground);
	padding-bottom: 15px;
	font-size: clamp(10px, 1.2vw, 14px);
}

body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: aliceblue;
}

/* Сайт шапка */

.site_header_contacts_wrapper {
	height: 50px;
	width: 100%;
	background: var(--background-two);
	position: sticky;
	top: 0;
	z-index: 5000;
	box-shadow: var(--shadow-one)
}

.site_header_contacts {
	height: 50px;
	width: clamp(320px, 100%, 1680px);
	margin: 0 auto;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.logo_box {
	display: flex;

}

.contacts_box {
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: space-around;

}

.logo_mini_href {
	margin: 0 auto;
}

.logo_mini {
	height: 100px;
	background-color: aliceblue;
	border-radius: 40%;
	padding: 10px;
	box-shadow: var(--shadow-one);

}

.icon {
	width: 45px;
	height: 45px;
	fill: aliceblue;
	margin: auto;
	padding-top: 5px;
	transition: 0.5s;

	&:hover {
		fill: var(--background-two);
		stroke: aliceblue;
	}
}

.telephone_box {
	display: flex;

}

.telephone_box a {
	font-size: clamp(12px, 3vw, 25px);
	margin: 0 auto;
	padding-top: 8px;
	font-weight: 700;
}

/* Основной Wrapper */

.wrapper {
	min-height: 1000px;
	width: clamp(320px, 99%, 1680px);
	margin: 0 auto;
}

.pluses_box_a {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
	padding: 10px 0;
}

.pluses {
	min-height: 30px;
	background-color: var(--background-one);
	border-radius: 10px;
	position: relative;
	box-shadow: var(--shadow-one);

}

.plus1 {
	background: url(../img/blum_plus.jpg) center no-repeat;
	background-size: cover;
	aspect-ratio: 5/2;
}

.plus2 {
	background: url(../img/egger_plus.jpg) center no-repeat;
	background-size: cover;
	aspect-ratio: 5/2;
}

.button_zakaz_blum {
	color: aliceblue;
	background-color: #FF5210;
	border: 3px solid #FF5210;

	&:hover {
		color: #FF5210;
		background-color: var(--background-three);
	}
}

.button_zakaz_egger {
	color: aliceblue;
	background-color: #DF0917;
	border: 3px solid #DF0917;

	&:hover {
		color: #DF0917;
		background-color: var(--background-three);
	}
}

/* блок с каменными столешницами */

.table_wrapper {
	height: 100%;
	background-color: var(--background-two);
	margin-bottom: 10px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-one);
}

.table_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	aspect-ratio: 2/1;
}

.table1_img {
	width: 97%;
	aspect-ratio: 1/1;
	margin: auto;
	border-radius: var(--radius);
	position: relative;
}

.text_table_h1 {
	color: aliceblue;
	font-size: clamp(14px, 2.5vw, 25px);
	padding: 5px 20px;
	background-color: var(--background-one);
	position: absolute;
	top: 10px;
	left: 10px;
}

.text_table_h2 {
	color: aliceblue;
	font-size: clamp(12px, 2vw, 20px);
	padding: 5px 20px;
	background-color: var(--background-one);
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.table1_img img, .table4_img img {
	border-radius: var(--radius);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.table4_img {
	width: 97%;
	aspect-ratio: 1/1;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.table {
	width: 100%;
	aspect-ratio: 1/1;
	margin: auto;
	border-radius: var(--radius);
	padding: 3px;
	position: relative;
}

.text_box_table {
	display: flex;
	flex-direction: column;
	padding: 15px;
}

.text_table_ins {
	text-align: center;
	display: inline;
	font-size: clamp(14px, 2vw, 24px);
	color: aliceblue;
	margin: 10px auto;
}

.buttom_table {
	font-size: clamp(14px, 2vw, 20px);
	text-align: center;
	padding: 10px 15px;
	cursor: pointer;
	transition: 0.5s;
	color: aliceblue;
	background-color: var(--background-one);
	border: 3px solid var(--background-one);
	margin: 0 auto;

	&:hover {
		color: var(--background-one);
		background-color: var(--background-three);
	}
}

/* портфолио */

.portfolio_wrapper {
	background-color: var(--background-one);
	box-shadow: var(--shadow-three);
	border-radius: var(--radius);
	border-color: aliceblue;
	min-height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid aliceblue;
}

.portfolio_box_text {
	min-height: 10px;
	display: flex;
}

.portfolio_box_img {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	gap: 10px;
	padding: 10px;
}

.portfolio_box_img a {
	max-height: 120px;
	width: 100%;
	overflow: hidden;
	border: 2px solid aliceblue;
	border-radius: var(--radius);
}

.portfolio_box_img a img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}

.portfolio_box_img a img:hover {
	transform: scale(1.1);
}

.portfolio_box_text div {
	display: inline;
	font-size: clamp(16px, 4vw, 22px);
	padding: 10px 30px;
	color: aliceblue;
	margin: auto;
	border-bottom: 3px solid aliceblue;
}

/* свой дизайн */
.design_project_wrapper {
	width: 100%;
	background-color: var(--background-two);
	margin-bottom: 10px;
	border-radius: var(--radius);
	box-shadow: var(--shadow-one);
}

.design_project_box {
	width: 90%;
	min-height: 200px;
	margin: auto;
	min-height: 10px;	
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
	padding: 15px;

}

.design_project_box div {
	background-color: var(--background-two);
	min-height: 200px;
	width: 100%;
	border-radius: var(--radius);
	margin: auto;
	background: url(../img/h4_k.jpg) center no-repeat;
	background-size: fill;
	background-attachment: fixed;
}

/* карты и остальное */
.maps_and_forms {
	background-color: var(--background-one);
	height: 500px;
	border-radius: var(--radius);
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 10px;
	box-shadow: var(--shadow-two);
}

.maps {
	border-radius: 10px;
	overflow: hidden;
}


/* текстовый блок */

.text_compain_block {
	background-color: var(--background-one);
	border-radius: var(--radius);
	margin-bottom: 10px;
	padding: 10px 30px;
	position: relative;
	box-shadow: var(--shadow-two);
}

.main_text_box {
	text-align: justify;
}

.main_text_box_a {
	margin-top: 10px;

	&::before {
		content: '👋';
		font-size: 30px;

	}
}

.main_text_box_b {
	margin-top: 10px;
	
	&::before {
		content: '🔨';
		font-size: 30px;

	}
}

.main_text_box_c {
	margin-top: 10px;
	
	&::before {
		content: '📐';
		font-size: 30px;

	}	
}

.main_text_box_d {
	margin-top: 10px;
	
	&::before {
		content: '🛡';
		font-size: 30px;

	}	
}

.main_text_box_e {
	margin-top: 10px;
	
	&::before {
		content: '❤';
		font-size: 30px;

	}	
}

.button_vk_box {
	position: relative;
	width: 100%;
	height: 100px;
}

.button_vk {
	font-size: clamp(14px, 2vw, 20px);
    padding: 10px 15px;
    position: absolute;
    right: 10%;
    bottom: 10%;
    cursor: pointer;
    transition: 0.5s;

	color: var(--background-one);
	background-color: aliceblue;
	border: 3px solid aliceblue;

	&:hover {
		color: var(--background-one);
		background-color: var(--background-three);
		color: aliceblue;
	}
}

/* footer*/

.footer_wrapper {
	width: 100%;
	background-color: var(--background-two);
}

.footer_box {
	padding-bottom: 5px;
	width: clamp(320px, 100%, 1680px);
	margin: 0 auto;
}

.contacts_box_footer {
	margin: auto;
	width: 70%;
	display: flex;
	justify-content: space-around;

}

.icon_footer {
	width: 8vw;
	height: 8vh;
	fill: aliceblue;
	margin: auto;
	padding-top: 5px;
	transition: 0.5s;

	&:hover {
		fill: var(--background-two);
		stroke: aliceblue;
	}
}

.ip {
	text-align: center;
	padding: 10px;
}

/* форма ввода */

.forms_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

.forms {
	border-radius: var(--radius);
	box-shadow: var(--shadow-three);
	padding: 50px;
	position: relative;
	width: 80%;
}

.form_group div {
	position: relative;

}

.form_title {
	text-align: center;
	font-weight: 700;
	margin-bottom: 32px;
	font-size: clamp(14px, 2vw, 24px);
}

.form_input, .form_textarea {
	color: aliceblue;
	font-size: clamp(14px, 2vw, 18px);
	margin-bottom: 32px;
	width: 100%;
	border: none;
	border-bottom: 2px solid aliceblue;
	background-color: transparent;
	transition: 0.5s;

	&:focus {
	border-bottom: 2px solid var(--background-two);
	}
}
 
.form_label {
	font-size: clamp(8px, 1vw, 12px);
	position: absolute;
	top: 0;
	left: 0;
	color: aliceblue;
	transition: 0.5s;
}

.form_input:focus ~ .form_label,
.form_input:not(:placeholder-shown) ~ .form_label {
	top: -18px;
	font-size: 8px;
}

.form_textarea {
	height: 80px;

	&:focus {
		border: 2px solid var(--background-two);
	}
}

.form_textarea:focus ~ .form_label,
.form_textarea:not(:placeholder-shown) ~ .form_label {
	top: -18px;
	font-size: 8px;
}

.button_box {
	display: flex;
}

.form_button {
	font-weight: 700;
	color: aliceblue;
	font-size: clamp(12px, 1.5vw, 16px);
	padding: 5px 20px;
	background-color: transparent;
	border: 2px solid aliceblue;
	cursor: pointer;
	transition: 0.5s;
	margin: 0 auto;

	&:hover {
		background-color: aliceblue;
		color: var(--background-one);
	}

}

/* блок формы по нажатию */

.forms_box_open {
	display: flex;
	justify-content: center;
	align-items: center;
}

.forms_open {
	border-radius: var(--radius);
	box-shadow: var(--shadow-three);
	padding: 50px;
	position: relative;
	width: 80%;
}

.form_group_open div {
	position: relative;

}

.form_title_open {
	text-align: center;
	font-weight: 700;
	margin-bottom: 32px;
	font-size: clamp(14px, 2vw, 24px);
}

.form_input_open, .form_textarea_open {
	color: aliceblue;
	font-size: clamp(14px, 2vw, 18px);
	margin-bottom: 32px;
	width: 100%;
	border: none;
	border-bottom: 2px solid aliceblue;
	background-color: transparent;
	transition: 0.5s;

	&:focus {
	border-bottom: 2px solid var(--background-two);
	}
}
 
.form_label_open {
	font-size: clamp(8px, 1vw, 12px);
	position: absolute;
	top: 0;
	left: 0;
	color: aliceblue;
	transition: 0.5s;
}

.form_input_open:focus ~ .form_label_open,
.form_input_open:not(:placeholder-shown) ~ .form_label_open {
	top: -18px;
	font-size: 8px;
}

.form_textarea_open {
	height: 80px;

	&:focus {
		border: 2px solid var(--background-two);
	}
}

.form_textarea_open:focus ~ .form_label_open,
.form_textarea_open:not(:placeholder-shown) ~ .form_label_open {
	top: -18px;
	font-size: 8px;
}

.button_box_open {
	display: flex;
}

.form_button_open {
	font-weight: 700;
	color: aliceblue;
	font-size: clamp(12px, 1.5vw, 16px);
	padding: 5px 20px;
	background-color: transparent;
	border: 2px solid aliceblue;
	cursor: pointer;
	transition: 0.5s;
	margin: 0 auto;

	&:hover {
		background-color: aliceblue;
		color: var(--background-one);
	}

}

.forms_box_open_close {
	display: none;
}

/* SWIPER */


.first_slider_box {
	width: clamp(320px, 100%, 1680px);
	max-height: 745px;
	aspect-ratio: 9/7;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	box-shadow: var(--shadow-one);
}

.first_slider_swiper {
	height: 100%;
}

.slide_a {
	height: 100%;
	background-color: black;
	position: relative;
	
}

.text_xernia {
	width: clamp(50px, 35%, 250px);
	position: absolute;
	bottom: 5%;
	left: 5%;
	background-color: var(--background-two);
	border-radius: var(--radius);
	border: 2px solid aliceblue;
}

.text_xernia p {
	text-align: center;
	padding: 1vh 1vw;
	color: aliceblue;
	border-bottom: 2px solid aliceblue;

}

#pp {
	border-bottom: none;
}

.slide_a img {
	object-fit: cover;
	object-position: 0% 0%;
	height: 100%;
	width: 100%;
}

.text_heading_slider {
	font-size: clamp(13px, 2.5vw, 20px);
	color: var(--background-two);
	background-color: aliceblue;
	display: inline-block;
	position: absolute;
	left: 5%;
	top: 10%;
	padding: 5px 10px;
	text-align: center;
}

.button_zakaz {
	font-size: clamp(12px, 1.5vw, 20px);
	padding: 8px 12px;
	position: absolute;
	right: 5%;
	bottom: 10%;
	cursor: pointer;
	transition: 0.5s;
}

.buttom_slide_zakaz {
	color: aliceblue;
	background-color: var(--background-two);
	border: 3px solid aliceblue;

	&:hover {
		color: var(--background-two);
		border: 3px solid var(--background-two);
		background-color: var(--background-three);
	}
}

/* слайдер 2 */

.promo_box {
	overflow: hidden;
	border: 3px solid var(--background-two);
	background-color: var(--background-two);
	padding: 0 5px 5px 5px;
	border-radius: 10px;
	box-shadow: var(--shadow-one);
	position: relative;
	margin-bottom: 10px;
}

.slider_promo img {
	border-radius: 10px;
	box-shadow: var(--shadow-one);
}

.btn_next, .btn_prev {
	padding: 8px;
	color: var(--background-two);
	background-color: aliceblue;
	border-radius: 50%;
	transition: 0.5s;
	width: 30px;
	height: 30px;

	&:hover {
		background-color: var(--background-two);
		color: aliceblue;
		border-radius: 1px solid var(--background-two);
		border-radius: 10px;
	}
}

.btn_next {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.btn_prev {
	position: absolute;
	bottom: 20px;
	right: 100px;
}

.text_promo {
	font-size: clamp(15px, 2.5vw, 25px);
	text-align: center;
	border-bottom: 2px solid aliceblue;
	padding: 10px 50px 10px 50px;
	color: aliceblue;
	margin: 10px;
}

/* слайдер на отзывы */

.feedback_box {
	height: 100%;
	background-color: var(--background-one);
	border-radius: 10px;
	overflow: hidden;
	box-shadow: var(--shadow-two);
}

.feedback_slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 10px;
}

.card_reviewer {
	display: flex;
	border-right: 3px solid aliceblue;
}

.photo_reviewer {
	width: 50%;
	aspect-ratio: 1/1;
	background-color: var(--background-two);
	border-radius: 50%;
	border: 3px solid aliceblue;
	margin: auto 5px;
	

}

.photo_reviewer1 {
	background: url(../img/photo.jpg) center no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.photo_reviewer2 {
	background: url(../img/photo2.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.photo_reviewer3 {
	background: url(../img/photo3.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.photo_reviewer4 {
	background: url(../img/photo4.jpg) center no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.photo_reviewer5 {
	background: url(../img/photo5.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.photo_reviewer6 {
	background: url(../img/photo6.jpg) center no-repeat;
	background-size: cover;
	background-position: center;
}

.photo_reviewer8 {
	background: url(../img/photo8.jpg) center no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.text_reviewer {
	text-align: justify;
	width: 50%;
	margin: auto 0;
	padding: 0 10px;
}

.name_reviever {
	font-size: 20px;
	font-weight: 700;
}

/* слайдер в слайдере */
.slider_reviewer {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: auto;

}

.slider_reviewer_start {
	width: 100%;
	height: 100%;
}

.slider_reviewer_number {
	background-color: var(--background-two);
	width: 100%;
	height: 100%;
	margin: auto;
	box-shadow: var(--shadow-three);
}

.slider_reviewer_number1 {
	background: url(../img/k111.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number2 {
	background: url(../img/k112.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number3 {
	background: url(../img/k110.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number4 {
	background: url(../img/k111.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number10 {
	background: url(../img/k72.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number11 {
	background: url(../img/k76.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number12 {
	background: url(../img/k74.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number13 {
	background: url(../img/k75.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number15 {
	background: url(../img/k100.JPG) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number16 {
	background: url(../img/k102.JPG) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number17 {
	background: url(../img/k103.JPG) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number18 {
	background: url(../img/k104.JPG) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number20 {
	background: url(../img/k30.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number21 {
	background: url(../img/k31.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number22 {
	background: url(../img/k28.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number23 {
	background: url(../img/k29.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number30 {
	background: url(../img/k54.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number31 {
	background: url(../img/k55.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number32 {
	background: url(../img/k56.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number33 {
	background: url(../img/k54.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number40 {
	background: url(../img/k57.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number41 {
	background: url(../img/k58.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number42 {
	background: url(../img/k59.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number43 {
	background: url(../img/k61.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number50 {
	background: url(../img/k48.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number51 {
	background: url(../img/k49.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number52 {
	background: url(../img/k50.jpg) center no-repeat;
	background-size: cover;
}

.slider_reviewer_number53 {
	background: url(../img/k51.jpg) center no-repeat;
	background-size: cover;
}

/* слайдер для выбора кухни */

.kitchen_option_box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 10px;
	box-shadow: var(--shadow-one);
}

.kitchen_modern_box, .kitchen_art_box {
	background-color: var(--background-one);
	min-height: 30px;
	aspect-ratio: 1/1;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.kitchen_modern_slider {
	width: 100%;
	height: 100%;
	position: relative;
}

.kitchen_option_slide {
	width: 100%;
	height: 100%;
}

.img_slider_kitchen {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.text_h1_kitchen_modern {
	display: inline;
	font-size: clamp(18px, 2.5vw, 22px);
	color: aliceblue;
	background-color: var(--background-one);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	padding: 5px 15px;
}

.price_h1_kitchen_modern {
	display: inline;
	font-size: clamp(12px, 1.5vw, 20px);
	color: aliceblue;
	background-color: var(--background-one);
	position: absolute;
	bottom: 20px;
	z-index: 99;
	padding: 5px 5px 5px 30px;
	border-radius: 30% 0 0 30%;
	transform: rotate(-15deg);
}

.button_zakaz_modern {
	bottom: 20%;
	z-index: 98;
	color: aliceblue;
	border: 3px solid var(--background-one);
	background-color: var(--background-one);

	&:hover {
		color: var(--background-one);
		background-color: var(--background-three);
	}
}





/* SWIPER */

/* медиазапросы */
@media(max-width: 1259px) {
	.kitchen_modern_box, .kitchen_art_box {
		aspect-ratio: 3/4;
	}

}

@media(max-width: 990px) {
	.telephone_box a {
		padding-top: 12px;
	}
	.portfolio_box_img {
		grid-template-columns: repeat(8, 1fr);
	}
	.portfolio_box_img a {
		max-height: 80px;
	}

	.kitchen_modern_box, .kitchen_art_box {
		aspect-ratio: 1/1;
	}
}

@media(max-width: 740px) {

	.logo_mini {
		height: 80px;
	}

	.maps {
		height: 200px;
		overflow: hidden;
	}

	.design_project_box div {
		min-height: 80px;
	}
	
	.pluses_box_a {
		grid-template-columns: 1fr;
	}
	.table_box {
		grid-template-columns: 1fr;
		padding-top: 10px;
	}
	.design_project_box {
		width: 95%;
	}

	.maps_and_forms {
		height: 100%;
		grid-template-columns: 1fr;
	}

	.telephone_icon_none {
		display: none;
	}

	.portfolio_box_img {
		grid-template-columns: repeat(5, 1fr);
		overflow: auto;
		height: 300px;
	}

	.portfolio_box_img a {
		height: 80px;
	}

	.icon {
		height: 40px;
	}
}

@media(max-width: 450px) {
	.feedback_slide {
		grid-template-columns: 1fr;
		height: 100%;
		overflow: visible;
	}

	.card_reviewer {
		border-right: none;
		border-bottom: 3px solid aliceblue;
	}

	.kitchen_modern_box, .kitchen_art_box {
		aspect-ratio: 3/4;
	}

	.design_project_box div {
		min-height: 100px;
	}

	.kitchen_option_box {
		grid-template-columns: 1fr;
	}

	.portfolio_box_img {
		grid-template-columns: repeat(4, 1fr);
	}

	.logo_mini {
		height: 70px;
		padding: 5px;
	}

	.telephone_box a {
		font-size: clamp(12px, 3.5vw, 25px);
		padding-top: 18px;
	}

	.icon {
		width: 8vw;
    	height: 6vh;
	}

	.button_zakaz {
		padding: 5px 10px;
	}

	.price_h1_kitchen_modern {
		bottom: 45px;
	}

	.forms {
		width: 92%;
	}
	
}




.ps {
	position: relative;
	float: left;
	width: 100%;
}

.forms_open {
	width: 100%;
}


.forms_box_open_close {
	display: none;
	opacity: 0;
	position: fixed;
	top: 100px;
	left: 50%;
	width: 310px;
	margin-left: -155px;
	z-index: 5002;
	background-color: #000;
}


.forms_box_open_close .x {
	position: absolute;
  right: -27px;
  top: -31px;
	width: 20px;
	height: 20px;
	background: url(../img/x.svg) center center no-repeat;
	background-size: 100% auto;
	cursor: pointer;
}

.window-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 5001;
  display: none;
}

.warn .calc-fb-warn-text {
  display: block;
}

.warning {
  /*background: #ffc3c3 !important;*/
  border-color: red !important;
}








.feedback-sended {
  display: none;
  opacity: 0;
  z-index: 1002;
  position: fixed;
  top: 50%;
  margin-top: -104px;
  left: 50%;
  margin-left: -180px;  
  width: 100%;
  max-width: 360px;
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  height: 208px;
}

.feedback-sended .x {
  z-index: 151;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-sended .feedback-sended-text {
  font-size: 24px;
  padding-top: 3px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 110%;
  padding-bottom: 10px;
  color: #3c3c3c;
}

.feedback-sended .feedback-sended-after {
  color: #26292C;
  font-size: 15px;
  line-height: 21px;
  padding-top: 8px;
  letter-spacing: -0.1px;
}

.feedback-sended .x {
  position: absolute;
  top: 27px;
  right: 27px;
  cursor:pointer;
  width: 18px;
  height: 18px;
  background: url(../img/x_black.svg) center center no-repeat;
  background-size:100%;
  cursor:pointer;
  z-index:3;
}

.feedback-sended .feedback-sended-btn {
  background: #25adc2;
  color: #fff;
  height: 40px;
  font-weight: 600;
  font-size: 15px;
  padding-top: 10px;
  margin-top: 31px;
  line-height: 133%;
  letter-spacing: -0.01em;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}

.feedback-sended .feedback-sended-btn:hover {
  opacity: 0.9;
}

#fade-sended { 
  display: none;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  z-index: 1001;
}

@media(max-width: 380px){
  .feedback-sended {
    left: 10px;
    right: 10px;
    margin-left: 0;
    width: calc(100% - 20px);
  }
}
