*{
 box-sizing: inherit;
 transition-property: all;
 transition-duration: .3s;
 transition-timing-function: ease;
}
 
a {
 text-decoration: none;
}
 
.btn {
 color: #fff;
 cursor: pointer;
 display: block;
 font-size: 16px;
 font-weight: 400;
 line-height: 35px;
 margin: 10px;
 max-width: 250px;
 width: 100%;
 height: 35px;
 text-align: center;
 position: relative;
 text-transform: uppercase;
}
 
.btn-2:hover:after,
.btn-2:hover:before {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 border-color: #74c13f;
 transition: width 310ms ease-in-out;
 width: 85%;
}
 
.btn-2:after,
.btn-2:before {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 border: 1px solid rgba(255, 255, 255, 0);
 bottom: 0px;
 left: 0px;
 content: " ";
 display: block;
 margin: 0 auto;
 position: relative;
 transition: all 210ms ease-in-out;
 width: 0;
}

.grey-image {
    filter: grayscale(1); /* Черно-белый фильтр для изображения */
    transition: 1s; /* Время изменения цвета изображения */
}
.grey-image:hover {
    filter: grayscale(0); /* Цветное изображение при наведении */
}






/**Появление тени**/
.hover-effect1 {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.hover-effect1:hover {
-moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow:0 0 10px #000; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.product-item {
  text-align: left;
  margin: 5px auto;
  border-bottom: 0px solid #F5FFFA;
  background: #ffffff;
  width: 100%;
  max-width: 550px;
  box-shadow: 1px 3px 1px 1px rgba(221, 221, 221, 1);
  font-family: "Arial";
  transition: .3s ease-in;
}
.product-item:hover {border-bottom: 1px solid rgba(42, 92, 8, 0.9);}
.product-item img {
  display: block;
  width: 100%;
}


.price {
  font-size: 20px;
  color: #B22222;
  display: block;
  margin-bottom: 0px;
}


.button-top {
  text-decoration: none;
  display: inline-block;
  padding: 7px 6px;
  cursor: pointer ;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  transition: .3s ease-in;
}



.button {
  text-decoration: none;
  display: inline-block;
  padding: 7px 6px;
  background: rgba(67, 145, 13, 0.8);
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  transition: .3s ease-in;
}

.product-item:hover .button {background: rgba(222, 22, 22, 0.9);}

.image {
 overflow: hidden;
 }

.image img {
 -moz-transition: all 1s ease-out;
 -o-transition: all 1s ease-out;
 -webkit-transition: all 1s ease-out;
 }
 
.image img:hover {
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 }








/* Razmeri Shriftov */
.shadowtekst {
  text-shadow: 0px 1px 1px rgba(0,0,0,.7); /* Параметры тени */
}


.text-korzina {
  color: #ffffff;
  font-family: 'Arial', cursive;
    font-size: 24px;
}

.text-spanforma {
  color: #06000a;
  font-family: 'Arial', cursive;
  font-size: 18px;
  margin-top: 5px;
}

@media (max-width: 1080px) {
	.text-spanforma {
    margin-top: 5px; 
    font-size: 16px !important;
}	
}

@media (max-width: 680px) {
	.text-spanforma {
    margin-top: 5px; 
    font-size: 13px !important;
}	
}

.text-block-video {
  color: #06000a;
  font-family: 'Arial', cursive;
  font-size: 14px;
  margin-top: 5px;
}

@media (max-width: 1080px) {
	.text-block-video {
    margin-top: 5px; 
    font-size: 14px !important;
}	
}

@media (max-width: 680px) {
	.text-block-video {
    margin-top: 5px; 
    font-size: 13px !important;
}	
}






a.knopka {
color: white; /* цвет текста */  
text-decoration: none; /* убирать подчёркивание у ссылок */
user-select: none; /* убирать выделение текста */
background: #74c13f;   border-radius: 1px;
box-shadow: 0 2px 4px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
padding: .5em 1.5em; /* отступ от текста */
outline: none; /* убирать контур в Mozilla */ }
a.knopka:hover { background: #DCDCDC; } /* при наведении курсора мышки */
a.knopka:active { background: #FCFCFC; } /* при нажатии */ }



.hforma {
  color: #181c18;
  font-family: 'Arial', cursive;
  font-size: 16px;
  margin-top: 5px;
  text-align:  center;
  letter-spacing: 0.5px;
  line-height: 0.99; 
}

@media (max-width: 1080px) {
  .textwidget-hforma {
  color: #181c18;
  font-family: 'Arial', cursive;
  margin-top: 5px;
  text-align:  center;
  letter-spacing: 0.5px;
  line-height: 0.99; 
  font-size: 16px !important;
}	
}

@media (max-width: 680px) {
  .textwidget-hforma {
  color: #181c18;
  font-family: 'Arial', cursive;
  margin-top: 5px;
  text-align:  center;
  letter-spacing: 0.5px;
  line-height: 0.99; 
  font-size: 16px !important;
}	
}

@media (max-width: 1080px) {
	.textwidget-ban3forma {
    margin-top: -55px; 
    letter-spacing: -1px;
    line-height: 1.25; 
    font-size: 18px !important;
}	
}

@media (max-width: 1080px) {
	.textwidget-ban2forma {
    margin-top: -55px; 
    letter-spacing: -1px;
    line-height: 0.58; 
    font-size: 16px !important;
}	
}

@media (max-width: 680px) {
	.textwidget-banforma {
    margin-top: -55px; 
    letter-spacing: -1px;
    line-height: 0.58; 
    font-size: 28px !important;
}	
}




nav.main-nav {
 background: rgba(255, 255, 255, 0.9);
 color: white; /* Цвет символа */
 height:68px;
 z-index:1700;
 margin:0auto;
 border-bottom:1pxsolid#dadada;
 width:100%;
 position:fixed;
 top:0;
 left:0;
 right:0;
 text-align: center;
}



.avfeed {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  margin: -2px 0px -5px -75px;
  width: 350px;	height: 40px;
  position: relative;
  color: white;
  text-align:  left;
  text-shadow: 1px 1px 1px rgba(0,0,0,.7); /* Параметры тени */
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(87, 166, 57, 0.9);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 0.99;   
        cursor: pointer;
}

.avfeed:before,
.avfeed:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
}

.avfeed:before {
  bottom: 0;
  left: 0;
  border-left: 1px solid white;
  border-top: 1px solid white;
  transition: 0s ease opacity .8s, .2s ease width .4s, .2s ease height .6s;
}

.avfeed:after {
  top: 0;
  right: 0;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  transition: 0s ease opacity .4s, .2s ease width , .2s ease height .2s;
}

.avfeed:hover:before,
.avfeed:hover:after{
  height: 100%;
  width: 100%;
  opacity: 1;
}
.avfeed:hover:before {transition: 0s ease opacity 0s, .2s ease height, .2s ease width .2s;}
.avfeed:hover:after {transition: 0s ease opacity .4s, .2s ease height .4s , .2s ease width .6s;}
.avfeed:hover {background: rgba(12, 84, 12, 0.6);}



@media (max-width: 1080px) {
	.avfeed {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  margin: -2px 0px -5px -85px;
  width: 350px;	height: 40px;
  position: relative;
  color: white;
  text-align:  left;
  text-shadow: 1px 1px 1px rgba(0,0,0,.7); /* Параметры тени */
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(87, 166, 57, 0.9);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 0.99;   
        cursor: pointer;
}	
}

@media (max-width: 768px) {
	.avfeed {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  margin: -2px 0px -5px -5px;
  width: 299px;	height: 40px;
  position: relative;
  color: white;
  text-align:  left;
  text-shadow: 1px 1px 1px rgba(0,0,0,.7); /* Параметры тени */
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(87, 166, 57, 0.9);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 0.99;   
        cursor: pointer;
}	
}

@media (max-width: 680px) {
	.avfeed {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 10px 30px;
  margin: -2px 0px -5px -5px;
  width: 299px;	height: 40px;
  position: relative;
  color: white;
  text-align:  left;
  text-shadow: 1px 1px 1px rgba(0,0,0,.7); /* Параметры тени */
  border: 1px solid rgba(255,255,255,.8);
  background: rgba(87, 166, 57, 0.9);
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 0.99;   
        cursor: pointer;
}	
}





.link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: ;
  color: #74c13f;
  overflow: hidden;
  text-decoration: none;
}

.link {
  /* То же, что и раньше */
  background: linear-gradient(to right, #74c13f, #74c13f 50%, #2d2d2d 50%);
}

.link {
  /* То же, что и раньше */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}

.link {
  /* То же, что и раньше */
  transition: background-position 275ms ease;
}
.link:hover {
  background-position: 0 100%;
  text-decoration: overline #74c13f;
}




.cherta {
  padding: 3px 0 8px;
  display: inline-block;
}

.cherta::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 80px;
  height: 2px;
  transform: skew(-12deg) translateX(-50%);
  background: #74c13f;
  z-index: -1;
}

.cherta_vl {
    border-left:3px solid rgba(87, 166, 57, 0.9);
    padding-left: 15px;
}




/*=========================================
   MENY
 =========================================*/
* {box-sizing: border-box;}
  
  body {
  margin: 0;
  background: url("");
    
  }

  nav {background: rgba(255, 255, 240, 0.0);}
  nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

  nav a {
  text-decoration: none;
  outline: none;
  display: block;
  transition: .4s ease-in-out;
  }

  .topmenu {
  text-align: center;
  padding: 5px 0;
  }

  .topmenu > li {
  display: inline-block;
  position: relative;
  padding: 2px 5px;
  }

  .topmenu > li:last-child:after {
  background: none;
  box-shadow: none;
  }

  .topmenu > li > a {
  padding: 2px 5px;
  color: #767676;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-family: 'Exo 2', Cuprum;
  }

  .topmenu > li:hover > a {color: #c0a97a;}

  .submenu {
  position: absolute;
  left: 40%;
  top: 110%;
  width: 250px;
  margin-left: -110px;
  background: ;
  border: ;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  transform: scale(.8);
  transition: .4s ease-in-out;
  }

  .submenu li a {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  }

  .topmenu > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  }

  .submenu li a:hover {color: #c0a97a;}
/*=========================================
   MENY
 =========================================*/



.collection-menu-vertical .list-item > .submenu {
	display: none !important;
}
.collection-menu-vertical .list-item.is-opened > .submenu {
	display: block !important;
}

.collection-menu-inner .submenu {
  
	position: relative;
	left: 0 !important;
	top: 0 !important;
	transform: none;
	visibility: visible;
	width: calc(100% - 25px);
	margin: 10px 32px 5px -8px;
	text-align: left;
  	overflow: visible !important;
  	transition: none !important;  
  
}

.collection-menu-inner .submenu li a {
  
	margin: 2px 0px 2px 10px;
  	padding: 10px !important;
  	width: auto !important;
  	display: block !important;

}


.collection-menu-inner .level-2 .collapse-toggle {
	right: -42px;
	border: none;  
}
.collection-menu-inner .submenu.level-3.collapse-block {
	width: calc(100% + 2px);
	margin: -1px;
}

.collection-menu-mobile .submenu {
	position: relative;
	left: 0 !important;
	top: 0 !important;
	transform: none;
	visibility: visible;
  	margin: 0px;
	transform: none;
	width: 100%;
	font-size: 12px;
	background: no-repeat;
	border: none;
  	//overflow: visible !important;
  	transition: none !important;
}

.collection-menu-mobile .submenu li a {
	font-size: 14px;
	border: none;
	margin: 0px;
  	padding: 10px !important;
  	width: auto !important;
  	display: block !important;
}
.collection-menu-mobile .submenu.level-3.collapse-block {
	width: calc(100% + 2px);
	margin: -1px;
}
.collection-menu-mobile .level-2 .collapse-toggle {
	right: -10px;
	border: none;
}





