div#container
{
   width: 1280px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#Layer6
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer4
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer2
{
   background-color: #FFFFFF;
   background-image: none;
}
#Layer1
{
   background-color: #FFFFFF;
   background-image: none;
}
#Image1
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image2
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Form1
{
   background-color: #FAFAFA;
   background-image: none;
   border: 3px solid #FFA500;
   border-radius: 8px;
}
#Editbox1
{
   border: 1px solid #006400;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 25px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
}
::-webkit-input-placeholder {color:#000000 !important;}
:-moz-placeholder {color:#000000 !important;}
::-moz-placeholder { color:#000000 !important;}
:-ms-input-placeholder {color:#000000 !important;}
input, textarea, select {outline:none;box-shadow:none;}
#wb_Extension2 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationExtension2::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 0 175px #00FF7F;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationExtension2::after {
    position: absolute!important;
	top: 100%!important;
	left: 50%!important;
	margin: -35px 0 0 -35px!important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50%!important;
	content: '';
	opacity: 0!important;
	pointer-events: none!important;
	box-shadow: 0 0 0 45px #00FF7F!important;
	animation: anim-effect-ivana-1 3000ms ease infinite normal!important;
}


@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomExtension2:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #00FF7F;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


#Extension2
{
    width: 219px;
    height: 40px;
    top: 96px;
    left: 976px;
}
.btnExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00FF7F;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension2:hover,
.btnExtension2:active {
    color: #FFFFFF;
    border: 2px solid #008448!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension2 { 
       width:100%;
       height:100%;
	border: 2px solid #008448!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 20px!important;
	color: #FFFFFF!important;
	background: #008448;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 6px!important;
       z-index:1;
       overflow: hidden;
}

.btnExtension2:hover {
       border: 2px solid #008448!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #FFA500;
}




.btnExtension2:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

/* Pseudo elements for icons */
.btnExtension2:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #FFFFFF;
}

/* Button 1a */
.btn-1aExtension2:hover,
.btn-1aExtension2:active {
	color: #FFFFFF;
	background: #fff;
}

/* Button 1b */
.btn-1bExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1bExtension2:hover,
.btn-1bExtension2:active {
	color: #FFFFFF;
}

.btn-1bExtension2:hover:after,
.btn-1bExtension2:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1cExtension2:hover,
.btn-1cExtension2:active {
	color: #FFFFFF;
}

.btn-1cExtension2:hover:after,
.btn-1cExtension2:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dExtension2 {
	overflow: hidden;
}

.btn-1dExtension2:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1dExtension2:hover,
.btn-1dExtension2:active {
	color: #FFFFFF;
}

.btn-1dExtension2:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dExtension2:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eExtension2 {
	overflow: hidden;
}

.btn-1eExtension2:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1eExtension2:hover,
.btn-1eExtension2:active {
	color: #FFFFFF;
}

.btn-1eExtension2:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eExtension2:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eExtension2:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1fExtension2 {
	overflow: hidden;
}

.btn-1fExtension2:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1fExtension2:hover,
.btn-1fExtension2:active {
	color: #FFFFFF;
}

.btn-1fExtension2:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1fExtension2:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2Extension2 {
	background: #008448;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension2 {
	border-radius: 6px!important;
}

.btn-2bExtension2:hover {
	box-shadow: 0 8px #FFA500;
	top: -2px;
}

.btn-2bExtension2:active {
	box-shadow: 0 0 #FFA500;
	top: 6px;
}



#wb_CssMenu1
{
   border: 1px solid #00A85D;
   border-radius: 12px;
   background-color: #00A85D;
   margin: 0;
   text-align: center;
}
#wb_CssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_CssMenu1 li
{
   float: left;
   margin: 0;
   padding: 0px 25px 0px 0px;
}
#wb_CssMenu1 a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border: 0px none #00A85D;
   background-color: #00A85D;
   background-image: none;
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   text-decoration: none;
   height: 45px;
   line-height: 45px;
   padding: 0px 25px 0px 25px;
   vertical-align: middle;
   text-align: center;
}
#wb_CssMenu1 li:hover a, #wb_CssMenu1 a:hover, #wb_CssMenu1 .active
{
   color: #FFFFFF;
   background-color: #008448;
   background-image: none;
   border: 0px none #008448;
}
#wb_CssMenu1 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu1 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu1 li:hover, #wb_CssMenu1 li a:hover
{
   position: relative;
}
#wb_CssMenu1 a.withsubmenu
{
   padding: 0 25px 0 25px;
   background-image: none;
}
#wb_CssMenu1 li:hover a.withsubmenu, #wb_CssMenu1 a.withsubmenu:hover
{
   background-image: none;
}
#wb_CssMenu1 ul ul
{
   position: absolute;
   left: 0;
   top: 0;
   visibility: hidden;
   width: 132px;
   height: auto;
   border: none;
   background-color: transparent;
}
#wb_CssMenu1 ul :hover ul
{
   left: 0px;
   top: 45px;
   padding-top: 0px;
   visibility: visible;
}
#wb_CssMenu1 .firstmain:hover ul
{
   left: 0px;
}
#wb_CssMenu1 li li
{
   width: 132px;
   padding: 0 0px 0px 0px;
   border: 0px #00A85D solid;
   border-width: 0 0px;
}
#wb_CssMenu1 li li.firstitem
{
   border-top: 0px #00A85D solid;
}
#wb_CssMenu1 li li.lastitem
{
   border-bottom: 0px #00A85D solid;
}
#wb_CssMenu1 ul ul a, #wb_CssMenu1 ul :hover ul a
{
   float: none;
   margin: 0;
   width: 122px;
   height: auto;
   white-space: normal;
   padding: 12px 6px 12px 4px;
   background-color: #00A85D;
   background-image: none;
   border: 0px solid #CCCCCC;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   line-height: 16px;
   text-align: left;
   text-decoration: none;
}
#wb_CssMenu1 ul :hover ul .firstitem a
{
   margin-top: 0px;
}
#wb_CssMenu1 ul ul :hover a, #wb_CssMenu1 ul ul a:hover, #wb_CssMenu1 ul ul :hover ul :hover a, #wb_CssMenu1 ul ul :hover ul a:hover
{
   background-color: #008448;
   background-image: none;
   border: 0px solid #2E6DA4;
   color: #FFFFFF;
}
#wb_CssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_Carousel1
{
   background-color: transparent;
   background-image: none;
}
#Carousel1 .frame
{
   width: 900px;
   display: inline-block;
   float: left;
   height: 390px;
}
#wb_Carousel1 .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#wb_Carousel1 .pagination img
{
   border-style: none;
   padding: 12px 12px 12px 12px;
}
#Carousel1_back
{
   position: absolute;
   left: 4px;
   top: 43%;
   width: 64px;
   height: 50px;
   z-index: 999;
}
#Carousel1_next
{
   position: absolute;
   right: 4px;
   top: 43%;
   width: 64px;
   height: 50px;
   z-index: 999;
}
#Carousel1_back img, #Carousel1_next img
{
   border-width: 0;
}
#Carousel1_back a, #Carousel1_next a
{
   cursor: pointer;
}
#Carousel1 .frame-1
{
   background-color: transparent;
   background-image: url(images/z1.jpg);
   background-repeat: no-repeat;
   background-position: center top;
}
#Carousel1 .frame-2
{
   background-color: transparent;
   background-image: url(images/z2.jpg);
   background-repeat: no-repeat;
   background-position: center center;
}
#Carousel1 .frame-3
{
   background-color: transparent;
   background-image: url(images/z3.jpg);
   background-repeat: no-repeat;
   background-position: center center;
}
#Carousel1 .frame-4
{
   background-color: transparent;
   background-image: url(images/z4.jpg);
   background-repeat: no-repeat;
   background-position: center center;
}
#Carousel1 .frame-5
{
   background-color: transparent;
   background-image: url(images/z5.jpg);
   background-repeat: no-repeat;
   background-position: center center;
}
#Layer13
{
   background-color: #F0F0F0;
   background-image: none;
   border: 3px solid #00A85D;
   border-radius: 12px;
}
#Image21
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text24 div
{
   text-align: center;
}
#Layer14
{
   background-color: #F0F0F0;
   background-image: none;
   border: 3px solid #00A85D;
   border-radius: 12px;
}
#Image22
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text25 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text25 div
{
   text-align: center;
}
#wb_Text26 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text26 div
{
   text-align: center;
}
#wb_Extension5 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationExtension5::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 0 175px #00FF7F;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationExtension5::after {
    position: absolute!important;
	top: 100%!important;
	left: 50%!important;
	margin: -35px 0 0 -35px!important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50%!important;
	content: '';
	opacity: 0!important;
	pointer-events: none!important;
	box-shadow: 0 0 0 45px #00FF7F!important;
	animation: anim-effect-ivana-1 3000ms ease infinite normal!important;
}


@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomExtension5:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #00FF7F;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


#Extension5
{
    width: 531px;
    height: 60px;
    top: 1447px;
    left: 375px;
}
.btnExtension5:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00FF7F;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension5:hover,
.btnExtension5:active {
    color: #FFFFFF;
    border: 2px solid #008448!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension5 { 
       width:100%;
       height:100%;
	border: 2px solid #008448!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 27px!important;
	color: #FFFFFF!important;
	background: #008448;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 6px!important;
       z-index:1;
       overflow: hidden;
}

.btnExtension5:hover {
       border: 2px solid #008448!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #FFA500;
}




.btnExtension5:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

/* Pseudo elements for icons */
.btnExtension5:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #FFFFFF;
}

