html, body {
  font-family: "Red Hat Display", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-x: hidden;
/*  background: #FFEAC3;*/
}
body {
	background-color: #FFEAC3;
}
h1, h2, h3, h4, h5,h6, strong {
	font-family: "Oregano", cursive;
	font-style: normal;
}
a, button{
	font-family: "Patrick Hand SC", cursive;
	font-style: normal;
}

*::selection { background: #03AC4B; color: #CDEEDB }
::-webkit-scrollbar { width: 9px; }
::-webkit-scrollbar-thumb { background-color: #03AC4B; border-radius: 1px; }
::-webkit-scrollbar-track { background-color: #CDEEDB; }
html {
    scroll-behavior: smooth;
}
* {
  outline: none;
}
input.form-control, select.form-control, textarea.form-control {
	padding: 5px 10px;
	margin-bottom: 5px;
	width: 100%;
}

.header .header__logo{
	display: none;
}
.header.-is-sticky .header__logo{
	display: block;
}
.mainslide {
	width: 100vw;
	height: 100vh;
	filter: brightness(0.9);
	object-fit: cover;
}
@media(max-width: 1024px){
	#mainSlider {
		height: calc(var(--vh, 1vh) * 100) !important;
	}
}
#mainSlider .owl-nav {
	position: absolute;
    top: calc(50vh - 16px);
    width: 96vw;
    margin: 0 2vw;
    display: flex;
    justify-content: space-between;
}
.mainlogoplace {
	position: absolute;
/*	bottom: 10vh;*/
	left: calc(50% - 145px);
/*  width: 260px;
	height: 442px;*/
	object-fit: contain;
	z-index: 1;
	bottom: 15vh;
	width: 290px;
  height: auto;
}
.mainblock:after {
	content: '';
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url(images/mainvawe.svg);
	background-repeat: no-repeat;
	z-index: 1;
}
@media(max-width: 1024px){
/*	.mainblock:after {
		bottom: -15px;
	}*/
	.mainblock {
		height: calc(var(--vh, 1vh) * 100);
		position: relative;
		overflow: hidden; /* якщо треба */
	}
}
.blue-white-block {
/*	background: linear-gradient(to bottom, #009EFA, #fff);*/
/*	background: linear-gradient(to bottom, #009EFA, #FFEAC3);*/
	background: linear-gradient(to bottom, #A4DEFF, #FFEAC3);
}
.blue-yellow-block {
	background: linear-gradient(to bottom, #A4DEFF, #FFEAC3);
}
.minecontainer {
	width: 1145px;
	margin: 0 auto;
	max-width: 96%;
}
.myflex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.w50 {
	width: 50%;
}
.w33 {
	width: 33.33%;
}
@media(max-width: 767px){
	.w50, .w33 {
		width: 100%;
	}
}
.whybest div {
	margin: 50px 0 80px;
}
.whybest img {
	margin: 40px 20px 10px;
	display: block;
}
.whybest span {
	width: 155px;
	margin: auto;
	margin-bottom: 50px;
	text-align: center;
	font-family: "Patrick Hand SC", cursive;
	color: #000;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	display: block;
	text-transform: uppercase;
}
.brushdraw {
	background: url(images/brush.png);
	background-position: center;
	background-size: contain;
	width: 210px;
	height: 36px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	color: #B4E3FF;
	font-family: "Patrick Hand SC", cursive;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.bluebrushdraw {
	background: url(images/bluebrush.png);
	background-position: center;
	background-size: contain;
	width: 210px;
	height: 36px;
	display: flex;
	align-items: center;
	padding-left: 16px;
	color: #B4E3FF;
	font-family: "Patrick Hand SC", cursive;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.h2 {
	font-size: 64px;
	color: #00AC4B;
	max-width: 465px;
	line-height: 1.2;
}
.blue {
	color: #009EFA;
}
.text-center {
	text-align: center;
}
.text {
	margin: 20px 0;
}
.text * {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	text-align: justify;
}
.text p {
	margin: 15px 0;
}
.text a {
	margin: 30px auto 20px;
	display: block;
	width: 168px;
	text-align: center;
}
#mainabout {
	padding: 30px 0 70px;
}
#mainabout:before {
		content: '';
    position: absolute;
    width: 50vw;
    height: 34vw;
    background: url(images/root.svg);
    background-size: contain;
    left: 0vw;
    transform: rotate(0deg);
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
}
#mainabout .mainaboutimg {
	border-radius: 15px;
	width: calc(100% - 40px);
	max-height: 560px;
	object-fit: cover;
}
.bwbtn {
	font-family: "Patrick Hand SC", cursive;
	font-size: 18px;
	color: #009EFA;
	text-transform: uppercase;
	padding: 10px 30px;
	border: 2px solid #009EFA;
	border-radius: 8px;
	background: transparent;
	transition: 0.54s;
	display: inline-block;
	margin: 30px 0;
}
.bwbtn:hover {
	background: #009EFA;
	color: #fff;
}
#mainproducts {
	background: #CDEEDB;
	padding: 50px 0 150px;
	margin-top: 100px;
}
#mainproducts:before {
	content: '';
	position: absolute;
	left: 0;
	height: 70px;
	width: 100%;
	background: url(images/geenvawe.svg);
	background-repeat: no-repeat;
	z-index: 1;
	margin-top: -119px;
}
.minecontainer-header {
	display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.minecontainer-header .h2 {
	width: 100%;
	max-width: 100%;
}
.products {
	padding: 50px 0 30px;
}
.products .item {
	width: calc(33.33% - 10px);
	text-align: center;
	background: #CDEEDB;
	border-radius: 8px;
	transition: 0.54s;
}
.products .item:hover h4 {
	color: #009EFA;
}
.products .item:hover img {
	border: 3px solid #009EFA;
}
.products .item img {
	margin: 10px;
	border-radius: 18px;
	transition: 0.04s;
	overflow: hidden;
}
.products .item h4 {
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Patrick Hand SC";
	color: #03AC4B;
}
.products .item p {
	margin-top: 0;
	font-family: "Patrick Hand SC";
	color: #000;
	font-size: 22px;
	margin-bottom: 15px;
}
#mainproducts .bwbtn {
	margin: 10px auto;
  display: block;
  width: 140px;
  text-align: center;
}
@media(max-width: 767px){
	.products .item {
		width: calc(100% - 20px);
		margin-bottom: 30px;
	}
}
footer {
	background-image: url(images/foobg.svg);
	background-size: cover;
	background-position: center;
	margin-top: -130px;
	height: 465px;
}
footer * {
	color: #A4DEFF;
}
footer .mainpart {
	padding-top: 120px;
}
footer h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Patrick Hand SC";
	margin-bottom: 10px;
	margin-top: 30px;
}
.addresmapfooter {
	font-size: 16px;
}
footer a {
/*	font-family: "Patrick Hand SC";*/
	font-family: "Red Hat Display";
	font-size: 18px;
}
footer a:hover {
	color: #CDEEDB;
}
.unln {
	text-decoration: underline;
}
footer img.foologo {
	width: 150px;
	margin: 0 auto;
	display: block;
	margin-top: 15px;
}
footer .foosocial {
	display: flex;
	width: 150px;
	align-items: center;
	justify-content: space-around;
	margin: 30px auto;
}
footer .foosocial a {
	width: 54px;
}
@media(min-width: 1024px){
	.fcontatti {
		padding-left: 100px;
	}
	.fcontatti p {
		font-size: 14px;

	}
}
@media(max-width: 1023px){
	.header.-type-1 .header__right {
		display: block !important;
	}
	.mainlogoplace {
		width: 140px;
		position: absolute;
		left: calc(50% - 70px);
		top: 0px;
	}
	.header__logo {
		margin: 5px 0;
	}
	.myflex {
		flex-wrap: wrap;
	}
	.whybest {
		padding: 40px;
		z-index: 1;
		position: relative;
		padding-top: 80px;
    margin-top: -40px;
	}
	.whybest div {
		width: 50%;
		margin: 0;
	}
	.whybest div img {
		margin: 10px auto;
	}
	#mainabout .mainaboutimg {
		width: 80%;
		margin: 10px 10%;
		height: auto;
	}
	#mainabout:before {
    width: 50vw;
    height: 60vh;
  }
  #mainabout {
  	text-align: center;
  }
  #mainabout .brushdraw {
  	margin-top: 50px;
  	margin-left: calc(50% - 105px);
  }
  footer {
  	height: auto;
  	margin: 0;
  	margin-top: -59px;
  	background-image: url(images/foobgmob.svg);
  	text-align: center;
  }
  .header.-type-1 .header__language {
      left: 20px !important;
      height: 10px !important;
      margin-top: 0 !important;
      position: absolute;
  }
  .header.-type-1 .header__container {
  		margin-top: 20px !important;
  		margin-bottom: 20px !important;
  }
  .header__left .header__logo {
  	display: none !important;
  }
  #flog {
  	width: 100vw !important;
  }
  .bdiv {
  	display: block !important;
  	margin-top: 20px;
  	text-align: center;
  	font-size: 14px;
  	padding-bottom: 15px;
  }
  footer h3 {
  	margin-top: 30px;
  	margin-bottom: 10px;
  }
  .h2 {
  	font-size: 42px;
  }
}
.mainblock.detal {
	max-height: 510px;
	height: 510px;
	background-size: cover;
	background-position: center;
}
.mainblock.detal:after {
	top: 450px;
}
.mainblock.detal h1 {
	color: #CDEEDB;
	font-family: "Patrick Hand SC";
	text-align: center;
	text-transform: uppercase;
/*	font-size: 80px;*/
}
@media(min-width: 1024px){
	.mainblock.detal {
    max-height: 100vh;
    height: 100vh;
  }
	.mainblock.detal:after {
		top: calc(100vh - 59px);
	}
	.mainblock.detal h1 {
		margin-top: 18vh;
		font-size: 100px;
	}
}
.mainblock.detal .detallogo {
	width: 200px;
	display: block;
	padding: 30px 0 20px;
	margin: 0 auto;	
}
@media(max-width: 767px){
	.mainblock.detal .detallogo {
		width: 100px;
	}
	.mainblock.detal h1 {
		font-size: 48px;
    position: absolute;
    top: 300px;
    width: 100%;
	}
}
.blue-white-block.detal {
	position: absolute;
	width: 100%;
	height: 300px;
	z-index: -1;
	margin-top: -101px;
}
.blue-yellow-block.detal {
	position: absolute;
	width: 100%;
	height: 300px;
	margin-top: -101px;
}
.blue-yellow-block.detal div {
	z-index: 1;
}
.detalcontent {
	padding: 100px 0;
}
.detalcontent img {
	border-radius: 8px;
	max-height: 400px;
	object-fit: cover;
}
.detalcontent img {
	width: 100%;
	margin: 5px 0;
}
.detalcontent p {
	width: 100%;
	margin: 20px 0;
	font-size: 18px;
	color: #000;
	line-height: 30px;
}

