@font-face {
    font-family: "HeliosCondRegular";
    src: url("./fonts/HeliosCondRegular/HeliosCondRegular.eot");
    src: url("./fonts/HeliosCondRegular/HeliosCondRegular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/HeliosCondRegular/HeliosCondRegular.woff") format("woff"),
    url("./fonts/HeliosCondRegular/HeliosCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    
	font-family: 'Conv_HeliosCondC';
	src: url('./fonts/HeliosCondRegular/HeliosCondC.eot');
	src: local('O'), url('./fonts/HeliosCondRegular/HeliosCondC.woff') format('woff'), url('./fonts/HeliosCondRegular/HeliosCondC.ttf') format('truetype'), url('./fonts/HeliosCondRegular/HeliosCondC.svg') format('svg');
	font-weight: normal;
	font-style: normal;

	font-family: 'Conv_HeliosCondLightC';
	src: url('./fonts/HeliosCondLightC/HeliosCondLightC.eot');
	src: local('O'), url('./fonts/HeliosCondLightC/HeliosCondLightC.woff') format('woff'), url('./fonts/HeliosCondLightC/HeliosCondLightC.ttf') format('truetype'), url('./fonts/HeliosCondLightC/HeliosCondLightC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    background: url(../img/background.jpg) top center repeat-x;
    font: normal 15px Arial;
    color: #242424;
}


h1{ font: bold 30px Arial; color: #231f20; }
h2{ font: bold 25px Arial; color: #231f20; }


blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: 5px solid #eee;
}
.error{
    color: red;
}

.page{
    display: table;
    padding: 40px;
}

.brand{
    display: block;
    width: 173px;
    height: 99px;
    background: url(../img/logo.jpg);
    float: left;
}
.block_cnt{
    color: #231f20;
    font: bold 20px Arial;
    float: right;
    margin: 27px 0px 0px 20px;
}
.block_cnt_txt{
    display: block;
    color: #666666;
    font: bold 13px Arial;
    clear: both; 
}
.block_cnt_mail{
    font-size: 15px; 
    margin: 27px 47px 0px 20px;
}
/**
.block_cnt span{
    display: block;
    color: #666666;
    font: bold 13px Arial;
    clear: both; 
}
**/
.ava{
    width: 145px;
}
.cont_block_mini{
    padding: 10px 10px;
}
.cont_block_pg{
    margin-top: 40px;
}

.icon_mail{
    display: block;
    width: 25px;
    height: 26px; 
    background: url(../img/icon_mail.png);
    margin: -22px 0px 0px -40px;
}
.icon_tel{
    display: block;
    width: 25px;
    height: 26px; 
    background: url(../img/icon_tel.png);
    margin: -29px 0px 0px -37px; 
}


.news_b{
    background-color: white;
}
.news_b h2{
    margin: 8px 0px 8px 17px;
}


.news_block{
    display: table;
    width: 100%;
    font: normal 15px Arial;
    color: #231f20;
    padding: 14px 0px;
}
.news_block li{
    font: normal 13px Arial;
    color: #7a7a7a;
    margin: 0px 0px 5px -4px;
}
.news_block_txt{
    padding: 0px 20px;
}
.news_block:hover{
    background-color: #efeff0;
    text-decoration: none;
}
.news_block_link:hover{
    text-decoration: none;   
}

.block_kalc{
    background: url(../img/bg_calc.png);
    background-size: cover;
    height: 356px;
    cursor: pointer;
}
.block_kalc h2{
    margin: 10px 0px 10px 10px;
}
.block_kalc:hover{
    border: solid 5px #0c69a8;
}


.block_sport{
    background: url(../img/bg_sport.png);
     background-size: cover;
    height: 356px;
    cursor: pointer;
}
.block_sport h2{
    margin: 10px 0px 10px 10px;
}
.block_sport:hover{
    border: solid 5px #0c69a8;
}



.block_sport2{
    background: url(../img/bg_sport2.png);
     background-size: cover;
    height: 163px;
    cursor: pointer;
}
.block_sport2 h2{
    font: bold 20px Arial;
    margin: 10px 0px 10px 10px;
}
.block_sport2:hover{
    border: solid 5px #0c69a8;
}

.block_new{
    background: url(../img/bg_new.png);
     background-size: cover;
    height: 163px;
    cursor: pointer;
    margin-top: 30px;
}
.block_new h2{
    margin: 10px 0px 10px 10px;
}
.block_new:hover{
    border: solid 5px #0c69a8;
}


.block_bonus{
    background: url(../img/bg_bonus.png);
     background-size: cover;
    height: 163px;
    cursor: pointer;
}

.block_bonus:hover{
    border: solid 5px #0c69a8;
}
.block_bonus h2{
    margin: 10px 0px 10px 10px;
}

.block_mont{
    background: url(../img/bg_mont.png);
     background-size: cover;
    height: 163px;
    cursor: pointer;
}

.block_mont:hover{
    border: solid 5px #0c69a8;
}
.block_mont h2{
    margin: 10px 0px 10px 10px;
}





.block_store{
    background: url(../img/bg_store.png);
     background-size: cover;
    height: 163px;
      margin-top: 30px;
      cursor: pointer;
}
.block_store:hover{
    border: solid 5px #0c69a8;
}
.block_store h2{
    margin: 10px 0px 10px 10px;
}

/** boot **/
      .container {
        margin: 0 auto;
        max-width: 979px;
       /** max-width: 1200px; **/
      }
      .container > hr {
        margin: 60px 0;
      }
.container{
    padding-right: 0px;
    padding-left: 0px;
    
}

.reason{
    margin-top: 80px;
}
.reason h1{
    text-align: center;
    margin-bottom: 40px;
}
.reason h3{
    font: bold 18px Arial;
    color: #242424;
    text-align: center;
}
.reason p{
    font: normal 13px Arial;
    color: #242424;
    text-align: center;
}
.reason img{
    display: block;
    margin: 0 auto;
    width: 60px;
}

/** green_line **/
.green_line{
    display: table;
    margin-top: 80px;
    width: 100%;
    background: url(../img/bg_blue.jpg);
    /**
    background-color: #07b554; **/
}
.green_line h1{
    font: bold 30px Arial;
    color: #ffffff;
    text-align: center;
    margin: 50px 0px;
}
.block_support{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.block_support img{
    display: block;
    float: left;
}
.block_support_txt{
    font: normal 15px Arial;
    color: #ffffff;
    width: 70%;
    display: table;
    float: left;    
}

/** install **/
.install{
    
}
.install h1{
    font: bold 28px Arial;
    color: #262626;
    text-align: center;
    margin: 50px 0px;
}
.block_install{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}
.block_install img{
    display: block;
    float: left;
}
.block_install_txt{
    font: normal 15px Arial;
    color: #262626;
    width: 70%;
    display: table;
    float: left;    
}


.gray_top{
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    background-color: #f3f3f3;
    display: table;
    width: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
}

/** gallery **/
.gallery{
    display: table;
    width: 100%;
}
.gallery h1{
    font: bold 30px Arial;
    color: #262626;
    text-align: center;
    margin: 50px 0px;
}
.block_gallery{
    float: left;
    width: 316px;
    height: 269px;
    background: url(../img/project_1.jpg);
    background-size: cover;
    margin-right: 10px;
}
.block_gallery_text{
    width:289px;
    height: 54px;
    margin: 0 auto;
    background-color: #1a8cd9;
    font: bold 14px Arial;
    color: #ffffff;
    text-align: center;
    line-height: 54px;
    position: absolute;
    margin-top: 236px;
    margin-left: 12px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.block_gallery_text div{
  display: inline-block;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
}
.block_gallery_arrow{
    float: right;
    width: 102px;
    height: 269px;
    background: url(../img/arrow_gallery.png);
    margin: 0px -72px 0px -10px;
}

/** slider **/
.slider{
    margin-top: 75px;
    width: 85%;
    margin: 0 auto;
}
.slider h1{
    font: bold 30px Arial;
    color: #262626;
    text-align: center;
    margin: 50px 0px;
}
.slider_logo img{
    height: 50px;
    max-width: 150px;
    margin: 0px 20px;
}

.slick-slider {
  margin-bottom: 0px;
}

.slick-prev{
    width: 78px;
    height: 78px;
    background: url(../img/slider_arrow.png);
    margin-top: -40px;
    margin-left: -54px;
}
.slick-next{
    width: 78px;
    height: 78px;
    background: url(../img/slider_arrow.png) 82px 0px;
    margin-top: -40px;
    margin-right: -54px;
}
.slick-prev:hover{
    background: url(../img/slider_arrow.png) 0px -90px;
}
.slick-next:hover{
    background: url(../img/slider_arrow.png) 82px -90px;
}
.slick-prev:before {
  content: '';
}
.slick-next:before {
  content: '';
}


.btn_l_slider{
    width: 78px;
    height: 78px;
    background: url(../img/slider_arrow.png);
}
.btn_r_slider{
    width: 78px;
    height: 78px;
    background: url(../img/slider_arrow.png) 82px 0px;
}

.btn_l_slider:hover{
    background: url(../img/slider_arrow.png) 0px -90px;
}
.btn_r_slider:hover{
    background: url(../img/slider_arrow.png) 82px -90px;
}

.breadcrumb > li + li:before {  content: ""; }
.breadcrumb {
    background-color: #ffffff;
    border-bottom: solid 1px #e6e6e6;
}


.pages{
    background-color: #ffffff;
    border-bottom: solid 1px #e6e6e6;
    border-left: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.footer{
    margin-top: 50px;
    background-color: #ffffff;
}

.footer_link{
    width: 100%;
    text-align: center;
}
.footer_link a{
    font: normal 13px Arial;
    color: #262626;
    display: table;
    margin: 0 auto;
    line-height: 30px;
    border-bottom: solid 1px #1a8cd9;
}
.footer_link a:visited{
    text-decoration: none;
}
.footer_link a:hover{
    text-decoration: none;
    color: #0088cc;
    border-bottom: solid 1px #0088cc;
}

.footer_block{
    font: normal 13px Arial;
    color: #8e8e8e;
}
.footer_block{
    margin: 20px auto;
    width: 100%;
}
.footer_block td{
    vertical-align: top;
}
/**/
.block_zakaz_line{
    width: 100%;
    height: 100px;
    display: table;
    background-color: #f3f3f3;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.block_zakaz_btn{
    width: 100%;
    height: 100px;
    background-color: #1a8cd9;
    font: Bold 30px Arial;
    color: white;
    text-align: center;
    line-height: 100px;
}
.ico_zapros{
    width: 53px;
    height: 42px;
    background: url(../img/ico_zapros.png) no-repeat;
    float: left;
    margin: 25px 10px 0px 0px;
}
.ico_zapros_arroew{
    width: 23px;
    height: 42px;
    background: url(../img/ico_zapros_arroew.png) no-repeat;
    float: left;
        margin: 42px 0px 0px 20px;   
}
.block_zakaz_frm{
    display: table;
    margin: 0 auto;
}












.navbar {
  border-radius: 0px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 0px;
}




.navbar-inverse {
    background-image: none ;
    background-color: #333333;
    border-color: white;
    width: 100%;
    display: table;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
  /* border-color: #101010; */
}


      /* Customize the navbar links to be fill the entire space of the .navbar */
      .navbar{
        border: none;
      }      
      
      .navbar .navbar-inner {
        padding: 0;
      }
      .navbar .nav {
        margin: 0;
        width: 100%;
      }
      .navbar .nav li {
        display: table-cell;
        /** width: 1%; **/
        float: left;
      }
      .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        color: #ffffff;
        font: normal 14px Arial;
        /** border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1); **/
      }
      .navbar .nav li:first-child a {
        border-left: 0;
        /** border-radius: 3px 0 0 3px; **/
      }
      .navbar .nav li:last-child a {
        border-right: 0;
        /** border-radius: 0 3px 3px 0; **/
      }
    .nav > li > a {
      padding: 17px 5px;
    }
    .nav > li > a:hover,
    .nav > li > a:focus {
      text-decoration: none;
      background-color: #191919;
    }


    .nav_service{
        width: 140px;
        border-left: solid 1px #3b3b3b;
    }
    .nav_service .short{ display: none; }
    
    .nav > .nav_service > a:hover{
        background: url(../img/bg_s.png);
    }
    
    .navbar .nav .nav_service a{
        color: #56ca87;
        font-size: 13px;
    }
    .navbar .nav .nav_service a:hover{
        color: #ffffff;
    }
    
    .navbar .nav .nav_service{
        /**margin-top: -50px;
        margin-top: 1px;
        margin-right: 210px;**/
        float: right;
    }
    .nav_service span{
        display: table;
        width: 27px;
        height: 26px;
        background: url(../img/icon_service.png);
        margin-top: -6px;
        float: left;
    }
    .nav_service:hover span{
        background: url(../img/icon_service.png) 0px -41px;
    }
    
    
    .nav_price{
        width: 205px; 
        border-left: solid 1px #3b3b3b;
    }
    .nav_price .short { display: none; }
    .nav_price:hover span{
        background: url(../img/icon_price.png) 0px -41px;
    }
    .nav > .nav_price > a:hover{
        background: url(../img/bg_p.png);
    }
    
    .navbar .nav .nav_price {
        /** margin-top: -49px;**/
        float: right;
    }
    .navbar .nav .nav_price a{
        color: #419cda;
        font-size: 13px;
    }
    .navbar .nav .nav_price a:hover{
        color: #ffffff;
    }
    .nav_price span{
        display: table;
        width: 27px;
        height: 26px;
        background: url(../img/icon_price.png);
        margin-top: -6px;
        float: left;
    }



    .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
      background-color: #191919;
      /* border-color: #337ab7; **/
    }
    .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 5px 0;
      margin: 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #191919;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 0px solid #ccc;
      border: 0px solid rgba(0,0,0,.15);
      border-radius: 0px; 
      -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
      box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
    .dropdown-menu>li>a {
      color: #333;
    }
    
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
      color: #262626;
      text-decoration: none;
      background-color: #191919;
    }
    .dropdown-menu .divider {
      height: 1px;
      width: 100%;
      margin: 14px 0;
      overflow: hidden;
      background-color: #212121;
    }
    .dropdown-menu .dividerB {
      height: 1px;
      width: 100%;
      margin: 14px 0px -5px 0px;
      overflow: hidden;
      background-color: #212121;
    }
    .dropdown-menu .dividerT {
      height: 1px;
      width: 100%;
      margin: -5px 0px 14px 0px;
      overflow: hidden;
      background-color: #212121;
    }
    .dropdown-menu > li > a:hover {
        color: #008bd5;
    }
    
    
    .nav_line{
        background-color: #282828;
        display: table;
        width: 100%;
    }
    .nav_line ul{
        margin: 0;
    }
    .icon_m{
        width: 100px;
        height: 90px;
    }
    .nav-pills > li >a{
        text-align: center;
        color: #ffffff;
        font: normal 15px "HeliosCondRegular",Conv_HeliosCondLightC,Arial;
        text-shadow: #0a0a0a -2px 2px 1px;
        padding: 8px 5px;
        border-radius: 0px;
        height: 140px;
        
    }
    .nav-pills>li {
        width: 16.4%;
    }
    .nav-pills>li>a:hover {
      background-color: #191919;
      color: #008bd5;
    }
    

    
    .i_led{ background: url(../img/icon_menu.png); margin: 0 auto; }
    .i_sport{ background: url(../img/icon_menu.png)  -232px 0px;  margin: 0 auto; }
    .i_referee{ background: url(../img/icon_menu.png)  -475px 0px;  margin: 0 auto; }
    .i_rent{ background: url(../img/icon_menu.png)  -708px 0px;  margin: 0 auto;}
    .i_azs{ background: url(../img/icon_menu.png)  -956px 0px;  margin: 0 auto;}
    .i_media{ background: url(../img/icon_menu.png)  193px 0px;  margin: 0 auto;}
    
    
    .nav-pills>li>a:hover .i_led{ background-position: 0px -138px; }
    .nav-pills>li>a:hover .i_sport{  background-position: -232px -138px;}
    .nav-pills>li>a:hover .i_referee{   background-position: -475px -138px;}
    .nav-pills>li>a:hover .i_rent{   background-position: -708px -138px;}
    .nav-pills>li>a:hover .i_azs{   background-position: -956px -138px;}
    .nav-pills>li>a:hover .i_media{   background-position: 193px -138px;}

    .icon_m_m{
        width: 42px;
        height: 37px;
        float: left;
        margin-right: 6px;
        margin-top: 7px;
    }
    
    .i_led_m{ background: url(../img/icon_menu2.png);}
    .i_sport_m{ background: url(../img/icon_menu2.png)  -374px 0px; }
    .i_referee_m{ background: url(../img/icon_menu2.png)  -575px 0px; }
    .i_rent_m{ background: url(../img/icon_menu2.png)  -770px 0px; }
    .i_azs_m{ background: url(../img/icon_menu2.png)  -994px 0px; }
    .i_media_m{ background: url(../img/icon_menu2.png)  -188px 0px;}


    .min>li>a:hover .i_led_m{ background-position: 0px -159px; }
    
    .min>li>a:hover .i_sport_m{ background-position: -374px -159px; }
    .min>li>a:hover .i_referee_m{ background-position: -575px -159px; }
    .min>li>a:hover .i_rent_m{ background-position: -770px -159px; }
    .min>li>a:hover .i_azs_m{ background-position: -994px -159px; }
    .min>li>a:hover .i_media_m{ background-position:  -188px -159px;}

    /** .min **/
    .min > li >a {
        text-align: left;
        height: 52px;
        padding: 0px 3px;
        font: normal 13px "HeliosCondRegular",Conv_HeliosCondLightC,Arial;
    }

    .min .i_led_txt{ display: table; padding: 18px 0px; }
    .min .i_sport_txt{ display: table; padding: 4px 0px; }
    .min .i_referee_txt{ display: table; padding: 4px 0px; }
    .min .i_rent_txt{ display: table; padding: 13px 0px; }
    .min .i_azs_txt{ display: table; padding: 18px 0px; }
    .min .i_media_txt{ display: table; padding: 18px 0px; }
    

/** tabs  **/

.catalog{
      margin-left: 100px;
      border: none;
      margin-bottom: 20px;
}
.catalog > li.active > a, .catalog > li.active > a:hover, .catalog > li.active > a:focus {
  font: bold 22px Arial;
  color: #010101;
  cursor: default;
  border: none;
  border-bottom: solid 3px #00a8ff;
  /* background-color: #fff; */
  /* border: 1px solid #ddd;
  border-bottom-color: transparent; */
}

.catalog > li > a {
    font: bold 22px Arial;
    color: #c3c3c3;
    border: none;
    border-radius: 0px;
}

.catalog > li > a:hover, .catalog > li > a:focus {
    text-decoration: none;
    font: bold 22px Arial;
    color: #010101;
    background-color: #ffffff;
    border: none;
}
.catalog > li {
  float: left;
  margin-bottom: -1px;
  margin-left: 50px;
}

.catalog_item{
    display: table;
    width: 100%;
    padding: 14px;
    border-bottom: solid 1px #dedede;
}
.catalog_item:hover{
    background-color: #009fe3;
    color: #ffffff;
    text-decoration: none;
}


.catalog_img{
    width: 70%;
}
.catalog_img img{
    width: 100%;
}
.catalog_txt{
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
    font: bold 20px Arial;
    color: #302d2e;
}
.catalog_item:hover .catalog_txt{
    color: #ffffff;
    text-decoration: none;
}


.dop_block{
    width: 100%;
    padding: 36px 4px 36px 6px;
    font: normal 15px Arial;
    border-bottom: solid 1px #dedede;
    border-left: solid 1px #dedede;
    border-right: solid 1px #dedede;
    background-color: #ffffff;
}
.calc_block{
    display: block;
    width: 246px;
    height: 377px;
    background: url(../img/calc.jpg);
    margin: 8px auto 0px;
}  

.icon_right{
    width: 57px;
    height: 88px;
    float: left;
    background-position: 0px -12px;
    margin-top: -12px;
    margin-right: 5px;
}

.icon_r1{ background-image: url(/template/img/icon_right_1.png); }
.icon_r2{ background-image: url(/template/img/icon_right_2.png); }
.icon_r3{ background-image: url(/template/img/icon_right_3.png); }
.icon_r4{ background-image: url(/template/img/icon_right_4.png); }
.icon_r5{ background-image: url(/template/img/icon_right_5.png); }
.icon_r6{ background-image: url(/template/img/icon_right_6.png); }



.icon_calc{
    float: right;
    width: 52px;
    background-image: url(/template/img/ico_calc.png);
    height: 86px;
    margin-top: -55px;
}
.icon_instore{
    float: right;
    width: 59px;
    background-image: url(/template/img/ico_instore.png);
    height: 49px;
    margin-top: -30px;
}
.icon_service{
    float: right;
    width: 57px;
    background-image: url(/template/img/ico_service.png);
    height: 57px;
    margin-top: -30px;
}





.table_pica{
    width: 90%;
}
.w_full{
    width: 100%;
}

.cont_block_tbl{
    width: 100%;
    margin-bottom: 40px;
}

.cont_block_tbl h2{
    margin: 30px 0px;
}
.cont_block{
    padding: 20px 40px;
    font-style: italic;
}
.cont_block h4{
    font-style: normal;
}
.cont_block span{
    font: normal 13px Arial ;
    color: #797979;
}
.cont_block > .tel{
    float: right;
    font: bold 16px Arial ;
    color: #3e3c3c;
    margin: 10px;
}

.table_pm > tbody  > tr > td {
    padding: 2px;
}



/** Calculator **/



#content_print{
    margin:15px auto;
    text-align:center;
    width:700px;
    position:relative;
    height:100%;
}
#wrapper_print{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:700px;
    overflow:hidden;
    margin-left: 13px;
}
#steps{
    width:700px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
    float:left;
    width:700px;
	/*height:320px;*/
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	/** margin-left:22px; **/
    padding: 0px 0px 0px 30px;

}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:690px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:500px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}
#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;
}
#steps form button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.print{display:none;}

