
.manito-noshow{
display: none;
}
.manito-show{
     text-align:center;

}
.btnWhite{
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color:transparent;
    color: #fff;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 15px;}

.btn{-moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #fbaf3f;
    color: #fff;
    font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 15px;}

.jugadores{
 display: inline-block;
transition: all 0.5s;
border-radius: 5px;
top: 10px;
position: relative;

background-color:transparent;
color: #fff;
height:30px;


text-transform: uppercase;
letter-spacing: 0.08em;
white-space: normal;
font-size: 15px;
font-family: "Roboto","HelveticaNeue","Helvetica Neue",sans-serif;
font-weight: 700;
}

.funnyimage{
    display: inline-block;
/*padding: 30px;*/
transition: all 0.5s;
border-radius: 5px;
top: 110px;
position: fixed;

background: none;
    height:300px;
}
.drums    {

    -webkit-animation-name: drummos;
    -webkit-animation-delay: 5.5s;
    -webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;

display: inline-block;
padding: 30px;
transition: all 0.5s;
border-radius: 5px;
position: absolute;
top: 20%;
background: none;
    height:300px;
}
 
@-webkit-keyframes drummos {
    0% {
        opacity: 1;
      }
      100% {
        opacity: 0;
 
      }
}

    .zoombies {
        -webkit-animation-name: zom;
        -webkit-animation-delay: 5.5s;
        -webkit-animation-duration: .3s;
        -webkit-animation-fill-mode: both;

        display: inline-block;
        
        transition: all 0.5s;
        border-radius: 5px;
  
        top: 20%;
        background: none;       
        height:300px;
        }           
         @-webkit-keyframes zom {
                0% {
                    opacity: 0;
                  }
                  100% {
                    opacity: 1;
             
                  }
            }


            .modal {
                display: none; /* Hidden by default */
                position: fixed; /* Stay in place */
                z-index: 1; /* Sit on top */
                padding-top: 100px; /* Location of the box */
                left: 0;
                top: 0;
                width: 100%; /* Full width */
                height: 100%; /* Full height */
                overflow: auto; /* Enable scroll if needed */
                background-color: rgb(0,0,0); /* Fallback color */
                background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
              }
              
              /* Modal Content */
              .modal-content {
                background-color: #fbaf3f;
                margin: auto;
                padding: 10px;
               /* border: 1px solid #888;*/
                width: 80%;
                border:0px;
              }
              
              /* The Close Button */
              .close {
        
                float: right;
                font-size: 28px;
                font-weight: bold;
              }
              
              .close:hover,
              .close:focus {
                color: #000;
                text-decoration: none;
                cursor: pointer;
              }


        
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  background-color: black;
}

.nav-item {
  background-color: black;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(205,108,38,0.75);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
  /*color: rgba(205,108,38,0.75);*/
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  color: rgba(205,108,38,0.75);
}

