html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon.webp');
   background-attachment: fixed;
   background-position: center center;
   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;
}
@font-face
{
   font-family: "Anfisa Grotesk";
   font-display: swap;
   src: url('../font/Anfisa Grotesk.ttf') format('truetype');
}
@font-face
{
   font-family: "Bernhard scriptC ";
   font-display: swap;
   src: url('../font/Bernhard scriptC  .ttf') format('truetype');
}
@font-face
{
   font-family: "Museo Sans Cyrl 700";
   font-display: swap;
   src: url('../font/MuseoSansCyrl-700.ttf') format('truetype');
}
@font-face
{
   font-family: "Museo Sans Cyrl 900";
   font-display: swap;
   src: url('../font/MuseoSansCyrl-900.ttf') format('truetype');
}
@font-face
{
   font-family: "Mazurka script";
   font-display: swap;
   src: url('../font/Mazurka.ttf') format('truetype');
}
@font-face
{
   font-family: "Pelagy";
   font-display: swap;
   src: url('../font/Пелагій.ttf') format('truetype');
}
@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');
}
@font-face
{
   font-family: "Kelly Slab";
   font-display: swap;
   src: url('../font/Kelly-Slab.woff2') format('woff2'),
        url('../font/Kelly-Slab.woff') format('woff');
}
@keyframes animate-box-shadow
{
   0% { color: #000000;  }
   50% { box-shadow: 0px 0px 5px 5px #AE8834;  }
   100% { box-shadow: 0px 0px 3px #AE8834;  }
}
@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 animate-fade-in-right
{
   0% { transform: translate(100px,0px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes filter-blur-in-copy
{
   0% { filter: blur(40px);  }
}
@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-spring
{
   0% { transform: rotate(0deg) ;  }
   30% { transform: rotate(0deg) scale(1.0,0.5) ;  }
   40% { transform: rotate(0deg) scale(1.0,1.5) ;  }
   50% { transform: rotate(0deg) scale(1.0,0.7) ;  }
   61% { transform: rotate(0deg) scale(1.0,1.4) ;  }
   72% { transform: rotate(0deg) scale(1.0,0.8) ;  }
   83% { transform: rotate(0deg) scale(1.0,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@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;
}
a.style2
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style2:visited
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style2:active
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style2:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
.offer_block_name
{
   font-family: "Anfisa Grotesk";
   font-size: 35px;
   text-decoration: none;
   background-color: transparent;
   text-decoration: none;
   background-color: transparent;
   text-shadow: none;
   background: url(../images/font_bg.jpg) no-repeat;
   background-color: rgba(0, 0, 0, 0);
   background-position-x: 0%;
   background-position-y: 0%;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-image: url("../images/font_bg.jpg");
   background-size: auto;
   background-origin: padding-box;
   background-clip: border-box;
   background-position: center;
   background-size: cover;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-filter: drop-shadow(1px 1px #000);
   filter: drop-shadow(-2px 2px 2px #000);
}
.style1
{
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 19px;
   font-style: italic;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   text-shadow: black 1px 0, black 1px 1px, black 0 1px, black -1px 1px, black -1px 0, black -1px -1px, black 0 -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;
}
.offer_block_name_1
{
   font-family: "Anfisa Grotesk";
   font-size: 35px;
   text-decoration: none;
   background-color: transparent;
   text-decoration: none;
   background-color: transparent;
   text-shadow: none;
   background: url(../images/fon_font.webp) no-repeat;
   background-color: rgba(0, 0, 0, 0);
   background-position-x: 0%;
   background-position-y: 0%;
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-image: url("../images/fon_font.webp");
   background-size: auto;
   background-origin: padding-box;
   background-clip: border-box;
   background-position: center;
   background-size: cover;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   -webkit-filter: drop-shadow(1px 1px #000);
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
}
@media only screen and (max-width: 767px)
{
}
#Layer2
{
   background-color: transparent;
   background-image: url('../images/3c68acd.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 0px;
   margin: 0;
}
#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;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 30px 0 30px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid7 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid7
{
   width: 1200px;
}
#indexLayoutGrid7 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid7 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid7
{
   width: 100%;
}
#indexLayoutGrid7 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexLayoutGrid4
{
   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;
}
#indexLayoutGrid4
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid4
{
   width: 1200px;
}
#indexLayoutGrid4 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid4:before,
#indexLayoutGrid4:after,
#indexLayoutGrid4 .row:before,
#indexLayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid4:after,
#indexLayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 880px)
{
#indexLayoutGrid4
{
   width: 100%;
}
#indexLayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_CardContainer1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#CardContainer1
{
   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: 0px;
   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) 
{
#CardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_indexCardContainer2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexCardContainer2
{
   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: 0px;
   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) 
{
#indexCardContainer2
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_indexLayoutGrid27
{
   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;
}
#indexLayoutGrid27
{
   box-sizing: border-box;
   padding: 0 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid27 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid27 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid27
{
   width: 1200px;
}
#indexLayoutGrid27 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid27 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid27:before,
#indexLayoutGrid27:after,
#indexLayoutGrid27 .row:before,
#indexLayoutGrid27 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid27:after,
#indexLayoutGrid27 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid27
{
   width: 100%;
}
#indexLayoutGrid27 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_count-up1
{
   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;
}
#count-up1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#count-up1 > .col-1, #count-up1 > .col-2, #count-up1 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#count-up1
{
   width: 1200px;
}
#count-up1 > .col-1, #count-up1 > .col-2, #count-up1 > .col-3
{
   flex: 0 0 auto;
}
#count-up1 > .col-1
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#count-up1 > .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;
}
#count-up1 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0;
}
#count-up1 > .col-3
{
   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: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#count-up1
{
   width: 100%;
}
#count-up1 > .col-1, #count-up1 > .col-2, #count-up1 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 0 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5
{
   width: 1200px;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   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: 480px)
{
#LayoutGrid5
{
   width: 100%;
}
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#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 transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 50px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4
{
   width: 1200px;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   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;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3
{
   width: 1200px;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexLayoutGrid1
{
   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;
}
#indexLayoutGrid1
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid1 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#indexLayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#indexLayoutGrid1
{
   width: 1200px;
}
#indexLayoutGrid1 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid1:before,
#indexLayoutGrid1:after,
#indexLayoutGrid1 .row:before,
#indexLayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid1:after,
#indexLayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid1
{
   width: 100%;
}
#indexLayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#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;
   padding: 0 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid5
{
   width: 1200px;
}
#indexLayoutGrid5 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid5:before,
#indexLayoutGrid5:after,
#indexLayoutGrid5 .row:before,
#indexLayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid5:after,
#indexLayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_indexText18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText18
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 27px;
}
#wb_indexText18 div
{
   text-align: center;
}
#wb_indexText18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexLayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/quote-free-img.webp');
   background-repeat: no-repeat;
   background-position: center top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid20
{
   box-sizing: border-box;
   padding: 0 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid20 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid20 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid20
{
   width: 1200px;
}
#indexLayoutGrid20 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid20 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid20:before,
#indexLayoutGrid20:after,
#indexLayoutGrid20 .row:before,
#indexLayoutGrid20 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid20:after,
#indexLayoutGrid20 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid20
{
   width: 100%;
}
#indexLayoutGrid20 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#indexFlexContainer1
{
   display: flex;
   position: relative;
   padding: 40px 10px 40px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/man-5640540_1920.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexLayoutGrid2
{
   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;
}
#indexLayoutGrid2
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid2
{
   width: 1180px;
}
#indexLayoutGrid2 > .row > .col-1
{
   float: left;
}
#indexLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#indexLayoutGrid2:before,
#indexLayoutGrid2:after,
#indexLayoutGrid2 .row:before,
#indexLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#indexLayoutGrid2:after,
#indexLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#indexLayoutGrid2
{
   width: 100%;
}
#indexLayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#indexCombobox1 {
    background-color: rgb(14 14 14 / 70%);
}
#wb_indexLayoutGrid21
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#indexLayoutGrid21
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 20px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid21 > .col-1, #indexLayoutGrid21 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid21
{
   width: 1180px;
}
#indexLayoutGrid21 > .col-1, #indexLayoutGrid21 > .col-2
{
   flex: 0 0 auto;
}
#indexLayoutGrid21 > .col-1
{
   background-color: transparent;
   background-image: none;
   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;
}
#indexLayoutGrid21 > .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;
}
@media (max-width: 900px)
{
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1, #indexLayoutGrid21 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#indexLine8
{
   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;
}
#indexLine9
{
   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;
}
#indexLine10
{
   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;
}
#indexLine11
{
   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;
}
#indexButton1
{
   border: 2px solid #FFFFFF;
   border-radius: 10px;
   background-color: transparent;
   background-image: url('../images/index_indexButton1_bkgrnd.png');
   background-repeat: repeat-x;
   background-position: left top;
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#indexButton1:focus
{
   outline: 0;
}
#indexEditbox1
{
   box-sizing: border-box;
   line-height: 28px;
   margin: 0;
   border: 2px solid #FFFFFF;
   border-radius: 4px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#indexEditbox1: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;
}
#indexEditbox1::placeholder
{
   color: #FFFFFF;
   opacity: 1;
}
#indexEditbox1::-ms-input-placeholder
{
   color: #FFFFFF;
}
#indexCombobox1
{
   border: 2px solid #FFFFFF;
   border-radius: 4px;
   background-clip: padding-box;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   color: #FFFFFF;
   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;
}
#indexCombobox1: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;
}
#indexEditbox2
{
   box-sizing: border-box;
   line-height: 28px;
   margin: 0;
   border: 2px solid #FFFFFF;
   border-radius: 4px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: left;
   padding: 4px 4px 4px 4px;
}
#indexEditbox2: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;
}
#indexEditbox2::placeholder
{
   color: #FFFFFF;
   opacity: 1;
}
#indexEditbox2::-ms-input-placeholder
{
   color: #FFFFFF;
}
#indexTextArea1
{
   box-sizing: border-box;
   border: 2px solid #FFFFFF;
   border-radius: 4px;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   color: #FFFFFF;
   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;
}
#indexTextArea1: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;
}
#indexTextArea1::placeholder
{
   color: #FFFFFF;
   opacity: 1;
}
#indexTextArea1::-ms-input-placeholder
{
   color: #FFFFFF;
}
#indexLine12
{
   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_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;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid3 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid3
{
   width: 461px;
}
#indexLayoutGrid3 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid3 > .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)
{
#indexLayoutGrid3
{
   width: 100%;
}
#indexLayoutGrid3 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexImage11
{
   margin: 0;
   vertical-align: top;
}
#indexImage11
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 55px;
   height: 44px;
   vertical-align: top;
}
#wb_indexLayoutGrid10
{
   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;
}
#indexLayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid10 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid10
{
   width: 461px;
}
#indexLayoutGrid10 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid10 > .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)
{
#indexLayoutGrid10
{
   width: 100%;
}
#indexLayoutGrid10 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexText31 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 0 10px;
   text-align: left;
}
#wb_indexText31
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 27px;
   line-height: 36px;
}
#wb_indexText31 div
{
   text-align: left;
}
#wb_indexText31
{
   display: inline-block;
   margin: 0 0 0 10px;
   width: 271px;
   height: 30px;
}
#wb_indexImage17
{
   margin: 0;
   vertical-align: top;
}
#indexImage17
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_indexText21 
{
   padding: 0;
   margin: 0 0 30px 0 ;
}
#wb_indexText21
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 35px;
   line-height: 53px;
}
#wb_indexText21 div
{
   text-align: center;
}
#wb_indexText21
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_indexText22
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 24px;
}
#wb_indexText22 div
{
   text-align: center;
}
#wb_indexText22
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexExtension1{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#indexLayer22
{
   background-color: transparent;
   background-image: url('../images/3 (1).svg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 5000ms 1 normal both, transform-swing 5000ms linear 5000ms infinite normal both;
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2
{
   width: 461px;
}
#LayoutGrid2 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid2 > .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)
{
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 0 10px;
   text-align: left;
}
#wb_Text5
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 27px;
   line-height: 36px;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: inline-block;
   margin: 0 0 0 10px;
   width: 271px;
   height: 30px;
}
#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_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 25px 0 25px 0;
   margin: 0;
   text-align: center;
}
#wb_Text15 div
{
   text-align: center;
}
#wb_indexText9 
{
   padding: 0;
   margin: 40px 0 40px 0 ;
}
#wb_indexText9
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 32px;
}
#wb_indexText9 div
{
   text-align: center;
}
#wb_indexText9
{
   display: block;
   margin: 40px 0 40px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image9
{
   margin: 0;
   vertical-align: top;
}
#Image9
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 50px;
   vertical-align: top;
}
#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;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1
{
   width: 461px;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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)
{
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 0 10px;
   text-align: left;
}
#wb_Text1
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 27px;
   line-height: 36px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: inline-block;
   margin: 0 0 0 10px;
   width: 271px;
   height: 30px;
}
#Layer1
{
   background-color: rgba(6,21,43,0.80);
   background-image: none;
   border-radius: 0px;
}
#wb_kontaktyText30 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_kontaktyText30 div
{
   text-align: right;
}
#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_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_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_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text13
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#wb_Text13 div
{
   text-align: center;
}
#wb_Image10
{
   vertical-align: top;
}
#Image10
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#indexMorphingIcon1
{
   overflow: visible;
}
#indexMorphingIcon2
{
   overflow: visible;
}
#indexMorphingIcon3
{
   overflow: visible;
}
#wb_indexImage2
{
   vertical-align: top;
}
#indexImage2
{
   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%;
}
#indexLayer4
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 1000ms 1 normal both;
}
#wb_indexText7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText7
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText7 div
{
   text-align: center;
}
#wb_Image53
{
   vertical-align: top;
}
#Image53
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer3
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 500ms 1 normal both;
}
#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%;
}
#wb_Image8
{
   vertical-align: top;
}
#Image8
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_indexText6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText6
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 15px;
}
#wb_indexText6 div
{
   text-align: center;
}
#wb_indexText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText2
{
   color: #DCDCDC;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText2 div
{
   text-align: left;
}
#wb_indexText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText3
{
   color: #DCDCDC;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText3 div
{
   text-align: left;
}
#wb_indexText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText4
{
   color: #DCDCDC;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText4 div
{
   text-align: left;
}
#wb_indexCardContainer3
{
   background-color: transparent;
   background-image: url('../images/55cd91e30b0fa.webp');
   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;
}
}
#Card2-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;
}
#Card1-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;
}
#Card3-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;
}

#Card2-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;
}
#Card1-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;
}
#Card3-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;
}
#Card2-card-item3 {
  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;
}
#Card1-card-item3 {
  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;
}
#Card3-card-item3 {
  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_Text20 
{
   padding: 0;
   margin: 0 0 30px 0 ;
}
#wb_Text20
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 700";
   font-weight: normal;
   font-size: 32px;
}
#wb_Text20 div
{
   text-align: center;
}
#wb_Text20
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text29 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: animate-fade-in-left 1000ms linear 100ms 1 normal both;
}
#wb_Text29
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 24px;
}
#wb_Text29 div
{
   text-align: center;
}
#wb_Text29
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text28 
{
   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_Text28
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
}
#wb_Text28 div
{
   text-align: center;
}
#wb_Text28
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-height: 560px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/65989.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-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;
}
#Card2-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;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card2-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-height: 560px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/65989.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-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;
}
#Card1-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;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card1-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-height: 560px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 280px;
   background-color: transparent;
   background-image: url('../images/65989.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 3px solid #FFFFFF;
   border-radius: 10px;
   text-align: center;
}
#Card3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-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;
}
#Card3-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;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card3-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Image35
{
   margin: 0;
   vertical-align: top;
}
#Image35
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 45px;
   height: 22px;
   vertical-align: top;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_Text32 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text32
{
   color: #FFFFFF;
   font-family: "Kelly Slab";
   font-weight: normal;
   font-size: 24px;
}
#wb_Text32 div
{
   text-align: left;
}
#wb_indexText19 
{
   padding: 0;
   margin: 0;
}
#wb_indexText19
{
   color: #FFFFFF;
   font-family: Pelagy;
   font-weight: normal;
   font-size: 128px;
}
#wb_indexText19 div
{
   text-align: center;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 30px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#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;
}
 
