* {
    margin:0;
    padding:0;
}
html{
    width: 100%;
    height:100%;
    background: #fff;
}
body {
    font-size: 20px;
    font-weight: normal;
    width:100%;
    height:100%;
    margin:0;
    line-height:30px;
    font-family: 'Comfortaa', cursive;
    /*font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;*/
}
aside, nav, main, footer, header, section { display: block; }
img{
    border: 0;
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    height: auto;
    min-height: 100%;

}
header{
    width: 100%;
    display: block;
    text-align: center;
    position: fixed;
    z-index: 180;
}

iframe{
margin:1.5em 0;
}
.header-page{
    background: url("/wp-content/themes/bionicweblab/image/bg_header.jpg") 0 0 ;
}
.header-page div{
    color:#FFF;
    font-weight:lighter;
    text-align:center;
    padding:135px 0;
}
.top_header{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #1c6b13;
    background: url("/wp-content/themes/bionicweblab/image/bg_top_header.png");
    position: relative;
    display: inline-block;
}
.header_center{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}
.logo{
    width: auto;
    float: left;
    z-index: 500;
    position: relative;
}
.logo img{
    width: 100%;
    max-width: 371px;
}
.logofix{
    width: 19%;
    float: left;
    display: none;
    height: auto;
}
.logofix img{
    width: 100%;
}
.soc, .lang{
    width: auto;
    float: right;
    margin-right: 5%;
    padding-top: 25px;
    height: auto;
}
.lang{
    margin-right: 0;
    padding-top: 12px;
}
.soc a{
    margin-left: 11px;
}
.lang a{
    margin-left: 16px;
}
.soc img{
    width: auto;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter: alpha(Opacity=50);
    opacity: 0.5; 
    /* IE 5.5+ */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.soc a:hover img{
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
	filter: alpha(Opacity=100);
    opacity: 1; 
}
.lang img{
    width: auto;
}
nav{
    width: 100%;
    background: url("/wp-content/themes/bionicweblab/image/bg_nav.jpg") repeat-x 50% 0;
    height: 53px;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 220;
}
.nav{
    width: 100%;
    max-width: 1200px;
    height: auto;
    text-align: center;
    margin: 0 auto;

}
.nav ul{
    width: 100%;
    height: 100%;
    text-align: center;
    list-style: none;
    float: right;
    display: flex;
    justify-content: space-around;
}
.nav li{
    vertical-align: middle;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.nav li a{
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 0 1.2em;
}
.nav li a:hover{
    background: url("/wp-content/themes/bionicweblab/image/bg_nav_hover.jpg") repeat-x;
}
.slicknav_menu {
    display:none;
}
.active_nav{
    background: url("/wp-content/themes/bionicweblab/image/active_nav.jpg") no-repeat 50% 100%;
    padding: 0 0.6em;

}
.active_nav_fix{
    background: url("/wp-content/themes/bionicweblab/image/bg_nav_hover.jpg") repeat-x;
    padding: 0 0.15em;

}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer; }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
    *zoom: 1; }
.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text {
    margin: 0; }
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_menu:before {
    content: " ";
    display: table; }
.slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
    clear: both; }
.slicknav_nav ul {
    display: block; }
.slicknav_nav li {
    display: block; 
	text-transform: uppercase;
	}

.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item {
    cursor: pointer; }
.slicknav_nav .slicknav_item a {
    display: inline; }
.slicknav_nav .slicknav_row {
    display: block; }
.slicknav_nav a {
    display: block; }
.slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
    float: left; }
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #14ae00;
    padding: 5px; }