@font-face {
    font-family: 'Tahoma';
    src: url('../font/Tahoma/Tahoma.eot');
    src: url('../font/Tahoma/Tahoma.eot?#iefix') format('embedded-opentype'),
    url('../font/Tahoma/Tahoma.woff') format('woff'),
    url('../font/Tahoma/Tahoma.ttf') format('truetype'),
    url('../font/Tahoma/Tahoma.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 17px;
    background-color: #071319;
    width:100%;
}

.wrapper{
    display: block;
    overflow: hidden;
    max-width: 2000px;
    margin:  0 auto;
    background-color: #071319;
    background-image: url("../images/fon.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}
.wrapper_h{
    background-image: url("../img/fon_h.jpg");
}

.container {
    max-width: 1024px;
    min-width: 320px;
    margin:  0 auto;
    display: block;
}


p{
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 15px;
    margin: 10px 0 12px 0;
}
a{
    color: #e1a02e;
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 15px;
    line-height: 15px;
    margin: 0px 0 10px 0;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
h1, .font1{
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 0px 0 15px 0;
    font-weight: bold;
}
h1{
    text-align: center;
}
.font2  h2{
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 0px 0 15px 0;
    font-weight: bold;
    text-align: left;
}
h2{
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin: 0px 0 15px 0;
    font-weight: bold;
    text-align: center;
}
h3, .font3{
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 25px 0 45px 0;
    font-weight: bold;
}

.section1{
    padding-top: 30px;
}
.block_text p{
    text-indent: 15px;
}
.menu{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 10px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #1d242b;
}
.menu li{
    display: inline-block;
    vertical-align: top;
}
.menu li a{
    font-family: Arial,  Verdana, "Helvetica CY",  sans-serif;
    font-size: 15px;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 6%;
    display: block;
    margin: 0;
}
.menu li a:hover{
    text-decoration: none;
}
.menu li:first-child a{
    padding-left: 0;
}
.menu li:last-child a{
    padding-right: 0;
}









.section2{
    padding: 5px 0 0 0;
}
.sety_center{
    text-align: center;
    padding-top: 5px;
}
.soc_item{
    width: 80px;
    height: 30px;
    border-radius: 2px;
    padding: 2px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.soc_item.s_vk{
    background: #41658b;
}
.soc_item.s_fb{
    background: #39579a;
}
.soc_item.s_tw{
    background: #00abf0;
}
.soc_item.s_gg{
    background: #be3308;
}
.icon_s{
    height: 100%;
    width: 25px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}
.s_vk .icon_s{
    background-image: url('../img/s_vk.png');
}
.s_fb .icon_s{
    background-image: url('../img/s_fb.png');
}
.s_tw .icon_s{
    background-image: url('../img/s_tw.png');
}
.s_gg .icon_s{
    background-image: url('../img/s_gg.png');
}
.s_vk .icon_s:hover{
    background-color:#839bb3;
}
.s_fb .icon_s:hover{
    background-color:#7e92bd;
}
.s_tw .icon_s:hover{
    background-color:#73d1f7;
}
.s_gg .icon_s:hover{
    background-color:#d8856b;
}
.s_vote{
    font-size: 11px;
    color: #fff;
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
}
.land_block{
    text-align: right;
}
.wrap_arrow-head {
    display: inline-block;
    text-align: left;
    position: relative;
/*    overflow: hidden;*/
}
.leng{
    width: 130px;
    border-radius: 5px 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40687d+0,254357+40,254357+60,40687d+100 */
    background: rgb(64,104,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,104,125,1) 0%, rgba(37,67,87,1) 40%, rgba(37,67,87,1) 60%, rgba(64,104,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(64,104,125,1) 0%,rgba(37,67,87,1) 40%,rgba(37,67,87,1) 60%,rgba(64,104,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(64,104,125,1) 0%,rgba(37,67,87,1) 40%,rgba(37,67,87,1) 60%,rgba(64,104,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40687d', endColorstr='#40687d',GradientType=0 ); /* IE6-9 */
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
}

.leng div{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.leng img{
    display: inline-block;
    vertical-align: middle;
}
.ul_leng{
    display: none;
    position: absolute;
    list-style: none;
    z-index: 3;
    top: 100%;
    right: 0;
    padding: 5px 5px;
    background:#10212d;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    margin: 0;
}
.ul_leng li, .ul_leng li a{
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    font-family: Arial,  Verdana, "Helvetica CY",  sans-serif;
    font-weight: bold;
    padding: 5px 0;
    cursor: pointer;
}
.ul_leng img, .ul_leng li div{
    display: inline-block;
    vertical-align: middle;
}
.ul_leng img{
    margin-right: 5px;
}
.ul_leng li:hover, .ul_leng li:hover a{
   color: #e1a02e;
}


.arrow-head {
    width: 24px;
    height: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40687d+0,254357+40,254357+60,40687d+100 */
    background: rgb(64,104,125); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(64,104,125,1) 0%, rgba(37,67,87,1) 40%, rgba(37,67,87,1) 60%, rgba(64,104,125,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(64,104,125,1) 0%,rgba(37,67,87,1) 40%,rgba(37,67,87,1) 60%,rgba(64,104,125,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(64,104,125,1) 0%,rgba(37,67,87,1) 40%,rgba(37,67,87,1) 60%,rgba(64,104,125,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40687d', endColorstr='#40687d',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.arrow-head:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    top: 43%;
    left: 24%;
}
.arrow-head.arrow-open:before{
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent #ffffff  transparent;
}




.section3{
    padding: 15px 0 10px;
}
.banner970{
    margin: 0px auto;
    text-align: center;
}
.banner970 img{
    width: auto;
    max-width: 100%;
    max-width: 100%;
}

.button_block{
    position: relative;
    height: 515px;
    float: none;
    margin: 0 25% 0 25%;
}
.timer_block{
    margin-top: -515px;
 /*   margin-top: -530px;*/
}
.number_block{
    float: right;
    margin-top: -515px;
}
.wrap_btn_help{
    text-align: center;
    position: relative;
    z-index: 2;
}
.btn_help{
    width: 74px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-image: url("../img/butt_sprite.png");
    margin: 5px 3px;
    text-transform: uppercase;
}
.btn_help1:hover{
    background-position: -99px 1px;
}
.btn_help1{
    background-position: -100px -59px;
}
.btn_help2:hover{
    background-position: 0px 1px;
}
.btn_help2{
    background-position: 0px -59px;
}
.btn_help3:hover{
    background-position: -200px 1px;
}
.btn_help3{
    background-position: -201px -59px;
}

.btn_help1.activ,
.btn_help2.activ,
.btn_help3.activ{
   opacity: 0.5;
}



/*.btn_help1{
    background-position: center center;
    background-image: url("../img/help1.png");
}
.btn_help1:hover{
    background-image: url("../img/help1_h.png");
}
.btn_help2{
    background-image: url("../img/help2.png");
}
.btn_help2:hover{
    background-image: url("../img/help2_h.png");
}
.btn_help3{
    background-image: url("../img/help3.png");
}
.btn_help3:hover{
    background-image: url("../img/help3_h.png");
}
*/
.wrap_volum{
    text-align: center;
    margin: 100px 0 25px 0;
}
.wrap_volum .icon{
    width: 50px;
    height: 45px;
    display: inline-block;
    background-image: url("../img/volum.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.logo{
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}

.logo img {
    position: relative;
    max-height: inherit;
    top: -65px;
    left: 50%;
    margin-left: -490px;
    width: 120%;
}










.radialtimer {
    width: 170px;
    height: 170px;
    position: relative;
    /* top: 50%; */
    /* left: 50%; */
    margin: 15px auto;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 2px solid #eee;
}
.radialtimer .n {
    position: absolute;
    width: 170px;
    height: 170px;
    background: #161f26;
    border: 15px #3d454b solid;
    border-radius: 50%;
    text-align: center;
    line-height: 120px;
    font-family: "Open Sans", Arial;
    font-size: 24px;
    color: #fff;
}

.r_text{
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 55%;
    text-align: center;
    width: 100%;
    font-family: "Open Sans", Arial;
    text-transform: uppercase;
}

.radialtimer .slice {
    position: absolute;
    width: 170px;
    height: 170px;
    clip: rect(0px, 170px, 170px, 85px);
}
.radialtimer .slice.nc {
    clip: rect(auto, auto, auto, auto);
}
.radialtimer .slice .pie {
    border: 15px #e3a335 solid;
    position: absolute;
    width: 170px;
    height: 170px;
    clip: rect(0px, 85px, 170px, 0px);
    border-radius: 50%;
    transition: all 1s linear;
    z-index: 1;
}

.shag{
    font-size: 18px;
    font-family: 'Tahoma';
    color: #e1a02e;
    line-height: 22px;
    margin-bottom: 8px;
    padding: 0px 10px 1px 10px;
    background: transparent;
    width: 165px;
}
 .shag_line{
        color: #fff;
    }
.shag_activ{
    font-weight: bold;
    color: #fff;
    background-image: url("../img/step_activ.png");
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: cover;*/
}

.number1{
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.shag_activ .number2{
    color: #000;
    font-weight: normal;
}



.wrap_bann336{
    text-align: center;
    margin-bottom: 2px;
}
.bann336{
    width: 336px;
/*    margin: 2px 2px;*/
    display: inline-block;
    max-width: 100%;
/*    height: 280px;*/
    max-height: 100%;
 /*   background: #cccccc;*/
}
.bann336 img{
    width: auto;
    max-width: 100%;
    max-width: 100%;
}




.quest{
    padding: 15px 20%;
    background-image: url("../img/quest.png");
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    display: table;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    min-height: 80px;
    font-family: Arial,  Verdana, "Helvetica CY",  sans-serif;
    margin-bottom: 20px;
     width: 100%;
}
 .quest  span {
    display: table-cell;
    vertical-align: middle;
}

.answ_block{
    position: relative;
}
.number_center{
    position: absolute;
    /*top: 50%;*/
    margin-top: -10px;
    margin-left: -23px;
    left: 50%;
    width: 46px;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Tahoma',Arial,  Verdana,   sans-serif;
}
.answ_row{
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px;
}
.answ_row:last-child{
    margin-bottom: 3px;
}
.answ{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    float: left;
}

.answ_inside{
    padding: 0px 5%;
    background-image: url("../img/sprite_ans.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 310px;
    text-align: center;
    display: table;
    width: 340px;
    font-size: 18px;
    line-height: 22px;
    height: 40px;
    overflow: hidden;
    font-family: Arial,  Verdana, "Helvetica CY",  sans-serif;
    margin: 0 auto;
}
.ahov .answ_inside:hover{
    background-position: 0 -52px;
}
.ahov .answ_inside:hover {
     background-position: 0 -52px;
   /* -webkit-tap-highlight-color: rgba(0,0,0,0);*/
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    }

 .answ_inside.selected {
      background-position: 0 -52px;
    /* -webkit-tap-highlight-color: rgba(0,0,0,0);*/
     -webkit-user-select: none;
     -webkit-touch-callout: none;
     }
.answ_inside.answ_true{
    background-position: 0 -134px;
}
/*.answ_inside:hover{
    background-image: url("../img/answ_activ.png");
}
.answ_inside.answ_true{
    background-image: url("../img/answ_true.png");
}*/
.answ_text{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.answ_row .answ:first-child{
    padding-left: 13%;
}
.answ_row .answ:last-child{
    padding-right: 13%;
}
.ans_1{
    color: #e1a02e;
}
.ahov .answ_inside:hover .ans_1{
    color: #fff;
}
.ahov .answ_inside:hover .ans_2{
    color: #000;
}

.answ_inside.selected .ans_1{
  color: #fff;
}
.answ_inside.selected .ans_2{
  color: #000;
}

.section7{
    padding-top: 10px;
}
.section8{
    padding-top: 30px;
}
.section8 .block_text{
    padding-left: 35px;
}
.copy{
    font-size: 12px;
    line-height: 14px;
    color: #acacac;
    text-align: center;
}

.section10{
    padding: 10px  0 0 0;
}
.title_marg{
    margin: 20px 0 20px 0;
}
.img_l{
    float: left;
    margin: 0 15px 15px 0;
/*    width: 336px;
    height: 280px;
    background: #cccccc;*/
}
.block_h p{
    margin: 0 0 10px 0;
}

.table{
    display: table;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px;
    border-radius: 2px;
}
.tr{
    display: table-row;
}
.tr .td{
    padding: 13px 10px 13px 10px;
    display: table-cell;
}
.td:first-child {
    border-right:  1px solid #fff;
    width: 75px;
    font-weight: bold;
    text-align: center;
}
.tr:nth-child(2n){
    background: #0b1319;
}
/*.img_l img{
    width: 336px;
    height: 280px;
}*/
.arrow_nav_wrap{
    display: none;
}
.ar_up,
.ar_down{
    display: block;
    height: 31px;
    width: 26px;
  /*  margin: 5px auto;*/
    background-repeat: no-repeat;
}
.ar_up{
    background-image: url('../img/ar_up.png');
    background-position: 0 0;
    margin: 0px auto 10px auto;
}
.ar_down{
    background: url('../img/ar_down.png');
    background-position: -30px 0;
    margin: 0px auto 0px auto;
}
.ar_up:hover{
    background-image: url('../img/ar_up.png');
    background-position: -30px 0;
}
.ar_down:hover{
    background: url('../img/ar_down.png');
     background-position: 0 0;
}
.ul_site{
    margin-bottom: 15px;
}
.ul_site li{
    padding-left: 10px;
    margin-bottom: 13px;
}
.section16 h3, .section16 .font3{
    margin-top: 60px;
}
.qust_it{
    font-style: italic;
    font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.qust_it span{
    color: #e1a02e;
}
.str{
     font-family: Verdana, Arial, "Helvetica CY",  sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.hidd_text{
    display: none;
}
.footer{
    padding-bottom: 10px;
}
.img2{
    display: none;
}
.img6{
    display: none;
}
.img5{
    display: none;
}

.info-page h2{
    font-family: Verdana, Arial, "Helvetica CY", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 20px 0;
    font-weight: bold;
    text-align: left;
}
.info-page table{
    float: none;
    border: 1px solid #fff;
}
.info-page table td{
    padding: 13px 10px;
    vertical-align: top;
}
.info-page table td:first-child{
    border-right: 1px solid #fff;
}
.info-page table tr:nth-child(2n) {
    background: #0b1319;
}
.info-page ul li {
    padding-left: 10px;
    margin-bottom: 13px;
}
.info-page blockquote{
    margin: 0;
}
.info-page blockquote p{
    font-style: italic;
    font-family: Verdana, Arial, "Helvetica CY", sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    text-indent: 0;
    font-weight: bold;
}
.info-page blockquote strong{
        font-family: Verdana, Arial, "Helvetica CY", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 25px;
    margin: 20px 0;
    font-weight: bold;
}
.info-page blockquote em{
    color: #e1a02e;
}
.info-page .small-baner{
    float: left;
    margin: 0 15px 15px 0;
}
.banner{
    overflow: hidden;
}
.ul_leng li div{
    width: calc(100% - 30px);
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .block_menu{
        padding-right: 0;
    }
    .answ_row .answ:first-child {
        padding-left: 13%;
    }
    .answ_row .answ:last-child {
        padding-right: 13%;
    }
    .quest{
        /*background-image: url("../img/quest2.png");*/
    }
    .answ_row{
      /*  background-image: url("../img/line2.png");*/
    }
}


@media (max-width: 992px) {
    .img1{
        display: none;
    }
    .img2{
        display: block;
    }
    .sety_center{
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
        width: 48%;
    }
    .land_block{
        padding-left: 0;
        padding-right: 0;
        width: 10.3333%;
        padding-top: 5px;
    }
    .block_menu{
        padding-right: 0px;
    }

    .leng, .ul_leng{
        width: 75px;
        padding: 2px 2px;
    }
    .ul_leng span{
        display: none;
    }
    #leng-text span{
        display: none;
    }
    .quest {
        padding: 15px 7%;
    }
    .answ_row .answ:first-child {
        padding-left: 0;
    }
    .answ_row .answ:last-child {
        padding-right: 0;
    }
    .logo img {
        position: absolute;
        max-width: inherit;
        max-height: inherit;
        top: -25px;
        left: 50%;
        margin-left: -240px;
        width: 142%;

 /*       position: absolute;
        max-width: inherit;
        max-height: inherit;
        top: -25px;
        left: 50%;
        margin-left: -230px;
        width: 135%;*/
    }

    .number_block {
        float: right;
        margin-top: -475px;
    }
    .button_block {
        height: 480px;
    }
    .section8 .block_text{
        padding-left: 0;
    }
}
@media (min-width: 768px){
    .container {
        width: auto;
    }
}
@media (min-width: 767px){
    .container {
        width: 750px;
    }

}
@media (min-width: 992px){
      .container {
        width: 1024px;
        max-width: 100%;
    }
}

@media (max-width: 766px) {
/*
@media (max-width: 768px) {*/
    .container_pl{
        width: 320px;
    }
    h1{
        text-align: center;
    }
    .block_menu{
        width: auto;
        float: none;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .sety_center{
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .land_block{
        width: 100%;
        text-align: center;
    }
    .leng{
        margin: 0 auto 0 auto;
    }
    .wrap_arrow-head{
        margin-bottom: 10px;
    }
     .leng, .ul_leng{
        width: 130px;
        padding: 5px 5px;
    }
     .ul_leng span{
        display: inline;
    }
    .banner970 {
        width: 290px;
       /* height: 90px;*/
    }
    .button_block {
        position: relative;
        height: inherit;
        width: 100%;
        margin: 0 auto 30px auto;
        padding-bottom: 70px;
    }
    .wrap_btn_help{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .logo img {
        position: relative;
  /*      max-width: 100%;
        max-height: 100%;
        top: inherit;
        left: inherit;
        margin-left: auto;
        width: auto;*/
        max-height: inherit;
        top: 8%;
        left: 50%;
        margin-left: -310px;
        width: 170%;
    }
    .timer_block {
        margin-top: 0;
        float: right;
        width: 32%;
        padding-left: 0;
    }
    .ins_timer_block{
        background: #3f454b;
        height: 110px;
        border: 1px solid #fff;
        border-radius: 0 5px  5px 0;
        border-left: none;
        display: block;
       /* margin-right: 25%;*/
    }
    .number_block {
        float: left;
        margin-top: 0;
        width: 68%;
        padding-right: 0;
    }
    .ins_number_block{
        height: 110px;
        border: 1px solid #fff;
        border-radius: 5px 0 0 5px;
        border-right: none;
        background: #151c23;
        display: block;
        padding: 15px 0 15px 0;
        overflow: hidden;
        position: relative;
    /*    margin-left: 25%;*/
    }
    .arrow_nav_wrap{
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 0 5px;
    }
    .shagi{
        bottom: 0;
        left: 18%;
        position: absolute;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .wrap_volum {
        display: none;
    }
    .slice{
        display: none;
    }
    .radialtimer {
        width: auto;
        height: auto;
        position: relative;
        top: inherit;
        left: inherit;
        margin: 15px auto;
        border: none;
    }
    .radialtimer .n {
        position: relative;
        width: 100%;
        height: 50px;
        background: transparent;
        border: none;
        line-height: 45px;
        letter-spacing: 5px;
        text-align: center;
    }
    .r_text {
        position: relative;
        top: 0;
        margin: 15px auto 0 auto;
    }
    .r_text {
        font-size: 11px;
    }
    .bann336{
        width: 290px;
      /*  height: 90px;*/
        margin: 0px auto 0px auto;
    }
    .bann336_bottom{
        display: none;
    }
    .quest {
        min-height: 132px;
        background-image: url(../img/quest_m.png);
    }
    .answ {
        display: block;
        width: auto;
        float: none;
    }
    .answ_inside {
        padding: 0px 5%;
/*        background-image: url(../img/answ.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;*/
        width: 100%;
        font-size: 16px;
        line-height: 18px;
        height: 40px;
        margin: 0 auto;
    }
    .answ_inside:first-child{
        margin-bottom: 10px;
    }
    .number_center {
        position: relative;
        top: 0;
        margin-top: 0;
        margin-left: 0;
        margin: 10px auto;
        left: 0;
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        font-family: 'Tahoma',Arial, Verdana, sans-serif;
    }
    .img_l {
        float: none;
        margin: 0 15px 15px 0;
  /*      width: 290px;
        height: 280px;*/
    }
    .tr{
        border-bottom: 1px solid #fff;
        display: block;
    }
    .tr:last-child{
        border-bottom: none;
    }
    .tr .td{
        display: block;
        padding: 13px 10px 13px 10px;
    }
    .td:first-child{
        text-align: center;
        width: auto;
        border:none;
    }
    .hidd_mob{
        display: none;
    }
    .hidd_text{
        display: inline-block;
    }
    .answ_row {
        background: transparent;
    }
    .quest{
        position: relative;
    }
    .answ{
        position: relative;
    }
    .quest:after,.quest:before,
    .answ:after,
    .answ:before{
        content: '';
        position: absolute;
        display: block;
        height: 2px;
        width: 16px;
        background-repeat: no-repeat;
        background-position: center center;
        top: 50%;
        margin-top: -1px;
    }
    .quest:after,.answ:after{

        right: -14px;
    }
    .quest:before,.answ:before{
     
        left: -16px;
    }
    .soc_item{
        width: 65px;
    }
    .icon_s{}
    .s_vote{
        width: 35px;
    }
    .answ_row:last-child .answ:last-child .answ_inside{
        margin-bottom: 0;
    }
    .section8 .block_text {
        padding-left: 0;
    }
    .section8 {
        padding-top: 10px;
    }
    .block_control{
        margin-bottom: 3px;
    }
    .s_vote {
        font-size: 10px;
    }
    .section3 {
        padding: 10px 0 0px 0;
    }
    .radialtimer .n span {
        background-image: url(../img/timer_numb.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: top;
        padding: 2px 0px;
        margin: 0 1px;
        width: 34px;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #6d7176;
    }
    .img2{
        display: none;
    }
    .img5{
        display: inline-block;
    }
    .img4{
        display: none;
    }
    .img6{
        display: inline-block;
    }
    .info-page .small-baner{
        float: none;
        margin: 0 0 15px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
    }
    .section5,
    .section7 .banner970 .adsbygoogle:last-of-type{
        display: none !important;
    }
}

@media (max-width: 500px) {

    .logo img {
        position: relative;
        max-height: inherit;
        top: 8%;
        left: 50%;
        margin-left: -305px;
        width: 142%;
    }
    .ins_timer_block{
        margin-right: 0;
    }
    .ins_number_block{
        margin-left: 0%;
    }
    .number_center{
        display: none;
    }
    h3, .font3 {
        font-size: 17px;
    }
}

/*
 * language menu
 */

.choose_country{
    float: right;
    width: 160px;
    margin-top: 6px;
}
@media screen and (max-width: 766px) {
    .choose_country{
        float: none;
        margin: 6px auto 0;
    }
}
.choose_country-current{
    padding: 1px 10px 3px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to right, #1d3340, #1d3340);
    border-radius: 5px;
    position: relative;
}
.choose_country-current:hover{
    cursor: pointer;
}
.choose_country-current:after,
.choose_country-current:before{
    content: '';
    display: inline-block;
    position: absolute;

}
.choose_country-current:after{
    height: 100%;
    width: 1px;
    right: 25px;
    top: 0;
    background: #1a3747;
    border-right: 1px solid #264355;
}
.choose_country-current:before{
    border: 4px solid transparent;
    border-top: 4px solid #feffff;
    right: 9.5px;
    top: 13px;
}
.choose_country-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin-right: 5px;
    position: relative;
    top: 2px;
    /*background: url(../img/languages.png) no-repeat 0 1px;*/
}

.choose_country-icon_usa{
    background: url("../img/usa_flag.png") no-repeat center center;
    background-size: contain;
}
.choose_country-icon_de{
    background: url("../img/germany_flag.png") no-repeat center center ;
    background-size: contain;
}
.choose_country-icon_sp{
    background: url("../img/spain_flag.png") no-repeat center center ;
    background-size: contain;
}
.choose_country-icon_it{
    background: url("../img/italy_flag.png") no-repeat center center ;
    background-size: contain;
}
.choose_country-icon_uk{
    background: url("../img/uk_flag.png") no-repeat center center ;
    background-size: contain;
}
.choose_country-icon_fr{
    background: url("../img/france_flag.png") no-repeat center center ;
    background-size: contain;
}
.choose_country-icon_ru{
    background: url(../img/languages.png) no-repeat 0 -18px;
}
.choose_country-icon_ua{
    background: url(../img/languages.png) no-repeat 0 -134px;
}
.choose_country-list{
    background: linear-gradient(to right bottom, #091219, #11212e);
    border-radius: 0 0 5px 5px;
    padding: 2px 0;
    position: absolute;
    z-index: 50;
    width: 160px;
    display: none;
}
.choose_country-item{
    display: block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin: 0 10px 7px;
    transition: color .2s linear;
    font-size: 14px;
}
.choose_country-item:hover{
    color: #df992a;
}

.section6{
    margin-top: 10px;
}
.adsbygoogle{
    max-width: 100%;
}
.question_answer{
position: relative;
    z-index: 2;}