#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_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   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;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   text-align: center;
}
#Card7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card7-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card7-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   text-align: center;
}
#Card8-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card8-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_indexCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   text-align: center;
}
#indexCard4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard4-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard4-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   text-align: center;
}
#indexCard5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard5-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: center;
   min-width: 370px;
   min-height: 370px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: 370px;
   background-color: rgba(51,26,19,0.80);
   background-image: none;
   border: 3px solid #B8860B;
   border-radius: 10px;
   box-shadow: 0px 0px 10px rgba(184,134,11,0.28);
   text-align: center;
}
#indexCard6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#indexCard6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text24
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 24px;
}
#wb_Text24 div
{
   text-align: center;
}
#wb_LayoutGrid8
{
   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;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 20px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8
{
   width: 461px;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8
{
   width: 100%;
}
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text21 
{
   background-color: rgba(30,144,255,0.60);
   background-image: none;
   border: 2px solid #D59B37;
   border-radius: 15px;
   padding: 10px 10px 10px 10px;
   margin: 30px 0 0 0 ;
   text-align: left;
}
#wb_Text21
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-size: 21px;
   line-height: 28px;
}
#wb_Text21 div
{
   text-align: left;
}
#wb_Text21
{
   display: block;
   margin: 30px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#indexLayer5
{
   background-color: transparent;
   background-image: url('../images/6641.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 11000ms 1 normal both;
}
#wb_indexText102 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText102
{
   color: #000000;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText102 div
{
   text-align: left;
}
#indexClipArt3
{
   border-width: 0;
   vertical-align: top;
}
#indexLayer1
{
   background-color: transparent;
   background-image: url('../images/6641.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
   border-radius: 0px;
   animation: animate-fade-in-left 1000ms linear 5000ms 1 normal both;
}
#indexClipArt2
{
   border-width: 0;
   vertical-align: top;
}
#wb_indexText103 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_indexText103
{
   color: #000000;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 17px;
}
#wb_indexText103 div
{
   text-align: left;
}
#wb_indexLayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #BA9944;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 0;
   min-height: 560px;
   box-shadow: 0px 0px 10px #B8860B;
}
#indexLayoutGrid9
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid9 > .row
{
   display: grid;
   grid-template-columns: repeat(12, 8.333333%);
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
   grid-column: span 12;
}
#indexLayoutGrid9
{
   width: 370px;
}
#indexLayoutGrid9 > .row > .col-1
{
}
#indexLayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   grid-column: span 12;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid9
{
   width: 100%;
}
#indexLayoutGrid9 > .row > .col-1
{
   width: 100%;
   grid-column: span 12;
}
}
#wb_indexHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: right;
}
#indexHeading3
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: right;
   text-transform: none;
}
#wb_indexText42 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#indexText42-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 40px;
   width: 100%;
}
#wb_indexText42
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: normal;
   font-size: 48px;
}
#wb_indexText42 div
{
   text-align: left;
}
#wb_indexText42
{
   display: inline-block;
   margin: 0;
   width: 62px;
   height: 58px;
}
#wb_indexText43 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_indexText43
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText43 div
{
   text-align: center;
}
#wb_indexText43
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText44 
{
   padding: 0;
   margin: 0 0 20px 0 ;
}
#wb_indexText44
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 27px;
}
#wb_indexText44 div
{
   text-align: center;
}
#wb_indexText44
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage15
{
   margin: 0;
   vertical-align: top;
}
#indexImage15
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 73px;
   height: 71px;
   vertical-align: top;
}
#indexHorizontalLine1
{
   border-color: #E9E9E9;
   border-style: solid;
   border-bottom-width: 10px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_indexLayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #BA9944;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 0;
   min-height: 270px;
   box-shadow: 0px 0px 10px #B8860B;
}
#indexLayoutGrid11
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid11 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid11
{
   width: 370px;
}
#indexLayoutGrid11 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid11
{
   width: 100%;
}
#indexLayoutGrid11 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexHeading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: right;
}
#indexHeading4
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: right;
   text-transform: none;
}
#wb_Text43 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#Text43-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 40px;
   width: 100%;
}
#wb_Text43
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: normal;
   font-size: 48px;
}
#wb_Text43 div
{
   text-align: left;
}
#wb_Text43
{
   display: inline-block;
   margin: 0;
   width: 62px;
   height: 58px;
}
#wb_Text44 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text44
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text44 div
{
   text-align: center;
}
#wb_Text44
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text45 
{
   padding: 0;
   margin: 0 0 20px 0 ;
}
#wb_Text45
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 27px;
}
#wb_Text45 div
{
   text-align: center;
}
#wb_Text45
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image45
{
   margin: 0;
   vertical-align: top;
}
#Image45
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 73px;
   height: 71px;
   vertical-align: top;
}
#indexHorizontalLine2
{
   border-color: #E9E9E9;
   border-style: solid;
   border-bottom-width: 10px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_indexLayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 2px solid #BA9944;
   border-radius: 10px;
   box-sizing: border-box;
   margin: 0;
   min-height: 270px;
   box-shadow: 0px 0px 10px #B8860B;
}
#indexLayoutGrid12
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 40px 0;
   margin-right: auto;
   margin-left: auto;
}
#indexLayoutGrid12 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#indexLayoutGrid12
{
   width: 370px;
}
#indexLayoutGrid12 > .col-1
{
   flex: 0 0 auto;
}
#indexLayoutGrid12 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#indexLayoutGrid12
{
   width: 100%;
}
#indexLayoutGrid12 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_indexHeading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: right;
}
#indexHeading5
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
   text-align: right;
   text-transform: none;
}
#wb_Text46 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#Text46-max-width
{
   margin-left: auto;
   margin-right: auto;
   max-width: 40px;
   width: 100%;
}
#wb_Text46
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: normal;
   font-size: 48px;
}
#wb_Text46 div
{
   text-align: left;
}
#wb_Text46
{
   display: inline-block;
   margin: 0;
   width: 62px;
   height: 58px;
}
#wb_Text47 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text47
{
   color: #FFFFFF;
   font-family: Georgia;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text47 div
{
   text-align: center;
}
#wb_Text47
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText8 
{
   padding: 0;
   margin: 0 0 20px 0 ;
}
#wb_indexText8
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 27px;
}
#wb_indexText8 div
{
   text-align: center;
}
#wb_indexText8
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexImage18
{
   margin: 0;
   vertical-align: top;
}
#indexImage18
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 73px;
   height: 71px;
   vertical-align: top;
}
#indexHorizontalLine3
{
   border-color: #E9E9E9;
   border-style: solid;
   border-bottom-width: 10px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
   opacity: 0.00;
}
#wb_indexText41 
{
   padding: 0;
   margin: 0 0 40px 0 ;
}
#wb_indexText41
{
   color: #A36C00;
   font-family: "Museo Sans Cyrl 700";
   font-weight: normal;
   font-size: 32px;
}
#wb_indexText41 div
{
   text-align: center;
}
#wb_indexText41
{
   display: block;
   margin: 0 0 40px 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 50px 0 ;
   text-align: center;
}
#wb_Text18
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text18 div
{
   text-align: center;
}
#wb_Text18
{
   display: block;
   margin: 20px 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: animate-fade-in-left 1000ms linear 100ms 1 normal both;
}
#wb_Text3
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#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: Georgia;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text10 div
{
   text-align: center;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text11 
{
   padding: 0;
   margin: 40px 0 20px 0 ;
}
#wb_Text11
{
   color: #A36C00;
   font-family: "Museo Sans Cyrl 700";
   font-weight: normal;
   font-size: 32px;
}
#wb_Text11 div
{
   text-align: center;
}
#wb_Text11
{
   display: block;
   margin: 40px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_FlexContainer2
{
   background-color: rgba(0,0,0,0.60);
   background-image: none;
   border: 3px solid #FFFFFF;
   border-image-source: url('../images/0_8374c_8a574331_xl-1.gif');
   border-image-slice: 3 200 3 200;
   border-image-width: 3px;
   border-image-repeat: stretch;
   box-sizing: border-box;
   position: relative;
   z-index: 0;
   box-shadow: 0px 0px 10px #BB9B46;
}
#FlexContainer2
{
   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: 50px;
   margin-bottom: 50px;
   margin-right: auto;
   margin-left: auto;
   max-width: 600px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexText27 
{
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 30px 0 0 0 ;
}
#wb_indexText27
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: normal;
   font-size: 29px;
}
#wb_indexText27 div
{
   text-align: center;
}
#wb_indexText28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 20px 0 20px;
   margin: 50px 0 30px 0 ;
   text-align: left;
}
#wb_indexText28
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText28 div
{
   text-align: left;
}
#wb_Shape3::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_Shape3::after {
 animation-delay: .9s;
}
 
