html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #000000;
   background-image: url('../images/1645547650_1%2dabrakadabra%2dfun%2dp%2dkrasivii%2dfon%2ddlya%2dteksta%2dtemnii%2d1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
@font-face
{
   font-family: "Arlekino";
   font-display: swap;
   src: url('../font/Arlekino.ttf') format('truetype');
}
@font-face
{
   font-family: "Bernhard scriptC ";
   font-display: swap;
   src: url('../font/Bernhard scriptC  .ttf') format('truetype');
}
@font-face
{
   font-family: "Comfortaa";
   font-display: swap;
   src: url('../font/Comfortaa.woff2') format('woff2'),
        url('../font/Comfortaa.woff') format('woff');
}
@font-face
{
   font-family: "Philosopher";
   font-display: swap;
   src: url('../font/Philosopher.woff2') format('woff2'),
        url('../font/Philosopher.woff') format('woff');
}
@font-face
{
   font-family: "Philosopher";
   font-weight: 700;
   font-display: swap;
   src: url('../font/Philosopher-Bold.woff2') format('woff2'),
        url('../font/Philosopher-Bold.woff') format('woff');
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate
{
   0% { transform: rotate(0deg) ;  }
   100% { transform: rotate(359deg) ;  }
}
@keyframes transform-swing
{
   0% { transform: rotate(0deg) ;  }
   20% { transform-origin: top center; transform: rotate(15deg) ;  }
   40% { transform-origin: top center; transform: rotate(-10deg) ;  }
   60% { transform-origin: top center; transform: rotate(5deg) ;  }
   80% { transform-origin: top center; transform: rotate(-5deg) ;  }
   100% { transform-origin: top center; transform: rotate(0deg) ;  }
}
a.style1
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style1:hover
{
   color: #FFFF00;
   text-decoration: underline;
}
@media only screen and (min-width: 980px) and (max-width: 1199px)
{
}
@media only screen and (min-width: 768px) and (max-width: 979px)
{
}
@media only screen and (max-width: 767px)
{
}
#wb_indexImage26
{
   vertical-align: top;
}
#indexImage26
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: transform-rotate 10000ms linear 0ms infinite normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage28
{
   vertical-align: top;
}
#indexImage28
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: transform-rotate 10000ms linear 0ms infinite normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyExtension1 {cursor:pointer;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

.animationindexExtension2::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 #C0C0C0;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationindexExtension2::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 10px #C0C0C0!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;}}

.castomindexExtension2:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #C0C0C0;
    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);
}


#indexExtension2
{
    width: 69px;
    height: 62px;
    top: 8158px;
    left: 0px;
}
.btnindexExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #C0C0C0;
    color: #FFFF00!important;
    z-index:1;
}
.btnindexExtension2:hover,
.btnindexExtension2:active {
    color: #FFFF00;
    border: 0px solid #C0C0C0!important;

}
.btn-1b:hover:after,
.btn-1b:active:after {
    color: #FFA500!important;
    height: 100%;
}
.btnindexExtension2 { 
       width:100%;
       height:100%;
	border: 0px solid #C0C0C0!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFF00!important;
	background: #0000FF;
	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: 0px!important;
       z-index:1;
       overflow: hidden;
}

.btnindexExtension2:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFA500!important;
       background: #0000FF;
}




.btnindexExtension2: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 */
.btnindexExtension2: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: #FFA500;
}

/* Button 1a */
.btn-1aindexExtension2:hover,
.btn-1aindexExtension2:active {
	color: #FFA500;
	background: #fff;
}

/* Button 1b */
.btn-1bindexExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1bindexExtension2:hover,
.btn-1bindexExtension2:active {
	color: #FFA500;
}

.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cindexExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1cindexExtension2:hover,
.btn-1cindexExtension2:active {
	color: #FFA500;
}

.btn-1cindexExtension2:hover:after,
.btn-1cindexExtension2:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dindexExtension2 {
	overflow: hidden;
}

.btn-1dindexExtension2:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1dindexExtension2:hover,
.btn-1dindexExtension2:active {
	color: #FFA500;
}

.btn-1dindexExtension2:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dindexExtension2:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eindexExtension2 {
	overflow: hidden;
}

.btn-1eindexExtension2:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1eindexExtension2:hover,
.btn-1eindexExtension2:active {
	color: #FFA500;
}

.btn-1eindexExtension2:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eindexExtension2:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eindexExtension2:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1findexExtension2 {
	overflow: hidden;
}

.btn-1findexExtension2:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1findexExtension2:hover,
.btn-1findexExtension2:active {
	color: #FFA500;
}

.btn-1findexExtension2:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1findexExtension2:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2indexExtension2 {
	background: #0000FF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bindexExtension2 {
	border-radius: 0px!important;
}

.btn-2bindexExtension2:hover {
	box-shadow: 0 8px #0000FF;
	top: -2px;
}

.btn-2bindexExtension2:active {
	box-shadow: 0 0 #0000FF;
	top: 6px;
}