/* Button 1a */
.btn-1aExtension5:hover,
.btn-1aExtension5:active {
	color: #FFFFFF;
	background: #fff;
}

/* Button 1b */
.btn-1bExtension5:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1bExtension5:hover,
.btn-1bExtension5:active {
	color: #FFFFFF;
}

.btn-1bExtension5:hover:after,
.btn-1bExtension5:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cExtension5:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1cExtension5:hover,
.btn-1cExtension5:active {
	color: #FFFFFF;
}

.btn-1cExtension5:hover:after,
.btn-1cExtension5:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dExtension5 {
	overflow: hidden;
}

.btn-1dExtension5:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1dExtension5:hover,
.btn-1dExtension5:active {
	color: #FFFFFF;
}

.btn-1dExtension5:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dExtension5:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eExtension5 {
	overflow: hidden;
}

.btn-1eExtension5:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1eExtension5:hover,
.btn-1eExtension5:active {
	color: #FFFFFF;
}

.btn-1eExtension5:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eExtension5:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eExtension5:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1fExtension5 {
	overflow: hidden;
}

.btn-1fExtension5:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1fExtension5:hover,
.btn-1fExtension5:active {
	color: #FFFFFF;
}

.btn-1fExtension5:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1fExtension5:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2Extension5 {
	background: #008448;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension5 {
	border-radius: 6px!important;
}

