
#Layer1 .modal-content
{
   background-color: #C5313D;
   background-image: none;
   border: 1px #C5313D solid;
   border-radius: 6px;
   -moz-box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   -webkit-box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   overflow: visible;
}
#Layer1.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   -o-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
#Layer1.fade.in
{
   opacity: 1;
}
#Layer1.modal
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 1050;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
#Layer1 .modal-open .modal
{
   overflow-x: hidden;
   overflow-y: auto;
}
#Layer1 .modal-open
{
   overflow: hidden;
}
#Layer1 .modal-dialog
{
   position: relative;
   width: 480px;
   margin: 30px auto;
}
#Layer1 .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#Layer1 .modal-header
{
   min-height: 16px;
   padding: 15px;
   border-bottom: 1px solid #C5313D;
}
#Layer1 .modal-title
{
   color: #C5313D;
   font-size: 18px;
   font-weight: 500;
   margin: 0;
}
#Layer1 .modal-body
{
   position: relative;
   width: 480px;
   height: 415px;
}
.modal-backdrop
{
   position: fixed;
   top: 0px;
   right: 0px;
   bottom: 0px;
   left: 0px;
   z-index: 99;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   -webkit-transition: opacity .15s linear;
   -o-transition: opacity .15s linear;
   transition: opacity .15s linear;
}
.modal-backdrop.in
{
   opacity: 0.5;
}
.modal-open
{
   overflow: hidden;
}
#Layer1 .close {
    float: right;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0px 1px 0px #000;
    opacity: 1;
    -webkit-appearance: none;
    padding: 15px 15px 0px 0px;
    cursor: pointer;
    background: 0 0;
    border: 0;
    margin-top: -8px;
}
#wb_Text2000 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2000 div
{
   text-align: center;
}
#Line1
{
   border-color: #FFD700;
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#Label1
{
   border: 0px #CCCCCC solid;
   border-radius: 4px;
   background-color: #696969;
   background-image: none;
   color :#FFFFFF;
   font-family: "Proxima Nova Rg";
   font-weight: bold;
   font-size: 20px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   vertical-align: top;
}
#Editbox1
{
   border: 0px transparent solid;
   background-color: #FFFFFF;
   background-image: none;
   color :#000000;
   font-family: "Proxima Nova Rg";
   font-weight: bold;
   font-size: 24px;
   padding: 4px 4px 4px 4px;
   text-align: center;
   vertical-align: middle;
}
::-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 #FFFFFF;
	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 #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;}}
.castomExtension2: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);
}

#Extension2
{
    width: 391px;
    height: 80px;
    top: 435px;
    left: 306px;
}
.btnExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    color: #000000!important;
    z-index:1;
}
.btnExtension2:hover,
.btnExtension2:active {
    color: #000000;
    border: 1px solid #B98D00!important;
}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #000000!important;
    height: 100%;
}
.btnExtension2 { 
       width:100%;
       height:100%;
	border: 1px solid #B98D00!important;
	font-family: Proxima Nova Rg!important;
       font-style: regular;
	font-size: 21px!important;
	color: #000000!important;
	background: #FFBB00;
	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: 12px!important;
       z-index:1;
       overflow: hidden;
}
.btnExtension2:hover {
       border: 1px solid #B98D00!important;
	font-family: inherit;
	font-size: inherit;
	color: #000000!important;
       background: #FFFF00;
}


.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: #000000;
}
/* Button 1a */
.btn-1aExtension2:hover,
.btn-1aExtension2:active {
	color: #000000;
	background: #fff;
}
/* Button 1b */
.btn-1bExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #FFFFFF;
       border-radius: 12px!important;
       z-index:-1;
}
.btn-1bExtension2:hover,
.btn-1bExtension2:active {
	color: #000000;
}
.btn-1bExtension2:hover:after,
.btn-1bExtension2:active:after {
	height: 100%;
}
/* Button 1c */
.btn-1cExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFFFFF;
       border-radius: 12px!important;
       z-index:-1;
}
.btn-1cExtension2:hover,
.btn-1cExtension2:active {
	color: #000000;
}
.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: #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: 12px!important;
       z-index:-1;
}
.btn-1dExtension2:hover,
.btn-1dExtension2:active {
	color: #000000;
}
.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: #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: 12px!important;
       z-index:-1;
}
.btn-1eExtension2:hover,
.btn-1eExtension2:active {
	color: #000000;
}
.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: #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: 12px!important;
       z-index:-1;
}
.btn-1fExtension2:hover,
.btn-1fExtension2:active {
	color: #000000;
}
.btn-1fExtension2:hover:after {
	height: 100%;
	opacity: 1;
}
.btn-1fExtension2:active:after {
	height: 130%;
	opacity: 1;
}
/* Button 2 */
.btn-2Extension2 {
	background: #FFBB00;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bExtension2 {
	border-radius: 12px!important;
}
.btn-2bExtension2:hover {
	box-shadow: 0 8px #FFFF00;
	top: -2px;
}
.btn-2bExtension2:active {
	box-shadow: 0 0 #FFFF00;
	top: 6px;
}