#wb_indexImage6
{
   vertical-align: top;
}
#indexImage6
{
   border: 2px solid #F9F18E;
   border-radius: 100px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer3
{
   background-color: #102916;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_indexLayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(251,251,251,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid1
{
   width: 1200px;
}
#indexLayoutGrid1 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid1:before,
#indexLayoutGrid1:after,
#indexLayoutGrid1 .row:before,
#indexLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid1:after,
#indexLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid1
{
   width: 100%;
}
#indexLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#indexLayoutGrid1-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 50px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
}
#indexLayoutGrid1-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#indexLayoutGrid1-divider-top .divider-fill
{
   fill: #102916;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#indexLayoutGrid1-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#indexLayoutGrid1-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#indexLayoutGrid1-divider-bottom .divider-fill
{
   fill: #102916;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Layer2
{
   background-color: transparent;
   background-image: url('../images/header1.png');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 0px;
   margin: 0;
}
#Layer2-divider-top
{
   overflow: hidden;
   position: absolute;
   top: 0%;
   width: 100%;
   height: 0px;
   line-height: 0;
   left: 0;
   transform: scaleY(-1.0);
   transition: height 2000ms ease;
}
#Layer2-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#Layer2-divider-top .divider-fill
{
   fill: #102916;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Layer2-divider-top.show
{
   height: 100px;
}
#Layer2-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 0px;
   transition: height 2000ms ease;
}
#Layer2-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#Layer2-divider-bottom .divider-fill
{
   fill: #051022;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Layer2-divider-bottom.show
{
   height: 100px;
}
#wb_indexLayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid9
{
   box-sizing: border-box;
   padding: 30px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid9
{
   width: 1200px;
}
#indexLayoutGrid9 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid9:before,
#indexLayoutGrid9:after,
#indexLayoutGrid9 .row:before,
#indexLayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid9:after,
#indexLayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid9
{
   width: 100%;
}
#indexLayoutGrid9 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5
{
   width: 1200px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 800px)
{
#LayoutGrid5
{
   width: 100%;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexLayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/zol.jpg');
   background-repeat: repeat;
   background-position: left top;
   border-top-width: 3px;
   border-right-width: 0px;
   border-bottom-width: 3px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-image-source: url('../images/0_8374c_8a574331_xl%2d1.gif');
   border-image-slice: 5 3 5 3;
   border-image-width: 3px 0px 3px 0px;
   border-image-repeat: repeat stretch;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid10
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid10 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid10 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid10
{
   width: 1200px;
}
#indexLayoutGrid10 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid10 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border-top-width: 4px;
   border-right-width: 0px;
   border-bottom-width: 4px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   border-image-source: url('../images/0_8374c_8a574331_xl%2d1.gif');
   border-image-slice: 6 0 6 0;
   border-image-width: 4px 0px 4px 0px;
   border-image-repeat: repeat space;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid10:before,
#indexLayoutGrid10:after,
#indexLayoutGrid10 .row:before,
#indexLayoutGrid10 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid10:after,
#indexLayoutGrid10 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid10
{
   width: 100%;
}
#indexLayoutGrid10 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#indexLayoutGrid10-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.4;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid11 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11
{
   width: 1200px;
}
#LayoutGrid11 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid11
{
   width: 100%;
}
#LayoutGrid11 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#indexLayer3
{
   background-color: transparent;
   background-image: url('../images/unnamed%2d231.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border-radius: 0px;
   opacity: 0.80;
   margin: 0;
}
#indexLayer3-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.8;
}
#wb_indexLayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid16
{
   box-sizing: border-box;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid16 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid16 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid16
{
   width: 1200px;
}
#indexLayoutGrid16 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid16 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid16:before,
#indexLayoutGrid16:after,
#indexLayoutGrid16 .row:before,
#indexLayoutGrid16 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid16:after,
#indexLayoutGrid16 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid16
{
   width: 100%;
}
#indexLayoutGrid16 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexCardContainer3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexCardContainer3
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1800px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:600px) 
{
#indexCardContainer3
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_indexLayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid6 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid6
{
   width: 1200px;
}
#indexLayoutGrid6 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid6
{
   width: 100%;
}
#indexLayoutGrid6 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_страница1LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#страница1LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#страница1LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#страница1LayoutGrid1
{
   width: 1200px;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   float: left;
}
#страница1LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: right;
}
#страница1LayoutGrid1 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#страница1LayoutGrid1:before,
#страница1LayoutGrid1:after,
#страница1LayoutGrid1 .row:before,
#страница1LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#страница1LayoutGrid1:after,
#страница1LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#страница1LayoutGrid1
{
   width: 100%;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/banner%2dimg%2d5.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8
{
   width: 1200px;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8
{
   width: 100%;
}
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid8-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.4;
}
#wb_indexLayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid12
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid12 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid12
{
   width: 1200px;
}
#indexLayoutGrid12 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid12 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid12
{
   width: 100%;
}
#indexLayoutGrid12 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexCardContainer1
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexCardContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 20px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1800px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:600px) 
{
#indexCardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: left;
}
#wb_Text11
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 37px;
}
#wb_Text11 div
{
   text-align: left;
}
#wb_Text11
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text19
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text19 div
{
   text-align: left;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexLayoutGrid15
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid15
{
   box-sizing: border-box;
   padding: 0 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid15
{
   width: 1200px;
}
#indexLayoutGrid15 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid15:before,
#indexLayoutGrid15:after,
#indexLayoutGrid15 .row:before,
#indexLayoutGrid15 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid15:after,
#indexLayoutGrid15 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid15
{
   width: 100%;
}
#indexLayoutGrid15 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Layer4
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Text37 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text37
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text37 div
{
   text-align: left;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: animate-fade-in-left 1000ms linear 200ms 1 normal both;
}
#wb_Text8
{
   color: #FFFFFF;
   font-family: "Bookman Old Style";
   font-weight: normal;
   font-size: 27px;
   line-height: 31px;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 10px;
   padding: 10px 0 10px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText2
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText2 div
{
   text-align: center;
}
#wb_indexText45 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_indexText45
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_indexText45 div
{
   text-align: center;
}
#wb_indexText45
{
   display: block;
   margin: 20px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 0;
   max-width: 280px;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard3-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 0;
   max-width: 280px;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard5-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard5-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 0;
   max-width: 280px;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard6-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard6-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyImage17
{
   vertical-align: top;
}
#kontaktyImage17
{
   border: 2px solid #F9F18E;
   border-radius: 100px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#indexShape1{
   fill-opacity: 0;
   opacity: 0;
}
#indexShape1.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#indexShape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 17.16%;
   top: 17.54%;
   width: 64.93%;
   height: 63.16%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_indexIconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#indexIconFont1
{
   height: 43px;
   width: 30px;
}
#indexIconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 30px;
   line-height: 43px;
   vertical-align: middle;
   width: 29px;
}
#wb_indexIconFont1:hover #indexIconFont1 i
{
   color: #FFFFFF;
}
#wb_indexText9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 10px;
   margin: 0 20px 0 0 ;
   text-align: left;
}
#wb_indexText9
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText9 div
{
   text-align: left;
}
#wb_indexText9
{
   display: inline-block;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 27px;
}
#wb_indexImage9
{
   margin: 0;
   vertical-align: top;
}
#indexImage9
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexImage10
{
   height: 100%;
   margin: 0 10px 0 10px;
   vertical-align: top;
}
#indexImage10
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#wb_indexImage11
{
   margin: 0;
   vertical-align: top;
}
#indexImage11
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexLayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid5 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#indexLayoutGrid5
{
   width: 470px;
}
#indexLayoutGrid5 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 900px)
{
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#indexLayer22
{
   background-color: #0000FF;
   background-image: none;
   border-radius: 0px;
}
#wb_indexLayoutGrid21
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid21
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 60px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid21 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid21
{
   width: 1200px;
}
#indexLayoutGrid21 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid21 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 800px)
{
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexText13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText13 div
{
   text-align: left;
}
#wb_indexText19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText19 div
{
   text-align: left;
}
#indexClipArt1{
   opacity: 0;
}
#wb_indexImage7
{
   vertical-align: top;
}
#indexImage7
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexLayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid13
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid13
{
   width: 1200px;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   flex: 0 0 auto;
}
#indexLayoutGrid13 > .col-1
{
   background-color: transparent;
   background-image: url('../images/quotes3%2dfree%2dimg.png');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: contain;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 600px)
{
#indexLayoutGrid13
{
   width: 100%;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexLayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid7
{
   box-sizing: border-box;
   padding: 0 15px 60px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid7
{
   width: 1200px;
}
#indexLayoutGrid7 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid7:before,
#indexLayoutGrid7:after,
#indexLayoutGrid7 .row:before,
#indexLayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid7:after,
#indexLayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid7
{
   width: 100%;
}
#indexLayoutGrid7 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText1 div
{
   text-align: center;
}
#wb_indexText1
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText21
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText21 div
{
   text-align: left;
}
#wb_index_rusIconFont1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#index_rusIconFont1
{
   height: 40px;
   width: 40px;
}
#index_rusIconFont1 i
{
   color: #BA8228;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_index_rusIconFont1:hover #index_rusIconFont1 i
{
   color: #F9F18E;
}
#wb_kontaktyImage27
{
   vertical-align: top;
}
#kontaktyImage27
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText15
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
   line-height: 29px;
}
#wb_indexText15 div
{
   text-align: left;
}
#wb_indexText23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText23
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText23 div
{
   text-align: left;
}
#wb_indexImage8
{
   vertical-align: top;
}
#indexImage8
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage1
{
   vertical-align: top;
}
#indexImage1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#kontaktyLayer9
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_indexText27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_indexText27
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 24px;
   line-height: 41px;
}
#wb_indexText27 div
{
   text-align: center;
}
#wb_indexText27
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 30px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#masterHeading1
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Shape9_text, #indexShape1_text {
  text-shadow: 1px 3px 5px #000;
}
#indexShape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_kontaktyText30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText30 div
{
   text-align: center;
}
#wb_kontaktyImage18
{
   vertical-align: top;
}
#kontaktyImage18
{
   border: 2px solid #000000;
   border-radius: 100px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyText29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText29 div
{
   text-align: center;
}
#wb_kontaktyText31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText31
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 24px;
}
#wb_kontaktyText31 div
{
   text-align: center;
}
#wb_kontaktyText32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText32
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 17px;
}
#wb_kontaktyText32 div
{
   text-align: center;
}
#wb_kontaktyCard1
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #F5F5F5;
   border-radius: 3px;
   text-align: center;
}
#kontaktyCard1-card-body
{
   padding: 0;
   font-size: 0;
}
#kontaktyCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard1-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard2
{
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid #F5F5F5;
   border-radius: 3px;
   text-align: center;
}
#kontaktyCard2-card-body
{
   padding: 0;
   font-size: 0;
}
#kontaktyCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 5px 12px 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard2-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyText33 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText33
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_kontaktyText33 div
{
   text-align: center;
}
#wb_kontaktyImage19
{
   vertical-align: top;
}
#kontaktyImage19
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyImage20
{
   vertical-align: top;
}
#kontaktyImage20
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyText34 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText34
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_kontaktyText34 div
{
   text-align: center;
}
#wb_kontaktyImage21
{
   vertical-align: top;
}
#kontaktyImage21
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_kontaktyText35 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_kontaktyText35
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_kontaktyText35 div
{
   text-align: center;
}
#index_rusClipArt1
{
   border-width: 0;
   vertical-align: top;
}
#wb_indexImage27
{
   vertical-align: top;
}
#indexImage27
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   column-count: 2;
   column-gap: 5px;
}
#wb_indexText28
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText28 div
{
   text-align: left;
}
#wb_indexText28
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_indexText29
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_indexText29 div
{
   text-align: center;
}
#wb_indexText29
{
   display: block;
   margin: 20px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_indexText30
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 24px;
   line-height: 33px;
}
#wb_indexText30 div
{
   text-align: center;
}
#wb_indexText30
{
   display: block;
   margin: 20px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText12
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText12 div
{
   text-align: center;
}
#wb_indexText12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text41 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text41
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 20px;
   line-height: 24px;
}
#wb_Text41 div
{
   text-align: left;
}
#wb_Text41
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Shape9_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 0.44%;
   top: 2.04%;
   width: 99.12%;
   height: 95.92%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape9
{
   margin: 0;
   vertical-align: top;
}
#Line4
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#Line6
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#Line7
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#Line8
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_indexLayoutGrid14
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid14
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid14 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid14 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid14
{
   width: 470px;
}
#indexLayoutGrid14 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid14:before,
#indexLayoutGrid14:after,
#indexLayoutGrid14 .row:before,
#indexLayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid14:after,
#indexLayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid14
{
   width: 100%;
}
#indexLayoutGrid14 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexText14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText14
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText14 div
{
   text-align: left;
}
#wb_indexText14
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 30px 0 30px 0 ;
   text-align: left;
}
#wb_indexText20
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText20 div
{
   text-align: left;
}
#wb_indexText20
{
   display: block;
   margin: 30px 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText33 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_indexText33
{
   color: #FFFFFF;
   font-family: "Courier New";
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText33 div
{
   text-align: left;
}
#wb_indexText33
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText34 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_indexText34
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_indexText34 div
{
   text-align: center;
}
#wb_indexText34
{
   display: block;
   margin: 20px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid14
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid14
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid14
{
   width: 1170px;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid14 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#LayoutGrid14 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 650px)
{
#LayoutGrid14
{
   width: 100%;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 40px;
   vertical-align: top;
}
#wb_Text40 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#wb_Text40
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text40 div
{
   text-align: center;
}
#wb_Text40
{
   display: block;
   margin: 10px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Shape1{
   fill-opacity: 0;
   opacity: 0;
}
#Shape1.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#Shape1_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 17.42%;
   top: 18.18%;
   width: 64.39%;
   height: 61.82%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape1
{
   margin: 0;
   vertical-align: top;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text21
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text21 div
{
   text-align: center;
}
#wb_Text21
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text50 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text50
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 19px;
   line-height: 24px;
}
#wb_Text50 div
{
   text-align: center;
}
#wb_Text50
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText41 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 10px;
   margin: 0 20px 0 0 ;
   text-align: left;
}
#wb_indexText41
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText41 div
{
   text-align: left;
}
#wb_indexText41
{
   display: inline-block;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 22px;
}
#wb_indexImage17
{
   margin: 0;
   vertical-align: top;
}
#indexImage17
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexImage18
{
   height: 100%;
   margin: 0 10px 0 10px;
   vertical-align: top;
}
#indexImage18
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#wb_indexImage19
{
   margin: 0;
   vertical-align: top;
}
#indexImage19
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexText42 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0 0 0 10px;
   margin: 0 20px 0 0 ;
   text-align: left;
}
#wb_indexText42
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText42 div
{
   text-align: left;
}
#wb_indexText42
{
   display: none;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 27px;
}
#wb_indexText43 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText43
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText43 div
{
   text-align: center;
}
#wb_indexText43
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText44 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText44
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText44 div
{
   text-align: center;
}
#wb_indexText44
{
   display: inline-block;
   margin: 0;
   width: 62px;
   height: 16px;
}
#wb_indexText46 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText46
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText46 div
{
   text-align: center;
}
#wb_indexText46
{
   display: inline-block;
   margin: 0;
   width: 84px;
   height: 16px;
}
#wb_indexLayoutGrid18
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid18
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid18 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   float: left;
}
#indexLayoutGrid18 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid18:before,
#indexLayoutGrid18:after,
#indexLayoutGrid18 .row:before,
#indexLayoutGrid18 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid18:after,
#indexLayoutGrid18 .row:after
{
   clear: both;
}
@media (max-width: 10px)
{
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_indexLayoutGrid23
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid23
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#indexLayoutGrid23
{
   width: 1170px;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   flex: 0 0 auto;
}
#indexLayoutGrid23 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#indexLayoutGrid23 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 650px)
{
#indexLayoutGrid23
{
   width: 100%;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexImage13
{
   margin: 0;
   vertical-align: top;
}
#indexImage13
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 40px;
   vertical-align: top;
}
#wb_indexText18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#wb_indexText18
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText18 div
{
   text-align: center;
}
#wb_indexText18
{
   display: block;
   margin: 10px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#indexShape5{
   fill-opacity: 0;
   opacity: 0;
}
#indexShape5.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#indexShape5_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 17.42%;
   top: 18.18%;
   width: 64.39%;
   height: 61.82%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_indexShape5
{
   margin: 0;
   vertical-align: top;
}
#wb_indexText22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 10px;
   margin: 0 20px 0 0 ;
   text-align: left;
}
#wb_indexText22
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText22 div
{
   text-align: left;
}
#wb_indexText22
{
   display: inline-block;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 27px;
}
#wb_indexText61 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   display: none;
   padding: 0 0 0 10px;
   margin: 0 20px 0 0 ;
   text-align: left;
}
#wb_indexText61
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_indexText61 div
{
   text-align: left;
}
#wb_indexText61
{
   display: none;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 27px;
}
#wb_indexLayoutGrid24
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid24
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid24 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   float: left;
}
#indexLayoutGrid24 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid24:before,
#indexLayoutGrid24:after,
#indexLayoutGrid24 .row:before,
#indexLayoutGrid24 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid24:after,
#indexLayoutGrid24 .row:after
{
   clear: both;
}
@media (max-width: 10px)
{
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_indexImage14
{
   height: 100%;
   margin: 0 10px 0 10px;
   vertical-align: top;
}
#indexImage14
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#wb_indexText62 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText62
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText62 div
{
   text-align: center;
}
#wb_indexText62
{
   display: inline-block;
   margin: 0;
   width: 84px;
   height: 16px;
}
#wb_indexImage15
{
   margin: 0;
   vertical-align: top;
}
#indexImage15
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexText63 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText63
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText63 div
{
   text-align: center;
}
#wb_indexText63
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage23
{
   margin: 0;
   vertical-align: top;
}
#indexImage23
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexText64 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText64
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_indexText64 div
{
   text-align: center;
}
#wb_indexText64
{
   display: inline-block;
   margin: 0;
   width: 62px;
   height: 16px;
}
#wb_indexText65 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText65
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText65 div
{
   text-align: center;
}
#wb_indexText65
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText66 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_indexText66
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 19px;
   line-height: 24px;
}
#wb_indexText66 div
{
   text-align: center;
}
#wb_indexText66
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#masterHeading1 {
   line-height: 61px;
}
#wb_indexImage2
{
   margin: 0;
   vertical-align: top;
}
#indexImage2
{
   border: 6px solid #FFFFFF;
   border-image-source: url('../images/0_8374c_8a574331_xl%2d1.gif');
   border-image-slice: 3 200 3 200;
   border-image-width: 6px;
   border-image-repeat: stretch;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 599px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#indexButton1
{
   border: 1px solid #2E6DA4;
   border-radius: 4px;
   background-color: #3370B7;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#indexButton1:focus
{
   outline: 0;
}
#wb_indexImage21
{
   vertical-align: top;
}
#indexImage21
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: transform-rotate 10000ms linear 0ms infinite normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage25
{
   vertical-align: top;
}
#indexImage25
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: transform-rotate 10000ms linear 0ms infinite normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage16
{
   vertical-align: top;
}
#indexImage16
{
   border: 2px solid #EDD97C;
   border-radius: 50%;
   padding: 0;
   box-shadow: 0px 0px 20px #A18F4E;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
#wb_страница1Text1 
{
   background-color: transparent;
   background-image: url('../images/fire.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_страница1Text1
{
   color: #008000;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
}
#wb_страница1Text1 div
{
   text-align: center;
}
#wb_indexText35 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText35
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText35 div
{
   text-align: center;
}
#wb_indexImage31
{
   vertical-align: top;
}
#indexImage31
{
   border: 2px solid #EDD97C;
   border-radius: 100px;
   padding: 0;
   box-shadow: 0px 0px 20px #A18F4E;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
#wb_indexText36 
{
   background-color: transparent;
   background-image: url('../images/fire.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText36
{
   color: #008000;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
}
#wb_indexText36 div
{
   text-align: center;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text15
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text15 div
{
   text-align: center;
}
#wb_indexImage30
{
   vertical-align: top;
}
#indexImage30
{
   border: 2px solid #EDD97C;
   border-radius: 50%;
   padding: 0;
   box-shadow: 0px 0px 20px #A18F4E;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText25 
{
   background-color: transparent;
   background-image: url('../images/fire.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText25
{
   color: #008000;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
}
#wb_indexText25 div
{
   text-align: center;
}
#wb_indexText38 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText38
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText38 div
{
   text-align: center;
}
#wb_indexImage29
{
   vertical-align: top;
}
#indexImage29
{
   border: 2px solid #EDD97C;
   border-radius: 50%;
   padding: 0;
   box-shadow: 0px 0px 20px #A18F4E;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   object-fit: contain;
}
#wb_indexText54 
{
   background-color: transparent;
   background-image: url('../images/fire.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 20px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText54
{
   color: #008000;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
}
#wb_indexText54 div
{
   text-align: center;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text17 div
{
   text-align: center;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text18
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 35px;
   line-height: 47px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_indexText55 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText55
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 43px;
}
#wb_indexText55 div
{
   text-align: center;
}
#wb_indexText55
{
   display: inline-block;
   margin: 20px 0 20px 0 ;
   width: 743px;
   height: 335px;
}
#wb_indexText56 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText56
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText56 div
{
   text-align: center;
}
#wb_indexText56
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage22
{
   margin: 20px 0 0 0 ;
   vertical-align: top;
}
#indexImage22
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 320px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_indexText57 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText57
{
   color: #EDD97C;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 20px;
}
#wb_indexText57 div
{
   text-align: center;
}
#wb_indexText57
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage20
{
   margin: 0 0 20px 0 ;
   vertical-align: top;
}
#indexImage20
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 320px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_indexLayoutGrid22
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid22
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid22 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid22
{
   width: 1170px;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   float: left;
}
#indexLayoutGrid22 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#indexLayoutGrid22:before,
#indexLayoutGrid22:after,
#indexLayoutGrid22 .row:before,
#indexLayoutGrid22 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid22:after,
#indexLayoutGrid22 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#indexLayoutGrid22
{
   width: 100%;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_indexText58 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText58
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText58 div
{
   text-align: center;
}
#wb_indexText58
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#indexFlexContainer4
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   box-shadow: 0px 0px 10px #FFFFFF;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexText59 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText59
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText59 div
{
   text-align: center;
}
#wb_indexText60 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_indexText60
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText60 div
{
   text-align: center;
}
#wb_indexText60
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#indexFlexContainer5
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   box-shadow: 0px 0px 10px #FFFFFF;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexText67 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText67
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText67 div
{
   text-align: center;
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   box-shadow: 0px 0px 10px #FFFFFF;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text13
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text13 div
{
   text-align: center;
}
#wb_Text26 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text26
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text26 div
{
   text-align: center;
}
#wb_Text26
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText68 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 10px 0 ;
   text-align: center;
}
#wb_indexText68
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 35px;
   line-height: 47px;
}
#wb_indexText68 div
{
   text-align: center;
}
#wb_indexText68
{
   display: block;
   margin: 20px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#indexFlexContainer6
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 10px 10px 10px 10px;
   box-shadow: 0px 0px 10px #FFFFFF;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text20
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text20 div
{
   text-align: center;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_Text12
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text12 div
{
   text-align: center;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexCard11
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   border: 1px solid #BA8228;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard11-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard11-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard11-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard11-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard11-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard12-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard12-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard12-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard12-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard12-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard12-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 4px 4px !important;
   margin: 0;
   padding: 10px 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_indexCard13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard13-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard13-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard13-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard13-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard13-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#indexCard14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#indexCard14-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard14-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard14-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard14-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#kontaktyLayer5
{
   background-image: linear-gradient(to top, #4169E1 0%, #0000FF 100%);
   border-radius: 0px;
}
#wb_indexText32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText32
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText32 div
{
   text-align: center;
}
#wb_indexText32
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text9
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 35px;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_indexText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText3
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 19px;
   line-height: 22px;
}
#wb_indexText3 div
{
   text-align: center;
}
#Editbox4
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0;
   border: 1px solid #00008B;
   border-radius: 4px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#Editbox4:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox4::placeholder
{
   color: #000000;
   opacity: 1;
}
#Editbox4::-ms-input-placeholder
{
   color: #000000;
}
#Combobox1
{
   border: 1px solid #00008B;
   border-radius: 4px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   padding: 4px 4px 4px 4px;
   box-sizing: border-box;
}
#Combobox1:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#kontaktyEditbox1
{
   box-sizing: border-box;
   line-height: 30px;
   margin: 0;
   border: 1px solid #00008B;
   border-radius: 4px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#kontaktyEditbox1:focus
{
   border-color: #FFFFFF;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(255,255,255,0.60);
   outline: 0;
}
#kontaktyEditbox1::placeholder
{
   color: #000000;
   opacity: 1;
}
#kontaktyEditbox1::-ms-input-placeholder
{
   color: #000000;
}
#kontaktyTextArea2
{
   box-sizing: border-box;
   border: 1px solid #00008B;
   border-radius: 4px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
   margin: 0;
   overflow: auto;
   resize: none;
}
#kontaktyTextArea2:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#kontaktyTextArea2::placeholder
{
   color: #000000;
   opacity: 1;
}
#kontaktyTextArea2::-ms-input-placeholder
{
   color: #000000;
}
#indexLine1
{
   border-color: #A0A0A0;
   border-style: solid;
   border-bottom-width: 30px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#indexExtension4
{
   color: #FFFFFF;
   display: block;
   font-family: Philosopher;
   font-size: 32px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   padding: 0px;
}
#indexExtension4
{
   -webkit-perspective: 300px;
   perspective: 300px;
}
#indexExtension4 .heading
{
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   text-align: center;
   opacity: 0;
   -webkit-transform-origin: 50% 100%;
   transform-origin: 50% 100%;
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
}
#indexExtension4 .heading-active
{
   opacity: 1;
   -webkit-transform: rotateX(0deg);
   transform: rotateX(0deg);
   -webkit-animation: animated-heading-flip-in 2000ms;
   animation: animated-heading-flip-in 2000ms;
}
#indexExtension4 .heading-inactive
{
   -webkit-transform: rotateX(180deg);
   transform: rotateX(180deg);
   -webkit-animation: animated-heading-flip-out 2000ms;
   animation: animated-heading-flip-out 2000ms;
}
@-webkit-keyframes animated-heading-flip-in
{
   0%
   {
       opacity: 0;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
   }
   33%
   {
      opacity: 0;
      -webkit-transform: rotateX(120deg);
      transform: rotateX(120deg);
   }
   66%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 1;
      -webkit-transform: rotateX(360deg);
      transform: rotateX(360deg);
   }
}
@keyframes animated-heading-flip-in 
{
   0%
   {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
   }
   33%
   {
      opacity: 0;
      -webkit-transform: rotateX(120deg);
      transform: rotateX(120deg);
   }
   66%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 1;
      -webkit-transform: rotateX(360deg);
      transform: rotateX(360deg);
   }
}
@-webkit-keyframes animated-heading-flip-out
{
   0%
   {
      opacity: 1;
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
   }
   33%
   {
      opacity: 1;
      -webkit-transform: rotateX(-40deg);
      transform: rotateX(-40deg);
   }
   66%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
   }
}
@keyframes animated-heading-flip-out 
{
   0%
   {
      opacity: 1;
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
   }
   33%
   {
      opacity: 1;
      -webkit-transform: rotateX(-40deg);
      transform: rotateX(-40deg);
   }
   66%
   {
      opacity: 0;
   }
   100%
   {
      opacity: 0;
      -webkit-transform: rotateX(180deg);
      transform: rotateX(180deg);
   }
}
#index_rusLayer111 .modal-content
{
   background-color: #0000FF;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 6px;
   box-shadow: 0px 3px 15px rgba(0,0,0,0.50);
   margin: 0;
   overflow: visible;
}
#index_rusLayer111.fade
{
   opacity: 1;
   transition: all 500ms linear;
}
#index_rusLayer111 .animate-show
{
   animation-duration: 500ms;
   animation-fill-mode: both;
   animation-name: transform-bounce-in;
}
#index_rusLayer111 .animate-hide
{
   animation-duration: 500ms;
   animation-fill-mode: both;
   animation-name: transform-bounce-in;
   animation-direction: reverse;
}
#index_rusLayer111.modal
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 9999;
   display: none;
   overflow: hidden;
   -webkit-overflow-scrolling: touch;
   outline: 0;
}
#index_rusLayer111 .modal-open .modal
{
   overflow-x: hidden;
   overflow-y: auto;
}
#index_rusLayer111 .modal-open
{
   overflow: hidden;
}
#index_rusLayer111 .modal-dialog
{
   position: relative;
   width: 310px;
   margin-left: auto;
   margin-right: auto;
}
#index_rusLayer111 .modal-content
{
   position: relative;
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
}
#index_rusLayer111 .modal-header
{
   min-height: 16px;
   padding: 15px 15px 15px 15px;
   border-bottom: 1px solid #CCCCCC;
}
#index_rusLayer111 .modal-footer
{
   padding: 15px 15px 15px 15px;
   border-top: 1px solid #CCCCCC;
}
#index_rusLayer111 .modal-body
{
   position: relative;
   width: 310px;
   height: 93px;
}
#index_rusLayer111 .close
{
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   color: #CCCCCC;
   text-shadow: 0px 1px 0px #fff;
   opacity: 0.5;
   -webkit-appearance: none;
   padding: 15px 15px 0 0;
   cursor: pointer;
   background: 0 0;
   border: 0;
   margin-top: -2px;
}
.modal-backdrop
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1040;
   background-color: #000;
}
.modal-backdrop.fade
{
   opacity: 0;
   transition: opacity .15s linear;
}
.modal-backdrop.show
{
   opacity: 0.5 !important;
}
.modal-open
{
   overflow: hidden;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
   pointer-events: all;
}
#index_rusLayer111 .modal-title
{
   color: #CCCCCC;
   font-size: 16px;
   font-weight: 500;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   justify-content: center;
   display: flex;
   align-items: center;
   pointer-events: none;
}
#index_rusLayer111 .modal-dialog::before
{
   display: block;
   height: calc(100vh);
   content: "";
}
#kontaktyLayer4
{
   background-color: #0000FF;
   background-image: none;
   border-radius: 0px;
}
#wb_indexText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText4
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText4 div
{
   text-align: center;
}
#wb_страница1Image1
{
   margin: 0;
   vertical-align: top;
}
#страница1Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 300px;
   height: 423px;
   vertical-align: top;
}
#wb_страница1Image2
{
   margin: 0;
   vertical-align: top;
}
#страница1Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 300px;
   height: 443px;
   vertical-align: top;
}
#kontaktyLayer5
{
   position: fixed;
   text-align: center;
   display: none;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 345px;
   height: 316px;
   z-index: 222;
   z-index: 9999!important;
}
#kontaktyTextArea2
{
   display: block;
   width: 100%;
   height: 92px;
   z-index: 132;
}
#Line6
{
   display: block;
   width: 100%;
   z-index: 127;
}
#wb_indexImage29
{
   position: absolute;
   left: 980px;
   top: 169px;
   width: 156px;
   height: 156px;
   z-index: 88;
}
#wb_indexCard3
{
   display: flex;
   z-index: 70;
}
#wb_indexCard13
{
   display: flex;
   z-index: 45;
}
#wb_indexImage18
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 27;
}
#Layer2_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexShape2
{
   position: absolute;
   left: 100px;
   top: 20px;
   width: 62px;
   height: 60px;
   display: none;
   z-index: 6;
}
#TM-M3QSTZ4S
{
   display: none;
   visibility: hidden;
}
#Line7
{
   display: block;
   width: 100%;
   z-index: 129;
}
#wb_indexCard14
{
   display: flex;
   z-index: 46;
}
#Shape1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexImage19
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 29;
}
#wb_indexText19
{
   position: absolute;
   left: 80px;
   top: 32px;
   width: 209px;
   height: 18px;
   z-index: 209;
   cursor: pointer;
}
#Line8
{
   display: block;
   width: 100%;
   z-index: 133;
}
#indexImage16
{
   position: relative;
   right: 270px;
}
#wb_indexCard5
{
   display: flex;
   z-index: 71;
}
#indexShape5
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexText2
{
   position: absolute;
   left: 263px;
   top: 456px;
   width: 341px;
   height: 72px;
   text-align: center;
   z-index: 13;
}
#wb_index_rusClipArt1
{
   position: absolute;
   left: 304px;
   top: 7px;
   width: 30px;
   height: 30px;
   z-index: 202;
}
#Editbox4
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 126;
}
#wb_Bookmark1
{
   display: block;
   width: 100%;
   z-index: 122;
}
#wb_indexLayoutGrid5
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_страница1Text1
{
   position: absolute;
   left: 50px;
   top: 379px;
   width: 200px;
   height: 28px;
   text-align: center;
   z-index: 80;
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#wb_indexCard6
{
   display: flex;
   z-index: 72;
}
#wb_indexShape5
{
   display: inline-block;
   width: 136px;
   height: 59px;
   z-index: 58;
   position: relative;
}
#wb_indexText3
{
   position: absolute;
   left: 0px;
   top: 239px;
   width: 1170px;
   height: 21px;
   text-align: center;
   z-index: 40;
}
#wb_Image13
{
   display: inline-block;
   width: 50px;
   height: 40px;
   z-index: 24;
}
#wb_Image1
{
   position: absolute;
   left: 732px;
   top: 31px;
   width: 35px;
   height: 36px;
   z-index: 1;
}
#kontaktyLayer9
{
   position: absolute;
   text-align: left;
   left: 15px;
   top: 7px;
   width: 288px;
   height: 55px;
   z-index: 212;
   cursor: pointer;
}
#wb_kontaktyText29
{
   position: absolute;
   left: 96px;
   top: 15px;
   width: 199px;
   height: 21px;
   text-align: center;
   z-index: 191;
}
#indexImage29
{
   position: relative;
   right: 270px;
}
#indexLayer3
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 453px;
   float: left;
   clear: left;
   display: block;
   z-index: 219;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_indexText4
{
   position: absolute;
   left: 294px;
   top: 153px;
   width: 252px;
   height: 48px;
   text-align: center;
   z-index: 14;
}
#wb_Image2
{
   position: absolute;
   left: 792px;
   top: 27px;
   width: 40px;
   height: 40px;
   z-index: 3;
}
#wb_index_rusIconFont1
{
   position: absolute;
   left: 259px;
   top: 9px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 203;
}
#wb_kontaktyImage20
{
   position: absolute;
   left: 150px;
   top: 216px;
   width: 48px;
   height: 48px;
   z-index: 198;
}
#kontaktyLayer5_Container
{
   width: 345px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Shape9
{
   display: inline-block;
   width: 230px;
   height: 53px;
   z-index: 134;
   position: relative;
}
#Layer2
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 639px;
   float: left;
   clear: left;
   display: block;
   z-index: 218;
}
#wb_Image3
{
   position: absolute;
   left: 855px;
   top: 27px;
   width: 40px;
   height: 40px;
   z-index: 4;
}
#wb_indexImage1
{
   position: absolute;
   left: 26px;
   top: 8px;
   width: 59px;
   height: 85px;
   z-index: 0;
}
#kontaktyImage17
{
   cursor: pointer;
}
#wb_kontaktyImage21
{
   position: absolute;
   left: 245px;
   top: 216px;
   width: 48px;
   height: 48px;
   z-index: 200;
}
#wb_Text6
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px,black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px;
}
#kontaktyEditbox1
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 130;
}
#Layer4_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_страница1Image1
{
   display: inline-block;
   width: 300px;
   height: 423px;
   z-index: 62;
}
#wb_indexText61
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#indexLayer3_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 20;
}
#wb_indexJavaScript1
{
   width: 100%;
   height: 40px;
   z-index: 21;
}
#wb_masterHeading1
{
   display: block;
   width: 100%;
   z-index: 11;
}
#Layer3
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 108px;
   float: left;
   clear: left;
   display: block;
   z-index: 217;
}
#indexButton1
{
   display: none;
   width: 96px;
   height: 25px;
   z-index: 135;
}
#wb_indexImage30
{
   position: absolute;
   left: 370px;
   top: 172px;
   width: 156px;
   height: 156px;
   z-index: 85;
}
#Layer4
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 583px;
   float: left;
   display: inline-block;
   z-index: 220;
}
#wb_страница1Image2
{
   display: inline-block;
   width: 300px;
   height: 443px;
   z-index: 63;
}
#wb_indexIconFont1
{
   display: inline-block;
   width: 30px;
   height: 43px;
   text-align: center;
   z-index: 113;
}
#wb_indexImage31
{
   position: absolute;
   left: 680px;
   top: 169px;
   width: 156px;
   height: 156px;
   z-index: 82;
}
#wb_indexText41
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_indexImage20
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 23;
}
#wb_Text8
{
   position: absolute;
   left: 130px;
   top: 12px;
   width: 349px;
   height: 62px;
   text-align: center;
   z-index: 2;
   text-shadow: 1px 3px 5px #000;
}
#Shape9
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#Bookmark1
{
   visibility: hidden;
}
#wb_indexImage10
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 116;
}
#wb_indexImage21
{
   position: absolute;
   left: 640px;
   top: 129px;
   width: 240px;
   height: 240px;
   z-index: 77;
}
#wb_Text9
{
   position: absolute;
   left: 107px;
   top: 111px;
   width: 945px;
   height: 92px;
   text-align: center;
   z-index: 39;
}
#wb_indexText42
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_Text11
{
   text-shadow: 1px 3px 5px #FFF;
}
#kontaktyLayer4_Container
{
   width: 345px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#index_rusClipArt1
{
   width: 30px;
   height: 30px;
}
#wb_indexImage11
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 117;
}
#indexImage6
{
   cursor: pointer;
}
#wb_indexImage6
{
   position: absolute;
   left: 7px;
   top: 5px;
   width: 51px;
   height: 53px;
   z-index: 98;
}
#wb_indexText54
{
   position: absolute;
   left: 960px;
   top: 379px;
   width: 200px;
   height: 28px;
   text-align: center;
   z-index: 89;
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#wb_indexImage22
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 21;
}
#wb_indexText21
{
   position: absolute;
   left: 533px;
   top: 53px;
   width: 173px;
   height: 22px;
   display: none;
   z-index: 10;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_kontaktyText30
{
   position: absolute;
   left: 96px;
   top: 42px;
   width: 217px;
   height: 18px;
   text-align: center;
   z-index: 189;
}
#indexImage30
{
   position: relative;
   right: 270px;
}
#wb_indexText55
{
   text-shadow: 1px 3px 5px #000;
}
#wb_indexImage23
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 54;
}
#wb_indexText22
{
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#indexHtml2
{
   display: none;
   width: 100%;
   height: 48px;
   z-index: 16;
}
#wb_indexImage7
{
   position: absolute;
   left: 29px;
   top: 125px;
   width: 401px;
   height: 177px;
   z-index: 12;
}
#indexClipArt1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_kontaktyText31
{
   position: absolute;
   left: 87px;
   top: 69px;
   width: 246px;
   height: 38px;
   text-align: center;
   z-index: 192;
}
#wb_indexExtension2
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 69px;
   height: 62px;
   z-index: 97;
}
#indexImage31
{
   position: relative;
   right: 270px;
}
#wb_indexImage13
{
   display: inline-block;
   width: 50px;
   height: 40px;
   z-index: 47;
}
#Layer3_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexText23
{
   position: absolute;
   left: 55px;
   top: 49px;
   width: 173px;
   height: 22px;
   display: none;
   z-index: 207;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#wb_indexImage8
{
   position: absolute;
   left: 20px;
   top: 51px;
   width: 25px;
   height: 25px;
   display: none;
   z-index: 205;
}
#wb_kontaktyImage27
{
   position: absolute;
   left: 20px;
   top: 20px;
   width: 25px;
   height: 25px;
   z-index: 204;
}
#wb_kontaktyImage17
{
   position: absolute;
   left: 7px;
   top: 2px;
   width: 56px;
   height: 56px;
   z-index: 211;
}
#wb_indexText13
{
   position: absolute;
   left: 80px;
   top: 5px;
   width: 192px;
   height: 21px;
   z-index: 208;
   cursor: pointer;
}
#wb_kontaktyCard1
{
   position: absolute;
   left: 11px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 194;
   cursor: pointer;
}
#wb_kontaktyText32
{
   position: absolute;
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   text-align: center;
   z-index: 193;
}
#wb_indexImage9
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 115;
}
#wb_Text15
{
   position: absolute;
   left: 640px;
   top: 449px;
   width: 250px;
   height: 115px;
   text-align: center;
   z-index: 84;
}
#wb_indexText35
{
   position: absolute;
   left: 20px;
   top: 445px;
   width: 250px;
   height: 92px;
   text-align: center;
   z-index: 81;
}
#wb_indexImage25
{
   position: absolute;
   left: 30px;
   top: 129px;
   width: 240px;
   height: 240px;
   z-index: 78;
}
#wb_indexImage14
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 50;
}
#wb_indexText57
{
   text-shadow: 1px 3px 5px #000;
}
#wb_Text37
{
   position: absolute;
   left: 550px;
   top: 30px;
   width: 173px;
   height: 22px;
   z-index: 9;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#index_rusIconFont1
{
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px,white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px;
}
#wb_kontaktyText33
{
   position: absolute;
   left: 32px;
   top: 264px;
   width: 84px;
   height: 32px;
   text-align: center;
   z-index: 196;
}
#wb_kontaktyCard2
{
   position: absolute;
   left: 179px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 195;
   cursor: pointer;
}
#wb_kontaktyImage18
{
   position: absolute;
   left: 8px;
   top: 14px;
   width: 86px;
   height: 86px;
   z-index: 190;
}
#indexLayer22_Container
{
   width: 69px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexText25
{
   position: absolute;
   left: 352px;
   top: 379px;
   width: 200px;
   height: 28px;
   text-align: center;
   z-index: 86;
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#wb_indexText36
{
   position: absolute;
   left: 660px;
   top: 379px;
   width: 200px;
   height: 28px;
   text-align: center;
   z-index: 83;
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#wb_indexImage26
{
   position: absolute;
   left: 940px;
   top: 129px;
   width: 240px;
   height: 240px;
   z-index: 75;
}
#wb_indexExtension4
{
   display: none;
   position: relative;
   width: 100%;
   z-index: 74;
}
#wb_indexImage15
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 52;
}
#wb_Shape1
{
   display: inline-block;
   width: 136px;
   height: 59px;
   z-index: 35;
   position: relative;
}
#wb_indexClipArt1
{
   position: absolute;
   left: 319px;
   top: 4px;
   width: 20px;
   height: 20px;
   z-index: 210;
}
#wb_kontaktyText34
{
   position: absolute;
   left: 142px;
   top: 264px;
   width: 62px;
   height: 32px;
   text-align: center;
   z-index: 199;
}
#wb_kontaktyImage19
{
   position: absolute;
   left: 48px;
   top: 216px;
   width: 48px;
   height: 48px;
   z-index: 197;
}
#Combobox1
{
   display: block;
   width: 100%;
   height: 35px;
   z-index: 128;
}
#Line4
{
   display: block;
   width: 100%;
   z-index: 125;
}
#wb_Text17
{
   position: absolute;
   left: 930px;
   top: 445px;
   width: 250px;
   height: 115px;
   text-align: center;
   z-index: 90;
}
#wb_indexImage16
{
   position: absolute;
   left: 70px;
   top: 169px;
   width: 156px;
   height: 156px;
   z-index: 79;
}
#wb_indexCard11
{
   display: flex;
   z-index: 43;
}
#text_zoomer
{
   color: #DAA520;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
   font-size: 1px;
   font-family: "Arial";
   font-weight: bold;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#masterHeading1
{
   text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#indexShape1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexImage27
{
   position: absolute;
   left: 479px;
   top: 21px;
   width: 54px;
   height: 44px;
   z-index: 7;
}
#wb_indexText15
{
   position: absolute;
   left: 55px;
   top: 16px;
   width: 189px;
   height: 24px;
   z-index: 206;
   text-shadow: black 1px 0px, black 1px 1px, black 0px 1px, black -1px 1px, black -1px 0px, black -1px -1px, black 0px -1px, black 1px -1px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px, black 0 0 3px;
}
#kontaktyLayer4
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 345px;
   height: 67px;
   z-index: 223;
}
#wb_kontaktyText35
{
   position: absolute;
   left: 229px;
   top: 263px;
   width: 84px;
   height: 32px;
   text-align: center;
   z-index: 201;
}
#indexLine1
{
   display: block;
   width: 100%;
   z-index: 131;
}
#indexLayer22
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 69px;
   height: 67px;
   z-index: 221;
}
#wb_Text18
{
   position: absolute;
   left: 270px;
   top: 20px;
   width: 670px;
   height: 80px;
   text-align: center;
   z-index: 91;
}
#wb_indexText38
{
   position: absolute;
   left: 330px;
   top: 445px;
   width: 250px;
   height: 92px;
   text-align: center;
   z-index: 87;
}
#wb_indexImage28
{
   position: absolute;
   left: 330px;
   top: 129px;
   width: 240px;
   height: 240px;
   z-index: 76;
}
#wb_indexCard12
{
   display: flex;
   z-index: 44;
}
#wb_indexImage17
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 31;
}
#wb_indexShape1
{
   position: absolute;
   left: 924px;
   top: 25px;
   width: 136px;
   height: 59px;
   z-index: 8;
}
#indexShape2
{
   width: 62px;
   height: 60px;
}
#index_rusLayer111
{
   text-align: left;
}
@media only screen and (min-width: 980px) and (max-width: 1199px)
{
body
{
   background-color: #000000;
   background-image: url('../images/1645547650_1%2dabrakadabra%2dfun%2dp%2dkrasivii%2dfon%2ddlya%2dteksta%2dtemnii%2d1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#wb_indexImage26
{
   left: 500px;
   top: 575px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage28
{
   left: 490px;
   top: 125px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexExtension2
{
   left: 0px;
   top: 0px;
   width: 69px;
   height: 62px;
   visibility: visible;
   display: inline;
}
@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomindexExtension2:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #C0C0C0;
    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);
}

.animationindexExtension2::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 #C0C0C0;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationindexExtension2::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 10px #C0C0C0!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 */
.btnindexExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #C0C0C0;
    color: #FFFF00!important;
    z-index:1;
}
.btnindexExtension2:hover,
.btnindexExtension2:active {
    color: #FFFF00;
    border: 0px solid #C0C0C0!important;

}
.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
    color: #FFA500!important;
    height: 100%;
}
.btnindexExtension2 {
	border: 0px solid #C0C0C0!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFF00!important;
	background: #0000FF;
	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: 0px!important;
       z-index:1;
       overflow: hidden;
}

.btnindexExtension2:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFA500!important;
       background: #0000FF;
}

.btnindexExtension2: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 */
.btnindexExtension2: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: #FFA500;
}

/* Button 1a */
.btn-1aindexExtension2:hover,
.btn-1aindexExtension2:active {
	color: #FFA500;
	background: #C0C0C0;
}

/* Button 1b */
.btn-1bindexExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1bindexExtension2:hover,
.btn-1bindexExtension2:active {
	color: #FFA500;
}

.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cindexExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1cindexExtension2:hover,
.btn-1cindexExtension2:active {
	color: #FFA500;
}

.btn-1cindexExtension2:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dindexExtension2 {
	overflow: hidden;
}

.btn-1dindexExtension2:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1dindexExtension2:hover,
.btn-1dindexExtension2:active {
	color: #FFA500;
}

.btn-1dindexExtension2:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dindexExtension2:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eindexExtension2 {
	overflow: hidden;
}

.btn-1eindexExtension2:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1eindexExtension2:hover,
.btn-1eindexExtension2:active {
	color: #FFA500;
}

.btn-1eindexExtension2:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eindexExtension2:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eindexExtension2:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1findexExtension2 {
	overflow: hidden;
}

.btn-1findexExtension2:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1findexExtension2:hover,
.btn-1findexExtension2:active {
	color: #FFA500;
}

.btn-1findexExtension2:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1findexExtension2:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2indexExtension2 {
	background: #0000FF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bindexExtension2 {
	border-radius: 0px!important;
}

.btn-2bindexExtension2:hover {
	box-shadow: 0 8px #0000FF;
	top: -2px;
}

.btn-2bindexExtension2:active {
	box-shadow: 0 0 #0000FF;
	top: 6px;
}

#wb_kontaktyExtension1 {cursor:pointer;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

#indexExtension2
{
    width: 69px;
    height: 62px;
    top: 8158px;
    left: 0px;
}
#wb_indexImage6
{
   left: 7px;
   top: 5px;
   width: 51px;
   height: 53px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer3
{
   height: 155px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: #102916;
   background-image: none;
}
#Layer3
{
   width: 100%;
   margin: 0;
}
#Layer3_Container
{
   width: 980px;
}
#Layer3
{
    width: 100%;
    height: 155px;
}
#wb_indexLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1
{
   width: 965px;
}
#indexLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#indexLayoutGrid1-divider-top
{
   height: 50px;
}
#indexLayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayoutGrid1-divider-bottom
{
   height: 50px;
}
#indexLayoutGrid1-divider-bottom
{
   bottom: 0%;
}
#Layer2
{
   height: 639px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/header1.png');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#Layer2
{
   width: 100%;
   margin: 0;
}
#Layer2_Container
{
   width: 980px;
}
#Layer2
{
    width: 100%;
    height: 639px;
}
#Layer2-divider-top.show
{
   height: 100px;
}
#Layer2-divider-top
{
   top: 0%;
   left: 0;
}
#Layer2-divider-bottom.show
{
   height: 100px;
}
#Layer2-divider-bottom
{
   bottom: 0%;
}
#wb_indexLayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid9
{
   height: auto;
   padding: 30px 15px 0 15px;
}
#indexLayoutGrid9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9
{
   width: 965px;
}
#indexLayoutGrid9 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 20px 0 40px 0;
}
#LayoutGrid5
{
   width: 965px;
}
#wb_indexLayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid10
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid10
{
   width: 965px;
}
#wb_LayoutGrid11
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid11
{
   width: 965px;
}
#LayoutGrid11 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid11 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayer3
{
   height: 453px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLayer3
{
   width: 100%;
   margin: 0;
}
#indexLayer3_Container
{
   width: 980px;
}
#indexLayer3
{
    width: 100%;
    height: 453px;
}
#wb_indexLayoutGrid16
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid16
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid16
{
   width: 965px;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_indexLayoutGrid6
{
   visibility: hidden;
   display: none;
}
#wb_indexLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid6
{
   height: auto;
   padding: 20px 0 20px 0;
}
#indexLayoutGrid6
{
   width: 965px;
}
#indexLayoutGrid6 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_страница1LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_страница1LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#страница1LayoutGrid1
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#страница1LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#страница1LayoutGrid1
{
   width: 965px;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#страница1LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#страница1LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/bg%2dform.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 965px;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid12
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid12
{
   width: 965px;
}
#indexLayoutGrid12 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_indexCardContainer1
{
   visibility: visible;
   display: block;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15
{
   width: 965px;
}
#Layer4
{
   height: 1045px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Layer4
{
   width: 100%;
   margin: 0;
}
#Layer4_Container
{
   width: 980px;
}
#Layer4
{
    width: 100%;
    height: 1045px;
}
#wb_Text37
{
   left: 200px;
   top: 98px;
   width: 255px;
   height: 36px;
   visibility: visible;
   display: inline;
}
#wb_Text37
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Image1
{
   left: 505px;
   top: 23px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   left: 130px;
   top: 12px;
   width: 349px;
   height: 62px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 31px;
}
#indexExtension1
{
}
#wb_indexText2
{
   left: 236px;
   top: 414px;
   width: 443px;
   height: 72px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#wb_indexText45
{
   visibility: visible;
   display: block;
}
#wb_indexText45
{
   font-size: 35px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 47px;
}
#wb_indexCard3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard3-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_indexCard5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard5-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard5-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard5
{
   text-align: center;
}
#wb_indexCard6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard6-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard6-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Image3
{
   left: 628px;
   top: 23px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 565px;
   top: 23px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage17
{
   left: 7px;
   top: 2px;
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape1
{
   left: 702px;
   top: 25px;
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#Extension1
{
}
#wb_indexIconFont1
{
   width: 30px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#indexIconFont1
{
   width: 30px;
   height: 43px;
}
#indexIconFont1 i
{
   line-height: 43px;
   font-size: 30px;
   width: 29px;
   color: #FFFFFF;
}
#indexIconFont1:hover i
{
   color: #FFFFFF;
}
#wb_indexText9
{
   width: 168px;
   height: 54px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText9
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 50px;
   height: 50px;
}
#wb_indexImage10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#indexImage10
{
   width: 50px;
   height: 50px;
}
#wb_indexImage11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 50px;
   height: 50px;
}
#wb_indexLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid5
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid5
{
   width: 378px;
}
#indexLayoutGrid5 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayer22
{
   width: 69px;
   height: 67px;
   visibility: visible;
   display: block;
}
#indexLayer22_Container
{
   width: 69px;
}
#wb_indexLayoutGrid21
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid21
{
   height: auto;
   padding: 0 0 60px 0;
}
#indexLayoutGrid21
{
   width: 965px;
}
#indexLayoutGrid21 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_indexText13
{
   left: 80px;
   top: 5px;
   width: 192px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_indexText13
{
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 80px;
   top: 32px;
   width: 209px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   margin: 0;
   padding: 0;
}
#wb_indexClipArt1
{
   left: 319px;
   top: 4px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage7
{
   left: 162px;
   top: 120px;
   width: 631px;
   height: 178px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid13
{
   height: auto;
   padding: 40px 0 20px 0;
}
#indexLayoutGrid13
{
   width: 965px;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid13 > .col-1
{
   display: flex;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2
{
   display: flex;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 60px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 965px;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_indexText21
{
   left: 462px;
   top: 98px;
   width: 248px;
   height: 36px;
   visibility: hidden;
   display: none;
}
#wb_indexText21
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_index_rusIconFont1
{
   left: 259px;
   top: 9px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#index_rusIconFont1
{
   width: 40px;
   height: 40px;
}
#index_rusIconFont1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_kontaktyImage27
{
   left: 20px;
   top: 33px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 59px;
   top: 29px;
   width: 189px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 32px;
}
#wb_indexText23
{
   left: 55px;
   top: 49px;
   width: 213px;
   height: 28px;
   visibility: hidden;
   display: none;
}
#wb_indexText23
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexImage8
{
   left: 20px;
   top: 51px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage1
{
   left: 16px;
   top: 12px;
   width: 81px;
   height: 121px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#kontaktyLayer9
{
   left: 15px;
   top: 7px;
   width: 274px;
   height: 44px;
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 24px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 41px;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 30px 0 ;
   padding: 0;
   font-size: 32px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#masterHeading1
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_indexShape2
{
   left: 100px;
   top: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_kontaktyText30
{
   left: 96px;
   top: 42px;
   width: 217px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText30
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage18
{
   left: 8px;
   top: 14px;
   width: 86px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText29
{
   left: 96px;
   top: 15px;
   width: 199px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText29
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyText31
{
   left: 87px;
   top: 69px;
   width: 246px;
   height: 38px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText31
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyText32
{
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText32
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyCard1
{
   left: 11px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard1-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard1
{
   text-align: center;
}
#wb_kontaktyCard2
{
   left: 179px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 5px 12px 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard2-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard2
{
   text-align: center;
}
#wb_kontaktyText33
{
   left: 32px;
   top: 264px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 48px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 150px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 142px;
   top: 264px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 245px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 229px;
   top: 263px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText35
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_index_rusClipArt1
{
   left: 304px;
   top: 7px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage27
{
   left: 132px;
   top: 94px;
   width: 54px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText28
{
   visibility: visible;
   display: block;
}
#wb_indexText28
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   column-count: 2;
   column-gap: 5px;
}
#wb_indexText29
{
   visibility: visible;
   display: block;
}
#wb_indexText29
{
   font-size: 35px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 47px;
}
#wb_indexText30
{
   visibility: visible;
   display: block;
}
#wb_indexText30
{
   font-size: 35px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 47px;
}
#wb_indexText12
{
   visibility: visible;
   display: block;
}
#wb_indexText12
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text41
{
   visibility: visible;
   display: block;
}
#wb_Text41
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 20px;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Line4
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line4
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line6
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line6
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line7
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line7
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line8
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line8
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid14
{
   width: 363px;
}
#indexLayoutGrid14 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid14 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText14
{
   visibility: visible;
   display: block;
}
#wb_indexText14
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 28px;
}
#wb_indexText20
{
   visibility: visible;
   display: block;
}
#wb_indexText20
{
   font-size: 15px;
   margin: 30px 0 30px 0 ;
   padding: 10px 0 20px 0;
   text-align: left;
}
#wb_indexText33
{
   visibility: visible;
   display: block;
}
#wb_indexText33
{
   font-size: 19px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 35px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 47px;
}
#indexHtml2
{
   width: 950px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0;
}
#LayoutGrid14
{
   width: 950px;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid14 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#LayoutGrid14 > .col-3
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_Image13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 50px;
   height: 40px;
}
#wb_Text40
{
   visibility: visible;
   display: block;
}
#wb_Text40
{
   font-size: 15px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Shape1
{
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#wb_indexText41
{
   width: 250px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText41
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage17
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage17
{
   width: 50px;
   height: 50px;
}
#wb_indexImage18
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#indexImage18
{
   width: 50px;
   height: 50px;
}
#wb_indexImage19
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage19
{
   width: 50px;
   height: 50px;
}
#wb_indexText42
{
   width: 168px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText42
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexText43
{
   visibility: visible;
   display: block;
}
#wb_indexText43
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText44
{
   width: 62px;
   height: 16px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText44
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText46
{
   width: 75px;
   height: 16px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText46
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid18
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid18 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid23
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid23
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid23
{
   height: auto;
   padding: 0;
}
#indexLayoutGrid23
{
   width: 950px;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid23 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#indexLayoutGrid23 > .col-3
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexImage13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage13
{
   width: 50px;
   height: 40px;
}
#wb_indexText18
{
   visibility: visible;
   display: block;
}
#wb_indexText18
{
   font-size: 15px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexShape5
{
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_indexText22
{
   width: 243px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText22
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexText61
{
   width: 168px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText61
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexLayoutGrid24
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid24
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid24
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid24 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid24 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexImage14
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#indexImage14
{
   width: 50px;
   height: 50px;
}
#wb_indexText62
{
   width: 75px;
   height: 16px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText62
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage15
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage15
{
   width: 50px;
   height: 50px;
}
#wb_indexText63
{
   visibility: visible;
   display: block;
}
#wb_indexText63
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage23
{
   width: 50px;
   height: 50px;
}
#wb_indexText64
{
   width: 62px;
   height: 16px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText64
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText65
{
   visibility: visible;
   display: block;
}
#wb_indexText65
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText66
{
   visibility: visible;
   display: block;
}
#wb_indexText66
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#indexTimer1
{
   left: 14px;
   top: 7576px;
   width: 102px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexButton1
{
   width: 96px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_indexImage21
{
   left: 190px;
   top: 575px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage25
{
   left: 190px;
   top: 125px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage16
{
   left: 230px;
   top: 165px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_страница1Text1
{
   left: 210px;
   top: 375px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_страница1Text1
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText35
{
   left: 180px;
   top: 445px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage31
{
   left: 230px;
   top: 615px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText36
{
   left: 210px;
   top: 825px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text15
{
   left: 190px;
   top: 895px;
   width: 250px;
   height: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text15
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage30
{
   left: 530px;
   top: 165px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText25
{
   left: 510px;
   top: 375px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText25
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText38
{
   left: 490px;
   top: 445px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText38
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage29
{
   left: 540px;
   top: 615px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText54
{
   left: 520px;
   top: 825px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText54
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text17
{
   left: 490px;
   top: 895px;
   width: 250px;
   height: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text18
{
   left: 160px;
   top: 18px;
   width: 670px;
   height: 61px;
   visibility: visible;
   display: inline;
}
#wb_Text18
{
   font-size: 53px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 72px;
}
#wb_indexText55
{
   width: 743px;
   height: 56px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText55
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText56
{
   visibility: visible;
   display: block;
}
#wb_indexText56
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText57
{
   visibility: visible;
   display: block;
}
#wb_indexText57
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexLayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid22
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid22
{
   width: 935px;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid22 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText58
{
   visibility: visible;
   display: block;
}
#wb_indexText58
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer4
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer4
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText59
{
   width: 346px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText59
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexText60
{
   visibility: visible;
   display: block;
}
#wb_indexText60
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer5
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText67
{
   width: 345px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText67
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text13
{
   width: 348px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text26
{
   visibility: visible;
   display: block;
}
#wb_Text26
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexText68
{
   visibility: visible;
   display: block;
}
#wb_indexText68
{
   font-size: 53px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 72px;
}
#indexFlexContainer6
{
   width: 100%;
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text20
{
   width: 348px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text20
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexCard11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard11-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard11-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard11-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard11-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard11-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard11
{
   text-align: center;
}
#wb_indexCard12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard12-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard12-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard12-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard12-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard12-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard12-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 4px 4px !important;
   margin: 0;
   padding: 10px 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_indexCard12
{
   text-align: center;
}
#wb_indexCard13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard13-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard13-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard13-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard13-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard13-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard13
{
   text-align: center;
}
#wb_indexCard14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard14-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard14-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard14-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard14-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard14
{
   text-align: center;
}
#kontaktyLayer5
{
   width: 345px;
   height: 316px;
   visibility: hidden;
   display: none;
}
#kontaktyLayer5_Container
{
   width: 345px;
}
#wb_indexText32
{
   visibility: visible;
   display: block;
}
#wb_indexText32
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text9
{
   left: 10px;
   top: 10px;
   width: 945px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_Text9
{
   font-size: 35px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText3
{
   left: 0px;
   top: 238px;
   width: 970px;
   height: 42px;
   visibility: visible;
   display: inline;
}
#wb_indexText3
{
   font-size: 19px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
#Editbox4
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#Editbox4
{
   line-height: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyEditbox1
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#kontaktyEditbox1
{
   line-height: 30px;
}
#kontaktyTextArea2
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#indexLine1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexExtension4
{
   visibility: hidden;
   display: none;
}
#index_rusLayer111 .modal-content
{
   visibility: hidden;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   width: 308px;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
}
#index_rusLayer111 .modal-body
{
   width: 308px;
   height: 91px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 67px;
   visibility: visible;
   display: block;
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#wb_indexText4
{
   left: 294px;
   top: 106px;
   width: 252px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_indexText4
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_страница1Image1
{
   width: 300px;
   height: 423px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image1
{
   width: 300px;
   height: 423px;
}
#wb_страница1Image2
{
   width: 300px;
   height: 443px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image2
{
   width: 300px;
   height: 443px;
}
}
@media only screen and (min-width: 768px) and (max-width: 979px)
{
body
{
   background-color: #000000;
   background-image: url('../images/1645547650_1%2dabrakadabra%2dfun%2dp%2dkrasivii%2dfon%2ddlya%2dteksta%2dtemnii%2d1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#wb_indexImage26
{
   left: 427px;
   top: 573px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage28
{
   left: 417px;
   top: 123px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexExtension2
{
   left: 0px;
   top: 0px;
   width: 69px;
   height: 62px;
   visibility: visible;
   display: inline;
}
@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomindexExtension2:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #C0C0C0;
    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);
}

.animationindexExtension2::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 #C0C0C0;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationindexExtension2::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 10px #C0C0C0!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 */
.btnindexExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #C0C0C0;
    color: #FFFF00!important;
    z-index:1;
}
.btnindexExtension2:hover,
.btnindexExtension2:active {
    color: #FFFF00;
    border: 0px solid #C0C0C0!important;

}
.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
    color: #FFA500!important;
    height: 100%;
}
.btnindexExtension2 {
	border: 0px solid #C0C0C0!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFF00!important;
	background: #0000FF;
	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: 0px!important;
       z-index:1;
       overflow: hidden;
}

.btnindexExtension2:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFA500!important;
       background: #0000FF;
}

.btnindexExtension2: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 */
.btnindexExtension2: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: #FFA500;
}

/* Button 1a */
.btn-1aindexExtension2:hover,
.btn-1aindexExtension2:active {
	color: #FFA500;
	background: #C0C0C0;
}

/* Button 1b */
.btn-1bindexExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1bindexExtension2:hover,
.btn-1bindexExtension2:active {
	color: #FFA500;
}

.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cindexExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1cindexExtension2:hover,
.btn-1cindexExtension2:active {
	color: #FFA500;
}

.btn-1cindexExtension2:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dindexExtension2 {
	overflow: hidden;
}

.btn-1dindexExtension2:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1dindexExtension2:hover,
.btn-1dindexExtension2:active {
	color: #FFA500;
}

.btn-1dindexExtension2:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dindexExtension2:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eindexExtension2 {
	overflow: hidden;
}

.btn-1eindexExtension2:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1eindexExtension2:hover,
.btn-1eindexExtension2:active {
	color: #FFA500;
}

.btn-1eindexExtension2:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eindexExtension2:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eindexExtension2:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1findexExtension2 {
	overflow: hidden;
}

.btn-1findexExtension2:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1findexExtension2:hover,
.btn-1findexExtension2:active {
	color: #FFA500;
}

.btn-1findexExtension2:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1findexExtension2:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2indexExtension2 {
	background: #0000FF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bindexExtension2 {
	border-radius: 0px!important;
}

.btn-2bindexExtension2:hover {
	box-shadow: 0 8px #0000FF;
	top: -2px;
}

.btn-2bindexExtension2:active {
	box-shadow: 0 0 #0000FF;
	top: 6px;
}

#wb_kontaktyExtension1 {cursor:pointer;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

#indexExtension2
{
    width: 69px;
    height: 62px;
    top: 6235px;
    left: 3px;
}
#wb_indexImage6
{
   left: 7px;
   top: 5px;
   width: 51px;
   height: 53px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer3
{
   height: 141px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: #102916;
   background-image: none;
}
#Layer3
{
   width: 100%;
   margin: 0;
}
#Layer3_Container
{
   width: 768px;
}
#Layer3
{
    width: 100%;
    height: 141px;
}
#wb_indexLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1
{
   width: 753px;
}
#indexLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#indexLayoutGrid1-divider-top
{
   height: 50px;
}
#indexLayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayoutGrid1-divider-bottom
{
   height: 50px;
}
#indexLayoutGrid1-divider-bottom
{
   bottom: 0%;
}
#Layer2
{
   height: 534px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/header1.png');
   background-repeat: no-repeat;
   background-position: center top;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#Layer2
{
   width: 100%;
   margin: 0;
}
#Layer2_Container
{
   width: 768px;
}
#Layer2
{
    width: 100%;
    height: 534px;
}
#Layer2-divider-top.show
{
   height: 100px;
}
#Layer2-divider-top
{
   top: 0%;
   left: 0;
}
#Layer2-divider-bottom.show
{
   height: 100px;
}
#Layer2-divider-bottom
{
   bottom: 0%;
}
#wb_indexLayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid9
{
   height: auto;
   padding: 30px 15px 0 15px;
}
#indexLayoutGrid9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9
{
   width: 753px;
}
#indexLayoutGrid9 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid5
{
   width: 100%;
}
#wb_indexLayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid10
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid10
{
   width: 753px;
}
#wb_LayoutGrid11
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid11
{
   width: 753px;
}
#LayoutGrid11 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid11 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayer3
{
   height: 453px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLayer3
{
   width: 100%;
   margin: 0;
}
#indexLayer3_Container
{
   width: 768px;
}
#indexLayer3
{
    width: 100%;
    height: 453px;
}
#wb_indexLayoutGrid16
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid16
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid16
{
   width: 753px;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_indexLayoutGrid6
{
   visibility: hidden;
   display: none;
}
#wb_indexLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid6
{
   height: auto;
   padding: 20px 0 20px 0;
}
#indexLayoutGrid6
{
   width: 753px;
}
#indexLayoutGrid6 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_страница1LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_страница1LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#страница1LayoutGrid1
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#страница1LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#страница1LayoutGrid1
{
   width: 753px;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#страница1LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: right;
}
#страница1LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/bg%2dform.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 753px;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid12
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid12
{
   width: 753px;
}
#indexLayoutGrid12 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_indexCardContainer1
{
   visibility: hidden;
   display: none;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15
{
   width: 753px;
}
#Layer4
{
   height: 1045px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Layer4
{
   width: 100%;
   margin: 0;
}
#Layer4_Container
{
   width: 768px;
}
#Layer4
{
    width: 100%;
    height: 1045px;
}
#wb_Text37
{
   left: 499px;
   top: 40px;
   width: 180px;
   height: 27px;
   visibility: visible;
   display: inline;
}
#wb_Text37
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_Image1
{
   left: 581px;
   top: 92px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   left: 73px;
   top: 21px;
   width: 339px;
   height: 64px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 31px;
}
#indexExtension1
{
}
#wb_indexText2
{
   left: 403px;
   top: 389px;
   width: 289px;
   height: 72px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText45
{
   visibility: visible;
   display: block;
}
#wb_indexText45
{
   font-size: 32px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#wb_indexCard3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard3-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_indexCard5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard5-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard5-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard5
{
   text-align: center;
}
#wb_indexCard6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard6-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard6-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Image3
{
   left: 514px;
   top: 92px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 447px;
   top: 92px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage17
{
   left: 7px;
   top: 7px;
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape1
{
   left: 412px;
   top: 13px;
   width: 136px;
   height: 59px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Extension1
{
}
#wb_indexIconFont1
{
   width: 30px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#indexIconFont1
{
   width: 30px;
   height: 43px;
}
#indexIconFont1 i
{
   line-height: 43px;
   font-size: 30px;
   width: 29px;
   color: #FFFFFF;
}
#indexIconFont1:hover i
{
   color: #000000;
}
#wb_indexText9
{
   width: 216px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText9
{
   font-size: 20px;
   margin: 0;
   padding: 0 0 0 20px;
   text-align: left;
   line-height: 27px;
}
#wb_indexImage9
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 48px;
   height: 48px;
}
#wb_indexImage10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#indexImage10
{
   width: 50px;
   height: 50px;
}
#wb_indexImage11
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 48px;
   height: 48px;
}
#wb_indexLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid5
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayer22
{
   width: 69px;
   height: 67px;
   visibility: visible;
   display: block;
}
#indexLayer22_Container
{
   width: 69px;
}
#wb_indexLayoutGrid21
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid21
{
   height: auto;
   padding: 0 0 60px 0;
}
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_indexText13
{
   left: 80px;
   top: 12px;
   width: 192px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_indexText13
{
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 80px;
   top: 39px;
   width: 209px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   margin: 0;
   padding: 0;
}
#wb_indexClipArt1
{
   left: 309px;
   top: 9px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage7
{
   left: 64px;
   top: 103px;
   width: 400px;
   height: 112px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid13
{
   height: auto;
   padding: 40px 0 20px 0;
}
#indexLayoutGrid13
{
   width: 753px;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid13 > .col-1
{
   display: flex;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2
{
   display: flex;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 60px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 753px;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_indexText21
{
   left: 499px;
   top: 54px;
   width: 180px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText21
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_index_rusIconFont1
{
   left: 259px;
   top: 9px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#index_rusIconFont1
{
   width: 40px;
   height: 40px;
}
#index_rusIconFont1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_kontaktyImage27
{
   left: 24px;
   top: 32px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 64px;
   top: 30px;
   width: 189px;
   height: 27px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_indexText23
{
   left: 55px;
   top: 49px;
   width: 173px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText23
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_indexImage8
{
   left: 20px;
   top: 51px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage1
{
   left: 10px;
   top: 15px;
   width: 71px;
   height: 106px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#kontaktyLayer9
{
   left: 13px;
   top: 12px;
   width: 307px;
   height: 55px;
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 24px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 30px 0 ;
   padding: 0;
   font-size: 32px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#masterHeading1
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_indexShape2
{
   left: 100px;
   top: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_kontaktyText30
{
   left: 96px;
   top: 42px;
   width: 217px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText30
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage18
{
   left: 8px;
   top: 14px;
   width: 86px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText29
{
   left: 96px;
   top: 15px;
   width: 199px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText29
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyText31
{
   left: 87px;
   top: 69px;
   width: 246px;
   height: 38px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText31
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyText32
{
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText32
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyCard1
{
   left: 10px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard1-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard1
{
   text-align: center;
}
#wb_kontaktyCard2
{
   left: 179px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 5px 12px 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard2-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard2
{
   text-align: center;
}
#wb_kontaktyText33
{
   left: 32px;
   top: 264px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 48px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 150px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 142px;
   top: 264px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 245px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 229px;
   top: 263px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText35
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_index_rusClipArt1
{
   left: 304px;
   top: 7px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage27
{
   left: 433px;
   top: 31px;
   width: 54px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText28
{
   visibility: visible;
   display: block;
}
#wb_indexText28
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   column-count: 2;
   column-gap: 5px;
}
#wb_indexText29
{
   visibility: visible;
   display: block;
}
#wb_indexText29
{
   font-size: 27px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexText30
{
   visibility: visible;
   display: block;
}
#wb_indexText30
{
   font-size: 21px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_indexText12
{
   visibility: visible;
   display: block;
}
#wb_indexText12
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text41
{
   visibility: visible;
   display: block;
}
#wb_Text41
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 20px;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Line4
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line4
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line6
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line6
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line7
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line7
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line8
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line8
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid14
{
   width: 275px;
}
#indexLayoutGrid14 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid14 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_indexText14
{
   visibility: visible;
   display: block;
}
#wb_indexText14
{
   font-size: 19px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexText20
{
   visibility: visible;
   display: block;
}
#wb_indexText20
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexText33
{
   visibility: visible;
   display: block;
}
#wb_indexText33
{
   font-size: 19px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 29px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#indexHtml2
{
   width: 738px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0;
}
#LayoutGrid14
{
   width: 738px;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid14 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#LayoutGrid14 > .col-3
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_Image13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 50px;
   height: 40px;
}
#wb_Text40
{
   visibility: visible;
   display: block;
}
#wb_Text40
{
   font-size: 15px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Shape1
{
   width: 123px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#wb_indexText41
{
   width: 179px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText41
{
   font-size: 20px;
   margin: 0;
   padding: 0 0 0 20px;
   text-align: left;
   line-height: 27px;
}
#wb_indexImage17
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage17
{
   width: 48px;
   height: 48px;
}
#wb_indexImage18
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage18
{
   width: 48px;
   height: 48px;
}
#wb_indexImage19
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage19
{
   width: 48px;
   height: 48px;
}
#wb_indexText42
{
   width: 179px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText42
{
   font-size: 20px;
   margin: 0;
   padding: 0 0 0 20px;
   text-align: left;
   line-height: 27px;
}
#wb_indexText43
{
   visibility: visible;
   display: block;
}
#wb_indexText43
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText44
{
   width: 52px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText44
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText46
{
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText46
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid18
{
   height: auto;
   padding: 10px 0 0 0;
}
#indexLayoutGrid18 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid18 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid23
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid23
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid23
{
   height: auto;
   padding: 0;
}
#indexLayoutGrid23
{
   width: 738px;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid23 > .col-1
{
   display: flex;
   flex-basis: 50%;
   max-width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2
{
   display: flex;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#indexLayoutGrid23 > .col-3
{
   display: flex;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexImage13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage13
{
   width: 50px;
   height: 40px;
}
#wb_indexText18
{
   visibility: visible;
   display: block;
}
#wb_indexText18
{
   font-size: 15px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexShape5
{
   width: 123px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_indexText22
{
   width: 179px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText22
{
   font-size: 20px;
   margin: 0;
   padding: 0 0 0 20px;
   text-align: left;
   line-height: 27px;
}
#wb_indexText61
{
   width: 179px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_indexText61
{
   font-size: 20px;
   margin: 0;
   padding: 0 0 0 20px;
   text-align: left;
   line-height: 27px;
}
#wb_indexLayoutGrid24
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid24
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid24
{
   height: auto;
   padding: 10px 0 0 0;
}
#indexLayoutGrid24 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid24 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexImage14
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage14
{
   width: 48px;
   height: 48px;
}
#wb_indexText62
{
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText62
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage15
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage15
{
   width: 48px;
   height: 48px;
}
#wb_indexText63
{
   visibility: visible;
   display: block;
}
#wb_indexText63
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage23
{
   width: 48px;
   height: 48px;
}
#wb_indexText64
{
   width: 52px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText64
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText65
{
   visibility: visible;
   display: block;
}
#wb_indexText65
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText66
{
   visibility: visible;
   display: block;
}
#wb_indexText66
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#indexTimer1
{
   left: 14px;
   top: 7576px;
   width: 102px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexButton1
{
   width: 96px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_indexImage21
{
   left: 117px;
   top: 573px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage25
{
   left: 117px;
   top: 123px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage16
{
   left: 157px;
   top: 163px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_страница1Text1
{
   left: 137px;
   top: 373px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_страница1Text1
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText35
{
   left: 107px;
   top: 443px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage31
{
   left: 157px;
   top: 613px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText36
{
   left: 137px;
   top: 822px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text15
{
   left: 117px;
   top: 892px;
   width: 250px;
   height: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text15
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage30
{
   left: 458px;
   top: 163px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText25
{
   left: 437px;
   top: 373px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText25
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText38
{
   left: 417px;
   top: 443px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText38
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexImage29
{
   left: 467px;
   top: 615px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText54
{
   left: 447px;
   top: 822px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText54
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text17
{
   left: 417px;
   top: 892px;
   width: 250px;
   height: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text18
{
   left: 57px;
   top: 27px;
   width: 670px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_Text18
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#wb_indexText55
{
   width: 738px;
   height: 150px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText55
{
   font-size: 29px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText56
{
   visibility: visible;
   display: block;
}
#wb_indexText56
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText57
{
   visibility: visible;
   display: block;
}
#wb_indexText57
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexLayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid22
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid22 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid22
{
   width: 100%;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid22 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText58
{
   visibility: visible;
   display: block;
}
#wb_indexText58
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer4
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer4
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText59
{
   width: 346px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText59
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexText60
{
   visibility: visible;
   display: block;
}
#wb_indexText60
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer5
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText67
{
   width: 345px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText67
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text13
{
   width: 348px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text26
{
   visibility: visible;
   display: block;
}
#wb_Text26
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexText68
{
   visibility: visible;
   display: block;
}
#wb_indexText68
{
   font-size: 29px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#indexFlexContainer6
{
   width: 100%;
   visibility: visible;
   display: flex;
   background-color: rgba(251,251,251,0.60);
   background-image: none;
   border: 3px dotted #766234;
}
#indexFlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text20
{
   width: 348px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text20
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 19px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexCard11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard11-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard11-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard11-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard11-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard11-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard11
{
   text-align: center;
}
#wb_indexCard12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard12-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard12-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard12-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard12-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard12-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard12-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 4px 4px !important;
   margin: 0;
   padding: 10px 20px 10px 20px;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_indexCard12
{
   text-align: center;
}
#wb_indexCard13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard13-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard13-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard13-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard13-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard13-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard13
{
   text-align: center;
}
#wb_indexCard14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 295px;
}
#indexCard14-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard14-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 10px 0 10px;
   padding: 0;
}
#indexCard14-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard14-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard14
{
   text-align: center;
}
#kontaktyLayer5
{
   width: 345px;
   height: 316px;
   visibility: hidden;
   display: none;
}
#kontaktyLayer5_Container
{
   width: 345px;
}
#wb_indexText32
{
   visibility: visible;
   display: block;
}
#wb_indexText32
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text9
{
   left: 12px;
   top: 86px;
   width: 744px;
   height: 94px;
   visibility: visible;
   display: inline;
}
#wb_Text9
{
   font-size: 43px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText3
{
   left: 13px;
   top: 225px;
   width: 742px;
   height: 46px;
   visibility: visible;
   display: inline;
}
#wb_indexText3
{
   font-size: 19px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#Editbox4
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#Editbox4
{
   line-height: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyEditbox1
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#kontaktyEditbox1
{
   line-height: 30px;
}
#kontaktyTextArea2
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#indexLine1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexExtension4
{
   visibility: hidden;
   display: none;
}
#index_rusLayer111 .modal-content
{
   visibility: hidden;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   width: 308px;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
}
#index_rusLayer111 .modal-body
{
   width: 308px;
   height: 91px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 74px;
   visibility: visible;
   display: block;
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#wb_indexText4
{
   left: 294px;
   top: 76px;
   width: 252px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_indexText4
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_страница1Image1
{
   width: 300px;
   height: 423px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image1
{
   width: 300px;
   height: 423px;
}
#wb_страница1Image2
{
   width: 300px;
   height: 443px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image2
{
   width: 300px;
   height: 443px;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #000000;
   background-image: url('../images/1645547650_1%2dabrakadabra%2dfun%2dp%2dkrasivii%2dfon%2ddlya%2dteksta%2dtemnii%2d1.jpg');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
}
#wb_indexImage26
{
   left: 60px;
   top: 1413px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage28
{
   left: 60px;
   top: 523px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexExtension2
{
   left: 0px;
   top: 0px;
   width: 69px;
   height: 62px;
   visibility: visible;
   display: inline;
}
@keyframes slideme {0%   {left:-30px;margin-left: 0px;}30%   {left:110%;margin-left: 80px;}100% {left:110%;margin-left: 80px;}}

.castomindexExtension2:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #C0C0C0;
    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);
}

.animationindexExtension2::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 #C0C0C0;
	animation: anim-effect-ivana-2 3000ms ease  infinite normal;
}


.animationindexExtension2::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 10px #C0C0C0!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 */
.btnindexExtension2:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #C0C0C0;
    color: #FFFF00!important;
    z-index:1;
}
.btnindexExtension2:hover,
.btnindexExtension2:active {
    color: #FFFF00;
    border: 0px solid #C0C0C0!important;

}
.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
    color: #FFA500!important;
    height: 100%;
}
.btnindexExtension2 {
	border: 0px solid #C0C0C0!important;
	font-family: Arial!important;
       font-style: regular;
	font-size: 16px!important;
	color: #FFFF00!important;
	background: #0000FF;
	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: 0px!important;
       z-index:1;
       overflow: hidden;
}

.btnindexExtension2:hover {
       border: 0px solid #696969!important;
	font-family: inherit;
	font-size: inherit;
	color: #FFA500!important;
       background: #0000FF;
}

.btnindexExtension2: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 */
.btnindexExtension2: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: #FFA500;
}

/* Button 1a */
.btn-1aindexExtension2:hover,
.btn-1aindexExtension2:active {
	color: #FFA500;
	background: #C0C0C0;
}

/* Button 1b */
.btn-1bindexExtension2:after {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1bindexExtension2:hover,
.btn-1bindexExtension2:active {
	color: #FFA500;
}

.btn-1bindexExtension2:hover:after,
.btn-1bindexExtension2:active:after {
	height: 100%;
}

/* Button 1c */
.btn-1cindexExtension2:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #C0C0C0;
       border-radius: 0px!important;
       z-index:-1;
}

.btn-1cindexExtension2:hover,
.btn-1cindexExtension2:active {
	color: #FFA500;
}

.btn-1cindexExtension2:hover:after,
.btn-1c:active:after {
	width: 100%;
}

/* Button 1d */
.btn-1dindexExtension2 {
	overflow: hidden;
}

.btn-1dindexExtension2:after {
	width: 0;
	height: 103%;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1dindexExtension2:hover,
.btn-1dindexExtension2:active {
	color: #FFA500;
}

.btn-1dindexExtension2:hover:after {
	width: 100%;
	opacity: 1;
}

.btn-1dindexExtension2:active:after {
	width: 101%;
	opacity: 1;
}

/* Button 1e */
.btn-1eindexExtension2 {
	overflow: hidden;
}

.btn-1eindexExtension2:after {
	width: 120%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1eindexExtension2:hover,
.btn-1eindexExtension2:active {
	color: #FFA500;
}

.btn-1eindexExtension2:hover:after {
	height: 1000%!important;
       opacity: 1;
}

.btn-1eindexExtension2:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-1eindexExtension2:active:after {
	height: 400%;
	opacity: 1;
}

/* Button 1f */
.btn-1findexExtension2 {
	overflow: hidden;
}

.btn-1findexExtension2:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #C0C0C0;
	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: 0px!important;
       z-index:-1;
}

.btn-1findexExtension2:hover,
.btn-1findexExtension2:active {
	color: #FFA500;
}

.btn-1findexExtension2:hover:after {
	height: 100%;
	opacity: 1;
}

.btn-1findexExtension2:active:after {
	height: 130%;
	opacity: 1;
}

/* Button 2 */
.btn-2indexExtension2 {
	background: #0000FF;
	color: #fff;
	box-shadow: 0 6px #ab3c3c;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
/* Button 2b */
.btn-2bindexExtension2 {
	border-radius: 0px!important;
}

.btn-2bindexExtension2:hover {
	box-shadow: 0 8px #0000FF;
	top: -2px;
}

.btn-2bindexExtension2:active {
	box-shadow: 0 0 #0000FF;
	top: 6px;
}

#wb_kontaktyExtension1 {cursor:pointer;}/* Например как то так, в этом примере можно задать отступ внешний от контейнера - обёртки*/

#indexExtension2
{
    width: 69px;
    height: 62px;
    top: 6235px;
    left: 3px;
}
#wb_indexImage6
{
   left: 7px;
   top: 5px;
   width: 51px;
   height: 53px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer3
{
   height: 188px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: #102916;
   background-image: none;
}
#Layer3
{
   width: 100%;
   margin: 0;
}
#Layer3_Container
{
   width: 365px;
}
#Layer3
{
    width: 100%;
    height: 188px;
}
#wb_indexLayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1
{
   width: 100%;
}
#indexLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#indexLayoutGrid1-divider-top
{
   height: 50px;
}
#indexLayoutGrid1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayoutGrid1-divider-bottom
{
   height: 50px;
}
#indexLayoutGrid1-divider-bottom
{
   bottom: 0%;
}
#Layer2
{
   height: 267px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/header1.png');
   background-repeat: no-repeat;
   background-position: left center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#Layer2
{
   width: 100%;
   margin: 0;
}
#Layer2_Container
{
   width: 365px;
}
#Layer2
{
    width: 100%;
    height: 267px;
}
#Layer2-divider-top.show
{
   height: 100px;
}
#Layer2-divider-top
{
   top: 0%;
   left: 0;
}
#Layer2-divider-bottom.show
{
   height: 100px;
}
#Layer2-divider-bottom
{
   bottom: 0%;
}
#wb_indexLayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid9
{
   height: auto;
   padding: 30px 15px 0 15px;
}
#indexLayoutGrid9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9
{
   width: 100%;
}
#indexLayoutGrid9 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid5
{
   width: 100%;
}
#wb_indexLayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid10
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid10 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid10
{
   width: 100%;
}
#wb_LayoutGrid11
{
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid11
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid11
{
   width: 100%;
}
#LayoutGrid11 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid11 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayer3
{
   height: 292px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLayer3
{
   width: 100%;
   margin: 0;
}
#indexLayer3_Container
{
   width: 365px;
}
#indexLayer3
{
    width: 100%;
    height: 292px;
}
#wb_indexLayoutGrid16
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid16
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid16
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid16 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid16
{
   width: 100%;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_indexLayoutGrid6
{
   visibility: hidden;
   display: none;
}
#wb_indexLayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid6
{
   height: auto;
   padding: 20px 0 20px 0;
}
#indexLayoutGrid6
{
   width: 100%;
}
#indexLayoutGrid6 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid6 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_страница1LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_страница1LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#страница1LayoutGrid1
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#страница1LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#страница1LayoutGrid1
{
   width: 100%;
}
#страница1LayoutGrid1 > .row > .col-1, #страница1LayoutGrid1 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#страница1LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#страница1LayoutGrid1 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/image%20%2832%29.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 100%;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid12
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid12
{
   width: 100%;
}
#indexLayoutGrid12 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_indexCardContainer1
{
   visibility: hidden;
   display: none;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 27px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text19
{
   visibility: visible;
   display: block;
}
#wb_Text19
{
   font-size: 20px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 0 15px 60px 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15
{
   width: 100%;
}
#Layer4
{
   height: 1843px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Layer4
{
   width: 100%;
   margin: 0;
}
#Layer4_Container
{
   width: 365px;
}
#Layer4
{
    width: 100%;
    height: 1843px;
}
#wb_Text37
{
   left: 119px;
   top: 82px;
   width: 240px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_Text37
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 33px;
}
#wb_Image1
{
   left: 131px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text8
{
   left: 7px;
   top: 129px;
   width: 347px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 24px;
}
#indexExtension1
{
}
#wb_indexText2
{
   left: 38px;
   top: 154px;
   width: 292px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 17px;
   margin: 0;
   padding: 10px 0 10px 0;
   text-align: center;
}
#wb_indexText45
{
   visibility: visible;
   display: block;
}
#wb_indexText45
{
   font-size: 27px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexCard3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard3-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_indexCard5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard5-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard5-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard5
{
   text-align: center;
}
#wb_indexCard6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard6-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard6-card-item2 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#indexCard6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #BA8228 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Image3
{
   left: 184px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 235px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage17
{
   left: 4px;
   top: 3px;
   width: 56px;
   height: 56px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape1
{
   left: 35px;
   top: 110px;
   width: 136px;
   height: 59px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Extension1
{
}
#wb_indexIconFont1
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#indexIconFont1
{
   width: 30px;
   height: 30px;
}
#indexIconFont1 i
{
   line-height: 30px;
   font-size: 30px;
   width: 29px;
   color: #FFFFFF;
}
#indexIconFont1:hover i
{
   color: #000000;
}
#wb_indexText9
{
   width: 293px;
   height: 37px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText9
{
   font-size: 27px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 50px;
   height: 50px;
}
#wb_indexImage10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#indexImage10
{
   width: 50px;
   height: 50px;
}
#wb_indexImage11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 50px;
   height: 50px;
}
#wb_indexLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid5
{
   height: auto;
   padding: 0 0 30px 0;
}
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid5 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayer22
{
   width: 69px;
   height: 67px;
   visibility: visible;
   display: block;
}
#indexLayer22_Container
{
   width: 69px;
}
#wb_indexLayoutGrid21
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid21
{
   height: auto;
   padding: 20px 0 20px 0;
}
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_indexText13
{
   left: 80px;
   top: 8px;
   width: 192px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_indexText13
{
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 80px;
   top: 35px;
   width: 209px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   margin: 0;
   padding: 0;
}
#wb_indexClipArt1
{
   left: 320px;
   top: 9px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage7
{
   left: 32px;
   top: 59px;
   width: 297px;
   height: 84px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid13
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid13
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid13
{
   height: auto;
   padding: 40px 0 20px 0;
}
#indexLayoutGrid13
{
   width: 100%;
}
#indexLayoutGrid13 > .col-1, #indexLayoutGrid13 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid13 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid13 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 60px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 100%;
}
#wb_indexText1
{
   visibility: visible;
   display: block;
}
#wb_indexText1
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_indexText21
{
   left: 97px;
   top: 104px;
   width: 240px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#wb_indexText21
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_index_rusIconFont1
{
   left: 259px;
   top: 9px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#index_rusIconFont1
{
   width: 40px;
   height: 40px;
}
#index_rusIconFont1 i
{
   line-height: 40px;
   font-size: 40px;
   width: 39px;
}
#wb_kontaktyImage27
{
   left: 24px;
   top: 33px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 62px;
   top: 33px;
   width: 189px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_indexText23
{
   left: 59px;
   top: 49px;
   width: 173px;
   height: 28px;
   visibility: hidden;
   display: none;
}
#wb_indexText23
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_indexImage8
{
   left: 20px;
   top: 51px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage1
{
   left: 12px;
   top: 9px;
   width: 71px;
   height: 105px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#kontaktyLayer9
{
   left: 12px;
   top: 8px;
   width: 288px;
   height: 55px;
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 21px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 26px;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 30px 0 20px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#masterHeading1
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
}
#wb_indexShape2
{
   left: 100px;
   top: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_kontaktyText30
{
   left: 96px;
   top: 42px;
   width: 217px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText30
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage18
{
   left: 8px;
   top: 14px;
   width: 86px;
   height: 86px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText29
{
   left: 96px;
   top: 15px;
   width: 199px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText29
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyText31
{
   left: 87px;
   top: 69px;
   width: 246px;
   height: 38px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText31
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyText32
{
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText32
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyCard1
{
   left: 10px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard1-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard1
{
   text-align: center;
}
#wb_kontaktyCard2
{
   left: 179px;
   top: 142px;
   width: 158px;
   height: 41px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#kontaktyCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 5px 12px 5px;
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#kontaktyCard2-card-item0 i
{
   color: #FFFFFF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#wb_kontaktyCard2
{
   text-align: center;
}
#wb_kontaktyText33
{
   left: 32px;
   top: 264px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 48px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 150px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 142px;
   top: 264px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 245px;
   top: 216px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 229px;
   top: 263px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText35
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_index_rusClipArt1
{
   left: 304px;
   top: 7px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage27
{
   left: 124px;
   top: 70px;
   width: 54px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText28
{
   visibility: visible;
   display: block;
}
#wb_indexText28
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   column-count: 1;
   column-gap: 5px;
}
#wb_indexText29
{
   visibility: visible;
   display: block;
}
#wb_indexText29
{
   font-size: 24px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#wb_indexText30
{
   visibility: visible;
   display: block;
}
#wb_indexText30
{
   font-size: 20px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 27px;
}
#wb_indexText12
{
   visibility: visible;
   display: block;
}
#wb_indexText12
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text41
{
   visibility: visible;
   display: block;
}
#wb_Text41
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 20px;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Line4
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line4
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line6
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line6
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line7
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line7
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Line8
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line8
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid14 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid14
{
   width: 100%;
}
#indexLayoutGrid14 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid14 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_indexText14
{
   visibility: visible;
   display: block;
}
#wb_indexText14
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexText20
{
   visibility: visible;
   display: block;
}
#wb_indexText20
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexText33
{
   visibility: visible;
   display: block;
}
#wb_indexText33
{
   font-size: 19px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 24px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#indexHtml2
{
   width: 335px;
   height: 48px;
   visibility: hidden;
   display: none;
}
#wb_LayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid14
{
   height: auto;
   padding: 0 0 30px 0;
}
#LayoutGrid14
{
   width: 100%;
}
#LayoutGrid14 > .col-1, #LayoutGrid14 > .col-2, #LayoutGrid14 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid14 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#LayoutGrid14 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid14 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_Image13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image13
{
   width: 50px;
   height: 40px;
}
#wb_Text40
{
   visibility: visible;
   display: block;
}
#wb_Text40
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_Shape1
{
   width: 122px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text50
{
   visibility: visible;
   display: block;
}
#wb_Text50
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 25px;
}
#wb_indexText41
{
   width: 293px;
   height: 37px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText41
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage17
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage17
{
   width: 50px;
   height: 50px;
}
#wb_indexImage18
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage18
{
   width: 50px;
   height: 50px;
}
#wb_indexImage19
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage19
{
   width: 50px;
   height: 50px;
}
#wb_indexText42
{
   width: 293px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#wb_indexText42
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexText43
{
   visibility: visible;
   display: block;
}
#wb_indexText43
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText44
{
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText44
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText46
{
   width: 81px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText46
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid18
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid18
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid18
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid18 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid18 > .row > .col-1, #indexLayoutGrid18 > .row > .col-2, #indexLayoutGrid18 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid18 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid18 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid23
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid23
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid23
{
   height: auto;
   padding: 0 0 30px 0;
}
#indexLayoutGrid23
{
   width: 100%;
}
#indexLayoutGrid23 > .col-1, #indexLayoutGrid23 > .col-2, #indexLayoutGrid23 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid23 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#indexLayoutGrid23 > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid23 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_indexImage13
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage13
{
   width: 50px;
   height: 40px;
}
#wb_indexText18
{
   visibility: visible;
   display: block;
}
#wb_indexText18
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexShape5
{
   width: 122px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_indexText22
{
   width: 230px;
   height: 37px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText22
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexText61
{
   width: 293px;
   height: 37px;
   visibility: hidden;
   display: none;
}
#wb_indexText61
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexLayoutGrid24
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid24
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid24
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid24 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid24 > .row > .col-1, #indexLayoutGrid24 > .row > .col-2, #indexLayoutGrid24 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid24 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid24 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexImage14
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage14
{
   width: 50px;
   height: 50px;
}
#wb_indexText62
{
   width: 81px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText62
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage15
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage15
{
   width: 50px;
   height: 50px;
}
#wb_indexText63
{
   visibility: visible;
   display: block;
}
#wb_indexText63
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage23
{
   width: 50px;
   height: 50px;
}
#wb_indexText64
{
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText64
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText65
{
   visibility: visible;
   display: block;
}
#wb_indexText65
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText66
{
   visibility: visible;
   display: block;
}
#wb_indexText66
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 25px;
}
#masterHeading1 {
   line-height: 41px;
}
#indexTimer1
{
   left: 68px;
   top: 6997px;
   width: 102px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#indexButton1
{
   width: 96px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_indexImage21
{
   left: 60px;
   top: 963px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage25
{
   left: 60px;
   top: 73px;
   width: 240px;
   height: 240px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage16
{
   left: 100px;
   top: 113px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_страница1Text1
{
   left: 80px;
   top: 323px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_страница1Text1
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText35
{
   left: 60px;
   top: 403px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage31
{
   left: 100px;
   top: 1003px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText36
{
   left: 80px;
   top: 1213px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text15
{
   left: 60px;
   top: 1283px;
   width: 250px;
   height: 115px;
   visibility: visible;
   display: inline;
}
#wb_Text15
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage30
{
   left: 100px;
   top: 563px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText25
{
   left: 80px;
   top: 773px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText25
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_indexText38
{
   left: 60px;
   top: 853px;
   width: 250px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_indexText38
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage29
{
   left: 100px;
   top: 1453px;
   width: 156px;
   height: 156px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText54
{
   left: 80px;
   top: 1663px;
   width: 200px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText54
{
   font-size: 21px;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#wb_Text17
{
   left: 20px;
   top: 1733px;
   width: 335px;
   height: 92px;
   visibility: visible;
   display: inline;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text18
{
   left: 10px;
   top: 13px;
   width: 340px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_Text18
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#wb_indexText55
{
   width: 309px;
   height: 108px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText55
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText56
{
   visibility: visible;
   display: block;
}
#wb_indexText56
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText57
{
   visibility: visible;
   display: block;
}
#wb_indexText57
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage20
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexLayoutGrid22
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid22
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid22
{
   height: auto;
   padding: 10px 0 10px 0;
}
#indexLayoutGrid22 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid22
{
   width: 100%;
}
#indexLayoutGrid22 > .row > .col-1, #indexLayoutGrid22 > .row > .col-2, #indexLayoutGrid22 > .row > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid22 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexLayoutGrid22 > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText58
{
   visibility: visible;
   display: block;
}
#wb_indexText58
{
   font-size: 17px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer4
{
   visibility: visible;
   display: flex;
   background-color: rgba(221,255,219,0.60);
   background-image: none;
   border: 3px dotted #000000;
}
#indexFlexContainer4
{
   min-height: 0;
   margin: 0;
   padding: 20px 0 20px 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText59
{
   width: 305px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText59
{
   font-size: 19px;
   margin: 0 10px 0 10px;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexText60
{
   visibility: visible;
   display: block;
}
#wb_indexText60
{
   font-size: 17px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#indexFlexContainer5
{
   visibility: visible;
   display: flex;
   background-color: rgba(221,255,219,0.60);
   background-image: none;
   border: 3px dotted #000000;
}
#indexFlexContainer5
{
   min-height: 0;
   margin: 0;
   padding: 20px 0 20px 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText67
{
   width: 305px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText67
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#FlexContainer1
{
   visibility: visible;
   display: flex;
   background-color: rgba(221,255,219,0.60);
   background-image: none;
   border: 3px dotted #000000;
}
#FlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 20px 0 20px 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text13
{
   width: 287px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text13
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text26
{
   visibility: visible;
   display: block;
}
#wb_Text26
{
   font-size: 17px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexText68
{
   visibility: visible;
   display: block;
}
#wb_indexText68
{
   font-size: 29px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#indexFlexContainer6
{
   width: 100%;
   visibility: visible;
   display: flex;
   background-color: rgba(221,255,219,0.60);
   background-image: none;
   border: 3px dotted #000000;
}
#indexFlexContainer6
{
   min-height: 0;
   margin: 0;
   padding: 20px 0 20px 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Text20
{
   width: 287px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text20
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_indexCard11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard11-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard11-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard11-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#indexCard11-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard11-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard11
{
   text-align: center;
}
#wb_indexCard12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard12-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard12-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard12-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard12-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#indexCard12-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard12-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard12
{
   text-align: center;
}
#wb_indexCard13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard13-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard13-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard13-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#indexCard13-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard13-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard13
{
   text-align: center;
}
#wb_indexCard14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 295px;
}
#indexCard14-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -100px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(51,33,19,0.60) 0%, rgba(237,217,124,0.60) 100%);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #BA8228;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#indexCard14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#indexCard14-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#indexCard14-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#indexCard14-card-item3 h3
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#indexCard14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: calc(100% - 40px);
   height: auto;
}
#wb_indexCard14
{
   text-align: center;
}
#kontaktyLayer5
{
   width: 345px;
   height: 316px;
   visibility: hidden;
   display: none;
}
#kontaktyLayer5_Container
{
   width: 345px;
}
#wb_indexText32
{
   visibility: visible;
   display: block;
}
#wb_indexText32
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text9
{
   left: 10px;
   top: 10px;
   width: 345px;
   height: 72px;
   visibility: visible;
   display: inline;
}
#wb_Text9
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText3
{
   left: 19px;
   top: 82px;
   width: 340px;
   height: 120px;
   visibility: visible;
   display: inline;
}
#wb_indexText3
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 20px;
}
#Editbox4
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#Editbox4
{
   line-height: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyEditbox1
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#kontaktyEditbox1
{
   line-height: 30px;
}
#kontaktyTextArea2
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#indexLine1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexExtension4
{
   visibility: hidden;
   display: none;
}
#index_rusLayer111 .modal-content
{
   visibility: hidden;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   width: 308px;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
}
#index_rusLayer111 .modal-body
{
   width: 308px;
   height: 91px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 70px;
   visibility: hidden;
   display: none;
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#wb_indexText4
{
   left: 86px;
   top: 11px;
   width: 252px;
   height: 48px;
   visibility: visible;
   display: inline;
}
#wb_indexText4
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_страница1Image1
{
   width: 300px;
   height: 423px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image1
{
   width: 300px;
   height: 423px;
}
#wb_страница1Image2
{
   width: 300px;
   height: 443px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#страница1Image2
{
   width: 300px;
   height: 443px;
}
}
.menu-bar ul li a{font-family:Philosopher;font-weight:700;font-size:21px;color:#900F2A;text-decoration:none;}
