@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/*  for development  tuning admin menu margins
    для разработки настройки отступов админ меню    */

body.user-logged-in.path-taxonomy.toolbar-vertical.toolbar-fixed {
    margin-top: 16px;
}



html {
	background: #e8e8e8;
}

body {
	margin-top: -1rem;
	font-family: Roboto;
	font-weight: 400;
}

/* ---------------- buttons ----------------------------------------------- */
.button {
	text-decoration: none;
	color: black;
	margin: 0;
  }

/* ---------------- END of buttons ----------------------------------------------- */

/*  ----------------- Regions hidden on Mobile devices   Регионы скраваемые на мобильных 991 -------------------------*/
//.region.region-sticky-header,
//.region.region-primary-menu {
//	display: none;
}

/* ----------------------------  end of hidden REGIONZ  --------------------------------------------*/

.region.region-header {
	display: flex;
	padding: 1rem;
	margin-top: 1rem;
	gap: 1rem;
}

main {
	background: #fff;
}

/* ----------------------HERO ----------------------------- */
/* ---------------------------- HERO block for taxonomy term - Katalog ---------------------------------------------------- */

.hero_top_bgnd {
	display: flex;
	min-height: clamp(18rem, 18vw, 22rem);
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	clip-path: circle(378% at 50% calc(-1vw*270));
}

.hero_top_bgnd .back {
    flex: 0 0 60px;
    width: 44px;
    height: 44px;
    position: relative;
    top: 1rem;
    left: 1rem;
    margin-right: 1rem;
    text-align: center;
}

.back span {
    cursor: pointer;
    padding: 16px 4px;
    font-weight: bold;
    color: yellow;
    background: limegreen;
    font-size: 10px;
    text-decoration: none;
    line-height: 48px;
    border-radius: 50%;
}




}

.hero_title {
	font-size: 2rem;
	color: white;
	text-shadow: 0px 0px 5px black;
	font-family: initial;
	font-weight: 900;
}

.hero_image {
	position: relative;
	top: -13rem;
}

.hero_image .field--name-field-image {
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.hero_content,
.order_form {
	max-width: clamp(320px, 100%, 1200px);
	margin: 0 auto;
	padding: 1rem;
}

.hero_content {
	margin-top: -13rem;
	margin-bottom: 3rem;

}

/* -------------------- END ofHERO block for taxonomy term - Katalog ---------------------------------------------------- */





/* -------------------- Блок быстрого доступа для мобилок и планшетов  Quick access block for mobile and tablet  --------------*/

#block-new-prntln-theme-10-quickaccess {
	padding: 1rem;
}

.quick_circle {
	width: clamp(260px,72vw,400px);
	margin: 0 auto;
	border: 1px solid #b2b2b2;
	padding: .5px;
	border-radius: 50%;
}

.quick_buttons {
	display: flex;
	border-radius: 50%;
	overflow: clip;
	aspect-ratio: 1;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}

.quick {
	flex: 0 0 50%;
	aspect-ratio: 1;
	box-sizing: border-box;
	display: flex;
	padding: 1rem;
	flex-flow: column nowrap;
}

.button a {
	text-decoration: none;
	flex-basis: 100%;
}

.quick.call {
	background: rgb(0,161,229);
	background: linear-gradient(315deg, rgba(0,161,229,1) 0%, rgba(255,255,255,1) 100%);
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	justify-content: end;
	/* text-align: right; */
}

.call_text {
	display: flex;
	flex-flow: column nowrap;
	justify-content: end;
	height: 100%;
}

.call_text span {
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.quick.callback {
	background: rgb(230,0,124);
	background: linear-gradient(45deg, rgba(230,0,124,1) 0%, rgba(255,255,255,1) 100%);
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	justify-content: end;
	text-align: left;
}

.quick.map {
	background: rgb(255,237,0);
	background: linear-gradient(215deg, rgba(255,237,0,1) 0%, rgba(255,255,255,1) 100%);
	border-top: 1px solid white;
	border-right: 1px solid white;
	text-align: right;
	justify-content: start;
}

.quick.catalog {
	background: rgb(0,0,0);
	background: linear-gradient(115deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
	color: white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	text-align: left;
	justify-content: start;
}
