body
{
   background-color: transparent;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_shapka_sajta
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#shapka_sajta
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 20px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   flex: 0 0 auto;
}
#shapka_sajta > .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;
}
#shapka_sajta > .col-2
{
   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;
}
#shapka_sajta > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Icon_poisk
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 2px;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_Icon_poisk a
{
   text-decoration: none;
}
#wb_Icon_poisk a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_Icon_poisk:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#Icon_poisk
{
   height: 55px;
   width: 62px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon_poisk i
{
   color: #000000;
   display: inline-block;
   font-size: 55px;
   line-height: 55px;
   vertical-align: middle;
}
#wb_Icon_poisk:hover #Icon_poisk i
{
   color: #0000FF;
}
#wb_Icon_poisk
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_Icon_poisk:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#wb_Logo
{
   margin: 0;
   vertical-align: top;
}
#Logo
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 301px;
   height: 152px;
   vertical-align: top;
}
#wb_SearchGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#SearchGrid
{
   box-sizing: border-box;
   padding: 20px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#SearchGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   float: left;
}
#SearchGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 83.33333333%;
   text-align: center;
}
#SearchGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#SearchGrid:before,
#SearchGrid:after,
#SearchGrid .row:before,
#SearchGrid .row:after
{
   display: table;
   content: " ";
}
#SearchGrid:after,
#SearchGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid_menu
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #696969;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_menu
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid_menu > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid_menu > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid_menu > .row > .col-1
{
   float: left;
}
#LayoutGrid_menu > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid_menu:before,
#LayoutGrid_menu:after,
#LayoutGrid_menu .row:before,
#LayoutGrid_menu .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_menu:after,
#LayoutGrid_menu .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid_menu > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 300px;
   height: 300px;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text5 div
{
   text-align: justify;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 15px 7px 15px 7px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 7px;
   padding-left: 7px;
   position: relative;
}
#LayoutGrid2
{
   width: 1015px;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 15px 7px 15px 7px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 7px;
   padding-left: 7px;
   position: relative;
}
#LayoutGrid3
{
   width: 1015px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   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, #LayoutGrid3 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#Table3
{
   border-radius: 0px;
   border: 1px solid #D9EDF7;
   background-color: #F2F2F2;
   background-image: none;
   border-collapse: collapse;
   border-spacing: 0px;
   margin: 0;
}
#Table3 td, #Table3 th
{
   padding: 10px 10px 10px 10px;
   position: relative;
}
#Table3 td div
{
   white-space: nowrap;
}
#Table3 p, #Table3 ul
{
   margin: 0;
   padding: 0;
}
#Table3 .cell0
{
   background-color: #ADFF2F;
   background-image: none;
   border: 0px #000000 solid;
   text-align: center;
   vertical-align: middle;
   color: #000000;
   font-family: Arial;
   line-height: 27.5px;
}
#Table3 .cell1
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: center;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   line-height: 24.5px;
}
#Table3 .cell2
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   text-align: center;
   vertical-align: top;
   color: #000000;
   font-family: Arial;
   line-height: 24.5px;
}
#Table3 tr:nth-child(odd)
{
   background-color: #FFFFFF;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 3px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 15px 7px 15px 7px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 7px;
   padding-left: 7px;
   position: relative;
}
#LayoutGrid4
{
   width: 1015px;
}
#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%;
}
}
#wb_Text_kontakt 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 10px 10px 10px;
   margin: 0;
   text-align: center;
}
#wb_Text_kontakt
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 20px;
}
#wb_Text_kontakt div
{
   text-align: center;
}
#wb_Text_kontakt
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text_podval 
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 2px;
   padding: 5px 0 5px 0;
   margin: 0;
   text-align: center;
}
#wb_Text_podval
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
}
#wb_Text_podval div
{
   text-align: center;
}
#wb_Text_podval
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Shapka_kartinki
{
   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;
}
#Shapka_kartinki
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 0 0;
   margin-right: auto;
   margin-left: auto;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   flex: 0 0 auto;
}
#Shapka_kartinki > .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: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .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-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .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: flex-end;
   align-self: stretch;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_generator
{
   margin: 0;
   vertical-align: top;
}
#generator
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#generator
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#generator:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#wb_vibroplita
{
   margin: 0;
   vertical-align: top;
}
#vibroplita
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#vibroplita
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#vibroplita:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 300ms linear 0ms;
}
#wb_otboinik
{
   margin: 0;
   vertical-align: top;
}
#otboinik
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#otboinik
{
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   width: 100%;
}
#otboinik .slices-row
{
   display: flex;
   justify-content: center;
   width: 100%;
}
#otboinik img
{
   width: 100%;
   height: auto;
}
#otboinik
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#otboinik:hover
{
   transform: rotate(0deg) scale(1.2,1.2) ;
   transition: transform 301ms linear 0ms;
}
#Poisk1
{
   box-sizing: border-box;
   line-height: 22px;
   margin: 0;
   border: 2px solid #CCCCCC;
   border-radius: 8px;
   background-color: #FFFFFF;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   padding: 4px 4px 5px 4px;
}
#Poisk1:focus
{
   outline: 0;
}
.search-item, .search-text
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   padding: 0;
}
.search-text
{
   margin: 0 0 0px 0;
}
.search-title, .search-title:active, .search-title:hover, .search-title:visited
{
   color: #0000FF;
}
.search-url, .search-url:active, .search-url:hover, .search-url:visited
{
   color: #006621;
   text-decoration: none;
}
.search-highlight
{
   background-color: #87CEFA;
   font-weight: bold;
   font-style: normal;
}
.search-autocomplete
{
   position: absolute;
   background: #FFFFFF;
   border: 1px solid #CCCCCC;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   list-style-type: none;
   z-index: 999;
   padding: 0;
   width: 823px;
   margin: 0;
}
.search-autocomplete li
{
   padding: 0;
   margin: 0;
}
.search-autocomplete li.selected
{
   background: #CCCCCC;
   color: #FFFFFF;
}
.ui-dialog
{
   padding: 4px 4px 4px 4px;
   text-align: left;
}
.ui-dialog .ui-dialog-title
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #2779AA;
}
.ui-dialog .ui-dialog-titlebar
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-content
{
   padding: 9px 5px 5px 5px;
}
.ui-dialog .ui-dialog-titlebar-close
{
   right: 10px;
}
.ui-dialog .ui-dialog-buttonpane button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
#knopka1
{
   border: 1px solid #2E6DA4;
   border-radius: 10px;
   background-color: #3370B7;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: italic;
   font-size: 19px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#knopka1:focus
{
   outline: 0;
}
#wb_LayoutGrid000101
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #696969;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid000101
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 3px;
   padding-left: 3px;
   position: relative;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid000101 > .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;
}
#LayoutGrid000101 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 66.66666667%;
   max-width: 66.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ResponsiveMenu1
{
   display: block;
   background-color: #696969;
   font-family: Arial;
   font-weight: bold;
   text-align: center;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   display: inline-block;
   background-color: #696969;
   height: 73px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 30px;
   width: 30px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #696969;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 12px 10px 12px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 53px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #808080;
   color: #424242;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 73px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 405px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #696969;
   border: 0px solid #696969;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #A9A9A9;
   color: #424242;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 10px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 405px;
   position: relative;
   top: -73px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #424242;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:750px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 10px 10px 10px 10px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #696969;
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   line-height: 50px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #808080;
   color: #424242;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 73px !important;
   line-height: 73px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 20px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #696969;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #696969;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 10px 10px 10px 30px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 10px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 12px;
   top: 24px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #A9A9A9;
   color: #424242;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #424242;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#Sloi_visov
{
   background-clip: padding-box;
   background-color: transparent;
   background-image: none;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   opacity: 0.90;
}
#wb_Pozvoni
{
   vertical-align: top;
}
#Pozvoni
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Marshrut
{
   vertical-align: top;
}
#Marshrut
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Watsap
{
   vertical-align: top;
}
#Watsap
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_podval2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #696969;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#podval2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#podval2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   float: left;
}
#podval2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 91.66666667%;
   text-align: center;
}
#podval2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: center;
}
#podval2:before,
#podval2:after,
#podval2 .row:before,
#podval2 .row:after
{
   display: table;
   content: " ";
}
#podval2:after,
#podval2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_Marshrut
{
   position: absolute;
   left: 443px;
   top: 9px;
   width: 45px;
   height: 43px;
   z-index: 22;
}
#wb_ResponsiveMenu1
{
   display: inline-block;
   width: 1017px;
   height: 78px;
   z-index: 9;
}
#wb_Watsap
{
   position: absolute;
   left: 9px;
   top: 9px;
   width: 53px;
   height: 42px;
   z-index: 21;
}
#Table3
{
   display: table;
   width: 100%;
   height: 138px;
   z-index: 12;
}
#wb_Icon_poisk
{
   display: inline-block;
   width: 62px;
   height: 55px;
   text-align: center;
   z-index: 6;
}
#wb_generator
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 2;
}
#mikrorazmetka
{
   display: none;
   width: 46px;
   height: 49px;
   z-index: 5;
}
#wb_Logo
{
   display: inline-block;
   width: 301px;
   height: 152px;
   z-index: 0;
}
#Sloi_visov
{
   position: fixed;
   text-align: center;
   visibility: hidden;
   left: 0;
   right: 0;
   bottom: 0;
   height: 59px;
   z-index: 32;
}
#wb_SearchGrid
{
   display: none;
}
#yandex
{
   display: inline-block;
   width: 54px;
   height: 53px;
   z-index: 24;
}
#Poisk1
{
   display: block;
   width: 100%;
   height: 35px;
   z-index: 7;
}
#37622895
{
   width: 88px;
   height: 31px;
   border: 0;
}
#Sloi_visov_Container
{
   width: 1013px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_Pozvoni
{
   position: absolute;
   left: 852px;
   top: 7px;
   width: 74px;
   height: 52px;
   z-index: 20;
}
#wb_vibroplita
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 3;
}
#wb_otboinik
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 1;
}
#knopka1
{
   display: block;
   width: 100%;
   height: 35px;
   z-index: 8;
}
#wb_Image10
{
   display: inline-block;
   width: 300px;
   height: 300px;
   z-index: 11;
}
@media only screen and (min-width: 480px) and (max-width: 1023px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#wb_shapka_sajta
{
   visibility: visible;
   display: table;
}
#wb_shapka_sajta
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#shapka_sajta
{
   height: auto;
   padding: 20px 0 0 0;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#shapka_sajta > .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;
}
#shapka_sajta > .col-2
{
   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;
}
#shapka_sajta > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_poisk
{
   width: 63px;
   height: 51px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon_poisk
{
   width: 63px;
   height: 51px;
}
#Icon_poisk i
{
   line-height: 51px;
   font-size: 51px;
   width: 46px;
}
#wb_Logo
{
   width: 468px;
   height: 237px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Logo
{
   width: 468px;
   height: 237px;
}
#wb_SearchGrid
{
   visibility: hidden;
   display: none;
}
#wb_SearchGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SearchGrid
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SearchGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#SearchGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#SearchGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid_menu
{
   visibility: visible;
   display: table;
   background-color: #696969;
   background-image: none;
}
#wb_LayoutGrid_menu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_menu
{
   height: auto;
   padding: 0;
}
#LayoutGrid_menu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   width: 310px;
   height: 310px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 310px;
   height: 310px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid2 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid3 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Table3
{
   visibility: visible;
   display: table;
}
#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: 15px 7px 15px 7px;
}
#LayoutGrid4 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text_kontakt
{
   visibility: visible;
   display: block;
}
#wb_Text_kontakt
{
   font-size: 20px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#yandex
{
   width: 54px;
   height: 53px;
   visibility: visible;
   display: inline-block;
}
#wb_Text_podval
{
   visibility: visible;
   display: block;
}
#wb_Text_podval
{
   font-size: 16px;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#wb_Shapka_kartinki
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Shapka_kartinki
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Shapka_kartinki
{
   height: auto;
   padding: 5px 0 0 0;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Shapka_kartinki > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#wb_generator
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#generator
{
   margin-left: auto;
   margin-right: auto;
}
#wb_vibroplita
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#vibroplita
{
   margin-left: auto;
   margin-right: auto;
}
#mikrorazmetka
{
   width: 46px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_otboinik
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#otboinik
{
   margin-left: auto;
   margin-right: auto;
}
#Poisk1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 5px 4px;
   text-align: left;
}
#Poisk1
{
   line-height: 22px;
}
#knopka1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#wb_LayoutGrid000101
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid000101
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid000101
{
   height: auto;
   padding: 0;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   padding-right: 3px;
   padding-left: 3px;
}
#LayoutGrid000101 > .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;
}
#LayoutGrid000101 > .col-2
{
   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_ResponsiveMenu1
{
   width: 470px;
   height: 78px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#Sloi_visov
{
   height: 64px;
   visibility: visible;
   display: block;
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('images/parket_co206_Sloi_visov_bkgrnd480.png');
   background-repeat: repeat-x;
   background-position: left top;
   border: 1px solid transparent;
   border-radius: 1px;
}
#Sloi_visov_Container
{
   width: 480px;
}
#wb_Pozvoni
{
   left: 391px;
   top: 3px;
   width: 80px;
   height: 57px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Marshrut
{
   left: 221px;
   top: 0px;
   width: 62px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Watsap
{
   left: 20px;
   top: 4px;
   width: 72px;
   height: 58px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_podval2
{
   visibility: visible;
   display: table;
}
#wb_podval2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#podval2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#podval2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#podval2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#podval2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
}
@media only screen and (min-width: 414px) and (max-width: 479px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#wb_shapka_sajta
{
   visibility: visible;
   display: table;
}
#wb_shapka_sajta
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#shapka_sajta
{
   height: auto;
   padding: 20px 0 0 0;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#shapka_sajta > .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;
}
#shapka_sajta > .col-2
{
   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;
}
#shapka_sajta > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_poisk
{
   width: 66px;
   height: 59px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon_poisk
{
   width: 66px;
   height: 59px;
}
#Icon_poisk i
{
   line-height: 59px;
   font-size: 59px;
   width: 50px;
}
#wb_Logo
{
   width: 301px;
   height: 152px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Logo
{
   width: 301px;
   height: 152px;
}
#wb_SearchGrid
{
   visibility: hidden;
   display: none;
}
#wb_SearchGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SearchGrid
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SearchGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#SearchGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#SearchGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid_menu
{
   visibility: visible;
   display: table;
   background-color: #696969;
   background-image: none;
}
#wb_LayoutGrid_menu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_menu
{
   height: auto;
   padding: 0;
}
#LayoutGrid_menu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   width: 300px;
   height: 300px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 300px;
   height: 300px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid2 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid3 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Table3
{
   visibility: visible;
   display: table;
}
#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: 15px 7px 15px 7px;
}
#LayoutGrid4 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text_kontakt
{
   visibility: visible;
   display: block;
}
#wb_Text_kontakt
{
   font-size: 20px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#yandex
{
   width: 54px;
   height: 53px;
   visibility: visible;
   display: inline-block;
}
#wb_Text_podval
{
   visibility: visible;
   display: block;
}
#wb_Text_podval
{
   font-size: 19px;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#wb_Shapka_kartinki
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Shapka_kartinki
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Shapka_kartinki
{
   height: auto;
   padding: 5px 0 0 0;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Shapka_kartinki > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#wb_generator
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#generator
{
   margin-left: auto;
   margin-right: auto;
}
#wb_vibroplita
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#vibroplita
{
   margin-left: auto;
   margin-right: auto;
}
#mikrorazmetka
{
   width: 46px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_otboinik
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#otboinik
{
   margin-left: auto;
   margin-right: auto;
}
#Poisk1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 5px 4px;
   text-align: left;
}
#Poisk1
{
   line-height: 22px;
}
#knopka1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#wb_LayoutGrid000101
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid000101
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid000101
{
   height: auto;
   padding: 0;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   padding-right: 3px;
   padding-left: 3px;
}
#LayoutGrid000101 > .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;
}
#LayoutGrid000101 > .col-2
{
   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_ResponsiveMenu1
{
   width: 408px;
   height: 73px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#Sloi_visov
{
   height: 65px;
   visibility: visible;
   display: block;
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('images/parket_co206_Sloi_visov_bkgrnd414.png');
   background-repeat: repeat-x;
   background-position: left top;
   border: 1px solid transparent;
   border-radius: 0px;
}
#Sloi_visov_Container
{
   width: 414px;
}
#wb_Pozvoni
{
   left: 327px;
   top: 5px;
   width: 78px;
   height: 55px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Marshrut
{
   left: 175px;
   top: 6px;
   width: 62px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Watsap
{
   left: 10px;
   top: 6px;
   width: 68px;
   height: 55px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_podval2
{
   visibility: visible;
   display: table;
}
#wb_podval2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#podval2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#podval2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#podval2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#podval2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
}
@media only screen and (min-width: 360px) and (max-width: 413px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#wb_shapka_sajta
{
   visibility: visible;
   display: table;
}
#wb_shapka_sajta
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#shapka_sajta
{
   height: auto;
   padding: 20px 0 0 0;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#shapka_sajta > .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;
}
#shapka_sajta > .col-2
{
   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;
}
#shapka_sajta > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_poisk
{
   width: 48px;
   height: 42px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon_poisk
{
   width: 48px;
   height: 42px;
}
#Icon_poisk i
{
   line-height: 42px;
   font-size: 42px;
   width: 34px;
}
#wb_Logo
{
   width: 214px;
   height: 108px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Logo
{
   width: 214px;
   height: 108px;
}
#wb_SearchGrid
{
   visibility: hidden;
   display: none;
}
#wb_SearchGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SearchGrid
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SearchGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#SearchGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#SearchGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid_menu
{
   visibility: visible;
   display: table;
   background-color: #696969;
   background-image: none;
}
#wb_LayoutGrid_menu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_menu
{
   height: auto;
   padding: 0;
}
#LayoutGrid_menu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   width: 310px;
   height: 310px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 310px;
   height: 310px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid2 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid3 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Table3
{
   visibility: visible;
   display: table;
}
#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: 15px 7px 15px 7px;
}
#LayoutGrid4 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text_kontakt
{
   visibility: visible;
   display: block;
}
#wb_Text_kontakt
{
   font-size: 20px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#yandex
{
   width: 54px;
   height: 53px;
   visibility: visible;
   display: inline-block;
}
#wb_Text_podval
{
   visibility: visible;
   display: block;
}
#wb_Text_podval
{
   font-size: 16px;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#wb_Shapka_kartinki
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Shapka_kartinki
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Shapka_kartinki
{
   height: auto;
   padding: 5px 0 0 0;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Shapka_kartinki > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#wb_generator
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#generator
{
   margin-left: auto;
   margin-right: auto;
}
#wb_vibroplita
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#vibroplita
{
   margin-left: auto;
   margin-right: auto;
}
#mikrorazmetka
{
   width: 46px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_otboinik
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#otboinik
{
   margin-left: auto;
   margin-right: auto;
}
#Poisk1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 5px 4px;
   text-align: left;
}
#Poisk1
{
   line-height: 22px;
}
#knopka1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#wb_LayoutGrid000101
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid000101
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid000101
{
   height: auto;
   padding: 0;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   padding-right: 3px;
   padding-left: 3px;
}
#LayoutGrid000101 > .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;
}
#LayoutGrid000101 > .col-2
{
   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_ResponsiveMenu1
{
   width: 354px;
   height: 73px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#Sloi_visov
{
   height: 59px;
   visibility: visible;
   display: block;
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('images/parket_co206_Sloi_visov_bkgrnd360.png');
   background-repeat: repeat-x;
   background-position: left top;
   border: 1px solid transparent;
   border-radius: 2px;
}
#Sloi_visov_Container
{
   width: 360px;
}
#wb_Pozvoni
{
   left: 281px;
   top: 2px;
   width: 78px;
   height: 54px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Marshrut
{
   left: 144px;
   top: 0px;
   width: 70px;
   height: 59px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Watsap
{
   left: 0px;
   top: 0px;
   width: 75px;
   height: 56px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_podval2
{
   visibility: visible;
   display: table;
}
#wb_podval2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#podval2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#podval2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#podval2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#podval2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
}
@media only screen and (max-width: 359px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#wb_shapka_sajta
{
   visibility: visible;
   display: table;
}
#wb_shapka_sajta
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#shapka_sajta
{
   height: auto;
   padding: 20px 0 0 0;
}
#shapka_sajta > .col-1, #shapka_sajta > .col-2, #shapka_sajta > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#shapka_sajta > .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;
}
#shapka_sajta > .col-2
{
   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;
}
#shapka_sajta > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_Icon_poisk
{
   width: 37px;
   height: 33px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 10px 10px 10px 10px;
}
#Icon_poisk
{
   width: 37px;
   height: 33px;
}
#Icon_poisk i
{
   line-height: 33px;
   font-size: 33px;
   width: 26px;
}
#wb_Logo
{
   width: 178px;
   height: 90px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Logo
{
   width: 178px;
   height: 90px;
}
#wb_SearchGrid
{
   visibility: hidden;
   display: none;
}
#wb_SearchGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#SearchGrid
{
   height: auto;
   padding: 20px 15px 20px 15px;
}
#SearchGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#SearchGrid > .row > .col-1, #SearchGrid > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#SearchGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#SearchGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid_menu
{
   visibility: visible;
   display: table;
   background-color: #696969;
   background-image: none;
}
#wb_LayoutGrid_menu
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_menu
{
   height: auto;
   padding: 0;
}
#LayoutGrid_menu .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#LayoutGrid_menu > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text3
{
   visibility: visible;
   display: block;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   width: 300px;
   height: 300px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#Image10
{
   width: 300px;
   height: 300px;
}
#wb_Text5
{
   visibility: visible;
   display: block;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Text6
{
   visibility: visible;
   display: block;
}
#wb_Text6
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid2 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid2
{
   width: 100%;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: none;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 15px 7px 15px 7px;
}
#LayoutGrid3 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid3
{
   width: 100%;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid3 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid3 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Table3
{
   visibility: visible;
   display: table;
}
#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: 15px 7px 15px 7px;
}
#LayoutGrid4 .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid4
{
   width: 100%;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 7px;
   padding-left: 7px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Text_kontakt
{
   visibility: visible;
   display: block;
}
#wb_Text_kontakt
{
   font-size: 17px;
   margin: 0;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#yandex
{
   width: 54px;
   height: 53px;
   visibility: visible;
   display: inline-block;
}
#wb_Text_podval
{
   visibility: visible;
   display: block;
}
#wb_Text_podval
{
   font-size: 13px;
   margin: 0;
   padding: 5px 0 5px 0;
   text-align: center;
}
#wb_Shapka_kartinki
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: none;
}
#wb_Shapka_kartinki
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#Shapka_kartinki
{
   height: auto;
   padding: 5px 0 0 0;
}
#Shapka_kartinki > .col-1, #Shapka_kartinki > .col-2, #Shapka_kartinki > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#Shapka_kartinki > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#Shapka_kartinki > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-end;
   align-items: flex-end;
   justify-content: center;
   text-align: center;
}
#wb_generator
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#generator
{
   margin-left: auto;
   margin-right: auto;
}
#wb_vibroplita
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#vibroplita
{
   margin-left: auto;
   margin-right: auto;
}
#mikrorazmetka
{
   width: 46px;
   height: 49px;
   visibility: hidden;
   display: none;
}
#wb_otboinik
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#otboinik
{
   margin-left: auto;
   margin-right: auto;
}
#Poisk1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 4px 4px 5px 4px;
   text-align: left;
}
#Poisk1
{
   line-height: 22px;
}
#knopka1
{
   width: 100%;
   height: 35px;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   color: #FFFFFF;
}
#wb_LayoutGrid000101
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid000101
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid000101
{
   height: auto;
   padding: 0;
}
#LayoutGrid000101 > .col-1, #LayoutGrid000101 > .col-2
{
   padding-right: 3px;
   padding-left: 3px;
}
#LayoutGrid000101 > .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;
}
#LayoutGrid000101 > .col-2
{
   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_ResponsiveMenu1
{
   width: 301px;
   height: 73px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: center;
}
#Sloi_visov
{
   height: 48px;
   visibility: visible;
   display: block;
   background-clip: padding-box;
   background-color: transparent;
   background-image: url('images/parket_co206_Sloi_visov_bkgrnd320.png');
   background-repeat: repeat-x;
   background-position: left top;
   border: 1px solid transparent;
   border-radius: 5px;
}
#Sloi_visov_Container
{
   width: 320px;
}
#wb_Pozvoni
{
   left: 239px;
   top: 0px;
   width: 72px;
   height: 48px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Marshrut
{
   left: 130px;
   top: 1px;
   width: 60px;
   height: 47px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Watsap
{
   left: 4px;
   top: 0px;
   width: 63px;
   height: 46px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_podval2
{
   visibility: visible;
   display: table;
}
#wb_podval2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#podval2
{
   height: auto;
   padding: 0 15px 0 15px;
}
#podval2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#podval2 > .row > .col-1, #podval2 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#podval2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#podval2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
}