#wb_Checkbox10, #wb_Checkbox10 *, #wb_Checkbox10 *::before, #wb_Checkbox10 *::after
{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
#wb_Checkbox10 input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 25px;
   height: 25px;
   left: 0;
   top: 0;
}
#wb_Checkbox10 label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
   padding: 0;
}
#wb_Checkbox10 label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 25px;
   height: 25px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px #CCCCCC solid;
   border-radius: 4px;
}
#wb_Checkbox10 label::after
{
   display: inline-block;
   position: absolute;
   width: 25px;
   height: 25px;
   left: 0;
   top: 0;
   padding: 0;
   text-align: center;
   line-height: 25px;
}
#wb_Checkbox10 input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3Csvg%20height%3D%2225%22%20width%3D%2225%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20style%3D%22fill%3A%232E8B57%22%20transform%3D%22scale%280.014%29%22%3E%0D%0A%3Cpath%20transform%3D%22rotate%28180%29%20scale%28-1%2C1%29%20translate%280%2C-1536%29%22%20d%3D%22M1671%20970q0%20-40%20-28%20-68l-724%20-724l-136%20-136q-28%20-28%20-68%20-28t-68%2028l-136%20136l-362%20362q-28%2028%20-28%2068t28%2068l136%20136q28%2028%2068%2028t68%20-28l294%20-295l656%20657q28%2028%2068%2028t68%20-28l136%20-136q28%20-28%2028%20-68z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
   background-size: 80% 80%
}
#wb_Checkbox10 input[type='checkbox']:checked + label::before
{
   background-color: #FFFFFF;
   background-image: none;
   border-color: #FFFFFF;
}
#wb_Checkbox10 input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#wb_Text3000 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3000 div
{
   text-align: left;
}
#Editbox1
{
   position: absolute;
   left: 44px;
   top: 167px;
   width: 383px;
   height: 47px;
   line-height: 47px;
   z-index: 4;
   outline: none;
   border: none;
}

#wb_Text2000
{
   position: absolute;
   left: 9px;
   top: 39px;
   width: 460px;
   height: 39px;
   text-align: center;
   z-index: 1;
}
#wb_uid4000
{
   color: #000000;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_Text3000
{
   position: absolute;
   left: 92px;
   top: 339px;
   width: 351px;
   height: 44px;
   z-index: 8;
}
#wb_uid5000
{
   color: #FFD700;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_uid1000
{
   color: #FFFFFF;
   font-family: Proxima Nova Rg;
   font-size: 32px;
}
#wb_uid2000
{
   font-family: Proxima Nova Bold!important;
   text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
#wb_uid3000
{
   color: #FFD700;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_uid4000
{
   color: #000000;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_uid5000
{
   color: #FFD700;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_uid6000
{
   color: #FFFFFF;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_Extension2
{
   position: absolute;
   left: 44px;
   top: 248px;
   width: 391px;
   height: 80px;
   z-index: 6;
}
#Layer1
{
   text-align: left;
   background-color: rgba(1, 1, 1, 0.8);
}
#wb_uid6000
{
   color: #FFFFFF;
   font-family: Proxima Nova Rg;
   font-size: 17px;
}
#wb_Checkbox10
{
   position: absolute;
   left: 48px;
   top: 347px;
   width: 25px;
   height: 25px;
   z-index: 7;
}
#Line1
{
   position: absolute;
   left: 101px;
   top: 96px;
   width: 276px;
   z-index: 2;
}
#Checkbox10
{
   position: absolute;
   left: 0;
   top: 0;
}
#Label1
{
   position: absolute;
   left: 101px;
   top: 132px;
   width: 268px;
   height: 27px;
   line-height: 27px;
   z-index: 3;
}
#wb_MaterialIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px #FFFFFF solid;
   text-align: center;
   padding: 0px 0px 0px 0px;
   line-height: 31px;
   vertical-align: top;
}
#wb_MaterialIcon1:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px #245580 solid;
}
#MaterialIcon1
{
   height: 24px;
   width: 24px;
   vertical-align: middle;
   margin-left: 92%;
}
#MaterialIcon1 g
{
   fill: #FFA500;
   display: inline-block;
   font-size: 30px;
   vertical-align: middle;
   width: 24px;
}
#wb_MaterialIcon1:hover g
{
   fill: #FFD700;
}