@media(min-width: 768px){
	.detalcontent img {
		width: calc(100% - 50px);
	}
	.detalcontent p {
		width: calc(100% - 50px);
	}
	.detalcontent .minecontainer {
		padding: 20px 0;
	}
}

#mygall img {
	border-radius: 8px;
	width: calc(25% - 17px);
	transition: 0.54s;
	cursor: pointer;
	margin: 8px 7px;
}
#mygall img:hover {
	filter: brightness(0.9);
}
@media(max-width: 767px){
	#mygall img {
		width: calc(50% - 12px);
		margin: 6px 5px;
	}	
}
#mygall {
	padding: 50px 0;
}
.big_img.w100 {
	width: 100% !important;
}
@media(min-width: 768px){
	.big_img.w100 {
		width: calc(100% - 15px) !important;
	}
}
#mainproducts .gtprods {
	display: block;
	width: 180px !important;
	margin: 30px auto 50px !important;
}
.detalcontent .products .item {
	background: transparent;
	margin-bottom: 50px;
	padding: 0;
}
.detalcontent .products {
	flex-wrap: wrap;
}
.detalcontent .products .item img {
	margin-top: -5px;
}
.detalcontent .products .item img,
.detalcontent .products .item h4,
.detalcontent .products .item p
{
	width: 100%;
	padding: 0;
}
@media(min-width: 768px) {
	.detalcontent .products .item {
		width: calc(33.33% - 22px);
	}
}
.detalcontent .products .item:hover {
/*	box-shadow: 2px 4px 8px #777;
	background: #fff;*/
}
@media(max-width: 1024px){
	.header__socials { display: none; }
	.menu .menuNav__item > a img {
		width: 22px;
    position: relative;
    bottom: 2px;
	}
}
.bgyellow {
	background-color: #FFEAC3;
}
.bgdetimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
/*	filter: brightness(0.5);*/
	max-height: 510px;
}
@media(min-width: 1024px){
	.bgdetimg {
		height: 510px;
		height: 100vh;
		max-height: 100vh;
	}

}
.detalblock {
	overflow: hidden;
}
.detalblock div {
	z-index: 1;
	position: relative;
}
.detalcontent.bgyellow .minecontainer {
	z-index: 1;
	position: relative;
}
.ptooltips .active {
	border: 2px solid #00AC4B;
}
.ptooltips {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 10px 0;
}
.ptooltips img {
	margin-right: 10px;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	transition: 0.54s;
}
.ptooltips img:hover {
	filter: brightness(0.95);
	cursor: pointer;
}
#detal_main_photo {
	border-radius: 10px;
}
.detalcontent img {
	max-height: 1080px !important;
}
.constructor__input {
	width: 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.constructor__input input {
	text-align: center;
	font-size: 24px;
	margin-left: 10px;
}
.qty_btn {
	background: #009EFA;
  color: #fff;
  width: 64px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.54s;
  position: relative;
}
.qty_btn:hover {
	background: #fff;
	color: #009EFA;
}
form.constructor {
	display: flex;
  align-items: center;
  width: 100%;
 	max-width: 360px;
  justify-content: space-between;
}
@media(max-width: 390px){
	form.constructor {
		display: block;
		margin: 10px auto;
		text-align: center;
	}
	.constructor__input {
		width: 100%;
	}
	button.bwbtn {
		width: 100%;
	}
}
button.bwbtn {
/*	background-color: #fff;*/
}
.detalcontent.bgyellow .detarrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.detalcontent.bgyellow .detarrows img {
	width: 100%;
	transition: 0.54s;
}
.detalcontent.bgyellow .detarrows a:hover img {
	filter: brightness(0);
}
.ptext {
	text-align: center;
}
.ptext b,
.ptext strong {
	font-family: "Red Hat Display";
}
.ptext p {
	width: 100%;
}
.contactinfo img {
	max-width: 52px;
	max-height: 52px;
}
.contactinfo a {
	display: block;
	font-family: "Red Hat Display";
	font-size: 16px;
}
.contactinfo .social a {
	display: inline;
	margin: 5px 20px;
}
.contactinfo h3 {
	margin-top: 40px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: "Patrick Hand SC";
}
.green-btn {
	color: #00AC4B;
	border-color: #00AC4B;
}
.btn-center {
	margin: 20px auto;
	width: 200px;
	display: block;
}
@media(max-width: 1023px){
	.contactinfo {
		text-align: center;
	}
	.contactinfo .social a {
		margin: 5px 15px;
	}
}
.grecaptcha-badge {
	position: fixed;
	right: 10000px !important;
}
#headerbtn {
	background: transparent;
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}
header.-dark #headerbtn {
	color: #000;
	border-color: #000;
}
#headerbtn:hover {
	border-color: #00AC4B !important;
	background: #00AC4B;
	background-color: #00AC4B;
}
/*.header__container.is-in-view {
	background: #FFEAC3;
}*/
header.header.-type-1.-dark,
.menu.-top-header .menu__close {
	background: #FFEAC3 !important;
	background-color:  #FFEAC3 !important;
}
.gmtitle .h2 {
	width: 100% !important;
	max-width: 100% !important;
	text-align: center;
	margin-bottom: 40px;
}
.gmtitle .brushdraw {
	margin: 20px calc(50% - 105px);
}
footer .bdiv * {
	color: #000 !important;
	font-size: 13px !important;
  letter-spacing: 0.2px;
}
.menu .menuImage {
	width: 70% !important;
	position: absolute;
}
.menu__close {
	left: 70% !important;
}
.w55 {
	width: 55%;
}
.w45 {
	width: 45%;
}
@media(max-width: 1023px) {
	.w55, .w45 {
		width: 100%;
	}
}
.chisiamo .minecontainer {
	padding: 40px 0 20px;
}
.chisiamo .brushdraw {
	margin: 0 calc(50% - 105px);
}
.contactinfo * {
	text-align: center;
}
.contactinfo h3 {
	margin-top: 20px;
}
.contactinfo h3, .contactinfo a {
	color: #009EFA;
	transition: 0.5s;
}
.contactinfo a {
	font-size: 18px;
}
.contactinfo a:hover {
/*	transform: scale(1.01);*/
}
.contactinfo h3.green {
	color: #00AC4B;
}
.contactinfo p {
	margin: 7px 0;
	width: 100%;
}
.contactinfo .tttst p {
	margin: 40px 0 30px;
}
.w45, .w55, .cosafacciamo {
	text-align: justify;
}
.h510 {
	height: 510px;
	object-fit: cover;
}
@media(max-width: 767px){
	.h510 {
		height: 300px;
	}
}
@media(min-width: 1024px){
	#mainabout .w55 img {
		width: 100%;
	}
	#mainabout .w45 p {
		width: 90%;
		margin-left: 10%;
	}
}
@media(max-width: 1023px){
	#mainabout .w45 {
		margin-bottom: -60px;
	}
}
.justp {
	  margin: 20px 0;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    text-align: center;
}