@media print  {
    .header{display:none;}
    .navbar{display:none;}
    .nav_line{display:none;}
    .footer{display:none;}
    .span3{display:none;}
    .no-print{display:none;}
.print{display:table;}

}

/** ***********************/
  /* Большой дисплей */
  @media (max-width: 1200px) { 

    
    .block_cnt { font: bold 17px Arial; }
    .block_cnt_txt { font: bold 12px Arial; }
    .block_cnt_mail div{ font-size: 16px; }
    
    .nav_service { width: 172px; }
    .nav_service span { display: none; }
    
    .nav_price { width: 172px; }
    .nav_price span { display: none; }
    /**.navbar .nav .nav_service {  margin-right: 174px; } **/
    
    .nav-pills>li {   width: 16.4%; }
  }
  
  
  /* От портретного планшета до ландшафтного экрана и настольных дисплеев */
  @media (max-width: 979px) {
    .icon_mail{ display: none; }
    .icon_tel{  display: none; }
    .block_cnt_mail{
        font-size: 15px; 
        margin: 27px 20px 0px 20px;
    }
    .block_cnt_mail {  margin: 12px 0px 0px 0px;}
    .block_cnt {  margin: 2px 0px 0px 12px;}
    
    
    .nav_service span { display: block; }
    .nav_service .txt { display: none; }
    .nav_service { width: 40px; }
    
    .nav_price span { display: block; }
    .nav_price .txt { display: none; }
    .nav_price { width: 40px; }
   /** .navbar .nav .nav_service {  margin-right: 0px;}
    .navbar .nav .nav_price { margin-top: 1px;} **/
    
    .nav > .nav_service > a {
      padding: 0px 5px;
    }
    .nav > .nav_price > a {
      padding: 0px 5px;
    }
    .nav_price span {  margin-top: 8px; }
    .nav_service span {  margin-top: 8px; }
    
    .nav_price .short { display: block; }
    .nav_service .short { display: block; }
    
    .nav-pills>li {   width: 16.4%; }
    .nav-pills > li >a {
      font: normal 12px "HeliosCondRegular",Conv_HeliosCondLightC,Arial;
    }
    .news_b h2 {
      padding-top: 12px;
    }
    .news_b h2 {
      margin: 20px 0px 10px 15px;
      font: bold 16px Arial;
    }
    
    
    .block_kalc h2 {
      margin: 20px 0px 10px 15px;
      font: bold 16px Arial;
    }
    .block_sport h2 {
      margin: 20px 0px 10px 15px;
      font: bold 16px Arial;
    }
    .block_bonus h2 {
      margin: 20px 0px 10px 15px;
      font: bold 16px Arial;
    }
    .block_bonus {   background: url(../img/bg_bonus.png) -129px -20px;}
    
    .block_store h2 {
      margin: 20px 0px 10px 15px;
      font: bold 16px Arial;
    }
    .block_store {   background: url(../img/bg_store.png) -129px 0px;}
    
    .block_gallery {
          width: 231px;
            height: 163px;
    }
    .block_gallery_text {
      width: 201px;
      height: 34px;
      line-height: 35px;
      margin-top: 143px;
      margin-left: 15px;
    }
    .footer_link{ display: none; }
    .copyright{ display: none; }
    
    
    .i_led_m{ display: none; }
    .i_sport_m{ display: none; }
    .i_referee_m{ display: none; }
    .i_rent_m{ display: none; }
    .i_azs_m{ display: none; }
    .i_media_m{ display: none; }
}
  
    
  /* От ландшафтного экрана телефона до потретного планшета */
  @media (max-width: 767px) {  
    .block_cnt { font: bold 12px Arial; }
    .block_cnt_txt { font: bold 12px Arial; }
    .block_cnt_mail{
        font-size: 14px; 
        margin: 27px 10px 0px 10px;
    }
    .block_cnt_mail div{
        font-size: 12px; 
    }
    .news_b{ display: none; }
    .slider{ width: 500px; }
    
    .i_led{ display: none; }
    .i_sport{ display: none; }
    .i_referee{ display: none; }
    .i_rent{ display: none;}
    .i_azs{ display: none;}
    .i_media{ display: none;}
    .nav-pills > li >a {
          height: 74px;
     }
     .block_kalc{
            width: 160px;
            height: 100px;
            background-position: right;
            background-color: #ffffff;
            background-size: 160px; 
            background-repeat: no-repeat;
            border: solid 1px #0c69a8;
            margin: 10px 0px;
     }
     .block_sport{
            width: 160px;
            height: 100px;
            background-position: left;
            background-color: #ffffff;
            background-size: 160px;
            background-repeat: no-repeat; 
            border: solid 1px #0c69a8;
            margin: 10px 0px;
     }
     .block_bonus{
            width: 160px;
            height: 100px;
            background-position: right;
            background-color: #ffffff;
            background-size: 160px; 
            background-repeat: no-repeat;
            border: solid 1px #0c69a8;
            margin: 10px 0px;
     }
     .block_store{
            width: 160px;
            height: 100px;
            background-position: right;
            background-color: #ffffff;
            background-size: 160px; 
            background-repeat: no-repeat;
            border: solid 1px #0c69a8;
            margin: 10px 0px;
     }
  
  
    .block_gallery {
          width: 200px;
          height: 163px;
    }
    .block_gallery_text {
      width: 200px;
      height: 34px;
      line-height: 35px;
      margin-top: 143px;
      margin-left: 0px;
    }

}

  /* Landscape - телефоны */
  @media (max-width: 680px) {  
        .block_cnt{
            margin: 5px 0px 10px 5px;
            text-align: right;
        }
        .nav-pills>li {   width: 16%; }
        .nav-pills > li >a {
          height: 74px;
        }
     .slider{ display: none; }
     .block_gallery{
        width: 300px;
        height: 200px;
        float: none;
        margin: 0 auto 20px;
     }   
    .block_gallery_text {
      width: 200px;
      height: 34px;
      line-height: 35px;
      margin-top: 183px;
      margin-left: 49px;
    }  
    .icon_m {
      width: 74px;  
      height: 55px;
    }
    
    .i_led_txt{ display: none; }
    .i_sport_txt{ display: none; }
    .i_referee_txt{ display: none; }
    .i_rent_txt{ display: none;}
    .i_azs_txt{ display: none;}
    .i_media_txt{ display: none;}
    
    
    .i_led{ background: url(../img/icon_menu.png) 14px 3px; margin: 0 auto; display: block;  background-size: 660px 125px;}
    .i_sport{ background: url(../img/icon_menu.png)  -96px 3px;  margin: 0 auto; display: block;  background-size: 660px 125px; }
    .i_referee{ background: url(../img/icon_menu.png)  -210px 0px;  margin: 0 auto; display: block;  background-size: 660px 125px; }
    .i_rent{ background: url(../img/icon_menu.png)  -320px 0px;  margin: 0 auto; display: block;  background-size: 660px 125px;}
    .i_azs{ background: url(../img/icon_menu.png)  -438px 0px;  margin: 0 auto; display: block;  background-size: 660px 125px;}
    .i_media{ background: url(../img/icon_menu.png)  104px 0px;  margin: 0 auto; display: block;  background-size: 660px 125px;}
    
    
    .nav-pills>li>a:hover .i_led{ background-position: 14px -72px; }
    .nav-pills>li>a:hover .i_sport{  background-position: -96px -72px;}
    .nav-pills>li>a:hover .i_referee{   background-position: -210px -75px;}
    .nav-pills>li>a:hover .i_rent{   background-position: -320px -75px;}
    .nav-pills>li>a:hover .i_azs{   background-position: -438px -75px;}
    .nav-pills>li>a:hover .i_media{   background-position: 104px -75px;}
    

    
    .i_led_m{ display: block; }
    .i_sport_m{ display: block; }
    .i_referee_m{ display: block; }
    .i_rent_m{ display: block; }
    .i_azs_m{ display: block; }
    .i_media_m{ display: block; }
  
    .min .i_led_txt{ display: none; }
    .min .i_sport_txt{ display: none; }
    .min .i_referee_txt{ display: none; }
    .min .i_rent_txt{ display: none;}
    .min .i_azs_txt{ display: none;}
    .min .i_media_txt{ display: none;}
    
  }
   /* Landscape - телефоны */
  @media (max-width: 480px) {  
        .block_cnt{
            margin: 5px 0px 10px 5px;
            text-align: right;
        }
    
  }

 
 