.btn-2bExtension5:hover {
	box-shadow: 0 8px #FFA500;
	top: -2px;
}

.btn-2bExtension5:active {
	box-shadow: 0 0 #FFA500;
	top: 6px;
}



#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text27 div
{
   text-align: center;
}
#Layer5 .modal-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFA500;
   border-radius: 12px;
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   overflow: visible;
}
#Layer5.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
#Layer5.fade.in
{
   opacity: 1;
}
#Layer5.modal
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 1050;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
#Layer5 .modal-open .modal
{
   overflow-x: hidden;
   overflow-y: auto;
}
#Layer5 .modal-open
{
   overflow: hidden;
}
#Layer5 .modal-dialog
{
   position: relative;
   width: 460px;
   margin: 30px auto;
}
#Layer5 .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#Layer5 .modal-header
{
   min-height: 16px;
   padding: 15px 15px 15px 15px;
   border-bottom: 1px solid #FFA500;
}
#Layer5 .modal-footer
{
   padding: 15px 15px 15px 15px;
   border-top: 1px solid #FFA500;
}
#Layer5 .modal-body
{
   position: relative;
   width: 460px;
   height: 310px;
}
#Layer5 .close
{
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #FFA500;
   text-shadow: 0px 1px 0px #fff;
   opacity: 0.5;
   -webkit-appearance: none;
   padding: 15px 15px 0px 0px;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: -2px;
}
.modal-backdrop
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 1040;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
.modal-backdrop.in
{
   opacity: 0.5;
}
.modal-open
{
   overflow: hidden;
}
#Layer5 .modal-title
{
   color: #FFA500;
   font-size: 16px;
   font-weight: 500;
   margin: 0;
}
#Layer5 .modal-dialog {
    position: relative;
    width: 460px;
    margin: 70px auto;
}
#Layer5 .close {
    float: right;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #ff0000;
    text-shadow: 0px 1px 0px #fff;
    opacity: 0.9;
    -webkit-appearance: none;
    padding: 15px 15px 0px 0px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -12px;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text4 div
{
   text-align: center;
}
#Editbox6
{
   border: 1px solid #006400;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
}
#Editbox7
{
   border: 1px solid #006400;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
}
#wb_Extension3 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationExtension3::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 0 175px #00FF7F;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationExtension3::after {
    position: absolute!important;
	top: 100%!important;
	left: 50%!important;
	margin: -35px 0 0 -35px!important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50%!important;
	content: '';
	opacity: 0!important;
	pointer-events: none!important;
	box-shadow: 0 0 0 45px #00FF7F!important;
	animation: anim-effect-ivana-1 3000ms ease infinite normal!important;
}


