body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#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 #FFFFFF;
	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 #FFFFFF!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: #FFFFFF;
    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: 340px;
    height: 60px;
    top: 676px;
    left: 315px;
}
.btnExtension4:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension4:hover,
.btnExtension4:active {
    color: #FFFFFF;
    border: 0px solid #FFA500!important;
}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension4 { 
       width:100%;
       height:100%;
	border: 0px solid #FFA500!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFFFF!important;
	background: #C4262E;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: normal!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 5px!important;
       z-index:1;
       overflow: hidden;
}
.btnExtension4:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #1E90FF;
}


.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: #FFFFFF;
       border-radius: 5px!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: #FFFFFF;
       border-radius: 5px!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: #FFFFFF;
	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: 5px!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: #FFFFFF;
	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: 5px!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: #FFFFFF;
	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: 5px!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: #C4262E;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension4 {
	border-radius: 5px!important;
}
.btn-2bExtension4:hover {
	box-shadow: 0 8px #1E90FF;
	top: -2px;
}
.btn-2bExtension4:active {
	box-shadow: 0 0 #1E90FF;
	top: 6px;
}

#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: url('../images/404.jpg');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   height: 100vh;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#wb_LayoutGrid1, #LayoutGrid1
{
   height: auto;
}
#LayoutGrid1 > div[class^="col-"]
{
   height: 100vh;
}
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Line1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 576px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0px 15px 0px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Extension1 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/
.animationExtension1::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 #FFD700;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}

.animationExtension1::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 #FFD700!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;}}
.castomExtension1:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #FFD700;
    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);
}

#Extension1
{
    width: 290px;
    height: 60px;
    top: 450px;
    left: 15px;
}
.btnExtension1:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFD700;
    color: #C4262E!important;
    z-index:1;
}
.btnExtension1:hover,
.btnExtension1:active {
    color: #C4262E;
    border: 0px solid #FFA500!important;
}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #C4262E!important;
    height: 100%;
}
.btnExtension1 { 
       width:100%;
       height:100%;
	border: 0px solid #FFA500!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #C4262E!important;
	background: #FFFFFF;
	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: 5px!important;
       z-index:1;
       overflow: hidden;
}
.btnExtension1:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #C4262E!important;
       background: #D3D3D3;
}


.btnExtension1: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 */
.btnExtension1: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: #C4262E;
}
/* Button 1a */
.btn-1aExtension1:hover,
.btn-1aExtension1:active {
	color: #C4262E;
	background: #fff;
}
/* Button 1b */
.btn-1bExtension1:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #FFD700;
       border-radius: 5px!important;
       z-index:-1;
}
.btn-1bExtension1:hover,
.btn-1bExtension1:active {
	color: #C4262E;
}
.btn-1bExtension1:hover:after,
.btn-1bExtension1:active:after {
	height: 100%;
}
/* Button 1c */
.btn-1cExtension1:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFD700;
       border-radius: 5px!important;
       z-index:-1;
}
.btn-1cExtension1:hover,
.btn-1cExtension1:active {
	color: #C4262E;
}
.btn-1cExtension1:hover:after,
.btn-1cExtension1:active:after {
	width: 100%;
}
/* Button 1d */
.btn-1dExtension1 {
	overflow: hidden;
}
.btn-1dExtension1:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1dExtension1:hover,
.btn-1dExtension1:active {
	color: #C4262E;
}
.btn-1dExtension1:hover:after {
	width: 100%;
	opacity: 1;
}
.btn-1dExtension1:active:after {
	width: 101%;
	opacity: 1;
}
/* Button 1e */
.btn-1eExtension1 {
	overflow: hidden;
}
.btn-1eExtension1:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1eExtension1:hover,
.btn-1eExtension1:active {
	color: #C4262E;
}
.btn-1eExtension1:hover:after {
	height: 1000%!important;
       opacity: 1;
}
.btn-1eExtension1:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1eExtension1:active:after {
	height: 400%;
	opacity: 1;
}
/* Button 1f */
.btn-1fExtension1 {
	overflow: hidden;
}
.btn-1fExtension1:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1fExtension1:hover,
.btn-1fExtension1:active {
	color: #C4262E;
}
.btn-1fExtension1:hover:after {
	height: 100%;
	opacity: 1;
}
.btn-1fExtension1:active:after {
	height: 130%;
	opacity: 1;
}
/* Button 2 */
.btn-2Extension1 {
	background: #FFFFFF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension1 {
	border-radius: 5px!important;
}
.btn-2bExtension1:hover {
	box-shadow: 0 8px #D3D3D3;
	top: -2px;
}
.btn-2bExtension1:active {
	box-shadow: 0 0 #D3D3D3;
	top: 6px;
}

#Line2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 350px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#wb_Extension1
{
   display: inline-block;
   width: 290px;
   height: 60px;
   z-index: 3;
}
#Line1
{
   display: inline-block;
   width: 867px;
   z-index: 0;
}
#Line2
{
   display: inline-block;
   width: 250px;
   z-index: 2;
}
#wb_Extension4
{
   display: inline-block;
   width: 340px;
   height: 60px;
   z-index: 1;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Extension4
{
   width: 290px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
@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: #FFFFFF;
    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);
}
.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 #FFFFFF;
	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 #FFFFFF!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);
	}
}


