html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon-1.webp');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
#preloader
{
   background: #FFFFFF url("../images/pulsate.gif") no-repeat center center;
   bottom: 0;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 99999;
}
@font-face
{
   font-family: "Good Vibes Pro";
   font-display: swap;
   src: url('../font/Good Vibes Pro .ttf') format('truetype');
}
@font-face
{
   font-family: "Anfisa Grotesk";
   font-display: swap;
   src: url('../font/Anfisa Grotesk.ttf') format('truetype');
}
@font-face
{
   font-family: "Kelly Slab";
   font-display: swap;
   src: url('../font/Kelly-Slab.woff2') format('woff2'),
        url('../font/Kelly-Slab.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');
}
@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: "Open Sans";
   font-display: swap;
   src: url('../font/Open-Sans.woff2') format('woff2'),
        url('../font/Open-Sans.woff') format('woff');
}
@font-face
{
   font-family: "Open Sans";
   font-weight: 700;
   font-display: swap;
   src: url('../font/Open-Sans-Bold.woff2') format('woff2'),
        url('../font/Open-Sans-Bold.woff') format('woff');
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-30px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-left
{
   0% { transform: translate(-100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes filter-blur-in
{
   0% { filter: blur(70px);  }
   100% { filter: blur(0);  }
}
@keyframes filter-blur-in-copy
{
   0% { filter: blur(40px);  }
}
@keyframes transform-bounch-in
{
   0% { transform: rotate(0deg) scale(0.3,0.3) ; opacity: 0;  }
   50% { transform: rotate(0deg) scale(1.05,1.05) ; opacity: 1;  }
   70% { transform: rotate(0deg) scale(0.9,0.9) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounch-in-left
{
   0% { transform: translate(-1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(30px,0px) rotate(0deg) ;  }
   80% { transform: translate(-10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounch-in-right
{
   0% { transform: translate(1000px,0px) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(-30px,0px) rotate(0deg) ;  }
   80% { transform: translate(10px,0px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@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: 600px) and (max-width: 979px)
{
}
@media only screen and (max-width: 599px)
{
}
#indexLayer1
{
   background-color: transparent;
   border-radius: 0px;
   margin: 0;
}
#indexLayer1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.2;
}
#indexLayer1-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#indexLayer1-video video
{
   object-fit: cover;
   pointer-events: none;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#indexLayer1-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;
}
#indexLayer1-divider-top svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   top: 0;
   transform: translateX(-50%);
}
#indexLayer1-divider-top .divider-fill
{
   fill: #073F18;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#indexLayer1-divider-top.show
{
   height: 50px;
}
#indexLayer1-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#indexLayer1-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#indexLayer1-divider-bottom .divider-fill
{
   fill: #073F18;
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#Layer5
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('../images/1607.webp');
   background-repeat: no-repeat;
   background-position: left bottom;
   background-attachment: scroll;
   background-size: cover;
   border-radius: 0px;
   margin: 0;
}
#wb_indexLayoutGrid8
{
   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;
}
#indexLayoutGrid8
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid8
{
   width: 1200px;
}
#indexLayoutGrid8 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid8:before,
#indexLayoutGrid8:after,
#indexLayoutGrid8 .row:before,
#indexLayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid8:after,
#indexLayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid8
{
   width: 100%;
}
#indexLayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid26
{
   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;
}
#LayoutGrid26
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid26 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid26
{
   width: 1200px;
}
#LayoutGrid26 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid26 > .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)
{
#LayoutGrid26
{
   width: 100%;
}
#LayoutGrid26 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid27
{
   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;
}
#LayoutGrid27
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid27 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid27 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid27
{
   width: 1200px;
}
#LayoutGrid27 > .row > .col-1
{
   float: left;
}
#LayoutGrid27 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid27:before,
#LayoutGrid27:after,
#LayoutGrid27 .row:before,
#LayoutGrid27 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid27:after,
#LayoutGrid27 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid27
{
   width: 100%;
}
#LayoutGrid27 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_masterHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 60px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#masterHeading1
{
   color: #764F00;
   font-family: "Kelly Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image32
{
   vertical-align: top;
}
#Image32
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text50 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text50
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text50 div
{
   text-align: left;
}
#wb_Image34
{
   vertical-align: top;
}
#Image34
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image35
{
   vertical-align: top;
}
#Image35
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_LayoutGrid28
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid28
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid28 > .col-1, #LayoutGrid28 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid28
{
   width: 1200px;
}
#LayoutGrid28 > .col-1, #LayoutGrid28 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid28 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid28 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 600px)
{
#LayoutGrid28
{
   width: 100%;
}
#LayoutGrid28 > .col-1, #LayoutGrid28 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid29
{
   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;
}
#LayoutGrid29
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid29 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid29
{
   width: 1200px;
}
#LayoutGrid29 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid29 > .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)
{
#LayoutGrid29
{
   width: 100%;
}
#LayoutGrid29 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid30
{
   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;
}
#LayoutGrid30
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid30 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid30 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid30
{
   width: 1200px;
}
#LayoutGrid30 > .row > .col-1
{
   float: left;
}
#LayoutGrid30 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid30:before,
#LayoutGrid30:after,
#LayoutGrid30 .row:before,
#LayoutGrid30 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid30:after,
#LayoutGrid30 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid30
{
   width: 100%;
}
#LayoutGrid30 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_CardContainer4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#CardContainer4
{
   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) 
{
#CardContainer4
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGrid1
{
   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;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1
{
   width: 1200px;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexLayoutGrid15
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/1652942525_2-celes-club-p-khristianskii-fon-krasivie-2.jpg');
   background-repeat: no-repeat;
   background-position: right top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   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-1.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;
}
#indexLayoutGrid15
{
   box-sizing: border-box;
   padding: 100px 15px 100px 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 transparent;
   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;
}
}
#indexLayoutGrid15-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.4;
}
#wb_Text52 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: left;
}
#wb_Text52
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
}
#wb_Text52 div
{
   text-align: left;
}
#wb_Text52
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage2
{
   margin: 0;
   vertical-align: top;
}
#indexImage2
{
   border: 6px solid #FFFFFF;
   border-image-source: url('../images/0_8374c_8a574331_xl-1.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;
}
#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: 1200px;
}
#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_indexText34 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 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 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid333
{
   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;
}
#LayoutGrid333
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid333 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid333
{
   width: 1200px;
}
#LayoutGrid333 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid333 > .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)
{
#LayoutGrid333
{
   width: 100%;
}
#LayoutGrid333 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexLayoutGrid3
{
   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;
}
#indexLayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid3
{
   width: 1200px;
}
#indexLayoutGrid3 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid3:before,
#indexLayoutGrid3:after,
#indexLayoutGrid3 .row:before,
#indexLayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid3:after,
#indexLayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid3
{
   width: 100%;
}
#indexLayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexCardContainer1
{
   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: 1200px;
   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_indexCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 330px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 330px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #00008B;
   text-align: center;
}
#indexCard1-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);
}
#indexCard1-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard1-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 330px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 330px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #00008B;
   text-align: center;
}
#indexCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard2-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard2-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   min-width: 330px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 330px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #00008B;
   text-align: center;
}
#indexCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(0,0,255,0.60) 0%, rgba(135,206,235,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard3-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Text53 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text53
{
   color: #FFFFFF;
   font-family: "Anfisa Grotesk";
   font-weight: normal;
   font-size: 48px;
}
#wb_Text53 div
{
   text-align: center;
}
#wb_Text53
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text54 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text54
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text54 div
{
   text-align: left;
}
#wb_Text54
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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_indexImage22
{
   margin: 20px 0 0 0 ;
   vertical-align: top;
}
#indexImage22
{
   border: 0px solid #000000;
   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_indexText22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText22
{
   color: #EDD97C;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 20px;
}
#wb_indexText22 div
{
   text-align: center;
}
#wb_indexText22
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage23
{
   margin: 0 0 20px 0 ;
   vertical-align: top;
}
#indexImage23
{
   border: 0px solid #000000;
   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_indexText24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 10px 0 ;
   text-align: center;
}
#wb_indexText24
{
   color: #FF0000;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 20px;
}
#wb_indexText24 div
{
   text-align: center;
}
#wb_indexText24
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#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: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #AD844C;
   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: #FFFFFF;
   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 #FDB403;
   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: #FFFF00;
   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: #FFFFFF;
   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 #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card13
{
   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: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #AD844C;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#Card13-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);
}
#Card13-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card13-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card14
{
   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: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #AD844C;
   border-radius: 4px;
   box-shadow: 0px 0px 10px #0000CD;
   text-align: center;
}
#Card14-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);
}
#Card14-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card14-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexLayer22
{
   background-color: transparent;
   background-image: url('../images/service.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 50%;
}
#kontaktyLayer4
{
   background-image: linear-gradient(to top, #05290F 0%, #10CE46 100%);
   border-radius: 0px;
}
#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 #FFFFFF;
   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 #DEDEDE;
   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 #DEDEDE;
   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_Text58 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text58
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 20px;
   line-height: 24px;
}
#wb_Text58 div
{
   text-align: left;
}
#wb_Text58
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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;
}
#TextArea1
{
   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;
}
#TextArea1: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;
}
#TextArea1::placeholder
{
   color: #000000;
   opacity: 1;
}
#TextArea1::-ms-input-placeholder
{
   color: #000000;
}
#Shape9
{
   width: 226px;
   height: 49px;
   background-image: linear-gradient(315deg, #87CEFA 0%, #0000FF 100%);
   border: 2px #FFFFFF solid;
   border-radius: 10px;
}
#Shape9_text
{
   position: absolute;
   pointer-events: none;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 2.21%;
   top: 10.2%;
   width: 94.69%;
   height: 75.51%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_Shape9
{
   margin: 0;
   vertical-align: top;
}
#Line5
{
   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_LayoutGrid34
{
   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;
}
#LayoutGrid34
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid34 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid34 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid34
{
   width: 470px;
}
#LayoutGrid34 > .row > .col-1
{
   float: left;
}
#LayoutGrid34 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid34:before,
#LayoutGrid34:after,
#LayoutGrid34 .row:before,
#LayoutGrid34 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid34:after,
#LayoutGrid34 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid34
{
   width: 100%;
}
#LayoutGrid34 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text59 
{
   background-color: rgba(30,144,255,0.60);
   background-image: none;
   border: 2px solid #D59B37;
   border-radius: 15px;
   padding: 10px 10px 10px 10px;
   margin: 0;
   text-align: left;
}
#wb_Text59
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
   line-height: 28px;
}
#wb_Text59 div
{
   text-align: left;
}
#wb_Text59
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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, #indexLayoutGrid5 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#indexLayoutGrid5
{
   width: 470px;
}
#indexLayoutGrid5 > .col-1, #indexLayoutGrid5 > .col-2
{
   flex: 0 0 auto;
}
#indexLayoutGrid5 > .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;
}
#indexLayoutGrid5 > .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;
}
#indexLayoutGrid5 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 980px)
{
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .col-1, #indexLayoutGrid5 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#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_Text60 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 10px;
   margin: 0;
   text-align: left;
}
#wb_Text60
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text60 div
{
   text-align: left;
}
#wb_Text60
{
   display: inline-block;
   margin: 0;
   width: 178px;
   height: 25px;
}
#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_Image39
{
   height: 100%;
   margin: 0 10px 0 10px;
   vertical-align: top;
}
#Image39
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#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_Text61 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text61
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_Text61 div
{
   text-align: center;
}
#wb_Text61
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid36
{
   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;
}
#LayoutGrid36
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid36 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid36
{
   width: 1170px;
}
#LayoutGrid36 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid36 > .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: 650px)
{
#LayoutGrid36
{
   width: 100%;
}
#LayoutGrid36 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image42
{
   margin: 0;
   vertical-align: top;
}
#Image42
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 40px;
   vertical-align: top;
}
#wb_Text63 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#wb_Text63
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 16px;
}
#wb_Text63 div
{
   text-align: center;
}
#wb_Text63
{
   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_Text64 
{
   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_Text64
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text64 div
{
   text-align: left;
}
#wb_Text64
{
   display: inline-block;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 29px;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_Text67 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 30px 0 ;
   text-align: center;
}
#wb_Text67
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text67 div
{
   text-align: center;
}
#wb_Text67
{
   display: block;
   margin: 10px 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text69 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text69
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 17px;
   line-height: 20px;
}
#wb_Text69 div
{
   text-align: center;
}
#wb_Text69
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text18
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_Text18
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexCardContainer3
{
   background-color: transparent;
   background-image: url('../images/55cd91e30b0fa.png');
   background-repeat: no-repeat;
   background-position: left top;
   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;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:600px) 
{
#indexCardContainer3
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_LayoutGrid9
{
   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;
}
#LayoutGrid9
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid9 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9
{
   width: 1200px;
}
#LayoutGrid9 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid9 > .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)
{
#LayoutGrid9
{
   width: 100%;
}
#LayoutGrid9 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Carousel2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel2
{
}
#Carousel2
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel2 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel2 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel2 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel2 .carousel-item-next:not(.carousel-item-start), #Carousel2 .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel2 .carousel-item-prev:not(.carousel-item-end), #Carousel2 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel2 .carousel-item-inner
{
   min-height: 500px;
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel2 .carousel-inner > .carousel-item > img, #Carousel2 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel2 .carousel-inner > .active, #Carousel2 .carousel-inner > .carousel-item-next, #Carousel2 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel2 .carousel-inner > .carousel-item-next, #Carousel2 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel2 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -78px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel2 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 12px 12px 12px 12px;
   width: 14px;
   height: 14px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(0,0,0,1.00);
}
#Carousel2 .carousel-indicators .active
{
   background-color: rgba(0,0,0,1.00);
}
#Carousel2 .frame
{
   width: 1200px;
   display: inline-block;
   float: left;
   height: 500px;
}
#wb_LayoutGrid33
{
   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;
}
#LayoutGrid33
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid33
{
   width: 1200px;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid33 > .col-1
{
   background-color: transparent;
   background-image: url('../images/566465448.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;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 600px)
{
#LayoutGrid33
{
   width: 100%;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 32px;
   line-height: 43px;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Text2
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#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;
}
#Line1
{
   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;
}
#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;
}
#kontaktyButton2
{
   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;
}
#kontaktyButton2:focus
{
   outline: 0;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   animation: transform-bounch-in 3000ms linear 400ms 1 normal both;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Anfisa Grotesk";
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Card4-card-item2 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}
#Card5-card-item2 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}
#Card6-card-item2 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}

#Card4-card-item1 {
  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;
}
#Card5-card-item1 {
  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;
}
#Card6-card-item1 {
  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
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 500ms 1 normal both;
}
#wb_indexImage12
{
   vertical-align: top;
}
#indexImage12
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage20
{
   vertical-align: top;
}
#indexImage20
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText1 div
{
   text-align: center;
}
#wb_Image7
{
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   animation: transform-bounch-in 3000ms linear 400ms 1 normal both;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: transform-bounch-in-left 4000ms linear 600ms 1 normal both;
}
#wb_indexText2
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText2 div
{
   text-align: center;
}
#wb_indexText31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   animation: animate-fade-in-left 1000ms linear 100ms 1 normal both;
}
#wb_indexText31
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText31 div
{
   text-align: left;
}
#wb_indexText33 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText33
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText33 div
{
   text-align: left;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: filter-blur-in 3000ms linear 400ms 1 normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#indexLayer4
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 1000ms 1 normal both;
}
#wb_indexText35 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText35
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 24px;
}
#wb_indexText35 div
{
   text-align: left;
}
#wb_Image6
{
   vertical-align: top;
}
#Image6
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexImage21
{
   vertical-align: top;
}
#indexImage21
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#indexMorphingIcon1
{
   overflow: visible;
}
#indexMorphingIcon2
{
   overflow: visible;
}
#wb_indexText36 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText36
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText36 div
{
   text-align: left;
}
#wb_indexText37 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText37
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText37 div
{
   text-align: left;
}
#indexMorphingIcon3
{
   overflow: visible;
}
#MorphingIcon1
{
   overflow: visible;
}
#MorphingIcon2
{
   overflow: visible;
}
#MorphingIcon3
{
   overflow: visible;
}
#wb_Image8
{
   vertical-align: top;
}
#Image8
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   animation: animate-fade-in-down 1000ms linear 300ms 1 normal both;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: transform-bounch-in-left 4000ms linear 600ms 1 normal both;
}
#wb_indexText20
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_indexText20 div
{
   text-align: center;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   animation: animate-fade-in-left 1000ms linear 100ms 1 normal both;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text3 div
{
   text-align: left;
}
#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: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText21 div
{
   text-align: left;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text31
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_Text31 div
{
   text-align: center;
}
#wb_indexText23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText23
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText23 div
{
   text-align: center;
}
#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_indexImage3
{
   vertical-align: top;
}
#indexImage3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 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.16%;
   top: 17.54%;
   width: 64.93%;
   height: 63.16%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_indexShape5::before {
 content: '';
 position: absolute;
 background-color: #AD844C;
 border: 1px solid #FFFF00;
 left: -10px;
 right: -10px;
 top: -10px;
 bottom: -10px;
 border-radius: 50%;
 animation: pulse 1.9s linear infinite;
}    

@keyframes pulse {
 0% {
  transform: scale(0.5);
  opacity: 0;
 }
 50% {
  opacity: 1;
 }
 100% {
  transform: scale(1.2);
  opacity: 0;
 }
}    

#wb_indexShape5::after {
 animation-delay: .9s;
}
 
#indexShape1
{
   border-width: 0;
   vertical-align: top;
}
#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 20px 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_Text62 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text62 div
{
   text-align: center;
}
#wb_Text62
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Shape9_text, #indexShape5_text, #Shape1_text, #Shape2_text {
  text-shadow: 1px 3px 5px #000;
}
#wb_LayoutGrid4
{
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid4
{
   width: 1170px;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
@media (max-width: 650px)
{
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 40px;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 10px 0 10px 0 ;
   text-align: center;
}
#wb_Text5
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 16px;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 10px 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Shape2{
   fill-opacity: 0;
   opacity: 0;
}
#Shape2.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#Shape2_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_Shape2
{
   margin: 0;
   vertical-align: top;
}
#wb_Text7 
{
   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_Text7
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: inline-block;
   margin: 0 20px 0 0 ;
   width: 178px;
   height: 29px;
}
#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;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 10px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Image9
{
   height: 100%;
   margin: 0 10px 0 10px;
   vertical-align: top;
}
#Image9
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: cover;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text8
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text8 div
{
   text-align: center;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#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: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text9 div
{
   text-align: center;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text10
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_Text11
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 17px;
   line-height: 20px;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text14
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text14 div
{
   text-align: center;
}
#wb_Text14
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image22
{
   margin: 0;
   vertical-align: top;
}
#Image22
{
   border: 2px solid #191970;
   border-radius: 100px;
   padding: 0;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_FlexContainer5
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#FlexContainer5
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Image23
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image23
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_Text6 
{
   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: 20px 0 60px 0 ;
   text-align: center;
}
#wb_Text6
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_FlexContainer6
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#FlexContainer6
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Image24
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image24
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_Text38 
{
   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: 20px 0 60px 0 ;
   text-align: center;
}
#wb_Text38
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text38 div
{
   text-align: center;
}
#wb_FlexContainer7
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#FlexContainer7
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Image30
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image30
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_Text39 
{
   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: 20px 0 60px 0 ;
   text-align: center;
}
#wb_Text39
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text39 div
{
   text-align: center;
}
#wb_Image31
{
   margin: 0;
   vertical-align: top;
}
#Image31
{
   border: 2px solid #191970;
   border-radius: 100px;
   padding: 0;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_FlexContainer8
{
   background-color: #D3D3D3;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#FlexContainer8
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Image12
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#Image12
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_Text40 
{
   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: 20px 0 60px 0 ;
   text-align: center;
}
#wb_Text40
{
   color: #000000;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_Text40 div
{
   text-align: center;
}
#wb_Image33
{
   margin: 0;
   vertical-align: top;
}
#Image33
{
   border: 2px solid #191970;
   border-radius: 100px;
   padding: 0;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_Image25
{
   margin: 0;
   vertical-align: top;
}
#Image25
{
   border: 2px solid #191970;
   border-radius: 100px;
   padding: 0;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_indexText8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_indexText8
{
   color: #FFA500;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 27px;
}
#wb_indexText8 div
{
   text-align: center;
}
#wb_indexText8
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text68 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text68
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text68 div
{
   text-align: center;
}
#wb_Text68
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/Fon_1.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card4-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/edac4b6b8005fe6915922b9d1ad6e05c.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card5-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-height: 410px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/28742404.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card6-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text12
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text12 div
{
   text-align: left;
}
#wb_Text12
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text13 div
{
   text-align: left;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text15
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text15 div
{
   text-align: left;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text16
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text16 div
{
   text-align: left;
}
#wb_Text16
{
   display: none;
   margin: 0;
   width: 185px;
   height: 22px;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text17
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text17 div
{
   text-align: left;
}
#wb_Text17
{
   display: none;
   margin: 0;
   width: 185px;
   height: 22px;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: none;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text19
{
   color: #000080;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 20px;
   line-height: 27px;
}
#wb_Text19 div
{
   text-align: left;
}
#wb_Text19
{
   display: none;
   margin: 0;
   width: 185px;
   height: 22px;
}
#index_rusLayer111 .modal-content
{
   background-image: linear-gradient(to top, #1E90FF 0%, #0000FF 100%);
   border: 1px solid #CCCCCC;
   border-radius: 6px;
   box-shadow: 0px 3px 15px rgba(255,255,255,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: 90px;
}
#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: "";
}
#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: #265A88;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_index_rusIconFont1:hover #index_rusIconFont1 i
{
   color: #337AB7;
}
#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: center;
}
#wb_indexText15
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
   line-height: 29px;
}
#wb_indexText15 div
{
   text-align: center;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text20
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
   line-height: 29px;
}
#wb_Text20 div
{
   text-align: center;
}
#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%;
}
#wb_indexText19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: filter-blur-in-copy 2000ms linear 0ms 1 normal both;
}
#wb_indexText19
{
   color: #FFA500;
   font-family: Pelagy;
   font-weight: normal;
   font-size: 85px;
   line-height: 74px;
}
#wb_indexText19 div
{
   text-align: center;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: filter-blur-in-copy 2000ms linear 0ms 1 normal both;
}
#wb_Text21
{
   color: #FFA500;
   font-family: Pelagy;
   font-weight: normal;
   font-size: 85px;
   line-height: 74px;
}
#wb_Text21 div
{
   text-align: center;
}
#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%;
}
#Line6
{
   display: block;
   width: 100%;
   z-index: 159;
}
#wb_Text19
{
   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_Image10
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 83;
}
#wb_indexCard3
{
   display: flex;
   z-index: 74;
}
#wb_Image32
{
   position: absolute;
   left: 656px;
   top: 78px;
   width: 38px;
   height: 38px;
   z-index: 39;
}
#wb_indexMorphingIcon1
{
   position: absolute;
   left: 131px;
   top: 560px;
   width: 30px;
   height: 30px;
   z-index: 13;
}
#indexLayer1_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#Line7
{
   display: block;
   width: 100%;
   z-index: 161;
}
#wb_Image33
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 144;
}
#Image31
{
   position: relative;
   bottom: 60px;
}
#wb_Image22
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 132;
}
#wb_Card4
{
   display: flex;
   z-index: 125;
}
#wb_Image11
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 85;
}
#Shape1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_Text1
{
   position: absolute;
   left: 191px;
   top: 43px;
   width: 346px;
   height: 76px;
   z-index: 27;
   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;
}
#Layer5_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexMorphingIcon2
{
   position: absolute;
   left: 131px;
   top: 611px;
   width: 30px;
   height: 30px;
   z-index: 14;
}
#wb_indexText1
{
   position: absolute;
   left: 5px;
   top: 19px;
   width: 262px;
   height: 19px;
   text-align: center;
   z-index: 3;
   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;
}
#Line8
{
   display: block;
   width: 100%;
   z-index: 163;
}
#wb_Image12
{
   display: block;
   width: 100px;
   z-index: 141;
}
#wb_Image23
{
   display: block;
   width: 100px;
   z-index: 129;
}
#wb_Text2
{
   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_Card5
{
   display: flex;
   z-index: 126;
}
#Shape2
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexText19
{
   position: absolute;
   left: 201px;
   top: 245px;
   width: 577px;
   height: 149px;
   text-align: center;
   z-index: 43;
   background: linear-gradient(172deg, rgba(180,136,68,1) 25%, rgba(249,236,169,1) 50%, rgba(179,138,69,1) 75%);
   /* Градиент для текста */
-webkit-background-clip: text;
   /* Обрезаем фон по тексту */
-webkit-text-fill-color: transparent;
   /* Прозрачный текст */
-webkit-text-stroke: 1px #000000;
}
#wb_Image34
{
   position: absolute;
   left: 596px;
   top: 78px;
   width: 38px;
   height: 38px;
   z-index: 37;
}
#indexShape5
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexMorphingIcon3
{
   position: absolute;
   left: 129px;
   top: 662px;
   width: 30px;
   height: 30px;
   z-index: 17;
}
#wb_indexText2
{
   position: absolute;
   left: 167px;
   top: 412px;
   width: 373px;
   height: 28px;
   text-align: center;
   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;
}
#indexLayer1
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 761px;
   float: left;
   clear: left;
   display: none;
   z-index: 213;
}
#Editbox4
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 158;
}
#wb_Bookmark1
{
   display: block;
   width: 100%;
   z-index: 155;
}
#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;
}
#Image33
{
   position: relative;
   bottom: 60px;
}
#wb_Image24
{
   display: block;
   width: 100px;
   z-index: 133;
}
#Image22
{
   position: relative;
   bottom: 60px;
}
#wb_Card6
{
   display: flex;
   z-index: 127;
}
#wb_index_rusClipArt1
{
   position: absolute;
   left: 304px;
   top: 7px;
   width: 30px;
   height: 30px;
   z-index: 107;
}
#wb_Image1
{
   display: inline-block;
   width: 50px;
   height: 40px;
   z-index: 78;
}
#wb_indexCard6
{
   display: flex;
   z-index: 66;
}
#Heading1
{
   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_Image35
{
   position: absolute;
   left: 714px;
   top: 78px;
   width: 40px;
   height: 40px;
   z-index: 38;
}
#wb_indexShape5
{
   position: absolute;
   left: 1037px;
   top: 648px;
   width: 136px;
   height: 59px;
   z-index: 34;
}
#wb_Text3
{
   position: absolute;
   left: 202px;
   top: 577px;
   width: 325px;
   height: 23px;
   z-index: 28;
}
#indexHeading1
{
   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_Image25
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 136;
}
#wb_kontaktyText29
{
   position: absolute;
   left: 96px;
   top: 15px;
   width: 199px;
   height: 21px;
   text-align: center;
   z-index: 98;
}
#wb_Text61
{
   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_Bookmark2
{
   display: block;
   width: 100%;
   z-index: 52;
}
#wb_Text50
{
   position: absolute;
   left: 880px;
   top: 82px;
   width: 187px;
   height: 22px;
   z-index: 40;
   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_Text4
{
   position: absolute;
   left: 201px;
   top: 648px;
   width: 116px;
   height: 23px;
   z-index: 30;
}
#MorphingIcon1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_Image2
{
   position: absolute;
   left: 29px;
   top: 436px;
   width: 317px;
   height: 49px;
   z-index: 21;
}
#indexLayer3
{
   position: absolute;
   text-align: left;
   left: 494px;
   top: 50px;
   width: 272px;
   height: 85px;
   z-index: 7;
}
#wb_index_rusIconFont1
{
   position: absolute;
   left: 259px;
   top: 9px;
   width: 40px;
   height: 40px;
   text-align: center;
   z-index: 204;
}
#wb_Shape9
{
   display: inline-block;
   width: 230px;
   height: 53px;
   z-index: 166;
   position: relative;
}
#wb_kontaktyImage20
{
   position: absolute;
   left: 151px;
   top: 221px;
   width: 48px;
   height: 48px;
   z-index: 103;
}
#MorphingIcon2
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#indexLayer4
{
   position: absolute;
   text-align: left;
   left: 796px;
   top: 38px;
   width: 287px;
   height: 85px;
   z-index: 12;
}
#wb_Image3
{
   position: absolute;
   left: 103px;
   top: 254px;
   width: 391px;
   height: 167px;
   display: none;
   z-index: 11;
}
#wb_indexImage1
{
   position: absolute;
   left: 11px;
   top: 49px;
   width: 25px;
   height: 25px;
   display: none;
   z-index: 208;
}
#TextArea1
{
   display: block;
   width: 100%;
   height: 92px;
   z-index: 164;
}
#kontaktyEditbox1
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 162;
}
#Image25
{
   position: relative;
   bottom: 60px;
}
#wb_kontaktyImage21
{
   position: absolute;
   left: 246px;
   top: 221px;
   width: 48px;
   height: 48px;
   z-index: 105;
}
#wb_Image4
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 59;
}
#wb_indexImage2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 51;
}
#wb_indexJavaScript1
{
   width: 100%;
   height: 40px;
   z-index: 21;
}
#wb_masterHeading1
{
   display: block;
   width: 100%;
   z-index: 45;
}
#MorphingIcon3
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexHeading1
{
   position: absolute;
   left: 276px;
   top: 198px;
   width: 316px;
   height: 76px;
   z-index: 8;
}
#wb_Image39
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 149;
}
#wb_Text7
{
   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_Text64
{
   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_Text53
{
   text-shadow: 1px 3px 5px #000;
}
#wb_indexImage3
{
   position: absolute;
   left: 333px;
   top: 402px;
   width: 317px;
   height: 49px;
   z-index: 33;
}
#wb_Text31
{
   position: absolute;
   left: 543px;
   top: 42px;
   width: 242px;
   height: 19px;
   text-align: center;
   z-index: 31;
}
#wb_MorphingIcon1
{
   position: absolute;
   left: 164px;
   top: 573px;
   width: 30px;
   height: 30px;
   z-index: 22;
}
#wb_Text20
{
   position: absolute;
   left: 62px;
   top: 49px;
   width: 189px;
   height: 24px;
   display: none;
   text-align: center;
   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_indexIconFont1
{
   display: inline-block;
   width: 30px;
   height: 43px;
   text-align: center;
   z-index: 145;
}
#wb_indexText8
{
   text-shadow: 1px 3px 5px #FFF;
}
#wb_MorphingIcon2
{
   position: absolute;
   left: 163px;
   top: 609px;
   width: 30px;
   height: 30px;
   z-index: 23;
}
#Layer5
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 758px;
   float: left;
   display: inline-block;
   z-index: 214;
}
#wb_Text21
{
   position: absolute;
   left: 23px;
   top: 310px;
   width: 331px;
   height: 113px;
   text-align: center;
   z-index: 20;
   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;
}
#indexMorphingIcon1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_Image6
{
   position: absolute;
   left: 241px;
   top: 28px;
   width: 40px;
   height: 22px;
   display: none;
   z-index: 4;
}
#wb_indexImage20
{
   position: absolute;
   left: 164px;
   top: 44px;
   width: 40px;
   height: 40px;
   display: none;
   z-index: 2;
}
#TM-N6TJPNP
{
   display: none;
   visibility: hidden;
}
#Bookmark1
{
   visibility: hidden;
}
#wb_Carousel2
{
}
#wb_indexText20
{
   position: absolute;
   left: 694px;
   top: 477px;
   width: 373px;
   height: 84px;
   text-align: center;
   z-index: 26;
   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;
}
#wb_MorphingIcon3
{
   position: absolute;
   left: 163px;
   top: 644px;
   width: 30px;
   height: 30px;
   z-index: 24;
}
#indexMorphingIcon2
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexImage21
{
   position: absolute;
   left: 13px;
   top: 36px;
   width: 36px;
   height: 30px;
   z-index: 6;
}
#wb_indexText31
{
   position: absolute;
   left: 161px;
   top: 40px;
   width: 301px;
   height: 19px;
   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;
}
#wb_Image7
{
   position: absolute;
   left: 68px;
   top: 44px;
   width: 40px;
   height: 40px;
   display: none;
   z-index: 0;
}
#wb_indexImage11
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 148;
}
#wb_Text12
{
   text-shadow: 1px -1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000,1px 1px 0#000;
}
#index_rusClipArt1
{
   width: 30px;
   height: 30px;
}
#kontaktyLayer4_Container
{
   width: 345px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexImage22
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 68;
}
#Bookmark2
{
   visibility: hidden;
}
#wb_indexText21
{
   position: absolute;
   left: 201px;
   top: 613px;
   width: 125px;
   height: 23px;
   z-index: 29;
}
#wb_Image8
{
   position: absolute;
   left: 38px;
   top: 39px;
   width: 129px;
   height: 178px;
   z-index: 25;
}
#indexMorphingIcon3
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#kontaktyButton2
{
   display: none;
   width: 89px;
   height: 25px;
   z-index: 167;
}
#wb_kontaktyText30
{
   position: absolute;
   left: 96px;
   top: 42px;
   width: 217px;
   height: 18px;
   text-align: center;
   z-index: 96;
}
#wb_Image9
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 81;
}
#wb_indexImage23
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 71;
}
#wb_indexText22
{
   text-shadow: 1px 3px 5px #000;
}
#indexHtml2
{
   display: inline-block;
   width: 100%;
   height: 48px;
   z-index: 50;
}
#wb_Text13
{
   position: absolute;
   left: 880px;
   top: 98px;
   width: 187px;
   height: 22px;
   display: none;
   z-index: 42;
   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_indexImage7
{
   position: absolute;
   left: 820px;
   top: 80px;
   width: 36px;
   height: 30px;
   z-index: 32;
}
#wb_indexText33
{
   position: absolute;
   left: 190px;
   top: 615px;
   width: 325px;
   height: 28px;
   z-index: 18;
   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_indexImage12
{
   position: absolute;
   left: 116px;
   top: 45px;
   width: 40px;
   height: 40px;
   z-index: 1;
}
#Line1
{
   display: block;
   width: 100%;
   z-index: 165;
}
#wb_kontaktyText31
{
   position: absolute;
   left: 87px;
   top: 69px;
   width: 246px;
   height: 38px;
   text-align: center;
   z-index: 108;
}
#wb_indexText34
{
   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_indexText23
{
   position: absolute;
   left: 854px;
   top: 39px;
   width: 205px;
   height: 19px;
   text-align: center;
   z-index: 41;
}
#wb_kontaktyImage27
{
   position: absolute;
   left: 9px;
   top: 30px;
   width: 25px;
   height: 25px;
   z-index: 205;
}
#wb_Text59
{
   text-shadow: 1px 3px 5px #000;
}
#wb_indexImage9
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 150;
}
#wb_kontaktyText32
{
   position: absolute;
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   text-align: center;
   z-index: 109;
}
#wb_kontaktyCard1
{
   position: absolute;
   left: 7px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 99;
   cursor: pointer;
}
#wb_indexText24
{
   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_Text15
{
   position: absolute;
   left: 880px;
   top: 98px;
   width: 187px;
   height: 22px;
   display: none;
   z-index: 19;
   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_indexText35
{
   position: absolute;
   left: 49px;
   top: 35px;
   width: 205px;
   height: 32px;
   z-index: 5;
   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: 33px;
   top: 269px;
   width: 84px;
   height: 32px;
   text-align: center;
   z-index: 101;
}
#wb_kontaktyCard2
{
   position: absolute;
   left: 179px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 100;
   cursor: pointer;
}
#wb_kontaktyImage18
{
   position: absolute;
   left: 8px;
   top: 14px;
   width: 86px;
   height: 86px;
   z-index: 97;
}
#indexLayer22_Container
{
   width: 73px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Card13
{
   display: flex;
   z-index: 64;
}
#wb_Shape1
{
   display: inline-block;
   width: 136px;
   height: 59px;
   z-index: 61;
   position: relative;
}
#wb_Text16
{
   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_indexText36
{
   position: absolute;
   left: 188px;
   top: 666px;
   width: 325px;
   height: 28px;
   z-index: 15;
   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;
}
#Combobox1
{
   display: block;
   width: 100%;
   height: 35px;
   z-index: 160;
}
#wb_Image30
{
   display: block;
   width: 100px;
   z-index: 137;
}
#wb_kontaktyText34
{
   position: absolute;
   left: 143px;
   top: 269px;
   width: 62px;
   height: 32px;
   text-align: center;
   z-index: 104;
}
#wb_kontaktyImage19
{
   position: absolute;
   left: 49px;
   top: 221px;
   width: 48px;
   height: 48px;
   z-index: 102;
}
#wb_Shape2
{
   display: inline-block;
   width: 136px;
   height: 59px;
   z-index: 89;
   position: relative;
}
#wb_Text17
{
   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_indexCard1
{
   display: flex;
   z-index: 72;
}
#wb_Card14
{
   display: flex;
   z-index: 65;
}
#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
{
   width: 62px;
   height: 60px;
}
#wb_indexText37
{
   position: absolute;
   left: 191px;
   top: 564px;
   width: 325px;
   height: 28px;
   z-index: 16;
   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_indexText15
{
   position: absolute;
   left: 60px;
   top: 30px;
   width: 189px;
   height: 24px;
   text-align: center;
   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;
}
#Line5
{
   display: block;
   width: 100%;
   z-index: 157;
}
#wb_Image31
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 140;
}
#wb_kontaktyText35
{
   position: absolute;
   left: 230px;
   top: 269px;
   width: 84px;
   height: 32px;
   text-align: center;
   z-index: 106;
}
#kontaktyLayer4
{
   position: fixed;
   text-align: center;
   display: none;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 345px;
   height: 336px;
   z-index: 216;
   z-index: 9999!important;
   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;
}
#indexLayer22
{
   position: fixed;
   text-align: center;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 73px;
   height: 71px;
   z-index: 215;
}
#wb_indexCard2
{
   display: flex;
   z-index: 73;
}
#wb_Text18
{
   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_Image42
{
   display: inline-block;
   width: 50px;
   height: 40px;
   z-index: 55;
}
#wb_Heading1
{
   position: absolute;
   left: 288px;
   top: 194px;
   width: 426px;
   height: 51px;
   z-index: 44;
}
#wb_indexShape1
{
   position: absolute;
   left: 41px;
   top: 275px;
   width: 62px;
   height: 60px;
   display: none;
   z-index: 36;
}
#index_rusLayer111
{
   text-align: left;
}
@media only screen and (min-width: 980px) and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon-1.webp');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#indexLayer1
{
   height: 761px;
   visibility: hidden;
   display: none;
   margin: 0;
   background-color: transparent;
}
#indexLayer1
{
   width: 100%;
   margin: 0;
}
#indexLayer1_Container
{
   width: 980px;
}
#indexLayer1
{
    width: 100%;
    height: 761px;
}
#indexLayer1-divider-top.show
{
   height: 50px;
}
#indexLayer1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayer1-divider-bottom
{
   height: 50px;
}
#indexLayer1-divider-bottom
{
   bottom: 0%;
}
#Layer5
{
   height: 540px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Layer5
{
   width: 100%;
   margin: 0;
}
#Layer5_Container
{
   width: 980px;
}
#Layer5
{
    width: 100%;
    height: 540px;
}
#wb_indexLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid8
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid8
{
   width: 965px;
}
#indexLayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid26
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid26
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid26
{
   height: auto;
   padding: 20px 0 40px 0;
}
#LayoutGrid26
{
   width: 965px;
}
#wb_LayoutGrid27
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid27
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid27
{
   height: auto;
   padding: 30px 15px 30px 15px;
}
#LayoutGrid27 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid27
{
   width: 965px;
}
#LayoutGrid27 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid27 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 60px 0 30px 0 ;
   padding: 0;
   font-size: 43px;
   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: #764F00;
   font-family: "Kelly Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
   text-transform: none;
}
#wb_Image32
{
   left: 720px;
   top: 60px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension4
{
}
#wb_Text50
{
   left: 630px;
   top: 140px;
   width: 187px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_Text50
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Image34
{
   left: 597px;
   top: 60px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image35
{
   left: 660px;
   top: 60px;
   width: 39px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid28
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid28
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid28
{
   height: auto;
   padding: 0;
}
#LayoutGrid28
{
   width: 965px;
}
#wb_LayoutGrid29
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid29
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid29
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid29
{
   width: 965px;
}
#LayoutGrid29 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid29 > .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_LayoutGrid30
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid30
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid30
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid30 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid30
{
   width: 965px;
}
#LayoutGrid30 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid30 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_CardContainer4
{
   visibility: visible;
   display: block;
}
#CardContainer4
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1
{
   width: 965px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/1652942525_2-celes-club-p-khristianskii-fon-krasivie-2.jpg');
   background-repeat: no-repeat;
   background-position: right top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15
{
   width: 965px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 20px 0 0 0;
}
#indexLayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid14
{
   width: 980px;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#wb_LayoutGrid333
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid333
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid333
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid333
{
   width: 965px;
}
#LayoutGrid333 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid333 > .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_indexLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid3
{
   width: 965px;
}
#indexLayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexCardContainer1
{
   visibility: visible;
   display: block;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_indexCard1
{
   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: 330px;
}
#indexCard1-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard1-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard1
{
   text-align: center;
}
#wb_indexCard2
{
   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: 330px;
}
#indexCard2-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard2-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard2
{
   text-align: center;
}
#wb_indexCard3
{
   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: 330px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(0,0,255,0.60) 0%, rgba(135,206,235,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard3-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_Text53
{
   visibility: visible;
   display: block;
}
#wb_Text53
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 24px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 41px;
}
#indexHtml2
{
   width: 950px;
   height: 48px;
   visibility: visible;
   display: inline-block;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText22
{
   visibility: visible;
   display: block;
}
#wb_indexText22
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexText24
{
   visibility: visible;
   display: block;
}
#wb_indexText24
{
   font-size: 20px;
   margin: 0 0 10px 0 ;
   padding: 0;
   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: #FFFFFF;
   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 #FDB403;
   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: #FFFF00;
   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: #FFFFFF;
   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 #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Card13
{
   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;
}
#Card13-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card13-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card14
{
   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;
}
#Card14-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card14-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card14
{
   text-align: center;
}
#indexLayer22
{
   width: 69px;
   height: 67px;
   visibility: visible;
   display: block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
}
#indexLayer22_Container
{
   width: 69px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 336px;
   visibility: hidden;
   display: none;
   background-image: linear-gradient(to top, #05290F 0%, #10CE46 100%);
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#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: 7px;
   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: 33px;
   top: 269px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 49px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 151px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 143px;
   top: 269px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 246px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 230px;
   top: 269px;
   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_Text58
{
   visibility: visible;
   display: block;
}
#wb_Text58
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#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;
}
#TextArea1
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape9
{
   width: 226px;
   height: 49px;
}
#Line5
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line5
{
   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_LayoutGrid34
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid34
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid34
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid34 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid34
{
   width: 363px;
}
#LayoutGrid34 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid34 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text59
{
   visibility: visible;
   display: block;
}
#wb_Text59
{
   font-size: 21px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
   line-height: 28px;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#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, #indexLayoutGrid5 > .col-2
{
   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;
}
#indexLayoutGrid5 > .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;
}
#indexLayoutGrid5 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexIconFont1
{
   width: 30px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexIconFont1
{
   width: 30px;
   height: 43px;
}
#indexIconFont1 i
{
   line-height: 43px;
   font-size: 30px;
   width: 29px;
}
#wb_Text60
{
   width: 242px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_Text60
{
   font-size: 27px;
   margin: 0;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage11
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 50px;
   height: 50px;
}
#wb_Image39
{
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   margin: 0 10px 0 10px;
   padding: 0;
}
#Image39
{
   width: 50px;
   height: 50px;
}
#wb_indexImage9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 50px;
   height: 50px;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#wb_LayoutGrid36
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid36
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid36
{
   height: auto;
   padding: 0;
}
#LayoutGrid36
{
   width: 950px;
}
#LayoutGrid36 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid36 > .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_Image42
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image42
{
   width: 50px;
   height: 40px;
}
#wb_Text63
{
   visibility: visible;
   display: block;
}
#wb_Text63
{
   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_Text64
{
   width: 258px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_Text64
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_Image4
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 50px;
   height: 50px;
}
#wb_Text67
{
   visibility: visible;
   display: block;
}
#wb_Text67
{
   font-size: 13px;
   margin: 10px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text69
{
   visibility: visible;
   display: block;
}
#wb_Text69
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#Extension1
{
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 0 0 20px 0;
}
#LayoutGrid9
{
   width: 965px;
}
#LayoutGrid9 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid9 > .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_Carousel2
{
   visibility: visible;
   display: block;
}
#wb_Carousel2
{
   margin: 0;
}
#Carousel2 .carousel-item-inner
{
   min-height: 500px;
   padding: 0;
}
#wb_LayoutGrid33
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid33
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid33
{
   height: auto;
   padding: 40px 0 20px 0;
}
#LayoutGrid33
{
   width: 965px;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#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;
}
#Line1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyButton2
{
   width: 89px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_Heading1
{
   left: 185px;
   top: 129px;
   width: 378px;
   height: 64px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 35px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Anfisa Grotesk";
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#indexLayer3
{
   left: 545px;
   top: 38px;
   width: 231px;
   height: 85px;
   visibility: visible;
   display: block;
}
#wb_indexImage12
{
   left: 80px;
   top: 35px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage20
{
   left: 128px;
   top: 35px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   left: 8px;
   top: 7px;
   width: 215px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image7
{
   left: 32px;
   top: 35px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexHeading1
{
   left: 276px;
   top: 198px;
   width: 316px;
   height: 76px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   text-align: center;
   text-transform: none;
}
#wb_indexText2
{
   left: 167px;
   top: 412px;
   width: 373px;
   height: 84px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText31
{
   left: 161px;
   top: 40px;
   width: 301px;
   height: 57px;
   visibility: visible;
   display: inline;
}
#wb_indexText31
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText33
{
   left: 190px;
   top: 615px;
   width: 325px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText33
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Image3
{
   left: 103px;
   top: 254px;
   width: 391px;
   height: 167px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#indexLayer4
{
   left: 796px;
   top: 38px;
   width: 287px;
   height: 85px;
   visibility: visible;
   display: block;
}
#wb_indexText35
{
   left: 49px;
   top: 35px;
   width: 205px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image6
{
   left: 244px;
   top: 23px;
   width: 40px;
   height: 22px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage21
{
   left: 13px;
   top: 36px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexMorphingIcon1
{
   left: 131px;
   top: 560px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon2
{
   left: 131px;
   top: 611px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexText36
{
   left: 188px;
   top: 666px;
   width: 325px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText37
{
   left: 191px;
   top: 564px;
   width: 325px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText37
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexMorphingIcon3
{
   left: 129px;
   top: 662px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon1
{
   left: 177px;
   top: 426px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon2
{
   left: 177px;
   top: 462px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon3
{
   left: 177px;
   top: 497px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Image8
{
   left: 38px;
   top: 39px;
   width: 129px;
   height: 178px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText20
{
   left: 562px;
   top: 265px;
   width: 373px;
   height: 84px;
   visibility: visible;
   display: inline;
}
#wb_indexText20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text1
{
   left: 192px;
   top: 39px;
   width: 289px;
   height: 76px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text3
{
   left: 216px;
   top: 430px;
   width: 325px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText21
{
   left: 215px;
   top: 466px;
   width: 125px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText21
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text4
{
   left: 215px;
   top: 501px;
   width: 64px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text31
{
   left: 590px;
   top: 30px;
   width: 242px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_Text31
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText23
{
   left: 620px;
   top: 110px;
   width: 205px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText23
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage7
{
   left: 580px;
   top: 140px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage3
{
   left: 235px;
   top: 313px;
   width: 317px;
   height: 49px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape5
{
   left: 784px;
   top: 433px;
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#indexExtension4
{
}
#wb_indexShape1
{
   left: 41px;
   top: 275px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 965px;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0;
}
#LayoutGrid4
{
   width: 950px;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_Image1
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 50px;
   height: 40px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 15px;
   margin: 10px 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Shape2
{
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text7
{
   width: 258px;
   height: 36px;
   visibility: visible;
   display: inline-block;
}
#wb_Text7
{
   font-size: 27px;
   margin: 0 20px 0 0 ;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#Image9
{
   width: 50px;
   height: 50px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 50px;
   height: 50px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 50px;
   height: 50px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image22
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image22
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer5
{
   visibility: visible;
   display: block;
}
#FlexContainer5
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image23
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image23
{
   width: 100px;
   height: 100px;
}
#wb_Text6
{
   width: 800px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text6
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_FlexContainer6
{
   visibility: visible;
   display: block;
}
#FlexContainer6
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image24
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image24
{
   width: 100px;
   height: 100px;
}
#wb_Text38
{
   width: 800px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text38
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_FlexContainer7
{
   visibility: visible;
   display: block;
}
#FlexContainer7
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image30
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image30
{
   width: 100px;
   height: 100px;
}
#wb_Text39
{
   width: 800px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text39
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Image31
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image31
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer8
{
   visibility: visible;
   display: block;
}
#FlexContainer8
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image12
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image12
{
   width: 100px;
   height: 100px;
}
#wb_Text40
{
   width: 800px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text40
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Image33
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image33
{
   width: 150px;
   height: 150px;
}
#wb_Image25
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image25
{
   width: 150px;
   height: 150px;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText8
{
   visibility: visible;
   display: block;
}
#wb_indexText8
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text68
{
   visibility: visible;
   display: block;
}
#wb_Text68
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card4
{
   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;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card4-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card5
{
   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;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card5-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   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-height: 410px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card6-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card6
{
   text-align: center;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text13
{
   left: 630px;
   top: 180px;
   width: 187px;
   height: 28px;
   visibility: hidden;
   display: none;
}
#wb_Text13
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text15
{
   left: 630px;
   top: -6092px;
   width: 187px;
   height: 28px;
   visibility: hidden;
   display: none;
}
#wb_Text15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text16
{
   width: 271px;
   height: 28px;
   visibility: hidden;
   display: none;
}
#wb_Text16
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text17
{
   width: 253px;
   height: 56px;
   visibility: hidden;
   display: none;
}
#wb_Text17
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text19
{
   width: 250px;
   height: 56px;
   visibility: hidden;
   display: none;
}
#wb_Text19
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#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: 88px;
}
#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: 9px;
   top: 9px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 60px;
   top: 9px;
   width: 189px;
   height: 27px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Text20
{
   left: 60px;
   top: 49px;
   width: 189px;
   height: 27px;
   visibility: hidden;
   display: none;
}
#wb_Text20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexImage1
{
   left: 9px;
   top: 49px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 177px;
   top: 191px;
   width: 414px;
   height: 113px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   font-size: 64px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 56px;
}
#wb_Text21
{
   left: 177px;
   top: -6081px;
   width: 414px;
   height: 113px;
   visibility: visible;
   display: inline;
}
#wb_Text21
{
   font-size: 64px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 56px;
}
#wb_Image2
{
   left: 235px;
   top: -5959px;
   width: 317px;
   height: 49px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
}
@media only screen and (min-width: 600px) and (max-width: 979px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon-1.webp');
   background-attachment: fixed;
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#indexLayer1
{
   height: 686px;
   visibility: hidden;
   display: none;
   margin: 0;
   background-color: transparent;
}
#indexLayer1
{
   width: 60.8333%;
   margin: 0;
}
#indexLayer1_Container
{
   width: 365px;
}
#indexLayer1
{
    width: 100%;
    height: 686px;
}
#indexLayer1-divider-top.show
{
   height: 30px;
}
#indexLayer1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayer1-divider-bottom
{
   height: 50px;
}
#indexLayer1-divider-bottom
{
   bottom: 0%;
}
#Layer5
{
   height: 480px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Layer5
{
   width: 100%;
   margin: 0;
}
#Layer5_Container
{
   width: 600px;
}
#Layer5
{
    width: 100%;
    height: 480px;
}
#wb_indexLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid8
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid8
{
   width: 585px;
}
#indexLayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid26
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid26
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid26
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid26
{
   width: 100%;
}
#wb_LayoutGrid27
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid27
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid27
{
   height: auto;
   padding: 30px 15px 30px 15px;
}
#LayoutGrid27 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid27
{
   width: 585px;
}
#LayoutGrid27 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid27 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 60px 0 30px 0 ;
   padding: 0;
   font-size: 29px;
   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: #764F00;
   font-family: "Kelly Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#wb_Image32
{
   left: 409px;
   top: 39px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension4
{
}
#wb_Text50
{
   left: 80px;
   top: 40px;
   width: 200px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_Text50
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Image34
{
   left: 451px;
   top: 36px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image35
{
   left: 350px;
   top: 36px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid28
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid28
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid28
{
   height: auto;
   padding: 20px 0 0 0;
}
#LayoutGrid28
{
   width: 100%;
}
#wb_LayoutGrid29
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid29
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid29
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid29
{
   width: 585px;
}
#LayoutGrid29 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid29 > .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_LayoutGrid30
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid30
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid30
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid30 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid30
{
   width: 585px;
}
#LayoutGrid30 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid30 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_CardContainer4
{
   visibility: visible;
   display: block;
}
#CardContainer4
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1
{
   width: 585px;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/1652942525_2-celes-club-p-khristianskii-fon-krasivie-2.jpg');
   background-repeat: no-repeat;
   background-position: right center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid15
{
   width: 585px;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 19px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 20px 0 0 0;
}
#indexLayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid14
{
   width: 600px;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 27px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_LayoutGrid333
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid333
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid333
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid333
{
   width: 585px;
}
#LayoutGrid333 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid333 > .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_indexLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid3
{
   width: 585px;
}
#indexLayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexCardContainer1
{
   visibility: visible;
   display: block;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_indexCard1
{
   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: 330px;
}
#indexCard1-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard1-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard1
{
   text-align: center;
}
#wb_indexCard2
{
   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: 330px;
}
#indexCard2-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard2-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard2
{
   text-align: center;
}
#wb_indexCard3
{
   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: 330px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(0,0,255,0.60) 0%, rgba(135,206,235,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard3-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item5
{
   box-sizing: border-box;
   margin: 0 10px 30px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_Text53
{
   visibility: visible;
   display: block;
}
#wb_Text53
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 24px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 41px;
}
#indexHtml2
{
   width: 570px;
   height: 48px;
   visibility: visible;
   display: inline-block;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText22
{
   visibility: visible;
   display: block;
}
#wb_indexText22
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexText24
{
   visibility: visible;
   display: block;
}
#wb_indexText24
{
   font-size: 20px;
   margin: 0 0 10px 0 ;
   padding: 0;
   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: #FFFFFF;
   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 #FDB403;
   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: #FFFF00;
   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: #FFFFFF;
   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 #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Card13
{
   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;
}
#Card13-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card13-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card14
{
   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;
}
#Card14-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card14-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card14
{
   text-align: center;
}
#indexLayer22
{
   width: 69px;
   height: 67px;
   visibility: visible;
   display: block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
}
#indexLayer22_Container
{
   width: 69px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 336px;
   visibility: hidden;
   display: none;
   background-image: linear-gradient(to top, #05290F 0%, #10CE46 100%);
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#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: 7px;
   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: 33px;
   top: 269px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 49px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 151px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 143px;
   top: 269px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 246px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 230px;
   top: 269px;
   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_Text58
{
   visibility: visible;
   display: block;
}
#wb_Text58
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 30px;
}
#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;
}
#TextArea1
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape9
{
   width: 226px;
   height: 49px;
}
#Line5
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line5
{
   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_LayoutGrid34
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid34
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid34
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid34 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid34
{
   width: 555px;
}
#LayoutGrid34 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid34 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text59
{
   visibility: visible;
   display: block;
}
#wb_Text59
{
   font-size: 21px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: left;
   line-height: 28px;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#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, #indexLayoutGrid5 > .col-2
{
   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;
}
#indexLayoutGrid5 > .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;
}
#indexLayoutGrid5 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_indexIconFont1
{
   width: 30px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexIconFont1
{
   width: 30px;
   height: 43px;
}
#indexIconFont1 i
{
   line-height: 43px;
   font-size: 30px;
   width: 29px;
}
#wb_Text60
{
   width: 230px;
   height: 27px;
   visibility: visible;
   display: inline-block;
}
#wb_Text60
{
   font-size: 27px;
   margin: 0;
   padding: 0 0 0 10px;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 50px;
   height: 50px;
}
#wb_Image39
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#Image39
{
   width: 50px;
   height: 50px;
}
#wb_indexImage9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 50px;
   height: 50px;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   font-size: 27px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_LayoutGrid36
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid36
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid36
{
   height: auto;
   padding: 0 0 30px 0;
}
#LayoutGrid36
{
   width: 100%;
}
#LayoutGrid36 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid36 > .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_Image42
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image42
{
   width: 50px;
   height: 40px;
}
#wb_Text63
{
   visibility: visible;
   display: block;
}
#wb_Text63
{
   font-size: 16px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: left;
}
#wb_Shape1
{
   width: 122px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 40px 0 ;
}
#wb_Text64
{
   width: 232px;
   height: 37px;
   visibility: visible;
   display: inline-block;
}
#wb_Text64
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Image4
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 50px;
   height: 50px;
}
#wb_Text67
{
   visibility: visible;
   display: block;
}
#wb_Text67
{
   font-size: 13px;
   margin: 10px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text69
{
   visibility: visible;
   display: block;
}
#wb_Text69
{
   font-size: 16px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 18px;
}
#Extension1
{
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 27px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 0 0 20px 0;
}
#LayoutGrid9
{
   width: 585px;
}
#LayoutGrid9 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid9 > .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_Carousel2
{
   visibility: visible;
   display: block;
}
#wb_Carousel2
{
   margin: 0;
}
#Carousel2 .carousel-item-inner
{
   min-height: 674px;
   padding: 0;
}
#wb_LayoutGrid33
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid33
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid33
{
   height: auto;
   padding: 40px 0 20px 0;
}
#LayoutGrid33
{
   width: 100%;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-size: 32px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 43px;
}
#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;
}
#Line1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyButton2
{
   width: 89px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_Heading1
{
   left: 390px;
   top: 82px;
   width: 189px;
   height: 66px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 24px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Anfisa Grotesk";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#indexLayer3
{
   left: 25px;
   top: 60px;
   width: 315px;
   height: 88px;
   visibility: visible;
   display: block;
}
#wb_indexImage12
{
   left: 60px;
   top: 37px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage20
{
   left: 214px;
   top: 37px;
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   left: 8px;
   top: 10px;
   width: 299px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image7
{
   left: 137px;
   top: 37px;
   width: 50px;
   height: 50px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexHeading1
{
   left: 167px;
   top: 266px;
   width: 195px;
   height: 71px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
   text-align: center;
   text-transform: none;
}
#wb_indexText2
{
   left: 25px;
   top: 441px;
   width: 321px;
   height: 84px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText31
{
   left: 11px;
   top: 11px;
   width: 281px;
   height: 57px;
   visibility: visible;
   display: inline;
}
#wb_indexText31
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText33
{
   left: 78px;
   top: 592px;
   width: 181px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText33
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Image3
{
   left: 21px;
   top: 296px;
   width: 139px;
   height: 57px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#indexLayer4
{
   left: 43px;
   top: 148px;
   width: 307px;
   height: 102px;
   visibility: visible;
   display: block;
}
#wb_indexText35
{
   left: 49px;
   top: 17px;
   width: 205px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image6
{
   left: 238px;
   top: 10px;
   width: 42px;
   height: 21px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage21
{
   left: 11px;
   top: 31px;
   width: 54px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexMorphingIcon1
{
   left: 36px;
   top: 543px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon2
{
   left: 36px;
   top: 588px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexText36
{
   left: 82px;
   top: 636px;
   width: 244px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText37
{
   left: 80px;
   top: 545px;
   width: 248px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText37
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexMorphingIcon3
{
   left: 38px;
   top: 632px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon1
{
   left: 70px;
   top: 410px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon2
{
   left: 360px;
   top: 420px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon3
{
   left: 290px;
   top: 440px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Image8
{
   left: 30px;
   top: 148px;
   width: 129px;
   height: 178px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText20
{
   left: 20px;
   top: 318px;
   width: 373px;
   height: 84px;
   visibility: visible;
   display: inline;
}
#wb_indexText20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text1
{
   left: 40px;
   top: 79px;
   width: 346px;
   height: 57px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text3
{
   left: 110px;
   top: 420px;
   width: 220px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText21
{
   left: 400px;
   top: 420px;
   width: 118px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText21
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text4
{
   left: 330px;
   top: 440px;
   width: 98px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text31
{
   left: 319px;
   top: 9px;
   width: 215px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_Text31
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText23
{
   left: 75px;
   top: 21px;
   width: 205px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText23
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage7
{
   left: 10px;
   top: 50px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage3
{
   left: 280px;
   top: 264px;
   width: 190px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape5
{
   left: 450px;
   top: 330px;
   width: 123px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#indexExtension4
{
}
#wb_indexShape1
{
   left: 44px;
   top: 298px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 585px;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0 0 30px 0;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#LayoutGrid4 > .col-3
{
   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;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 0;
}
#wb_Image1
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 50px;
   height: 40px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: left;
}
#wb_Shape2
{
   width: 122px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text7
{
   width: 232px;
   height: 37px;
   visibility: visible;
   display: inline-block;
}
#wb_Text7
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 50px;
   height: 50px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 50px;
   height: 50px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 50px;
   height: 50px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image22
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image22
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer5
{
   visibility: visible;
   display: block;
}
#FlexContainer5
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image23
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image23
{
   width: 100px;
   height: 100px;
}
#wb_Text6
{
   width: 540px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text6
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_FlexContainer6
{
   visibility: visible;
   display: block;
}
#FlexContainer6
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image24
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image24
{
   width: 100px;
   height: 100px;
}
#wb_Text38
{
   width: 540px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text38
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_FlexContainer7
{
   visibility: visible;
   display: block;
}
#FlexContainer7
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image30
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image30
{
   width: 100px;
   height: 100px;
}
#wb_Text39
{
   width: 540px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text39
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Image31
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image31
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer8
{
   visibility: visible;
   display: block;
}
#FlexContainer8
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image12
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image12
{
   width: 100px;
   height: 100px;
}
#wb_Text40
{
   width: 540px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text40
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_Image33
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image33
{
   width: 150px;
   height: 150px;
}
#wb_Image25
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image25
{
   width: 150px;
   height: 150px;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText8
{
   visibility: visible;
   display: block;
}
#wb_indexText8
{
   font-size: 21px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text68
{
   visibility: visible;
   display: block;
}
#wb_Text68
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card4
{
   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;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card4-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card5
{
   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;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card5-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   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-height: 410px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card6-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card6
{
   text-align: center;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text13
{
   left: 80px;
   top: 70px;
   width: 200px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text13
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Text15
{
   left: 80px;
   top: 70px;
   width: 200px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Text16
{
   width: 241px;
   height: 41px;
   visibility: hidden;
   display: none;
}
#wb_Text16
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text17
{
   width: 229px;
   height: 30px;
   visibility: hidden;
   display: none;
}
#wb_Text17
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_Text19
{
   width: 235px;
   height: 30px;
   visibility: hidden;
   display: none;
}
#wb_Text19
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#index_rusLayer111 .modal-content
{
   visibility: visible;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   width: 308px;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
}
#index_rusLayer111 .modal-body
{
   width: 308px;
   height: 74px;
}
#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: 9px;
   top: 9px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 60px;
   top: 9px;
   width: 189px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_Text20
{
   left: 60px;
   top: 49px;
   width: 189px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_indexImage1
{
   left: 9px;
   top: 49px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 173px;
   top: 163px;
   width: 414px;
   height: 93px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   font-size: 53px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 46px;
}
#wb_Text21
{
   left: 173px;
   top: 163px;
   width: 414px;
   height: 93px;
   visibility: visible;
   display: inline;
}
#wb_Text21
{
   font-size: 53px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 46px;
}
#wb_Image2
{
   left: 280px;
   top: 264px;
   width: 190px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
}
@media only screen and (max-width: 599px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon-1.webp');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#indexLayer1
{
   height: 686px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#indexLayer1
{
   width: 100%;
   margin: 0;
}
#indexLayer1_Container
{
   width: 365px;
}
#indexLayer1
{
    width: 100%;
    height: 686px;
}
#indexLayer1-divider-top.show
{
   height: 30px;
}
#indexLayer1-divider-top
{
   top: 0%;
   left: 0;
}
#indexLayer1-divider-bottom
{
   height: 50px;
}
#indexLayer1-divider-bottom
{
   bottom: 0%;
}
#Layer5
{
   height: 758px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Layer5
{
   width: 100%;
   margin: 0;
}
#Layer5_Container
{
   width: 365px;
}
#Layer5
{
    width: 100%;
    height: 758px;
}
#wb_indexLayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid8
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid8
{
   width: 100%;
}
#indexLayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid26
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid26
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid26
{
   height: auto;
   padding: 30px 0 30px 0;
}
#LayoutGrid26
{
   width: 100%;
}
#wb_LayoutGrid27
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid27
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid27
{
   height: auto;
   padding: 30px 15px 30px 15px;
}
#LayoutGrid27 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid27
{
   width: 100%;
}
#LayoutGrid27 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid27 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_masterHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 20px 0 ;
   padding: 0;
   font-size: 24px;
   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: #764F00;
   font-family: "Kelly Slab";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#wb_Image32
{
   left: 5px;
   top: -822px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension4
{
}
#wb_Text50
{
   left: 171px;
   top: -760px;
   width: 187px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_Text50
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 29px;
}
#wb_Image34
{
   left: 60px;
   top: -822px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Image35
{
   left: 112px;
   top: -822px;
   width: 40px;
   height: 40px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid28
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid28
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid28
{
   height: auto;
   padding: 20px 0 0 0;
}
#LayoutGrid28
{
   width: 100%;
}
#wb_LayoutGrid29
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid29
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid29
{
   height: auto;
   padding: 20px 0 0 0;
}
#LayoutGrid29
{
   width: 100%;
}
#LayoutGrid29 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid29 > .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_LayoutGrid30
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid30
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid30
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid30 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid30
{
   width: 100%;
}
#LayoutGrid30 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid30 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_CardContainer4
{
   visibility: visible;
   display: block;
}
#CardContainer4
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 30px 15px 0 15px;
}
#LayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_indexLayoutGrid15
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/c051663c2f6bf4c203e19894e8985eb2.jpg');
   background-repeat: no-repeat;
   background-position: right top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
}
#wb_indexLayoutGrid15
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid15
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid15 .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#indexLayoutGrid15
{
   width: 100%;
}
#wb_Text52
{
   visibility: visible;
   display: block;
}
#wb_Text52
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_indexLayoutGrid14
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid14
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid14
{
   height: auto;
   padding: 20px 0 0 0;
}
#indexLayoutGrid14 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid14
{
   width: 100%;
}
#wb_indexText34
{
   visibility: visible;
   display: block;
}
#wb_indexText34
{
   font-size: 24px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_LayoutGrid333
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid333
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid333
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid333
{
   width: 100%;
}
#LayoutGrid333 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid333 > .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_indexLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid3
{
   height: auto;
   padding: 30px 15px 0 15px;
}
#indexLayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid3
{
   width: 100%;
}
#indexLayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_indexCardContainer1
{
   visibility: visible;
   display: block;
}
#indexCardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_indexCard1
{
   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: 330px;
}
#indexCard1-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard1-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard1-card-item5
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard1
{
   text-align: center;
}
#wb_indexCard2
{
   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: 330px;
}
#indexCard2-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(135deg, rgba(135,206,235,0.60) 0%, rgba(0,0,255,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard2-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard2-card-item5
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard2
{
   text-align: center;
}
#wb_indexCard3
{
   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: 330px;
}
#indexCard3-card-item0
{
   display: inline-block;
   height: 133px;
   box-sizing: border-box;
   margin: 0 0 -120px 0 ;
   width: 100%;
   padding: 60px 0 60px 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-image: linear-gradient(45deg, rgba(0,0,255,0.60) 0%, rgba(135,206,235,0.60) 100%);
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#indexCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 4px solid #AE8834;
   border-radius: 20px;
   max-width: 300px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
}
#indexCard3-card-item3 h2
{
   color: #000000;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#indexCard3-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #808080 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#indexCard3-card-item5
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_indexCard3
{
   text-align: center;
}
#wb_Text53
{
   visibility: visible;
   display: block;
}
#wb_Text53
{
   font-size: 27px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text54
{
   visibility: visible;
   display: block;
}
#wb_Text54
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText27
{
   visibility: visible;
   display: block;
}
#wb_indexText27
{
   font-size: 24px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
   line-height: 38px;
}
#indexHtml2
{
   width: 335px;
   height: 48px;
   visibility: visible;
   display: inline-block;
}
#wb_indexImage22
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexText22
{
   visibility: visible;
   display: block;
}
#wb_indexText22
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage23
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_indexText24
{
   visibility: visible;
   display: block;
}
#wb_indexText24
{
   font-size: 20px;
   margin: 0 0 10px 0 ;
   padding: 0;
   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: #FFFFFF;
   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 #FDB403;
   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: #FFFF00;
   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: #FFFFFF;
   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 #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_indexCard6
{
   text-align: center;
}
#wb_Card13
{
   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;
}
#Card13-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card13-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card14
{
   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;
}
#Card14-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: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 4px solid #FDB403;
   border-radius: 50%;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 250px;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   text-align: center;
}
#Card14-card-item2 h2
{
   color: #FFFF00;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
   margin: 0;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   border-top: 1px #D8D8D8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card14
{
   text-align: center;
}
#indexLayer22
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: block;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
}
#indexLayer22_Container
{
   width: 50px;
}
#kontaktyLayer4
{
   width: 345px;
   height: 336px;
   visibility: hidden;
   display: none;
   background-image: linear-gradient(to top, #064319 0%, #008000 100%);
}
#kontaktyLayer4_Container
{
   width: 345px;
}
#wb_kontaktyText30
{
   left: 96px;
   top: 42px;
   width: 217px;
   height: 18px;
   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: 21px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText29
{
   margin: 0;
   padding: 0;
}
#wb_kontaktyText31
{
   left: 81px;
   top: 66px;
   width: 246px;
   height: 45px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText31
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyText32
{
   left: 14px;
   top: 104px;
   width: 308px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText32
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyCard1
{
   left: 7px;
   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: 33px;
   top: 269px;
   width: 84px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText33
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage19
{
   left: 49px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyImage20
{
   left: 151px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 143px;
   top: 269px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 246px;
   top: 221px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 229px;
   top: 269px;
   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_Text58
{
   visibility: visible;
   display: block;
}
#wb_Text58
{
   font-size: 17px;
   margin: 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;
}
#TextArea1
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #000000;
}
#wb_Shape9
{
   width: 230px;
   height: 53px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Shape9
{
   width: 226px;
   height: 49px;
}
#Line5
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line5
{
   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_LayoutGrid34
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid34
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid34
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid34 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid34
{
   width: 100%;
}
#LayoutGrid34 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid34 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Text59
{
   visibility: visible;
   display: block;
}
#wb_Text59
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 31px;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#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, #indexLayoutGrid5 > .col-2
{
   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;
}
#indexLayoutGrid5 > .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;
}
#indexLayoutGrid5 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_indexIconFont1
{
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexIconFont1
{
   width: 30px;
   height: 30px;
}
#indexIconFont1 i
{
   line-height: 30px;
   font-size: 30px;
   width: 29px;
}
#wb_Text60
{
   width: 293px;
   height: 74px;
   visibility: visible;
   display: inline-block;
}
#wb_Text60
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 50px;
   height: 50px;
}
#wb_Image39
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0 10px 0 10px;
   padding: 0;
}
#Image39
{
   width: 50px;
   height: 50px;
}
#wb_indexImage9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage9
{
   width: 50px;
   height: 50px;
}
#wb_Text61
{
   visibility: visible;
   display: block;
}
#wb_Text61
{
   font-size: 24px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_LayoutGrid36
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid36
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid36
{
   height: auto;
   padding: 0 0 30px 0;
}
#LayoutGrid36
{
   width: 100%;
}
#LayoutGrid36 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid36 > .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_Image42
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image42
{
   width: 50px;
   height: 40px;
}
#wb_Text63
{
   visibility: visible;
   display: block;
}
#wb_Text63
{
   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_Text64
{
   width: 252px;
   height: 61px;
   visibility: visible;
   display: inline-block;
}
#wb_Text64
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Image4
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 50px;
   height: 50px;
}
#wb_Text67
{
   visibility: visible;
   display: block;
}
#wb_Text67
{
   font-size: 13px;
   margin: 10px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text69
{
   visibility: visible;
   display: block;
}
#wb_Text69
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#Extension1
{
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 32px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 39px;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_LayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid9
{
   height: auto;
   padding: 20px 0 20px 0;
}
#LayoutGrid9
{
   width: 100%;
}
#LayoutGrid9 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid9 > .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_Carousel2
{
   visibility: visible;
   display: block;
}
#wb_Carousel2
{
   margin: 0;
}
#Carousel2 .carousel-item-inner
{
   min-height: 674px;
   padding: 0;
}
#wb_LayoutGrid33
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid33
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid33
{
   height: auto;
   padding: 40px 0 20px 0;
}
#LayoutGrid33
{
   width: 100%;
}
#LayoutGrid33 > .col-1, #LayoutGrid33 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .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;
}
#LayoutGrid33 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_Text2
{
   visibility: visible;
   display: block;
}
#wb_Text2
{
   font-size: 24px;
   margin: 20px 0 10px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#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;
}
#Line1
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#Line1
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#Combobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#kontaktyButton2
{
   width: 89px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
}
#wb_Heading1
{
   left: 283px;
   top: 162px;
   width: 571px;
   height: 188px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 35px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FFFFFF;
   font-family: "Anfisa Grotesk";
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#Card2-card-item3 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}
#Card1-card-item3 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}
#Card3-card-item3 h2 {
  text-shadow: red 1px 0px, red 1px 1px, red 0px 1px, red -1px 1px, red -1px 0px, red -1px -1px, red 0px -1px, red 1px -1px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px, red 0 0 3px;
}
#indexLayer3
{
   left: 31px;
   top: 0px;
   width: 315px;
   height: 98px;
   visibility: visible;
   display: block;
}
#wb_indexImage12
{
   left: 132px;
   top: 45px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage20
{
   left: 209px;
   top: 43px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText1
{
   left: 5px;
   top: 12px;
   width: 299px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText1
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image7
{
   left: 51px;
   top: 45px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexHeading1
{
   left: 76px;
   top: 200px;
   width: 256px;
   height: 110px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
   font-size: 32px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_indexText2
{
   left: 19px;
   top: 591px;
   width: 321px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText31
{
   left: 11px;
   top: 19px;
   width: 246px;
   height: 21px;
   visibility: visible;
   display: inline;
}
#wb_indexText31
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText33
{
   left: 241px;
   top: 562px;
   width: 91px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText33
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Image3
{
   left: 8px;
   top: 270px;
   width: 328px;
   height: 115px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#indexLayer4
{
   left: 29px;
   top: 98px;
   width: 307px;
   height: 46px;
   visibility: visible;
   display: block;
}
#wb_indexText35
{
   left: 91px;
   top: 12px;
   width: 205px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText35
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image6
{
   left: 247px;
   top: 2px;
   width: 42px;
   height: 21px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexImage21
{
   left: 24px;
   top: 1px;
   width: 54px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexMorphingIcon1
{
   left: 31px;
   top: 561px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon2
{
   left: 205px;
   top: 561px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexText36
{
   left: 102px;
   top: 517px;
   width: 201px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText36
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText37
{
   left: 67px;
   top: 562px;
   width: 123px;
   height: 28px;
   visibility: visible;
   display: inline;
}
#wb_indexText37
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexMorphingIcon3
{
   left: 61px;
   top: 519px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon1
{
   left: 142px;
   top: 573px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon2
{
   left: 142px;
   top: 624px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_MorphingIcon3
{
   left: 140px;
   top: 675px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Image8
{
   left: 38px;
   top: 39px;
   width: 129px;
   height: 178px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText20
{
   left: 148px;
   top: 461px;
   width: 373px;
   height: 84px;
   visibility: visible;
   display: inline;
}
#wb_indexText20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text1
{
   left: 191px;
   top: 43px;
   width: 346px;
   height: 76px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text3
{
   left: 202px;
   top: 577px;
   width: 325px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText21
{
   left: 201px;
   top: 628px;
   width: 325px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText21
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text4
{
   left: 199px;
   top: 679px;
   width: 325px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_Text31
{
   left: 543px;
   top: 42px;
   width: 215px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_Text31
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText23
{
   left: 854px;
   top: 39px;
   width: 205px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText23
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage7
{
   left: 825px;
   top: 68px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexImage3
{
   left: 86px;
   top: 288px;
   width: 190px;
   height: 38px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexShape5
{
   left: 204px;
   top: 104px;
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#indexExtension4
{
}
#wb_indexShape1
{
   left: 100px;
   top: 20px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid7
{
   width: 100%;
}
#wb_Text62
{
   visibility: visible;
   display: block;
}
#wb_Text62
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0 0 30px 0;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#LayoutGrid4 > .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;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 0 0;
}
#wb_Image1
{
   width: 50px;
   height: 40px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image1
{
   width: 50px;
   height: 40px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   font-size: 15px;
   margin: 0;
   padding: 10px 0 20px 0;
   text-align: center;
}
#wb_Shape2
{
   width: 122px;
   height: 59px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_Text7
{
   width: 231px;
   height: 61px;
   visibility: visible;
   display: inline-block;
}
#wb_Text7
{
   font-size: 27px;
   margin: 10px 0 0 0 ;
   padding: 0;
   text-align: left;
   line-height: 36px;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-2
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid5 > .row > .col-3
{
   display: block;
   width: 33.33333333%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Image9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 50px;
   height: 50px;
}
#wb_Text8
{
   visibility: visible;
   display: block;
}
#wb_Text8
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 50px;
   height: 50px;
}
#wb_Text9
{
   visibility: visible;
   display: block;
}
#wb_Text9
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image11
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image11
{
   width: 50px;
   height: 50px;
}
#wb_Text10
{
   visibility: visible;
   display: block;
}
#wb_Text10
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   font-size: 19px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 22px;
}
#wb_Text14
{
   visibility: visible;
   display: block;
}
#wb_Text14
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image22
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image22
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer5
{
   visibility: visible;
   display: block;
}
#FlexContainer5
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image23
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image23
{
   width: 100px;
   height: 100px;
}
#wb_Text6
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text6
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_FlexContainer6
{
   visibility: visible;
   display: block;
}
#FlexContainer6
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image24
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image24
{
   width: 100px;
   height: 100px;
}
#wb_Text38
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text38
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_FlexContainer7
{
   visibility: visible;
   display: block;
}
#FlexContainer7
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image30
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image30
{
   width: 100px;
   height: 100px;
}
#wb_Text39
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text39
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Image31
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image31
{
   width: 150px;
   height: 150px;
}
#wb_FlexContainer8
{
   visibility: visible;
   display: block;
}
#FlexContainer8
{
   min-height: 0;
   margin-top: 0px;
   margin-bottom: 0px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_Image12
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Image12
{
   width: 100px;
   height: 100px;
}
#wb_Text40
{
   width: 340px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text40
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Image33
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image33
{
   width: 150px;
   height: 150px;
}
#wb_Image25
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image25
{
   width: 150px;
   height: 150px;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_indexText8
{
   visibility: visible;
   display: block;
}
#wb_indexText8
{
   font-size: 20px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text68
{
   visibility: visible;
   display: block;
}
#wb_Text68
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Card4
{
   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;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card4-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card5
{
   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;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card5-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card6
{
   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-height: 410px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 10px 10px 0 0 !important;
   margin: 0 0 -200px 0 ;
   padding: 0;
   color: #FFA500;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 213px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 50px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-decoration: underline;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card6-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card6
{
   text-align: center;
}
#wb_Text12
{
   visibility: visible;
   display: block;
}
#wb_Text12
{
   font-size: 17px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text13
{
   left: 0px;
   top: 0px;
   width: 187px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text13
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 29px;
}
#wb_Text15
{
   left: 124px;
   top: 152px;
   width: 187px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: right;
   line-height: 29px;
}
#wb_Text16
{
   width: 241px;
   height: 30px;
   visibility: hidden;
   display: none;
}
#wb_Text16
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text17
{
   width: 261px;
   height: 30px;
   visibility: hidden;
   display: none;
}
#wb_Text17
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_Text19
{
   width: 258px;
   height: 30px;
   visibility: hidden;
   display: none;
}
#wb_Text19
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#index_rusLayer111 .modal-content
{
   visibility: visible;
   margin: 0;
}
#index_rusLayer111 .modal-dialog
{
   width: 308px;
}
#index_rusLayer111 .modal-content
{
   margin: 0;
}
#index_rusLayer111 .modal-body
{
   width: 308px;
   height: 88px;
}
#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: 11px;
   top: 33px;
   width: 25px;
   height: 25px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText15
{
   left: 62px;
   top: 33px;
   width: 189px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_indexText15
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_Text20
{
   left: 60px;
   top: 49px;
   width: 189px;
   height: 24px;
   visibility: hidden;
   display: none;
}
#wb_Text20
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 29px;
}
#wb_indexImage1
{
   left: 9px;
   top: 49px;
   width: 25px;
   height: 25px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_indexText19
{
   left: 20px;
   top: -526px;
   width: 324px;
   height: 90px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   font-size: 85px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 90px;
}
#wb_Text21
{
   left: 23px;
   top: 310px;
   width: 331px;
   height: 113px;
   visibility: visible;
   display: inline;
}
#wb_Text21
{
   font-size: 53px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 56px;
}
#wb_Image2
{
   left: 29px;
   top: 436px;
   width: 317px;
   height: 49px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
}
.menu-bar ul li a{font-family:Philosopher;font-weight:700;font-size:21px;color:#FFFFFF;text-decoration:none;}