@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomExtension3:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #00FF7F;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


#Extension3
{
    width: 360px;
    height: 53px;
    top: 1760px;
    left: 460px;
}
.btnExtension3:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00FF7F;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension3:hover,
.btnExtension3:active {
    color: #FFFFFF;
    border: 2px solid #008448!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension3 { 
       width:100%;
       height:100%;
	border: 2px solid #008448!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 24px!important;
	color: #FFFFFF!important;
	background: #008448;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 6px!important;
       z-index:1;
       overflow: hidden;
}

.btnExtension3:hover {
       border: 2px solid #008448!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #FFA500;
}




.btnExtension3:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

/* Pseudo elements for icons */
.btnExtension3:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #FFFFFF;
}

/* Button 1a */
.btn-1aExtension3:hover,
.btn-1aExtension3:active {
	color: #FFFFFF;
	background: #fff;
}

/* Button 1b */
.btn-1bExtension3:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1bExtension3:hover,
.btn-1bExtension3:active {
	color: #FFFFFF;
}

.btn-1bExtension3:hover:after,
.btn-1bExtension3:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cExtension3:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1cExtension3:hover,
.btn-1cExtension3:active {
	color: #FFFFFF;
}

.btn-1cExtension3:hover:after,
.btn-1cExtension3:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dExtension3 {
	overflow: hidden;
}

.btn-1dExtension3:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1dExtension3:hover,
.btn-1dExtension3:active {
	color: #FFFFFF;
}

.btn-1dExtension3:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dExtension3:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eExtension3 {
	overflow: hidden;
}

.btn-1eExtension3:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1eExtension3:hover,
.btn-1eExtension3:active {
	color: #FFFFFF;
}

.btn-1eExtension3:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eExtension3:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eExtension3:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1fExtension3 {
	overflow: hidden;
}

.btn-1fExtension3:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1fExtension3:hover,
.btn-1fExtension3:active {
	color: #FFFFFF;
}

.btn-1fExtension3:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1fExtension3:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2Extension3 {
	background: #008448;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension3 {
	border-radius: 6px!important;
}

.btn-2bExtension3:hover {
	box-shadow: 0 8px #FFA500;
	top: -2px;
}

.btn-2bExtension3:active {
	box-shadow: 0 0 #FFA500;
	top: 6px;
}



#Layer7
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #008448;
   border-radius: 8px;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#Layer8
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #008448;
   border-radius: 8px;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#Layer9
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #008448;
   border-radius: 8px;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Extension6 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationExtension6::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 0 175px #00FF7F;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationExtension6::after {
    position: absolute!important;
	top: 100%!important;
	left: 50%!important;
	margin: -35px 0 0 -35px!important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50%!important;
	content: '';
	opacity: 0!important;
	pointer-events: none!important;
	box-shadow: 0 0 0 45px #00FF7F!important;
	animation: anim-effect-ivana-1 3000ms ease infinite normal!important;
}


@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomExtension6:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #00FF7F;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


#Extension6
{
    width: 531px;
    height: 60px;
    top: 2033px;
    left: 375px;
}
.btnExtension6:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00FF7F;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension6:hover,
.btnExtension6:active {
    color: #FFFFFF;
    border: 2px solid #008448!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension6 { 
       width:100%;
       height:100%;
	border: 2px solid #008448!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 27px!important;
	color: #FFFFFF!important;
	background: #008448;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 6px!important;
       z-index:1;
       overflow: hidden;
}

.btnExtension6:hover {
       border: 2px solid #008448!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #FFA500;
}




.btnExtension6:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

/* Pseudo elements for icons */
.btnExtension6:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #FFFFFF;
}

/* Button 1a */
.btn-1aExtension6:hover,
.btn-1aExtension6:active {
	color: #FFFFFF;
	background: #fff;
}

/* Button 1b */
.btn-1bExtension6:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1bExtension6:hover,
.btn-1bExtension6:active {
	color: #FFFFFF;
}