.slicknav_menu * {
    box-sizing: border-box; }
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0d7400; }

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden; }
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
.slicknav_nav .slicknav_row:hover {
    background: #0d7400;
    color: #fff; }
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
.slicknav_nav a:hover {
    background: #0d7400;
    color: #fff; }
.slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
.slicknav_nav>.active_nav{
    background: #0d7400 !important;
    padding: 5px 10px;
    margin: 2px 5px;
}
.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px; }
section{
    width: 100%;
    text-align: center;
}
.section, .section_inner{
    max-width: 1200px;
    width: 100%;
    margin: 20px auto;
    background: url("/wp-content/themes/bionicweblab/image/bg_section.jpg") 59% 0 repeat-y;
    height: auto;
    display: inline-block;
    text-align: left;

}
.section p, .section_inner p{
    text-align: justify;
    padding: 2% 2% 0 1%;
    font-size: 20px;
}


.section_inner p a {
    color: #119300;
    text-decoration: none;
}

.section_inner p a:hover {
    text-decoration: underline;
}

.section_inner{
    background: none;
display:block;
}
.about{
    width: 58%;
    float: left;
    height: auto;
    display: inline-block;
    color: #404040;
}
.about p{
    text-align: justify;
    padding: 2% 2% 0 1%;
    font-size: 20px;
}
.what{
    width: 39%;
    font-size: 20px;
    float: right;
    color: #404040;
}
.what ul{
    list-style-type: disc;
    list-style-position: inside;
    text-align: justify;
    padding: 2% 2% 0 1%;
    font-size: 6px;
    vertical-align: middle;
}
.what li{
    line-height: 2;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 1%;
}
h2{
    color: #0d7200;
    font-size: 22px;
    text-transform: uppercase;
    padding-left: 1%;
}
h2 span{
    text-align: right;
    float: right;
    font-size: 16px;
    color: #b8b8b8;
    text-transform: none;
    font-weight: normal;
    margin-right: 5px;
}
h2 span a{
    text-decoration: none;
    color: #b8b8b8;
}
h2 span a:hover{
    text-decoration: underline;
}
h2 span img{
    padding-right: 5px;
    vertical-align: middle;
}
.works, .works_type{
    width: 97%;
    max-width: 1200px;
    margin: 0 auto 10px auto;
    display: inline-block;
    text-align: center;
}
.works ul, .works_type ul{
    display: inline-block;
    text-align: center;
	width: 100%;
}
.works li, .works_type li{
    width: auto;
    min-width: 25%;
    margin: 20px 1%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #828282;
    font-size: 13px;
	height:167px;
}
.works_type li{
    border: 1px solid #0f8700;
    position: relative;
    overflow: hidden;
    text-align: justify;

}
.works img, .works_type img{
    width: auto;
    max-width: 100%;
}
.works_type_inner{
    border-top: 1px solid #0f8700;
    display: inline-block;
    top: 100%;
    position: absolute;
        transition: 0.5s cubic-bezier(0, 0.85, 1, 1);
    opacity: 0;
    left: 0;
    background: #fff;
    height: 40%;
    padding: 2px 2%;
	width:96%;
	text-align:left;
}
.works_type li:hover .works_type_inner{
    opacity: 1;
   top: 60%;
}
.works_type a{
    color: #0f8700;
    text-decoration: none;
    font-size: 15px;
    text-transform: none;
}
.works_type a p{
    color: #a7a7a7;
    font-size: 11px;
    line-height: 1.5;
    padding-top: 3px;
}
.works li a{
    display: block;
    color: #828282;
    text-decoration: none;
    transition: 0.5s linear;
}

.works a h2{
    color: #0d7200;
}

.works a img{
    transition: 0.5s linear;
    width: auto;
}
.works a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.sb-slider {
    margin: 10px auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    padding: 0;
}

.sb-slider li {
    margin: 0;
    padding: 0;
    display: none;
}

.sb-slider li > a {
    outline: none;
}

.sb-slider li > a img {
    border: none;
}

.sb-slider img {
    max-width: 100%;
    display: block;
}

.sb-description {
    padding: 20px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1000;
    position: absolute;
    background: #CBBFAE;
    background: rgba(190,176,155, 0.4);
    border-left: 4px solid rgba(255,255,255,0.7);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: #fff;

    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.sb-slider li.sb-current .sb-description {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 1;
}

.sb-slider li.sb-current .sb-description:hover {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    background: rgba(190,176,155, 0.7);
}

.sb-perspective {
    position: relative;
}

.sb-perspective > div {
    position: absolute;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    -webkit-backface-visibility : hidden;
    -moz-backface-visibility : hidden;
    -o-backface-visibility : hidden;
    -ms-backface-visibility : hidden;
    backface-visibility : hidden;
}

.sb-side {
    margin: 0;
    display: block;
    position: absolute;

    -moz-backface-visibility : hidden;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.shadow {
    width: 100%;
    height: 168px;
    position: relative;
    margin-top: -130px;
    background: transparent url(/wp-content/themes/bionicweblab/image/shadow.png) no-repeat bottom center;
    background-size: 100% 100%; /* stretches it */
    z-index: -1;
    display: none;
}

.sb-description h3 {
    font-size: 20px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
    color: #4a3c27;
    text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
    display: none;
}

.nav-arrows a {
    width: 42px;
    height: 42px;
    background: #fff url(/wp-content/themes/bionicweblab/image/nav.png) no-repeat top left;
    position: absolute;
    top: 50%;
    left: 2px;
    text-indent: -9000px;
    cursor: pointer;
    margin-top: -21px;
    opacity: 0.9;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows a:first-child{
    left: auto;
    right: 2px;
    background-position: top right;
}

.nav-arrows a:hover {
    opacity: 1;
}

.nav-dots {
    text-align: center;
    position: absolute;
    bottom: -5px;
    height: 30px;
    width: 100%;
    left: 0;
    display: none;
}

.nav-dots span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 3px;
    background: #cbbfae;
    cursor: pointer;
    box-shadow:
        0 1px 1px rgba(255,255,255,0.6),
        inset 0 1px 1px rgba(0,0,0,0.1);
}

.nav-dots span.nav-dot-current {
    box-shadow:
        0 1px 1px rgba(255,255,255,0.6),
        inset 0 1px 1px rgba(0,0,0,0.1),
        inset 0 0 0 3px #cbbfae,
        inset 0 0 0 8px #fff;
}

.nav-options {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 70px;
    bottom: 0px;
    display: none;
}

.nav-options span {
    width: 30px;
    height: 30px;
    background: #cbbfae url(/wp-content/themes/bionicweblab/image/options.png) no-repeat top left;
    text-indent: -9000px;
    cursor: pointer;
    opacity: 0.7;
    display: inline-block;
    border-radius: 50%;
}

.nav-options span:first-child{
    background-position: -30px 0px;
    margin-right: 3px;
}

.nav-options span:hover {
    opacity: 1;
}
.wrapper {
    position: relative;
   /* max-width: 900px;*/
    max-width: 1200px;
    width: 90%;
    padding: 0 3%;
    margin: 0 auto;
}
.fakty{
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: url("/wp-content/themes/bionicweblab/image/bg_fakty.jpg") repeat-x 50% 0;
    text-align: center;
    background-size: auto 100%;
}
.fakty_one{
    width: 137px;
    height: 137px;
    border-radius: 50%;
    border: 7px solid #fff;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1.35;
    font-size: 16px;
    margin: 20px 3% 0;
}
.fakty_one p{
    padding-top: 10px;
}
.fakty_one span{
    font-size: 36px;
    font-weight: bold;
}
.h2_fakty{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}
.fakty img{
     width: 4vw;
    padding: 20px 5px;
}

.fakty h2 {
  padding:30px 0;
}
.geography{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.geography img{
    width: 100%;
    max-width: 1200px;
    padding-top: 20px;
}
.h2_geogr{
    font-size: 24px;
    text-transform: uppercase;
    color: #119700;
    margin:30px;
}
.klients{
    width: 100%;
    background: url("/wp-content/themes/bionicweblab/image/bg_klients.jpg") repeat-x 50% 0;
    background-size: auto 100%;
    padding: 60px 0 60px 0;
    text-align: center;
    height: auto;
}
.klients_carousel{
    padding: 20px 0 50px 0;
    text-align: center;
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
}
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
    border-radius: 10px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots
{
    position: absolute;
    bottom: -60px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 15px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #fff;
}

.zakaz{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 20px;
}
.zakaz_step{
    margin: 30px 0;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 50;

}
.zakaz_arr_top{
    margin: 4px -50px -4px;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 100;
    vertical-align: top;
}
.zakaz_arr_bott{
    margin: -4px -50px 4px;
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 100;
    vertical-align: bottom;
}
.zakaz_button{
    
    background: #94cb22;
    display: inline-block;
    margin: 20px auto;
    color: #084600;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 20px 10px;
    line-height: 1;
    cursor: pointer;
    border: none;
    border-radius: 10px;

}
.zakaz_button:hover{
    color: #084600;
	 background: #80AD22;
}
.last_work{
    width: 100%;
    background: #0d7200;
    height: auto;
    display: inline-block;
    text-align: center;
}
.h2_last_work{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    background: url("/wp-content/themes/bionicweblab/image/last_shadow.png")50% 0 no-repeat;
    padding: 12px 0 10px;
    line-height: 1;
    background-size: auto 100%;
}
.row{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    margin-bottom:0;
}
.last_work ul, li{
    list-style: none;
}
.last_work ul li{
    margin-bottom: 1rem;
}
.last_work ul li a{
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    background: #fff;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.2),
    0 0 4px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.2),
    0 0 4px 1px rgba(0,0,0,0.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.2),
    0 0 4px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.2),
    0 0 4px 1px rgba(0,0,0,0.1);

}
.last_work ul li a h4{
   /* font-family: 'Open Sans';*/
   font-family: 'Comfortaa', cursive;
    color: #0d7200;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0 0;
    letter-spacing: -1px;
}
.last_work ul li a{
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.last_work ul li a:hover{
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -moz-transform: scale(1.03);
    transform: scale(1.03);
}

.why{
    width: 100%;
    max-width: 1200px;
    text-align: center;
    padding: 20px 0;
    display: inline-block;
}
.why p{
    color: #666666;
    font-size: 12px;
    text-align: justify;
    padding: 10px 2% 2px;
}

.stattext ul {
    margin: 16px 0;
}

.stattext ul li {
    padding-bottom: 5px;
    list-style-type: none;
    background: url(../images/bull2.gif) no-repeat 0 5%;
    padding-left: 10px;
    margin-left: 20px;
    text-align: left;
    padding-top: 0;
    font-size: 14px;
}


footer{
    width: 100%;
    border-top: 4px solid #109000;
    border-bottom: 16px solid #046600;
    height: auto;
    background: url("/wp-content/themes/bionicweblab/image/bg_footer.jpg") no-repeat 50% 0;
    padding-top: 213px;
    text-align: center;
}
.footer{
    width: 100%;
    max-width: 1200px;
    display: inline-block;
    text-align: center;
}

.footer a{
text-decoration:none;
}
.contact{
    width: 49%;
    float: left;
    margin-top: 95px;
    text-align: center;
}
h5{
    font-size: 18px;
    color: #8e8e8e;
    font-weight: normal;
}
.contact ul{
   list-style: none;
    text-align: center;
}
.contact li{
    margin: 10px;
    font-size: 14px;
    display: inline-block;
}
.contact li a{
    color: #474747;
    text-decoration: none;
}
.contact li img{
    padding: 2px 0;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* IE 5.5+ */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.contact li:hover img{
filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.footer_soc{
    margin-top: 20px;
}
.footer_soc a{
    margin: 5px;
}
.footer_soc a img{
    width: auto;
    border-radius: 50%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
	filter: alpha(Opacity=50);
    opacity: 0.5; 
    /* IE 5.5+ */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.footer_soc a:hover img{
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
	filter: alpha(Opacity=100);
    opacity: 1; 
}
.letter{
    width: 49%;
    float: right;
    margin-right: -30px;
    background: url("/wp-content/themes/bionicweblab/image/letter_shad.png") no-repeat 50% 74px;
    background-size: 100% 95%;
    text-align: center;

}
.letter form{
    width: 85%;
    background: linear-gradient(to bottom, #108e00, #14ae00);
    border-radius: 10px;
    padding: 3%;
    margin: 0 auto;
    display: inline-block;

}
.h5_letter{
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    text-indent: 5px;
    margin-bottom: 10px;
}
.letter textarea{
    width: 96%;
    height: 180px;
    padding: 5px 2%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    /*font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;*/
    font-family: 'Comfortaa', cursive;
    font-size: 18px;
}
.letter input{
    width: 96%;
    height: 35px;
    padding: 2px 2%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    border: none;
    color: #8e8e8e;
    /*font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;*/

    font-size: 18px;
}
.letter_button{
    background: #0c6a00;
    float: right;
    color: #fff;
    text-align: center;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;
    border-radius: 10px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.letter_button:hover{
    color: #fff;
	background:#084A00;
}
.copy{
    width: 100%;
    float: right;
    margin-top: 50px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    position: relative;

}
.copy img{
    vertical-align: middle;
    margin-left: 15px;
	margin-bottom:-4px;
    z-index: 100;
    width: auto;
}

.footer_links{
width: 100%;
    float: right;
    margin: 20px 0 -30px 20px;
    text-align: center;
    font-size: 13px;
    color: #999;
    position: relative;
}

.footer_links a{
color:#999;
text-decoration:none;
}

.footer_links a:hover{
color:#666;
text-decoration:underline;
}

#toTop {
    width: auto;
    text-align:center;
    padding:0;
    position:fixed;
    bottom:10px; /* отступ кнопки от нижнего края страницы*/
    right:10px;
    cursor:pointer;
    display:none;
    z-index: 500;
    font-size:1px;
}
#toTop img{
    z-index: 500;
    width: 100%;
}
.pagination{
    width: 80%;
    /* max-width: 800px; */
    max-width: 1200px;
    margin: 20px auto;
    display: inline-block;
    text-align: center;
}
.pagination ul{
    display: inline-block;
    text-align: center;
    list-style: none;
}
.pagination li{
    color: #b4b4b4;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: auto;
    max-width: 56px;
    height: auto;
    max-height: 56px;
    border-radius: 100%;

}
.pagination a{
    display: block !important;
    color: #b4b4b4;
    padding: 10px 15px;
    text-decoration: none;
}
.pagination a:hover, .pagination_active{
    background: linear-gradient(to bottom, #14bc00, #0f8200);
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 100%;
}
.one_work{
    width: 95%;
    max-width: 1200px;
    margin: 10px auto;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
}
.one_work h6{
    font-size: 18px;
    color: #404040;
}
.one_work p{
    font-size: 14px;
    color: #404040;
	width: 100%;
    /* max-width: 800px; */
    max-width: 1200px;
    margin: 6px auto;
}
.one_work a{
    color: #108c00;
    text-decoration: none;
}
.one_work a:hover{
    text-decoration: underline;
}
.oneimg {
    width: 100%;
    margin: 30px auto;
}

.oneimg img{
width:100%;
margin: -2px 0;
max-width: 900px;
}
.one_work_arr_next, .one_work_arr_prev{
    position: absolute;
    z-index: 100;
    top: 1%;
    right: 0;
    width: auto;
    max-width: 57px;
    opacity: 0.3;
    transition: 1.5s linear;
}
.one_work_arr_prev{
    left: 0;
}

.one_work_arr_prev img, .one_work_arr_next img{
    border: none;
    width: auto;
    margin: 0;
}
.one_work_arr_next:hover, .one_work_arr_prev:hover{
    opacity: 1;
}
.anketa_faq{
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.anketa_faq ul{
    display: inline-block;
    text-align: center;
}
.anketa_faq li{
    width: auto;
    max-width: 22%;
    margin: 2em 1%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #828282;
    font-size: 12px;
}
.anketa_faq img{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.anketa_faq a{
    color: #0f8700;
    text-decoration: none;
    font-size: 15px;
    text-transform: none;
}

.anketa_faq a img{
    transition: 0.5s linear;
    width: auto;
}
.anketa_faq a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.anketa_contact{
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.anketa_contact ul{
    display: inline-block;
    text-align: center;
	width:100%;
}
.anketa_contact li{
    width: auto;
    max-width: 22%;
    margin: 2em 3%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: #828282;
    font-size: 12px;
}
.anketa_contact img{
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.anketa_contact a{
    color: #0f8700;
    text-decoration: none;
    font-size: 15px;
    text-transform: none;
}

.anketa_contact a img{
    transition: 0.5s linear;
    width: auto;
}
.anketa_contact a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


.anketa_forma{
    width: 98%;
    max-width: 1200px;
    border-radius: 10px;
    background: url("/wp-content/themes/bionicweblab/image/bg-anketa.jpg") no-repeat 50% 0;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 40px;
}
.anketa_forma p{
    padding: 2em;
    font-size: 15px;
    color: #002548;
    text-align: justify;
}
.label{
    width: 25%;
    margin-right: 2%;
    height: auto;
    min-height: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: right;
    float: left;
}
.anketa_forma input, .anketa_forma textarea{
    width: 65%;
    float: left;
    font-size: 18px;
    color: #2c2c2c;
    height: 32px;
    padding: 0 0.5em;
    background: #fff;
    border-radius: 8px;
    border: none;
    margin-bottom: 15px;
    /*font-family: 'Open Sans', Arial, Helvetica, Tahoma, Verdana,  sans-serif;*/
    font-family: 'Comfortaa', cursive;
}
.anketa_forma textarea{
    height: 168px;
    border: 1px solid #bec2c4;
    padding: 0.2em 0.5em;

}
.anketa_mail{
    width: 40% !important;
    margin-right: 25%;
}
.label span{
    color: #0057ad;
}
.anketa_button{
    width: auto;
    height: auto;
    padding: 0.5em 1em;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(to bottom, #2882da, #1c6fc0);
    border-radius: 10px;
    margin: 25px auto;
    border: none;
}

.anketa_button:hover{
    color: #fff;    
    background: linear-gradient(to bottom, #2066AD, #195D9D);
}

.feedback {
    padding: 28px 0 154px 0;
    clear: both;
    width: 100%;
}

.feedback .pic {
    float: left;
    width: 263px;
}

.feedback .txt {
    float: right;
    color: #000000;
    font-size: 20px;
    text-align: justify;
    width: 70%;
}

.feedback .txt img{
   text-align:right;
}

.feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
    width: 70%;
}

.voprosi {
    width: 100%;
    height: auto;
    text-align: center;
}

.voprosi a {
    width: 20%;
    margin: 2%;
    height: auto;
    text-decoration: none;
    color: #0f8005;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
	font-size:20px;
}

.voprosi a:hover {
text-decoration:underline;
}

.contact_page_soc{
text-align:center;
width:100%;
margin:40px 0 0 0;
}

.contact_soc{
width:auto;
text-align:center;
font-size:13px;
margin: 0 2% 20px 2%; 
display: inline-block;
}
.lenta{
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.lenta p{
    width: auto;
    padding: 1%;
    font-size: 14px;
    text-align: left;

}
.lenta p img{
    width: auto;
    float: left;
    vertical-align: top;
    margin-right: 2%;
}
.lenta a{
    color: #828282;
    text-decoration: none;
}
.lenta a span{
    color: #0d7200;
    font-size: 18px;
}
.lenta a:hover{
    text-decoration: underline;
}
.lenta a:hover span{
    color: #0d7200 !important;
}
.wrapadv{
margin-top:60px;
}
.wrapadv p{
text-align:justify;
}

.iframe{
	width: 100%;
	max-width: 317px !important;
	height: auto;
	min-height: 647px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.iframe img {
    width: 100%;
    border-radius: 24px;
    border: none;
    margin: 10px auto;
	z-index: 500;
	position: relative;
pointer-events: none;
}
.iframe iframe{
	width: auto;
	max-width: 100%;
	position: absolute;
	z-index: 400;
	top: 36px;
    left: 7px;
	right: 0;
	bottom: 0;	
	border-radius: 30px;
}
.iframe2{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto 1em;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	}
p.iframe2{
	line-height: 0;
}
.iframe2 img {
    width: 100%;    
    border: none;
    margin: 0 auto;
	z-index: 300;
	position: relative;
pointer-events: none;
	border-radius: 0;
	line-height: 0;
}
.iframe2 iframe{
	width: 100%;
    max-width: 100%;
    position: absolute;
    z-index: 400;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    border: none;
}
.myprogramms {
    width: 100%;
    max-width: 100%;
}
.myprogramms img {
    width: auto;
    max-width: 5%;
}

@media screen and (max-width: 800px) {

    .nav li{
        font-size: 14px;
    }
    .nav li a{
        padding: 0 10px;
    }
    .logo{
        width: 50%;
    }
    .letter{
        width: 49%;
        float: right;
        margin: 0;
        background: none;
        text-align: center;
    }
    .letter form{
        width: 90%;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    .works li, .works_type li{
        width: auto;
        max-width: 30%;
        margin: 30px 1%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        color: #828282;
        font-size: 13px;
    }

    .works_type_inner{
        opacity: 1;
        top: 60%;
    }
    .one_work_arr_next, .one_work_arr_prev{
        opacity: 1;
        top: 0;
    }
    .label{
        width: 30%;
        margin-right: 1%;
        margin-bottom: 5px;

    }
    .anketa_forma input, .anketa_forma textarea, .anketa_mail{
        width: 60%;
        margin: 0 auto 5px;
    }
	.feedback .txt {
    float: right;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    width: 60%;
   }
   .feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
    width: 60%;
}
.myprogramms img {
    width: auto;
    max-width: 15%;
}
}
@media screen and (max-width: 700px) {
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 300;
    }
    nav{
        display: none;
    }
    .logo{
        width: 50%;
    }
    .soc, .lang{
        width: auto;
        float: left;
        margin-right: 1%;
        padding-top: 5px;
        height: auto;
    }
    .lang{
        margin-right: 0;
        padding-top: 11px;
    }
    .soc a{
        margin-left: 2px;
    }
    .lang a{
        margin-left: 2px;
    }
    .soc img{
        width: auto;
        border-radius: 50%;
     }

    .section{
        background: none;

    }
    .about{
        width: 98%;
        float: none;
        height: auto;
        display: inline-block;
        color: #404040;
        margin: 0 auto;
    }
    .about p{
        text-align: justify;
        padding: 2%;
        font-size: 14px;
    }
    .what{
        width: 98%;
        font-size: 14px;
        float: none;
        color: #404040;
        margin: 0 auto;
    }
    .zakaz_arr_top, .zakaz_arr_bott{
        display: none;
    }
    .contact{
        width: 98%;
        margin: 95px auto 10px;
        float: none;
    }
    .letter{
        width: 100%;
        float: right;
        margin: 0;
        background: none;
        text-align: center;
    }
    .copy{
        font-size: 12px;
    }
    .copy img{
        margin-left: 5px;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    #toTop img{
        z-index: 500;
        width: 80%;
    }
    .works li, .works_type li{
        width: auto;
        max-width: 46%;
        margin: 30px 1%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        color: #828282;
        font-size: 13px;
    }
    .works_type_inner{
        opacity: 1;
        top: 60%;
    }
    .one_work_arr_next, .one_work_arr_prev{
        opacity: 1;
        top: 0;
        max-width: 30px;

    }
    .anketa_faq li{
        max-width: 47%;
    }
		.anketa_contact
	{
        max-width: 100%;
		display:table;
    }
	.anketa_contact ul{
    display:table-cell;
    text-align: center;
	width:100%;
}
.anketa_contact li{
padding:18px;
text-align:center;
max-width: 50%;
}
    .label{
        width: 95%;
        margin-left: 2%;
        margin-bottom: 5px;
        text-align: left;
        float: none;
    }
    .anketa_forma input, .anketa_forma textarea, .anketa_mail{
        width: 92% !important;
        margin: 0 auto 5px;
        float: none;
    }
	.feedback .txt {
    float: right;
    color: #000000;
    font-size: 14px;
    text-align: justify;
	padding:0;
    width: 100%;
   }
   .feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
	padding:0;
    width: 70%;
}
}
@media screen and (max-width: 400px) {
    .js #menu {
        display:none;
    }

    .js .slicknav_menu {
        display:block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 300;
    }
    nav{
        display: none;
    }
    .logo{
        width: 70%;
    }
    .soc, .lang{
        width: auto;
        float: left;
        margin-right: 1%;
        padding-top: 5px;
        height: auto;
    }
    .lang{
        margin-right: 0;
        padding-top: 11px;
        float: right;
    }
    .soc a{
        margin-left: 2px;
    }
    .lang a{
        margin-left: 2px;
    }
    .soc img{
        width: auto;
        border-radius: 50%;
    }
    .section{
        background: none;

    }
    .about{
        width: 98%;
        float: none;
        height: auto;
        display: inline-block;
        color: #404040;
        margin: 0 auto;
    }
    .about p{
        text-align: justify;
        padding: 2%;
        font-size: 14px;
    }
    .what{
        width: 98%;
        font-size: 14px;
        float: none;
        color: #404040;
        margin: 0 auto;
    }
    .zakaz_arr_top, .zakaz_arr_bott{
        display: none;
    }
    .contact{
        width: 98%;
        margin: 95px auto 10px;
        float: none;
    }
    .letter{
        width: 100%;
        float: right;
        margin: 0;
        background: none;
        text-align: center;
    }
    .copy{
        font-size: 12px;
    }
    .copy img{
        margin-left: 5px;
    }
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
    #toTop {
        bottom:2px; /* отступ кнопки от нижнего края страницы*/
        right:2px;

    }
    #toTop img{
        z-index: 500;
        width: 50%;
    }
    .works li, .works_type li{
        width: 80%;
        max-width: 96%;
        margin: 30px 1.5%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        color: #828282;
        font-size: 13px;
    }
    .works_type_inner{
        opacity: 1;
        top: 60%;
    }
    .works_type p{
        padding-top: 0;
    }
    .one_work_arr_next, .one_work_arr_prev{
        opacity: 1;
        top: 0;
        max-width: 30px;
    }
    .anketa_faq li{
        max-width: 47%;
    }

	.anketa_contact
	{
        max-width: 100%;
		display:table;
    }
	.anketa_contact ul{
    display:table-cell;
    text-align: center;
	padding:0 10px;
    width: 100%;
}
.anketa_contact li{
padding:18px;
text-align:center;
max-width: 50%;
}
    .label{
        width: 95%;
        margin-left: 2%;
        margin-bottom: 5px;
        text-align: left;
        float: none;
    }
    .anketa_forma input, .anketa_forma textarea, .anketa_mail{
        width: 92% !important;
        margin: 0 auto 5px;
        float: none;
    }
		.feedback .txt {
    float: right;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    width: 100%;
   }
      .feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
	padding:0;
    width: 100%;
  }
  .myprogramms img {
    width: auto;
    max-width: 8%;
}

}
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
		.feedback .txt {
    float: right;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    width: 100%;
   }
         .feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
	padding:0;
    width: 100%;
  }
}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
   .feedback .txt {
    float: right;
    color: #000000;
    font-size: 14px;
    text-align: justify;
    width: 100%;
   }
   .feedback .auth {
    color: #999999;
    font-size: 11px;
    text-align: right;
    float: right;
	padding:0;
    width: 100%;
  }

}

.bottom_space{
width:100%;
height:70px;

}

.stattext ul{
margin:16px 0;
}

.stattext ul li {
    padding-bottom: 5px;
    list-style-type: none;
    background: url("/wp-content/themes/bionicweblab/image/bull2.gif") no-repeat 0 5%;
    padding-left: 10px;
    margin-left: 20px;
    text-align: left;
    padding-top: 0;
	font-size: 14px;
}
.marker{
font-weight:bold;
color:#0d7200;
}

small{
color:#999999;
font-size:12px;
}

.play{
    height: 30px;
    padding: 20px 0 10px 0;
    text-align: center;
    width: 100%;
}

.btnplay {
  background: #12A100;
  background-image: -webkit-linear-gradient(top, #12A100, #0E7D00);
  background-image: -moz-linear-gradient(top, #12A100, #0E7D00);
  background-image: -ms-linear-gradient(top, #12A100, #0E7D00);
  background-image: -o-linear-gradient(top, #12A100, #0E7D00);
  background-image: linear-gradient(to bottom, #12A100, #0E7D00);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  /*font-family: Arial;*/
  font-family: 'Comfortaa', cursive;
  color: #ffffff!important;
  font-size: 20px;
  padding: 10px 30px 10px 30px;
  text-decoration: none!important;
  margin:10px 0 0 0;
}

.btnplay:hover {
  background: #109200;
  background-image: -webkit-linear-gradient(top, #109200, #0B6300);
  background-image: -moz-linear-gradient(top, #109200, #0B6300);
  background-image: -ms-linear-gradient(top, #109200, #0B6300);
  background-image: -o-linear-gradient(top, #109200, #0B6300);
  background-image: linear-gradient(to bottom, #109200, #0B6300);
  text-decoration: none;
}

.game_top{
background-color:#FFFFFF;
height:43px;
width:100%;
}

.games_center{
width:900px;
margin:0 auto;
}

.games_name{
float:right;
color:#004B00;
font-size:18px;
margin:10px 10px 0 0;
}

.game_top a{
background:transparent url("/images/games_logo.png") no-repeat 0 0;
width:280px;
height:43px;
float:left;
margin: 0px 0px -27px 0px;
padding: 27px 0px 0px 55px;
font-size:12px;
color:#003F00;
text-decoration:none;
font-weight:bold;
}

.game_body{
height:90%;
width:100%;
padding-top:1px;
text-align:center;
background-color:#000000;
}

#flashcontent{
height:100%;
width:100%;
}

.game_line{
width:100%;
height:1px;
background-color:#006600;
}

.noradius{
border:none!important;
border-radius:0 !important;
}

.lenta{
    width: 97%;
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.lenta p{
    width: auto;
    padding: 1%;
    font-size: 14px;
    text-align: left;

}
.lenta p img{
    width: auto;
    float: left;
    vertical-align: top;
    margin-right: 2%;
}
.lenta a{
    color: #828282;
    text-decoration: none;
}
.lenta a span{
    color: #0d7200;
    font-size: 18px;
}
.lenta a:hover{
    text-decoration: underline;
}
.lenta a:hover span{
    color: #0d7200 !important;
}
.what li a{
    font-size: 14px;
    color: #404040;
	text-decoration:none;
}

.what li a:hover{
    color: #0d7200;
	text-decoration:underline;
}