#wb_Extension1{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Shape3{
   fill-opacity: 0;
   opacity: 0;
}
#Shape3.finished
{
   fill-opacity: 1;
   transition: fill-opacity 1s;
}
#Shape3_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_Shape3
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text8
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 27px;
   line-height: 39px;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: inline-block;
   margin: 0;
   width: 253px;
   height: 40px;
}
#wb_indexText50 
{
   padding: 0;
   margin: 40px 0 20px 0 ;
}
#wb_indexText50
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: normal;
   font-size: 43px;
}
#wb_indexText50 div
{
   text-align: center;
}
#wb_indexText50
{
   display: block;
   margin: 40px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexText85 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 0 0 ;
   text-align: center;
}
#wb_indexText85
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 300";
   font-weight: normal;
   font-size: 19px;
}
#wb_indexText85 div
{
   text-align: center;
}
#wb_indexText85
{
   display: block;
   margin: 20px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_indexCarousel1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_indexCarousel1
{
   box-sizing: border-box;
   width: 100%;
}
#indexCarousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#indexCarousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#indexCarousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#indexCarousel1 .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;
}
#indexCarousel1 .carousel-item-next:not(.carousel-item-start), #indexCarousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#indexCarousel1 .carousel-item-prev:not(.carousel-item-end), #indexCarousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#indexCarousel1 .carousel-item-inner
{
   min-height: 626px;
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#indexCarousel1 .carousel-inner > .carousel-item > img, #indexCarousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#indexCarousel1 .carousel-inner > .active, #indexCarousel1 .carousel-inner > .carousel-item-next, #indexCarousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#indexCarousel1 .carousel-inner > .carousel-item-next, #indexCarousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#indexCarousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -78px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#indexCarousel1 .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);
}
#indexCarousel1 .carousel-indicators .active
{
   background-color: rgba(0,0,0,1.00);
}
#indexCarousel1 .frame
{
   width: 1170px;
   display: inline-block;
   float: left;
   height: 626px;
}
#wb_FlexContainer3
{
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#FlexContainer3
{
   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: 728px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexImage22
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#indexImage22
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_indexText24 
{
   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_indexText24
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText24 div
{
   text-align: center;
}
#wb_indexFlexContainer2
{
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexFlexContainer2
{
   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: 728px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexImage23
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#indexImage23
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_indexText37 
{
   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_indexText37
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText37 div
{
   text-align: center;
}
#wb_indexFlexContainer4
{
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexFlexContainer4
{
   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: 728px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexImage24
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#indexImage24
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_indexText38 
{
   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_indexText38
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText38 div
{
   text-align: center;
}
#wb_indexFlexContainer5
{
   background-color: rgba(0,0,0,0.40);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#indexFlexContainer5
{
   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: 728px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_indexImage25
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#indexImage25
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 100px;
   height: auto;
}
#wb_indexText39 
{
   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_indexText39
{
   color: #FFFFFF;
   font-family: Comfortaa;
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_indexText39 div
{
   text-align: center;
}
#wb_indexImage27
{
   margin: 0;
   vertical-align: top;
}
#indexImage27
{
   border: 2px solid #FF0000;
   border-radius: 100px;
   padding: 0;
   animation: animate-box-shadow 1000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_indexImage28
{
   margin: 0;
   vertical-align: top;
}
#indexImage28
{
   border: 2px solid #FF0000;
   border-radius: 100px;
   padding: 0;
   animation: animate-box-shadow 1000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_indexImage29
{
   margin: 0;
   vertical-align: top;
}
#indexImage29
{
   border: 2px solid #FF0000;
   border-radius: 100px;
   padding: 0;
   animation: animate-box-shadow 1000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_indexImage30
{
   margin: 0;
   vertical-align: top;
}
#indexImage30
{
   border: 2px solid #FF0000;
   border-radius: 100px;
   padding: 0;
   animation: animate-box-shadow 1000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#wb_indexImage31
{
   margin: 0;
   vertical-align: top;
}
#indexImage31
{
   border: 2px solid #FF0000;
   border-radius: 100px;
   padding: 0;
   animation: animate-box-shadow 1000ms linear 0ms infinite normal both;
   display: inline-block;
   width: 146px;
   height: 146px;
   vertical-align: top;
}
#index_rusLayer111 .modal-content
{
   background-color: #4F4F4F;
   background-image: none;
   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: 99px;
}
#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: "";
}
#ClipArt1{
   opacity: 0;
}
#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: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
   line-height: 29px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text16
{
   color: #000000;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 21px;
   line-height: 29px;
}
#wb_Text16 div
{
   text-align: left;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer4
{
   background-color: #293801;
   background-image: none;
   border: 2px solid #FFFFFF;
   border-radius: 0px;
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: Philosopher;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text17 div
{
   text-align: center;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 400px;
   height: 566px;
   vertical-align: top;
}

#indexLayer1_Container
{
   width: 157px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexClipArt3
{
   position: absolute;
   left: 235px;
   top: 9px;
   width: 15px;
   height: 15px;
   z-index: 195;
}
#wb_Image10
{
   position: absolute;
   left: 51px;
   top: 210px;
   width: 50px;
   height: 50px;
   z-index: 181;
}
#indexLine10
{
   display: block;
   width: 100%;
   z-index: 121;
}
#indexEditbox1
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 118;
}
#wb_indexImage29
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 92;
}
#wb_Card3
{
   display: flex;
   z-index: 70;
}
#wb_indexImage18
{
   display: inline-block;
   width: 73px;
   height: 71px;
   z-index: 59;
}
#wb_indexText28
{
   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_indexMorphingIcon1
{
   position: absolute;
   left: 123px;
   top: 560px;
   width: 30px;
   height: 30px;
   z-index: 9;
}
#Layer2_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#indexLine11
{
   display: block;
   width: 100%;
   z-index: 125;
}
#indexEditbox2
{
   display: block;
   width: 100%;
   height: 40px;
   z-index: 122;
}
#wb_Text1
{
   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_indexLayoutGrid3
{
   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_indexText18
{
   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_indexCard4
{
   display: flex;
   z-index: 38;
}
#wb_indexMorphingIcon2
{
   position: absolute;
   left: 123px;
   top: 611px;
   width: 30px;
   height: 30px;
   z-index: 10;
}
#TM-KTXTT9RJ
{
   display: none;
   visibility: hidden;
}
#indexLayer1
{
   position: fixed;
   text-align: center;
   left: 100px;
   top: auto;
   bottom: 30px;
   width: 157px;
   height: 46px;
   z-index: 257;
   cursor: pointer;
}
#indexLine12
{
   display: block;
   width: 100%;
   z-index: 123;
}
#indexCombobox1
{
   display: block;
   width: 100%;
   height: 35px;
   z-index: 120;
}
#indexImage27
{
   position: relative;
   bottom: 60px;
}
#wb_Image45
{
   display: inline-block;
   width: 73px;
   height: 71px;
   z-index: 52;
}
#wb_indexCard5
{
   display: flex;
   z-index: 39;
}
#wb_indexText19
{
   position: absolute;
   left: 698px;
   top: 257px;
   width: 479px;
   height: 111px;
   text-align: center;
   z-index: 24;
}
#indexShape5
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#Shape2
{
   width: 43px;
   height: 36px;
}
#wb_indexText2
{
   position: absolute;
   left: 183px;
   top: 564px;
   width: 325px;
   height: 23px;
   z-index: 14;
   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_indexMorphingIcon3
{
   position: absolute;
   left: 121px;
   top: 662px;
   width: 30px;
   height: 30px;
   z-index: 11;
}
#wb_indexText102
{
   position: absolute;
   left: 14px;
   top: 15px;
   width: 221px;
   height: 44px;
   z-index: 194;
}
#wb_index_rusClipArt1
{
   position: absolute;
   left: 304px;
   top: 7px;
   width: 30px;
   height: 30px;
   z-index: 179;
}
#wb_Image35
{
   display: inline-block;
   width: 45px;
   height: 22px;
   z-index: 102;
}
#indexImage28
{
   position: relative;
   bottom: 60px;
}
#wb_Bookmark1
{
   display: block;
   width: 100%;
   z-index: 74;
}
#indexHorizontalLine1
{
   display: block;
   width: 100%;
   z-index: 45;
}
#wb_indexCard6
{
   display: flex;
   z-index: 40;
}
#wb_Card6
{
   display: flex;
   z-index: 35;
}
#Shape3
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_indexShape5
{
   position: absolute;
   left: 869px;
   top: 666px;
   width: 136px;
   height: 59px;
   z-index: 20;
}
#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_indexText3
{
   position: absolute;
   left: 182px;
   top: 615px;
   width: 325px;
   height: 23px;
   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;
}
#wb_Image1
{
   position: absolute;
   left: 17px;
   top: 27px;
   width: 55px;
   height: 44px;
   z-index: 247;
}
#wb_indexText103
{
   position: absolute;
   left: 12px;
   top: 13px;
   width: 98px;
   height: 22px;
   z-index: 197;
}
#Layer1
{
   position: fixed;
   text-align: center;
   display: none;
   left: 0px;
   top: auto;
   bottom: 0px;
   width: 345px;
   height: 336px;
   z-index: 255;
   z-index: 9999!important;
}
#wb_Bookmark2
{
   display: block;
   width: 100%;
   z-index: 116;
}
#indexImage29
{
   position: relative;
   bottom: 60px;
}
#indexHorizontalLine2
{
   display: block;
   width: 100%;
   z-index: 53;
}
#wb_Card7
{
   display: flex;
   z-index: 36;
}
#wb_indexText4
{
   position: absolute;
   left: 180px;
   top: 666px;
   width: 325px;
   height: 23px;
   z-index: 22;
   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_Image2
{
   position: absolute;
   left: 175px;
   top: 43px;
   width: 40px;
   height: 40px;
   z-index: 6;
}
#wb_Text4
{
   position: absolute;
   left: 72px;
   top: 36px;
   width: 193px;
   height: 24px;
   z-index: 245;
}
#wb_kontaktyImage20
{
   position: absolute;
   left: 143px;
   top: 214px;
   width: 48px;
   height: 48px;
   z-index: 175;
}
#wb_Text5
{
   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_Image3
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 106;
}
#indexHorizontalLine3
{
   display: block;
   width: 100%;
   z-index: 60;
}
#indexHeading3
{
   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 rgb(0, 0, 0);
}
#wb_Card8
{
   display: flex;
   z-index: 37;
}
#indexLayer4
{
   position: absolute;
   text-align: left;
   left: 610px;
   top: 20px;
   width: 367px;
   height: 114px;
   z-index: 13;
   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;
}
#Layer2
{
   position: relative;
   text-align: center;
   width: 100%;
   height: 761px;
   float: left;
   clear: left;
   display: block;
   z-index: 253;
}
#indexLayer5
{
   position: fixed;
   text-align: center;
   left: 100px;
   top: auto;
   bottom: 30px;
   width: 257px;
   height: 76px;
   z-index: 256;
   cursor: pointer;
}
#wb_kontaktyImage21
{
   position: absolute;
   left: 239px;
   top: 214px;
   width: 48px;
   height: 48px;
   z-index: 177;
}
#Layer1_Container
{
   width: 345px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#indexLine8
{
   display: block;
   width: 100%;
   z-index: 117;
}
#wb_Image4
{
   display: inline-block;
   width: 400px;
   height: 566px;
   z-index: 75;
}
#indexHeading4
{
   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 rgb(0, 0, 0);
}
#Layer4_Container
{
   width: 97px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_indexHeading1
{
   position: absolute;
   left: 38px;
   top: 317px;
   width: 445px;
   height: 106px;
   z-index: 18;
}
#wb_indexText6
{
   position: absolute;
   left: 22px;
   top: 7px;
   width: 234px;
   height: 19px;
   text-align: center;
   z-index: 7;
   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;
}
#Layer3
{
   position: absolute;
   text-align: left;
   left: 350px;
   top: 20px;
   width: 275px;
   height: 92px;
   z-index: 16;
}
#wb_indexImage2
{
   position: absolute;
   left: 6px;
   top: 10px;
   width: 133px;
   height: 105px;
   z-index: 12;
}
#indexButton1
{
   display: inline-block;
   width: 200px;
   height: 60px;
   z-index: 126;
}
#indexLine9
{
   display: block;
   width: 100%;
   z-index: 119;
}
#wb_indexImage30
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 96;
}
#indexHeading5
{
   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 rgb(0, 0, 0);
}
#wb_indexLayoutGrid11
{
   min-height: 440px;
}
#wb_indexLayoutGrid9
{
   min-height: 440px;
}
#Layer4
{
   position: absolute;
   text-align: center;
   left: 996px;
   top: 27px;
   width: 101px;
   height: 33px;
   z-index: 25;
}
#wb_indexImage3
{
   position: absolute;
   left: 70px;
   top: 43px;
   width: 40px;
   height: 40px;
   z-index: 4;
}
#wb_indexText7
{
   position: absolute;
   left: 88px;
   top: 6px;
   width: 205px;
   height: 19px;
   text-align: center;
   z-index: 0;
   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_Text21
{
   text-shadow: 1px 3px 5px #000;
}
#wb_indexLayoutGrid12
{
   min-height: 440px;
}
#wb_Text43
{
   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 rgb(0, 0, 0);
}
#wb_indexHeading3
{
   display: inline-block;
   width: 104px;
   height: 57px;
   z-index: 46;
}
#wb_Text32
{
   position: absolute;
   left: 931px;
   top: 217px;
   width: 244px;
   height: 29px;
   z-index: 21;
   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_Image6
{
   position: absolute;
   left: 303px;
   top: 30px;
   width: 40px;
   height: 20px;
   z-index: 2;
}
#indexMorphingIcon1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_ClipArt1
{
   position: absolute;
   left: 278px;
   top: 12px;
   width: 20px;
   height: 20px;
   z-index: 244;
}
#wb_indexText31
{
   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_indexCarousel1
{
}
#Bookmark1
{
   visibility: hidden;
}
#wb_indexHeading4
{
   display: inline-block;
   width: 68px;
   height: 57px;
   z-index: 54;
}
#wb_indexText42
{
   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 rgb(0, 0, 0);
}
#indexMorphingIcon2
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#index_rusClipArt1
{
   width: 30px;
   height: 30px;
}
#indexTextArea1
{
   display: block;
   width: 100%;
   height: 92px;
   z-index: 124;
}
#Bookmark2
{
   visibility: hidden;
}
#wb_indexImage11
{
   display: inline-block;
   width: 55px;
   height: 44px;
   z-index: 101;
}
#wb_indexImage22
{
   display: block;
   width: 100px;
   z-index: 81;
}
#wb_indexHeading5
{
   display: inline-block;
   width: 107px;
   height: 57px;
   z-index: 61;
}
#wb_Image8
{
   position: absolute;
   left: 124px;
   top: 43px;
   width: 40px;
   height: 40px;
   z-index: 5;
}
#indexMorphingIcon3
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_Text13
{
   position: absolute;
   left: 45px;
   top: 262px;
   width: 62px;
   height: 32px;
   text-align: center;
   z-index: 180;
}
#wb_kontaktyText30
{
   position: absolute;
   left: 96px;
   top: 77px;
   width: 217px;
   height: 18px;
   text-align: right;
   z-index: 169;
}
#wb_Image9
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 108;
}
#indexImage30
{
   position: relative;
   bottom: 60px;
}
#wb_indexImage23
{
   display: block;
   width: 100px;
   z-index: 85;
}
#wb_indexText22
{
   text-shadow: 1px 1px 3px #666, -1px -1px 3px #FFF, 1px 1px #666, -1px -1px #FFF;
}
#wb_Text46
{
   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 rgb(0, 0, 0);
}
#wb_Text24
{
   position: absolute;
   left: 47px;
   top: 35px;
   width: 256px;
   height: 32px;
   text-align: center;
   z-index: 3;
}
#indexLayer5_Container
{
   width: 257px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_kontaktyText31
{
   position: absolute;
   left: 114px;
   top: 26px;
   width: 176px;
   height: 38px;
   text-align: center;
   z-index: 171;
}
#wb_indexImage24
{
   display: block;
   width: 100px;
   z-index: 89;
}
#ClipArt1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#indexClipArt2
{
   width: 15px;
   height: 15px;
}
#wb_kontaktyCard1
{
   position: absolute;
   left: 7px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 173;
   cursor: pointer;
}
#wb_kontaktyText32
{
   position: absolute;
   left: 22px;
   top: 108px;
   width: 308px;
   height: 23px;
   text-align: center;
   z-index: 172;
}
#wb_Text15
{
   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_indexImage25
{
   display: block;
   width: 100px;
   z-index: 93;
}
#indexClipArt3
{
   width: 15px;
   height: 15px;
}
#wb_kontaktyCard2
{
   position: absolute;
   left: 174px;
   top: 142px;
   width: 158px;
   height: 41px;
   z-index: 174;
   cursor: pointer;
}
#wb_kontaktyImage18
{
   position: absolute;
   left: 8px;
   top: 14px;
   width: 82px;
   height: 81px;
   z-index: 170;
}
#wb_indexImage15
{
   display: inline-block;
   width: 73px;
   height: 71px;
   z-index: 44;
}
#wb_Text16
{
   position: absolute;
   left: 72px;
   top: 58px;
   width: 193px;
   height: 24px;
   display: none;
   z-index: 246;
}
#wb_kontaktyText34
{
   position: absolute;
   left: 136px;
   top: 262px;
   width: 62px;
   height: 32px;
   text-align: center;
   z-index: 176;
}
#wb_indexImage27
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 84;
}
#wb_Card1
{
   display: flex;
   z-index: 69;
}
#wb_Text28
{
   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_Text17
{
   position: absolute;
   left: 7px;
   top: 5px;
   width: 88px;
   height: 23px;
   text-align: center;
   z-index: 8;
}
#wb_Shape2
{
   position: absolute;
   left: 32px;
   top: 348px;
   width: 43px;
   height: 36px;
   display: none;
   z-index: 17;
}
#wb_indexClipArt2
{
   position: absolute;
   left: 133px;
   top: 8px;
   width: 15px;
   height: 15px;
   z-index: 196;
}
#wb_kontaktyText35
{
   position: absolute;
   left: 223px;
   top: 262px;
   width: 84px;
   height: 32px;
   text-align: center;
   z-index: 178;
}
#indexLayer22
{
   position: fixed;
   text-align: left;
   left: 20px;
   top: auto;
   bottom: 20px;
   width: 70px;
   height: 70px;
   z-index: 254;
   cursor: pointer;
   z-index: 999;
}
#wb_indexImage17
{
   display: inline-block;
   width: 50px;
   height: 50px;
   z-index: 104;
}
#wb_indexImage28
{
   display: inline-block;
   width: 150px;
   height: 150px;
   z-index: 88;
}
#wb_Card2
{
   display: flex;
   z-index: 68;
}
#wb_Shape3
{
   display: inline-block;
   width: 136px;
   height: 59px;
   z-index: 30;
   position: relative;
}
#wb_Image53
{
   position: absolute;
   left: 38px;
   top: 36px;
   width: 36px;
   height: 30px;
   z-index: 1;
}
#index_rusLayer111
{
   text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/Fon.webp');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#Layer2
{
   height: 592px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/3c68acd.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#Layer2
{
   width: 100%;
   margin: 0;
}
#Layer2_Container
{
   width: 768px;
}
#Layer2
{
    width: 100%;
    height: 592px;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 30px 0 30px 10px;
}
#indexLayoutGrid7
{
   width: 753px;
}
#indexLayoutGrid7 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid7 > .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: flex-end;
   text-align: right;
}
#wb_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4
{
   width: 100%;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_CardContainer1
{
   visibility: visible;
   display: block;
}
#CardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_indexCardContainer2
{
   visibility: visible;
   display: block;
}
#indexCardContainer2
{
   padding: 10px 10px 10px 10px;
}
#wb_indexLayoutGrid27
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_indexLayoutGrid27
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid27
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#indexLayoutGrid27 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid27
{
   width: 753px;
}
#indexLayoutGrid27 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid27 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_count-up1
{
   visibility: visible;
   display: table;
}
#wb_count-up1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#count-up1
{
   height: auto;
   padding: 25px 0 10px 0;
}
#count-up1
{
   width: 753px;
}
#count-up1 > .col-1, #count-up1 > .col-2, #count-up1 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#count-up1 > .col-1
{
   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;
}
#count-up1 > .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;
}
#count-up1 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 0;
}
#count-up1 > .col-3
{
   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;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5
{
   width: 753px;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 50px 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4
{
   width: 753px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3
{
   width: 753px;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_indexLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid1
{
   height: auto;
   padding: 0;
}
#indexLayoutGrid1 .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#indexLayoutGrid1
{
   width: 768px;
}
#indexLayoutGrid1 > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid5
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid5
{
   width: 753px;
}
#indexLayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText18
{
   visibility: visible;
   display: block;
}
#wb_indexText18
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid20
{
   height: auto;
   padding: 0 15px 40px 15px;
}
#indexLayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid20
{
   width: 753px;
}
#indexLayoutGrid20 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid20 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexFlexContainer1
{
   visibility: visible;
   display: flex;
   background-color: transparent;
   background-image: url('../images/man-5640540_1920.webp');
   background-repeat: no-repeat;
   background-position: left center !important;
   background-attachment: scroll;
   background-size: cover;
}
#indexFlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 40px 10px 40px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexLayoutGrid2
{
   visibility: visible;
   display: table;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_indexLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid2
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#indexLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid2
{
   width: 733px;
}
#indexLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid21
{
   visibility: visible;
   display: table;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#wb_indexLayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid21
{
   height: auto;
   padding: 0 0 20px 0;
}
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1, #indexLayoutGrid21 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid21 > .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;
}
#indexLine8
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine8
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine9
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine9
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine10
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine10
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine11
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine11
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexButton1
{
   width: 200px;
   height: 60px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: transparent;
   background-image: url('../images/index_indexButton1_bkgrnd768.png');
   background-repeat: repeat-x;
   background-position: left top;
}
#indexEditbox1
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #FFFFFF;
}
#indexEditbox1
{
   line-height: 28px;
}
#indexCombobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#indexEditbox2
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #FFFFFF;
}
#indexEditbox2
{
   line-height: 28px;
}
#indexTextArea1
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#indexLine12
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine12
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid3
{
   height: auto;
   padding: 0;
}
#indexLayoutGrid3
{
   width: 718px;
}
#indexLayoutGrid3 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid3 > .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_indexImage11
{
   width: 55px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 55px;
   height: 44px;
}
#wb_indexLayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid10
{
   height: auto;
   padding: 10px 0 10px 0;
}
#indexLayoutGrid10
{
   width: 703px;
}
#indexLayoutGrid10 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid10 > .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_indexText31
{
   width: 128px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText31
{
   font-size: 24px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#wb_indexImage17
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage17
{
   width: 50px;
   height: 50px;
}
#wb_indexText21
{
   visibility: visible;
   display: block;
}
#wb_indexText21
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText22
{
   visibility: visible;
   display: block;
}
#wb_indexText22
{
   font-size: 24px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#indexExtension1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#indexLayer22
{
   width: 70px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid2
{
   width: 703px;
}
#LayoutGrid2 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .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_Image3
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 50px;
   height: 50px;
}
#wb_Text5
{
   width: 124px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_Text5
{
   font-size: 24px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#wb_Image6
{
   left: 254px;
   top: 51px;
   width: 52px;
   height: 26px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text15
{
   width: 738px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text15
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_indexText9
{
   visibility: visible;
   display: block;
}
#wb_indexText9
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 50px;
   height: 50px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid1
{
   width: 703px;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .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_Text1
{
   width: 124px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_Text1
{
   font-size: 24px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#Layer1
{
   width: 345px;
   height: 336px;
   visibility: hidden;
   display: none;
   background-color: rgba(6,21,43,0.80);
   background-image: none;
}
#Layer1_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_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_kontaktyImage20
{
   left: 143px;
   top: 214px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 136px;
   top: 262px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 239px;
   top: 214px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 223px;
   top: 262px;
   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_Text13
{
   left: 42px;
   top: 262px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   left: 48px;
   top: 212px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexMorphingIcon1
{
   left: 33px;
   top: 460px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon2
{
   left: 427px;
   top: 460px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon3
{
   left: 248px;
   top: 505px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage2
{
   left: 33px;
   top: 20px;
   width: 133px;
   height: 105px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension4
{
}
#indexLayer4
{
   left: 168px;
   top: 20px;
   width: 342px;
   height: 124px;
   visibility: visible;
   display: block;
}
#wb_indexText7
{
   left: 39px;
   top: 31px;
   width: 205px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_indexText7
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image53
{
   left: 10px;
   top: 60px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer3
{
   left: 501px;
   top: 51px;
   width: 231px;
   height: 84px;
   visibility: visible;
   display: block;
}
#wb_indexImage3
{
   left: 49px;
   top: 42px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image8
{
   left: 99px;
   top: 41px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 149px;
   top: 42px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText6
{
   left: 9px;
   top: 12px;
   width: 215px;
   height: 20px;
   visibility: visible;
   display: inline;
}
#wb_indexText6
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText2
{
   left: 95px;
   top: 464px;
   width: 206px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText3
{
   left: 486px;
   top: 464px;
   width: 163px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText4
{
   left: 313px;
   top: 509px;
   width: 159px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#wb_Text20
{
   visibility: visible;
   display: block;
}
#wb_Text20
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text29
{
   visibility: visible;
   display: block;
}
#wb_Text29
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text28
{
   visibility: hidden;
   display: none;
}
#wb_Text28
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Card2
{
   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: 560px;
}
#Card2-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;
}
#Card2-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;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card2-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card1
{
   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: 560px;
}
#Card1-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;
}
#Card1-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;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card1-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card3
{
   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: 560px;
}
#Card3-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;
}
#Card3-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;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card3-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Image35
{
   width: 52px;
   height: 26px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image35
{
   width: 52px;
   height: 26px;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Shape2
{
   left: 32px;
   top: 348px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Text32
{
   left: 474px;
   top: 158px;
   width: 257px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_Text32
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText19
{
   left: 301px;
   top: 195px;
   width: 293px;
   height: 83px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexHeading1
{
   left: 206px;
   top: 305px;
   width: 359px;
   height: 128px;
   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 #000000;
   border-radius: 0px;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#indexFilePublisher1
{
   left: 201px;
   top: 4609px;
   width: 60px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#indexExtension2
{
}
#wb_indexShape5
{
   left: 618px;
   top: 505px;
   width: 125px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#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-width: 370px;
   min-height: 370px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   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: 370px;
   min-height: 370px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card7-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card7-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card8
{
   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: 370px;
   min-height: 370px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card8-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card8
{
   text-align: center;
}
#wb_indexCard4
{
   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: 370px;
   min-height: 370px;
}
#indexCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard4-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard4-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard4
{
   text-align: center;
}
#wb_indexCard5
{
   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: 370px;
   min-height: 370px;
}
#indexCard5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard5-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard5
{
   text-align: center;
}
#wb_indexCard6
{
   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: 370px;
   min-height: 370px;
}
#indexCard6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexCard6
{
   text-align: center;
}
#indexTimer1
{
   left: 878px;
   top: 9998px;
   width: 96px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   left: 49px;
   top: 89px;
   width: 205px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 703px;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 20px 0 20px 0;
   text-align: center;
   line-height: 24px;
}
#indexLayer5
{
   width: 257px;
   height: 76px;
   visibility: visible;
   display: block;
}
#indexLayer5_Container
{
   width: 257px;
}
#wb_indexText102
{
   left: 14px;
   top: 15px;
   width: 221px;
   height: 45px;
   visibility: visible;
   display: inline;
}
#wb_indexText102
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexClipArt3
{
   left: 235px;
   top: 9px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#indexLayer1
{
   width: 157px;
   height: 46px;
   visibility: visible;
   display: block;
}
#indexLayer1_Container
{
   width: 157px;
}
#wb_indexClipArt2
{
   left: 133px;
   top: 8px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexText103
{
   left: 12px;
   top: 13px;
   width: 126px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_indexText103
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid9
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#indexLayoutGrid9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9
{
   width: 207px;
}
#indexLayoutGrid9 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   display: flex;
   grid-column: span 12;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_indexHeading3
{
   width: 99px;
   height: 57px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: right;
}
#indexHeading3
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   text-align: right;
   text-transform: none;
}
#wb_indexText42
{
   width: 57px;
   height: 19px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText42
{
   font-size: 29px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_indexText43
{
   visibility: hidden;
   display: none;
   background-color: #3370B7;
   background-image: none;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_indexText43
{
   font-size: 19px;
   margin: 0;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_indexText44
{
   visibility: visible;
   display: block;
}
#wb_indexText44
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage15
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage15
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine1
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexLayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid11
{
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid11
{
   width: 207px;
}
#indexLayoutGrid11 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid11 > .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_indexHeading4
{
   width: 99px;
   height: 57px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: right;
}
#indexHeading4
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   text-align: right;
   text-transform: none;
}
#wb_Text43
{
   width: 57px;
   height: 19px;
   visibility: visible;
   display: inline-block;
}
#wb_Text43
{
   font-size: 29px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text44
{
   visibility: hidden;
   display: none;
   background-color: #3370B7;
   background-image: none;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text44
{
   font-size: 19px;
   margin: 0;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_Text45
{
   visibility: visible;
   display: block;
}
#wb_Text45
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image45
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image45
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine2
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine2
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexLayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid12
{
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid12
{
   width: 207px;
}
#indexLayoutGrid12 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_indexHeading5
{
   width: 99px;
   height: 57px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 48px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: right;
}
#indexHeading5
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   text-align: right;
   text-transform: none;
}
#wb_Text46
{
   width: 57px;
   height: 19px;
   visibility: visible;
   display: inline-block;
}
#wb_Text46
{
   font-size: 29px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#wb_Text47
{
   visibility: hidden;
   display: none;
   background-color: #3370B7;
   background-image: none;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text47
{
   font-size: 19px;
   margin: 0;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_indexText8
{
   visibility: visible;
   display: block;
}
#wb_indexText8
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexImage18
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage18
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine3
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine3
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexText41
{
   visibility: visible;
   display: block;
}
#wb_indexText41
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text10
{
   visibility: hidden;
   display: none;
   background-color: #3370B7;
   background-image: none;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text10
{
   font-size: 19px;
   margin: 0;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 30px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_FlexContainer2
{
   visibility: visible;
   display: block;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
}
#FlexContainer2
{
   min-height: 0;
   margin-top: 50px;
   margin-bottom: 50px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText27
{
   width: 445px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText27
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText28
{
   width: 675px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText28
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#Extension1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Shape3
{
   width: 125px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#FilePublisher1
{
   left: 70px;
   top: 5831px;
   width: 64px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   width: 295px;
   height: 40px;
   visibility: visible;
   display: inline-block;
}
#wb_Text8
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 40px;
}
#wb_indexText50
{
   visibility: visible;
   display: block;
}
#wb_indexText50
{
   margin: 40px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText85
{
   visibility: visible;
   display: block;
}
#wb_indexText85
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexCarousel1
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_indexCarousel1
{
   margin: 0;
}
#indexCarousel1 .carousel-item-inner
{
   min-height: 555px;
   padding: 0;
}
#wb_FlexContainer3
{
   visibility: visible;
   display: block;
}
#FlexContainer3
{
   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_indexImage22
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage22
{
   width: 100px;
   height: 100px;
}
#wb_indexText24
{
   width: 630px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText24
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexFlexContainer2
{
   visibility: visible;
   display: block;
}
#indexFlexContainer2
{
   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_indexImage23
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage23
{
   width: 100px;
   height: 100px;
}
#wb_indexText37
{
   width: 650px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText37
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexFlexContainer4
{
   visibility: visible;
   display: block;
}
#indexFlexContainer4
{
   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_indexImage24
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage24
{
   width: 100px;
   height: 100px;
}
#wb_indexText38
{
   width: 650px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText38
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexFlexContainer5
{
   visibility: visible;
   display: block;
}
#indexFlexContainer5
{
   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_indexImage25
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage25
{
   width: 100px;
   height: 100px;
}
#wb_indexText39
{
   width: 650px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText39
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 28px;
}
#wb_indexImage27
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage27
{
   width: 150px;
   height: 150px;
}
#wb_indexImage28
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage28
{
   width: 150px;
   height: 150px;
}
#wb_indexImage29
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage29
{
   width: 150px;
   height: 150px;
}
#wb_indexImage30
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage30
{
   width: 150px;
   height: 150px;
}
#wb_indexImage31
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage31
{
   width: 150px;
   height: 150px;
}
#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: 97px;
}
#wb_ClipArt1
{
   left: 278px;
   top: 12px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Text4
{
   left: 72px;
   top: 16px;
   width: 193px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text16
{
   left: 72px;
   top: 58px;
   width: 193px;
   height: 22px;
   visibility: hidden;
   display: none;
}
#wb_Text16
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Image1
{
   left: 17px;
   top: 27px;
   width: 55px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer4
{
   left: 550px;
   top: 11px;
   width: 101px;
   height: 33px;
   visibility: visible;
   display: block;
}
#Layer4_Container
{
   width: 97px;
}
#wb_Text17
{
   left: 8px;
   top: 5px;
   width: 86px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image4
{
   width: 400px;
   height: 566px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 400px;
   height: 566px;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/f44921e32278b33cf43528ba5cacbca1.webp');
   background-attachment: fixed;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% 100%;
}
#Layer2
{
   height: 764px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
   background-image: url('../images/23aaf168.webp');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#Layer2
{
   width: 100%;
   margin: 0;
}
#Layer2_Container
{
   width: 365px;
}
#Layer2
{
    width: 100%;
    height: 764px;
}
#wb_indexLayoutGrid7
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_indexLayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid7
{
   height: auto;
   padding: 30px 0 30px 10px;
}
#indexLayoutGrid7
{
   width: 100%;
}
#indexLayoutGrid7 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid7 > .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_indexLayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid4
{
   height: auto;
   padding: 40px 15px 10px 15px;
}
#indexLayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid4
{
   width: 100%;
}
#indexLayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_CardContainer1
{
   visibility: visible;
   display: block;
}
#CardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_indexCardContainer2
{
   visibility: visible;
   display: block;
}
#indexCardContainer2
{
   padding: 10px 10px 10px 10px;
}
#wb_indexLayoutGrid27
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_indexLayoutGrid27
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid27
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#indexLayoutGrid27 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid27
{
   width: 100%;
}
#indexLayoutGrid27 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid27 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_count-up1
{
   visibility: visible;
   display: table;
}
#wb_count-up1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#count-up1
{
   height: auto;
   padding: 25px 0 10px 0;
}
#count-up1
{
   width: 100%;
}
#count-up1 > .col-1, #count-up1 > .col-2, #count-up1 > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#count-up1 > .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;
}
#count-up1 > .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;
}
#count-up1 > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 20px 0;
}
#count-up1 > .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;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0 15px 30px 15px;
}
#LayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5
{
   width: 100%;
}
#LayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid3 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_indexLayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid1
{
   height: auto;
   padding: 0 15px 0 15px;
}
#indexLayoutGrid1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid1
{
   width: 100%;
}
#indexLayoutGrid1 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid1 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexLayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid5
{
   height: auto;
   padding: 0 15px 20px 15px;
}
#indexLayoutGrid5 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid5
{
   width: 100%;
}
#indexLayoutGrid5 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid5 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_indexText18
{
   visibility: visible;
   display: block;
}
#wb_indexText18
{
   font-size: 21px;
   margin: 40px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexLayoutGrid20
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid20
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid20
{
   height: auto;
   padding: 0 15px 40px 15px;
}
#indexLayoutGrid20 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid20
{
   width: 100%;
}
#indexLayoutGrid20 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid20 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexFlexContainer1
{
   visibility: visible;
   display: flex;
   background-color: transparent;
   background-image: none;
   background-image: none;
}
#indexFlexContainer1
{
   min-height: 0;
   margin: 0;
   padding: 0 0 100px 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexLayoutGrid2
{
   visibility: visible;
   display: table;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_indexLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid2
{
   height: auto;
   padding: 0 15px 40px 15px;
}
#indexLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid2
{
   width: 100%;
}
#indexLayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#indexCombobox1 {
    background-color: rgb(14 14 14 / 70%);
}
#wb_indexLayoutGrid21
{
   visibility: visible;
   display: table;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   background-color: transparent;
   background-image: url('../images/f47b0d60757b1b0838cfb32408127f02.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_indexLayoutGrid21
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid21
{
   height: auto;
   padding: 20px 0 20px 0;
}
#indexLayoutGrid21
{
   width: 100%;
}
#indexLayoutGrid21 > .col-1, #indexLayoutGrid21 > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid21 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#indexLayoutGrid21 > .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;
}
#indexLine8
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine8
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine9
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine9
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine10
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine10
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexLine11
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine11
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#indexButton1
{
   width: 200px;
   height: 60px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
   color: #FFFFFF;
   background-color: transparent;
   background-image: url('../images/index_indexButton1_bkgrnd365.png');
   background-repeat: repeat-x;
   background-position: left top;
}
#indexEditbox1
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #FFFFFF;
}
#indexEditbox1
{
   line-height: 28px;
}
#indexCombobox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#indexEditbox2
{
   width: 100%;
   height: 40px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
   color: #FFFFFF;
}
#indexEditbox2
{
   line-height: 28px;
}
#indexTextArea1
{
   width: 100%;
   height: 92px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#indexLine12
{
   width: 100%;
   height: 30px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexLine12
{
   border-color: #A0A0A0;
   border-bottom-width: 30px;
}
#wb_indexLayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid3
{
   height: auto;
   padding: 0;
}
#indexLayoutGrid3
{
   width: 100%;
}
#indexLayoutGrid3 > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#indexLayoutGrid3 > .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_indexImage11
{
   width: 55px;
   height: 44px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage11
{
   width: 55px;
   height: 44px;
}
#wb_indexLayoutGrid10
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid10
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid10
{
   height: auto;
   padding: 10px 0 10px 0;
}
#indexLayoutGrid10
{
   width: 100%;
}
#indexLayoutGrid10 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid10 > .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_indexText31
{
   width: 187px;
   height: 28px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText31
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_indexImage17
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage17
{
   width: 50px;
   height: 50px;
}
#wb_indexText21
{
   visibility: visible;
   display: block;
}
#wb_indexText21
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText22
{
   visibility: visible;
   display: block;
}
#wb_indexText22
{
   font-size: 21px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#indexExtension1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#indexLayer22
{
   width: 70px;
   height: 70px;
   visibility: visible;
   display: block;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .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_Image3
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image3
{
   width: 50px;
   height: 50px;
}
#wb_Text5
{
   width: 187px;
   height: 28px;
   visibility: visible;
   display: inline-block;
}
#wb_Text5
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_Image6
{
   left: 263px;
   top: 30px;
   width: 45px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Text15
{
   width: 335px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Text15
{
   margin: 0;
   padding: 25px 0 25px 0;
}
#wb_indexText9
{
   visibility: visible;
   display: block;
}
#wb_indexText9
{
   margin: 30px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Image9
{
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image9
{
   width: 50px;
   height: 50px;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 10px 0 10px 0;
}
#LayoutGrid1
{
   width: 100%;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .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_Text1
{
   width: 187px;
   height: 28px;
   visibility: visible;
   display: inline-block;
}
#wb_Text1
{
   font-size: 21px;
   margin: 0 0 0 10px;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#Layer1
{
   width: 345px;
   height: 336px;
   visibility: hidden;
   display: none;
   background-color: #06152B;
   background-image: none;
}
#Layer1_Container
{
   width: 345px;
}
#wb_kontaktyText30
{
   left: 98px;
   top: 78px;
   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_kontaktyText31
{
   left: 124px;
   top: 26px;
   width: 163px;
   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_kontaktyImage20
{
   left: 143px;
   top: 214px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText34
{
   left: 136px;
   top: 262px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_kontaktyText34
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_kontaktyImage21
{
   left: 239px;
   top: 214px;
   width: 48px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_kontaktyText35
{
   left: 223px;
   top: 262px;
   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_Text13
{
   left: 44px;
   top: 262px;
   width: 62px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_Text13
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image10
{
   left: 50px;
   top: 212px;
   width: 50px;
   height: 50px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexMorphingIcon1
{
   left: 53px;
   top: 451px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon2
{
   left: 10px;
   top: 493px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexMorphingIcon3
{
   left: 177px;
   top: 493px;
   width: 30px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexImage2
{
   left: 0px;
   top: 11px;
   width: 108px;
   height: 85px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension4
{
}
#indexLayer4
{
   left: 22px;
   top: 611px;
   width: 322px;
   height: 77px;
   visibility: visible;
   display: block;
}
#wb_indexText7
{
   left: 39px;
   top: 12px;
   width: 205px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText7
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image53
{
   left: 14px;
   top: 32px;
   width: 36px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer3
{
   left: 62px;
   top: 523px;
   width: 273px;
   height: 88px;
   visibility: visible;
   display: block;
}
#wb_indexImage3
{
   left: 42px;
   top: 37px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image8
{
   left: 96px;
   top: 37px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   left: 154px;
   top: 37px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_indexText6
{
   left: 6px;
   top: 7px;
   width: 246px;
   height: 19px;
   visibility: visible;
   display: inline;
}
#wb_indexText6
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText2
{
   left: 95px;
   top: 455px;
   width: 193px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText2
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText3
{
   left: 52px;
   top: 497px;
   width: 129px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText3
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexText4
{
   left: 215px;
   top: 495px;
   width: 140px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_indexText4
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexCardContainer3
{
   visibility: visible;
   display: block;
}
#indexCardContainer3
{
   padding: 10px 10px 10px 10px;
}
#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;
}
#wb_Text20
{
   visibility: visible;
   display: block;
}
#wb_Text20
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text29
{
   visibility: visible;
   display: block;
}
#wb_Text29
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text28
{
   visibility: visible;
   display: block;
}
#wb_Text28
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Bookmark1
{
   visibility: visible;
   display: inline-block;
}
#wb_Card2
{
   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: 560px;
}
#Card2-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;
}
#Card2-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;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card2-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card1
{
   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: 560px;
}
#Card1-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;
}
#Card1-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;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card1-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card3
{
   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: 560px;
}
#Card3-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;
}
#Card3-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;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 0;
}
#Card3-card-item2 h2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   line-height: 22.5px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Image35
{
   width: 45px;
   height: 22px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image35
{
   width: 45px;
   height: 22px;
}
#wb_Bookmark2
{
   visibility: visible;
   display: inline-block;
}
#wb_Shape2
{
   left: 32px;
   top: 213px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#wb_Text32
{
   left: 198px;
   top: 123px;
   width: 140px;
   height: 29px;
   visibility: visible;
   display: inline;
}
#wb_Text32
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: right;
}
#wb_indexText19
{
   left: 31px;
   top: 171px;
   width: 324px;
   height: 101px;
   visibility: visible;
   display: inline;
}
#wb_indexText19
{
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexHeading1
{
   left: 10px;
   top: 242px;
   width: 335px;
   height: 74px;
   visibility: visible;
   display: inline;
   margin: 30px 0 20px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#indexHeading1
{
   color: #FFFFFF;
   font-family: "Philosopher";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#indexFilePublisher1
{
   left: 398px;
   top: 4753px;
   width: 60px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#indexExtension2
{
}
#wb_indexShape5
{
   left: 110px;
   top: -376px;
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#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-width: 370px;
   min-height: 370px;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   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: 370px;
   min-height: 370px;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card7-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card7-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card8
{
   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: 370px;
   min-height: 370px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#Card8-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 20px 0 0 0 ;
   padding: 0;
}
#wb_Card8
{
   text-align: center;
}
#wb_indexCard4
{
   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: 370px;
   min-height: 370px;
}
#indexCard4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard4-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard4-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard4
{
   text-align: center;
}
#wb_indexCard5
{
   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: 370px;
   min-height: 370px;
}
#indexCard5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard5-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard5-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
}
#wb_indexCard5
{
   text-align: center;
}
#wb_indexCard6
{
   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: 370px;
   min-height: 370px;
}
#indexCard6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#indexCard6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
}
#indexCard6-card-item1 h2
{
   font-size: inherit;
   font-weight: inherit;
   margin: 0;
}
#indexCard6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 10px 10px !important;
   margin: 40px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexCard6
{
   text-align: center;
}
#indexTimer1
{
   left: 134px;
   top: 9837px;
   width: 96px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   left: 63px;
   top: 30px;
   width: 205px;
   height: 32px;
   visibility: visible;
   display: inline;
}
#wb_Text24
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_LayoutGrid8
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid8
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid8
{
   height: auto;
   padding: 20px 15px 0 15px;
}
#LayoutGrid8 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8
{
   width: 100%;
}
#LayoutGrid8 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid8 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text21
{
   visibility: visible;
   display: block;
}
#wb_Text21
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 10px 0 10px 0;
   text-align: center;
   line-height: 31px;
}
#indexLayer5
{
   width: 257px;
   height: 76px;
   visibility: visible;
   display: block;
}
#indexLayer5_Container
{
   width: 257px;
}
#wb_indexText102
{
   left: 14px;
   top: 15px;
   width: 221px;
   height: 45px;
   visibility: visible;
   display: inline;
}
#wb_indexText102
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexClipArt3
{
   left: 235px;
   top: 9px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#indexLayer1
{
   width: 157px;
   height: 46px;
   visibility: visible;
   display: block;
}
#indexLayer1_Container
{
   width: 157px;
}
#wb_indexClipArt2
{
   left: 133px;
   top: 8px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_indexText103
{
   left: 12px;
   top: 13px;
   width: 126px;
   height: 24px;
   visibility: visible;
   display: inline;
}
#wb_indexText103
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_indexLayoutGrid9
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid9
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid9
{
   height: auto;
   padding: 40px 15px 40px 15px;
}
#indexLayoutGrid9 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#indexLayoutGrid9
{
   width: 100%;
}
#indexLayoutGrid9 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid9 > .row > .col-1
{
   display: flex;
   width: 100%;
   grid-column: span 12;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_indexHeading3
{
   width: 89px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#indexHeading3
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_indexText42
{
   width: 41px;
   height: 26px;
   visibility: visible;
   display: inline-block;
}
#wb_indexText42
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexText43
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_indexText43
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_indexText44
{
   visibility: visible;
   display: block;
}
#wb_indexText44
{
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage15
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage15
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine1
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine1
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexLayoutGrid11
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid11
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid11
{
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid11
{
   width: 100%;
}
#indexLayoutGrid11 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid11 > .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_indexHeading4
{
   width: 55px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#indexHeading4
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Text43
{
   width: 41px;
   height: 26px;
   visibility: visible;
   display: inline-block;
}
#wb_Text43
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text44
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text44
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_Text45
{
   visibility: visible;
   display: block;
}
#wb_Text45
{
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image45
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image45
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine2
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine2
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexLayoutGrid12
{
   visibility: visible;
   display: table;
}
#wb_indexLayoutGrid12
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#indexLayoutGrid12
{
   height: auto;
   padding: 40px 0 40px 0;
}
#indexLayoutGrid12
{
   width: 100%;
}
#indexLayoutGrid12 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#indexLayoutGrid12 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_indexHeading5
{
   width: 90px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
   font-size: 37px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_indexHeading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#indexHeading5
{
   color: #FFFFFF;
   font-family: "Museo Sans Cyrl 900";
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
   text-transform: none;
}
#wb_Text46
{
   width: 41px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}
#wb_Text46
{
   font-size: 24px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text47
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text47
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_indexText8
{
   visibility: visible;
   display: block;
}
#wb_indexText8
{
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_indexImage18
{
   width: 73px;
   height: 71px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage18
{
   width: 73px;
   height: 71px;
}
#indexHorizontalLine3
{
   width: 100%;
   height: 10px;
   visibility: visible;
   display: block;
   margin: 0;
}
#indexHorizontalLine3
{
   border-color: #E9E9E9;
   border-bottom-width: 10px;
}
#wb_indexText41
{
   visibility: visible;
   display: block;
}
#wb_indexText41
{
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text18
{
   visibility: visible;
   display: block;
}
#wb_Text18
{
   font-size: 17px;
   margin: 20px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Text10
{
   visibility: visible;
   display: block;
   background-color: transparent;
   background-image: none;
   border: 0px solid #2E6DA4;
   border-radius: 4px;
   box-shadow: 0px 0px 0px #FFFFFF;
}
#wb_Text10
{
   font-size: 19px;
   margin: 30px 0 0 0 ;
   padding: 1px 6px 1px 6px;
   text-align: center;
}
#wb_Text11
{
   visibility: visible;
   display: block;
}
#wb_Text11
{
   margin: 30px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_FlexContainer2
{
   visibility: visible;
   display: block;
   background-color: rgba(0,0,0,0.60);
   background-image: none;
}
#FlexContainer2
{
   min-height: 0;
   margin-top: 50px;
   margin-bottom: 50px;
   padding: 10px 10px 10px 10px;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_indexText27
{
   width: 320px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText27
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText28
{
   width: 320px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText28
{
   font-size: 19px;
   margin: 20px 10px 20px 10px;
   padding: 0;
   text-align: left;
}
#Extension1
{
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#wb_Shape3
{
   width: 136px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#FilePublisher1
{
   left: 380px;
   top: 5850px;
   width: 64px;
   height: 50px;
   visibility: visible;
   display: inline;
}
#wb_Text8
{
   width: 170px;
   height: 30px;
   visibility: visible;
   display: inline-block;
}
#wb_Text8
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_indexText50
{
   visibility: visible;
   display: block;
}
#wb_indexText50
{
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexText85
{
   visibility: visible;
   display: block;
}
#wb_indexText85
{
   font-size: 19px;
   margin: 20px 0 0 0 ;
   padding: 0;
   text-align: center;
}
#wb_indexCarousel1
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_indexCarousel1
{
   margin: 0;
}
#indexCarousel1 .carousel-item-inner
{
   min-height: 853px;
   padding: 0;
}
#wb_FlexContainer3
{
   visibility: visible;
   display: block;
}
#FlexContainer3
{
   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_indexImage22
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage22
{
   width: 100px;
   height: 100px;
}
#wb_indexText24
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText24
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexFlexContainer2
{
   visibility: visible;
   display: block;
}
#indexFlexContainer2
{
   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_indexImage23
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage23
{
   width: 100px;
   height: 100px;
}
#wb_indexText37
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText37
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexFlexContainer4
{
   visibility: visible;
   display: block;
}
#indexFlexContainer4
{
   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_indexImage24
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage24
{
   width: 100px;
   height: 100px;
}
#wb_indexText38
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText38
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexFlexContainer5
{
   visibility: visible;
   display: block;
}
#indexFlexContainer5
{
   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_indexImage25
{
   width: 100px;
   height: 100px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#indexImage25
{
   width: 100px;
   height: 100px;
}
#wb_indexText39
{
   width: 300px;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_indexText39
{
   font-size: 19px;
   margin: 20px 0 60px 0 ;
   padding: 0;
   text-align: center;
   line-height: 36px;
}
#wb_indexImage27
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage27
{
   width: 150px;
   height: 150px;
}
#wb_indexImage28
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage28
{
   width: 150px;
   height: 150px;
}
#wb_indexImage29
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage29
{
   width: 150px;
   height: 150px;
}
#wb_indexImage30
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage30
{
   width: 150px;
   height: 150px;
}
#wb_indexImage31
{
   width: 150px;
   height: 150px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#indexImage31
{
   width: 150px;
   height: 150px;
}
#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: 97px;
}
#wb_ClipArt1
{
   left: 278px;
   top: 12px;
   width: 20px;
   height: 20px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Text4
{
   left: 76px;
   top: 38px;
   width: 193px;
   height: 22px;
   visibility: visible;
   display: inline;
}
#wb_Text4
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Text16
{
   left: 72px;
   top: 58px;
   width: 193px;
   height: 22px;
   visibility: hidden;
   display: none;
}
#wb_Text16
{
   font-size: 20px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 27px;
}
#wb_Image1
{
   left: 17px;
   top: 27px;
   width: 55px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer4
{
   left: 194px;
   top: 6px;
   width: 101px;
   height: 33px;
   visibility: visible;
   display: block;
}
#Layer4_Container
{
   width: 97px;
}
#wb_Text17
{
   left: 8px;
   top: 5px;
   width: 84px;
   height: 23px;
   visibility: visible;
   display: inline;
}
#wb_Text17
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Image4
{
   width: 335px;
   height: 474px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image4
{
   width: 335px;
   height: 474px;
}
@media only screen and (max-width: 767px) {
  #wb_indexText19 {
       font-size: 67px !important;
  }
}
}
.menu-bar ul li a{font-family:Philosopher;font-weight:700;font-size:21px;color:#FFFFFF;text-decoration:none;}