.btn-1bExtension6:hover:after,
.btn-1bExtension6:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cExtension6:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1cExtension6:hover,
.btn-1cExtension6:active {
	color: #FFFFFF;
}

.btn-1cExtension6:hover:after,
.btn-1cExtension6:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dExtension6 {
	overflow: hidden;
}

.btn-1dExtension6:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1dExtension6:hover,
.btn-1dExtension6:active {
	color: #FFFFFF;
}

.btn-1dExtension6:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dExtension6:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eExtension6 {
	overflow: hidden;
}

.btn-1eExtension6:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1eExtension6:hover,
.btn-1eExtension6:active {
	color: #FFFFFF;
}

.btn-1eExtension6:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eExtension6:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eExtension6:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1fExtension6 {
	overflow: hidden;
}

.btn-1fExtension6:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1fExtension6:hover,
.btn-1fExtension6:active {
	color: #FFFFFF;
}

.btn-1fExtension6:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1fExtension6:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2Extension6 {
	background: #008448;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension6 {
	border-radius: 6px!important;
}

.btn-2bExtension6:hover {
	box-shadow: 0 8px #FFA500;
	top: -2px;
}

.btn-2bExtension6:active {
	box-shadow: 0 0 #FFA500;
	top: 6px;
}



#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9 div
{
   text-align: center;
}
#Editbox2
{
   border: 1px solid #006400;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
}
#Editbox3
{
   border: 1px solid #006400;
   border-radius: 6px;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 30px;
   padding: 4px 4px 4px 4px;
   margin: 0;
   text-align: center;
}
#wb_Extension4 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationExtension4::before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	box-shadow: 0 0 0 175px #00FF7F;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationExtension4::after {
    position: absolute!important;
	top: 100%!important;
	left: 50%!important;
	margin: -35px 0 0 -35px!important;
	width: 70px!important;
	height: 70px!important;
	border-radius: 50%!important;
	content: '';
	opacity: 0!important;
	pointer-events: none!important;
	box-shadow: 0 0 0 45px #00FF7F!important;
	animation: anim-effect-ivana-1 3000ms ease infinite normal!important;
}


@-webkit-keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@keyframes anim-effect-ivana-1 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.1, 1.1, 1);
		transform: scale3d(1.1, 1.1, 1);
	}
}

@-webkit-keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}

@keyframes anim-effect-ivana-2 {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
	}
	50%, 100% {
		opacity: 0;
		-webkit-transform: scale3d(1.2, 1.2, 1);
		transform: scale3d(1.2, 1.2, 1);
	}
}


@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomExtension4:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #00FF7F;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    animation-timing-function: ease-in-out;
    transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -khtml-transition: all 0.1s;
    -ms-transition: all 0.1s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}


#Extension4
{
    width: 360px;
    height: 53px;
    top: 2148px;
    left: 460px;
}
.btnExtension4:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00FF7F;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension4:hover,
.btnExtension4:active {
    color: #FFFFFF;
    border: 2px solid #008448!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension4 { 
       width:100%;
       height:100%;
	border: 2px solid #008448!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 24px!important;
	color: #FFFFFF!important;
	background: #008448;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: bold!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 6px!important;
       z-index:1;
       overflow: hidden;
}

.btnExtension4:hover {
       border: 2px solid #008448!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #FFA500;
}




.btnExtension4:after {
	content: '';
	position: absolute;
	z-index: 1;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

/* Pseudo elements for icons */
.btnExtension4:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
	content: "\e000";
}

.icon-cart:before {
	content: "\e007";
}

.icon-cart-2:before {
	content: "\e008";
}

.icon-heart:before {
	content: "\e009";
}

/* Filled heart */
.icon-heart:after,
.icon-heart-2:before {
	content: "\e00a";
}

.icon-star:before {
	content: "\e00b";
}

/* Filled star */
.icon-star:after,
.icon-star-2:before {
	content: "\e00c";
}

.icon-arrow-right:before {
	content: "\e00d";
}

.icon-arrow-left:before {
	content: "\e003";
}

.icon-truck:before {
	content: "\e00e";
}

.icon-remove:before {
	content: "\e00f";
}

.icon-cog:before {
	content: "\e010";
}

.icon-plus:before,
.icon-plus:after {
	content: "\e011";
}

.icon-minus:before {
	content: "\e012";
}

.bh-icon-smiley:before {
	content: "\e001";
}

.bh-icon-sad:before {
	content: "\e002";
}