/* Button 1b */
.btnExtension4:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    color: #FFFFFF!important;
    z-index:1;
}
.btnExtension4:hover,
.btnExtension4:active {
    color: #FFFFFF;
    border: 0px solid #FFA500!important;
}
.btn-1bExtension4:hover:after,
.btn-1bExtension4:active:after {
    color: #FFFFFF!important;
    height: 100%;
}
.btnExtension4 {
	border: 0px solid #FFA500!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFFFF!important;
	background: #C4262E;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 1px;
	font-weight: normal!important;
	outline: none;
	position: relative;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
       border-radius: 5px!important;
       z-index:1;
       overflow: hidden;
}
.btnExtension4:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFFFFF!important;
       background: #1E90FF;
}
.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: #FFFFFF;
}
/* Button 1b */
.btn-1bExtension4:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #FFFFFF;
       border-radius: 5px!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: #FFFFFF;
       border-radius: 5px!important;
       z-index:-1;
}
.btn-1cExtension4:hover,
.btn-1cExtension4:active {
	color: #FFFFFF;
}
.btn-1cExtension4:hover:after,
.btn-1c:active:after {
	width: 100%;
}
/* Button 1d */
.btn-1dExtension4 {
	overflow: hidden;
}
.btn-1dExtension4:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #FFFFFF;
	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: 5px!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: #FFFFFF;
	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: 5px!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: #FFFFFF;
	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: 5px!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: #C4262E;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension4 {
	border-radius: 5px!important;
}
.btn-2bExtension4:hover {
	box-shadow: 0 8px #1E90FF;
	top: -2px;
}
.btn-2bExtension4:active {
	box-shadow: 0 0 #1E90FF;
	top: 6px;
}
#wb_Extension4 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/
#Extension4
{
    width: 290px;
    height: 60px;
    top: 354px;
    left: 15px;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
   font-size: 13px;
   font-family: Arial;
   font-weight: 0;
   font-style: normal;
   text-decoration: none;
}
#wb_LayoutGrid1
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   padding: 100px 15px 100px 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#Line1
{
   width: 290px;
   height: 254px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Line1
{
   border-color: transparent;
   border-bottom-width: 254px;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/404mob.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#wb_LayoutGrid2
{
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   padding: 200px 15px 200px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Extension1
{
   width: 290px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}
.castomExtension1:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #FFD700;
    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);
}
.animationExtension1::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 #FFD700;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}

.animationExtension1::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 #FFD700!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);
	}
}


/* Button 1b */
.btnExtension1:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFD700;
    color: #C4262E!important;
    z-index:1;
}
.btnExtension1:hover,
.btnExtension1:active {
    color: #C4262E;
    border: 0px solid #FFA500!important;
}
.btn-1bExtension1:hover:after,
.btn-1bExtension1:active:after {
    color: #C4262E!important;
    height: 100%;
}
.btnExtension1 {
	border: 0px solid #FFA500!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #C4262E!important;
	background: #FFFFFF;
	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: 5px!important;
       z-index:1;
       overflow: hidden;
}
.btnExtension1:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #C4262E!important;
       background: #D3D3D3;
}
.btnExtension1: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 */
.btnExtension1: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: #C4262E;
}
/* Button 1a */
.btn-1aExtension1:hover,
.btn-1aExtension1:active {
	color: #C4262E;
	background: #FFD700;
}
/* Button 1b */
.btn-1bExtension1:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #FFD700;
       border-radius: 5px!important;
       z-index:-1;
}
.btn-1bExtension1:hover,
.btn-1bExtension1:active {
	color: #C4262E;
}
.btn-1bExtension1:hover:after,
.btn-1bExtension1:active:after {
	height: 100%;
}
/* Button 1c */
.btn-1cExtension1:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFD700;
       border-radius: 5px!important;
       z-index:-1;
}
.btn-1cExtension1:hover,
.btn-1cExtension1:active {
	color: #C4262E;
}
.btn-1cExtension1:hover:after,
.btn-1c:active:after {
	width: 100%;
}
/* Button 1d */
.btn-1dExtension1 {
	overflow: hidden;
}
.btn-1dExtension1:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1dExtension1:hover,
.btn-1dExtension1:active {
	color: #C4262E;
}
.btn-1dExtension1:hover:after {
	width: 100%;
	opacity: 1;
}
.btn-1dExtension1:active:after {
	width: 101%;
	opacity: 1;
}
/* Button 1e */
.btn-1eExtension1 {
	overflow: hidden;
}
.btn-1eExtension1:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1eExtension1:hover,
.btn-1eExtension1:active {
	color: #C4262E;
}
.btn-1eExtension1:hover:after {
	height: 1000%!important;
       opacity: 1;
}
.btn-1eExtension1:hover:after {
	height: 260%;
	opacity: 1;
}
.btn-1eExtension1:active:after {
	height: 400%;
	opacity: 1;
}
/* Button 1f */
.btn-1fExtension1 {
	overflow: hidden;
}
.btn-1fExtension1:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #FFD700;
	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: 5px!important;
       z-index:-1;
}
.btn-1fExtension1:hover,
.btn-1fExtension1:active {
	color: #C4262E;
}
.btn-1fExtension1:hover:after {
	height: 100%;
	opacity: 1;
}
.btn-1fExtension1:active:after {
	height: 130%;
	opacity: 1;
}
/* Button 2 */
.btn-2Extension1 {
	background: #FFFFFF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension1 {
	border-radius: 5px!important;
}
.btn-2bExtension1:hover {
	box-shadow: 0 8px #D3D3D3;
	top: -2px;
}
.btn-2bExtension1:active {
	box-shadow: 0 0 #D3D3D3;
	top: 6px;
}
#wb_Extension1 {margin: 0px 0px 0px 0px;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/
#Extension1
{
    width: 290px;
    height: 60px;
    top: 550px;
    left: 15px;
}
#Line2
{
   width: 250px;
   height: 350px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Line2
{
   border-color: transparent;
   border-bottom-width: 350px;
}
}