.icon-file:before {
	content: "\e004";
}

.icon-remove-2:before {
	content: "\e005";
}

/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: #FFFFFF;
}

/* Button 1a */
.btn-1aExtension4:hover,
.btn-1aExtension4:active {
	color: #FFFFFF;
	background: #fff;
}

/* Button 1b */
.btn-1bExtension4:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1bExtension4:hover,
.btn-1bExtension4:active {
	color: #FFFFFF;
}

.btn-1bExtension4:hover:after,
.btn-1bExtension4:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cExtension4:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00FF7F;
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1cExtension4:hover,
.btn-1cExtension4:active {
	color: #FFFFFF;
}

.btn-1cExtension4:hover:after,
.btn-1cExtension4:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dExtension4 {
	overflow: hidden;
}

.btn-1dExtension4:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1dExtension4:hover,
.btn-1dExtension4:active {
	color: #FFFFFF;
}

.btn-1dExtension4:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dExtension4:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eExtension4 {
	overflow: hidden;
}

.btn-1eExtension4:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1eExtension4:hover,
.btn-1eExtension4:active {
	color: #FFFFFF;
}

.btn-1eExtension4:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eExtension4:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eExtension4:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1fExtension4 {
	overflow: hidden;
}

.btn-1fExtension4:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #00FF7F;
	opacity: 0.8;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
       border-radius: 6px!important;
       z-index:-1;
}

.btn-1fExtension4:hover,
.btn-1fExtension4:active {
	color: #FFFFFF;
}

.btn-1fExtension4:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1fExtension4:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2Extension4 {
	background: #008448;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension4 {
	border-radius: 6px!important;
}

.btn-2bExtension4:hover {
	box-shadow: 0 8px #FFA500;
	top: -2px;
}

.btn-2bExtension4:active {
	box-shadow: 0 0 #FFA500;
	top: 6px;
}



#Layer18
{
   background-color: #008448;
   background-image: none;
}
#wb_Text32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text32 div
{
   text-align: center;
}
#Layer10 .modal-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFA500;
   border-radius: 12px;
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   overflow: visible;
}
#Layer10.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
#Layer10.fade.in
{
   opacity: 1;
}
#Layer10.modal
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 1050;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
#Layer10 .modal-open .modal
{
   overflow-x: hidden;
   overflow-y: auto;
}
#Layer10 .modal-open
{
   overflow: hidden;
}
#Layer10 .modal-dialog
{
   position: relative;
   width: 460px;
   margin: 30px auto;
}
#Layer10 .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#Layer10 .modal-header
{
   min-height: 16px;
   padding: 15px 15px 15px 15px;
   border-bottom: 1px solid #FFA500;
}
#Layer10 .modal-footer
{
   padding: 15px 15px 15px 15px;
   border-top: 1px solid #FFA500;
}
#Layer10 .modal-body
{
   position: relative;
   width: 460px;
   height: 310px;
}
#Layer10 .close
{
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #FFA500;
   text-shadow: 0px 1px 0px #fff;
   opacity: 0.5;
   -webkit-appearance: none;
   padding: 15px 15px 0px 0px;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: -2px;
}
.modal-backdrop
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 1040;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
.modal-backdrop.in
{
   opacity: 0.5;
}
.modal-open
{
   overflow: hidden;
}
#Layer10 .modal-title
{
   color: #FFA500;
   font-size: 16px;
   font-weight: 500;
   margin: 0;
}
#Layer10 .modal-dialog {
    position: relative;
    width: 460px;
    margin: 70px auto;
}
#Layer10 .close {
    float: right;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
    color: #ff0000;
    text-shadow: 0px 1px 0px #fff;
    opacity: 0.9;
    -webkit-appearance: none;
    padding: 15px 15px 0px 0px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -12px;
}
#Layer3
{
   background-color: #FFFFFF;
   background-image: none;
   border: 3px solid #FFA500;
   border-radius: 8px;
}
#Image4
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Image5
{
   border: 0px solid #000000;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#fancybox-wrap {}
#fancybox-outer {background: none !important;}
div#fancy-bg-n {background: none !important;}
div#fancy-bg-ne {background: none !important;}
div#fancy-bg-e {background: none !important;}
div#fancy-bg-se {background: none !important;}
div#fancy-bg-s {background: none !important;}
div#fancy-bg-sw {background: none !important;}
div#fancy-bg-w {background: none !important;}
div#fancy-bg-nw {background: none !important;}
