body {
    margin:0;
    color:#000;
    /*font: 13px/16px "Arial",sans-serif;*/
    font: 13px "Open Sans",sans-serif;

    background:#fff;
}
img {
    border-style:none;
}
a {
    color:#000;
    outline:none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
a:hover {
    text-decoration:none;
    opacity: 0.5;
    cursor: pointer;
}
* {
    outline:none;
}
input, textarea, select {
    font:100% "Arial",sans-serif;
    vertical-align:middle;
    -webkit-appearance:none;
}
form, fieldset {
    margin:0;
    padding:0;
    border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
    display: block;
}
ul, ol {list-style:none; margin:0 0 10px; padding:0;}
dl {margin:0 0 10px;}
nav ul, nav ol {list-style:none; list-style-image: none; margin:0; padding:0;}
ul li {list-style: none; list-style: none outside;}
p {margin:0 0 15px;}
h1 {font-size:30px; line-height:33px; margin:0 0 20px;}
h2 {font-size:50px; line-height:50px; margin:0 0 18px;}
h3 {font-size:26px; line-height:29px; margin:0 0 16px;}
h4 {font-size:24px; line-height:27px; margin:0 0 14px;}
h5 {font-size:22px; line-height:25px; margin:0 0 12px;}
h6 {font-size:20px; line-height:23px; margin:0 0 10px;}
a { text-decoration:none; outline:none;}
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}
textarea:-moz-placeholder {color:#b9babe;}
textarea::-moz-placeholder {color:#b9babe;opacity:1;}
textarea::-webkit-input-placeholder {color:#b9babe;}
textarea:-ms-input-placeholder {color:#b9babe;}
textarea::placeholder {color:#b9babe;}
input:-moz-placeholder {color:#b9babe;}
input::-moz-placeholder {color:#b9babe;opacity:1;}
input::-webkit-input-placeholder {color:#b9babe;}
input:-ms-input-placeholder {color:#b9babe;}
input::placeholder {color:#b9babe;}
/* =============================================================================
	MAIN
	========================================================================== */
html,body {
    height: 100%;
    margin: 0;
     min-width: 320px;
    -webkit-text-size-adjust: none;
}
#wrapper {
    min-height: 100%;
}
.w1 {
    padding-bottom: 252px; /* footer height */
}
* html #wrapper {
    height: 100%;
}
.container{
    margin: 0 auto;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#header{
    padding: 7px 0;
    border-bottom: 1px solid #BDBCBC;
}
#header .container:after{
    content: '';
    clear: both;
    display: block;
}
.logo {
    float: left;

    margin: 0 10px 0 10px;
}
.logo a{
    position: relative;
    display: block;
    padding: 3px 0 0 140px;
    font: 18px/21px "Open Sans", "Arial", sans-serif;
}
.logo span{
    display: block;
    font: 12px/14px "Arial", sans-serif;
}
.logo a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background:url("../images/bg-logo.png") no-repeat;
    width: 128px;
    height: 36px;
}
.holder-sig-in{
    float: right;

    margin: 14px 8% 0 10px;
}
.sig-in{
    padding: 0 0 0 52px;
    position: relative;
    font: 13px/14px "Arial", sans-serif;
    color: #0074bc;
    text-decoration: underline;
}
.sig-in:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin: -18px 0 0 ;
    background:url("../images/bg-1.png") no-repeat;
    width: 35px;
    height: 35px;
}
.sig-in:hover{
    text-decoration: none;
}
.add-text{
    overflow: hidden;
    padding: 11px 0;
    display: block;
    max-width: 860px;
    margin: 0 auto;
    background: #00b0ff;
    text-align: center;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    font: 18px/20px "Open Sans", "Arial", sans-serif;
    color: #ffffff;
}
.add-text i{
    margin: 0 5px 0 0;
}
.add-text:hover{
    opacity: 0.8;
}
.add-vopros{
    overflow: hidden;
    padding: 11px 0;
    display: block;
    max-width: 860px;
    margin: 0 auto;
    background: #00b0ff;
    text-align: center;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    font: 18px/20px "Open Sans", "Arial", sans-serif;
    color: #ffffff;
}
.add-vopros i{
    margin: 0 5px 0 0;
}
.add-vopros:hover{
    opacity: 0.8;
}
#main.container{
    content: '';
    clear: both;
    display: block;
}
#sidebar{
    float: left;
    width: 214px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu{
    padding: 14px 13px;
}
.menu ul{
    padding: 5px 0 15px;
    margin: 0 0 18px;
    border-bottom: 1px solid #BDBCBC;
}
.menu ul.border{
    border-color: transparent;
}
.menu li{
    margin: 0 0 5px;
}
.menu a{
    display: block;
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0 2px 23px;
}
.menu li.active a {
    background: #f000ff;
    color: #ffffff;
}
.menu a:hover{
    background: #cecece;
}
.menu i{
    margin: 0 10px 0 0;
}
.menu span{
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 6px;
}
#content{
    overflow: hidden;
    background: #f1f1f1;
    padding: 10px;
    border-left: 1px solid #BDBCBC;
}
#nav{
    background: #ffffff;
    margin: 0 0 10px 0;
}
#nav ul{
    text-align: center;
    font-size: 0;
    line-height: 0;
}
#nav li{
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    margin: 0 14px;
}
#nav a{
    color: #0074bc;
    text-decoration: underline;
}
#nav a:hover{
    text-decoration: none;
}
#nav input[type=search]
 {
  background: #FFFFFF;
  border: 1px solid #00b0ff;
  border-radius: 3px;
  padding: 7px 10px;
  width: 124px;
 }
#nav input[type=submit]
 {
  background: #FFFFFF;
  border: 1px solid #00b0ff;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 10px;
 }
#nav.active
 {
  display: block;
 }

.center{
   /* max-width: 1266px; */
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.center:after {
    display:block;
    content:"";
    clear:both;
}
.holder-center{
    background: #ffffff;
    border: 1px solid #dcdbdb;
}
h4{
    font: 22px/20px "Open Sans", "Arial", sans-serif;
    margin: 0 0 25px;
}
.section{
    position: relative;
    padding: 18px 31px 0px;
    margin: 0 0 23px;
}
.section:before{
    content: '';
    position: absolute;
    left: 31px;
    right: 31px;
    bottom: 0;
    border-bottom: 1px solid #BDBCBC;
}
.list-numder{
    margin: 0 0 0 -67px;
    font-size: 0;
    line-height:0;
}
.holder-center .list-numder
 {
  overflow: hidden;
  height: 318px;
 }
.list-numder li{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 5px;
    margin: 0 0 60px 67px;
}
.list-numder .holder-img{
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
    width: 250px;
    height: 132px;
    margin: 0 0 8px;
}
.list-numder .holder-img:hover
 {
  opacity: 0.85;
  overflow: visible;
  z-index: 99;
 }
.list-numder .holder-img img
 {
  display: inline-block !important;
 }
.list-numder .holder-img span{
    opacity: 0;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 5px;
    background: rgba(0, 0, 0, 0.5);
    color: #c6c0c0;
    text-transform: uppercase;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
.list-numder li.complete .holder-img span{
    opacity: 1;
}
.list-numder p{
    margin: 0;
}
.list-numder span{
    display: block;
    font-size: 11px;
    line-height: 10px;
    padding-top:5px;
    color: #999;
}
.list-numder span a{
    color: #999;
    text-decoration: underline !important;
}

/* long name animation */
.list-numder li
 {
  position: relative;
 }
.list-numder li .holder-img
 {
  margin-bottom: 10px;
 }
.list-numder li .holder-img img
 {
  width: 100%;
 }
.list-numder p
 {
 font-weight: bold;
  background: #FFFFFF;
  position: absolute;
  top: 142px;
  overflow: hidden;
  padding-top: 4px;
  width: 250px;
  height: 40px;
 }
.list-numder p:hover
 {
  height: auto;
 }
.list-numder p+span
 {
  padding-top: 38px;
  margin-top: 0;
 }
.list-numder p+span:before
 {
  background: rgba(255,255,255,0.8);
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 10px;
 }

.pass-test{
    color: #ffffff !important;
    text-decoration: none !important;
    display: block;
    max-width: 230px;
    padding: 7px 5px;
    background: #00b0ff;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pass-test:hover{
    opacity: 0.8;
}
#footer {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #d8ebf5;
    height: 320px;
    margin-top: -252px;
    background-color: #2e3338;
}
#footer .container:after {
    display:block;
    content:"";
    clear:both;
}
#footer .container{
    padding: 25px 57px;
}
.footer-bloc{
    float: left;
    width: 40%;
    padding: 0 6% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-inform{
    float: left;
    width: 20%;
    text-align: left;

}
.footer-inform a
 {
  text-decoration: underline;
  color: #FFFFFF;
 }
.footer-inform ul{
    margin: 0;
    padding: 9px 0 0;
}
.footer-inform li{
    margin: 0 0 24px;
}
#footer h3{
    color: #089ce8;
    text-align: center;
    font: 28px/24px "Open Sans", "Arial", sans-serif;
}
h3{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 14px;
}
#footer p{
    margin: 0 0 15px;
}
.table{
    display: table;
    width: 100%;
}
.right-content{
    display: table-cell;
    vertical-align: top;
    width: 320px;
    padding: 18px 33px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dedddd;
    background: #ffffff;
}
.right-content .list-numder{
    margin: 0;
}
.right-content .list-numder li{
    border-bottom: 1px solid #BDBCBC;
    padding: 0 0 13px;
    margin: 0 0 35px 0;
}
.left-content{
    display: table-cell;
    vertical-align: top;
    padding: 0 16px 0 0;
}
.block-test{
    border: 1px solid #dedddd;
    background: #ffffff;
    padding: 20px 32px;
    margin: 0 0 18px;
}
.block-test .group h2{
    float: left;
}
h2{
    font: 22px/24px "Open Sans", "Arial", sans-serif;
    margin: 0 0 14px;

}
.capabilities:after {
    display:block;
    content:"";
    clear:both;
}
.capabilities{
    padding: 2px 0 0;
}
.holder-social{
    float: left;
    width: 33.3%;
}
.holder-social h4{
    margin: 0 0 10px 0;
}
.list-social{
    margin: 0;
    padding: 0 0 8px;
    font-size: 0;
    line-height: 0;
}
.list-social li{
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 4px 0;
}
.list-social a{
    display: block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
}
.list-social a:hover{
    opacity: 0.8;
}
.visit{
    float: right;
    text-align: right;
}
.visit-text{
    display: block;
    font: 18px/20px "Open Sans", "Arial", sans-serif;
    margin: 0 0 7px;
    letter-spacing: 0.03em;
}
.total-visit{
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 8px;
}
.i-list{
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.i-list li{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 15px;
    margin: 0 0 0 18px;
}
.i-list a.o
 {
  color: #00b0ff;
 }
.simvol{
font-size: 11px;
color: #399E45;
vertical-align: top;
}
.embed-website{
    overflow: hidden;
    text-align: center;
    font: 18px/20px "Open Sans", "Arial", sans-serif;
}
.embed-website span{
    display: block;
    margin: 0 0 10px;
}
.embed-website a{
    text-decoration: underline;
}
.embed-website a:hover{
    text-decoration: none;
}
.pagination{
    overflow: hidden;
    text-align: right;
    margin: 0;
    font-size: 0;
    line-height: 0;
    padding: 3px 0 5px 0;
}
.pagination li{
    display: inline-block;
    vertical-align: top;
    margin: 0 14px 5px 0;
}
.pagination li:last-child{
    margin: 0;
}
.pagination a{
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 8px;
    color: #d0d0d0;
    background: #e0e0e0;
    border-bottom: 1px solid #bbbaba;
}
.pagination li.active a,
.pagination a:hover{
    color: #fffffe;
    background: #00b0ff;
    border-bottom: 1px solid #0074ec;
}
.what{
    display: block;
    font-size: 26px;
    line-height: 1.3;
    margin: 0 0 9px;
    color: #1975B1;
   /* color: #00b0ff;*/
}
.block-test .holder-img{
    max-width: 640px;
    margin: 0 0 14px;
}
.block-test  img{
    display: block;
    max-width: 100%;
}
.list-checkbox {
    margin: 0;
    padding: 0 0 0 3px;
}
.list-checkbox li{
    font-size: 0;
    line-height: 0;
    margin: 0 0 12px;
}
.list-checkbox .icheckbox{
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
}
.list-checkbox label{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px;
}

.icheckbox,.iradio
 {
  background: url(/images/blue.png) no-repeat;
  border: none;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
 }
.icheckbox
 {
  background-position: 0 0;
 }
.icheckbox.hover
 {
  background-position: -24px 0;
 }
.icheckbox.checked
 {
  background-position: -48px 0;
 }
.icheckbox.disabled
 {
  background-position: -72px 0;
  cursor: default;
 }
.icheckbox.checked.disabled
 {
  background-position: -96px 0;
 }
.iradio
 {
  background-position: -120px 0;
  margin:3px 0 4px 0;
 }
.iradio.hover
 {
  background-position: -144px 0;
 }
.iradio.checked
 {
  background-position: -168px 0;
 }
.iradio.disabled
 {
  background-position: -192px 0;
  cursor: default;
 }
.iradio.checked.disabled
 {
  background-position: -216px 0;
 }

.input-hold {
    background: #fff;
    width: 140px;
    border: 1px solid #d9d9d9;
    position: relative;
    height: 42px;
    overflow: hidden;
}
.sum-comment{
    display: block;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 16px;
}
.block-test textarea{
    resize: none;
    margin: 0 0 35px;
    width: 100%;
    max-width: 755px;
    height: 50px;
    line-height: 14px;
    padding: 12px 10px 0;
    color: #000;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.06em;
}
.block-test form textarea{
    margin: 0 0 15px;
}
.block-test form span{
    display: block;
    text-align: right;
    max-width: 755px;
    margin: 0 0 15px;
}
.block-test input[type='submit']{
    cursor: pointer;
    border: none;
    color: #ffffff;
    display: inline-block;
    max-width: 230px;
    padding: 7px 25px;
    background: #00b0ff;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.block-test input[type='submit']:hover{
    opacity: 0.8;
}
.author{
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #008000;
    margin: 30px 0 3px 0;
}
.author a
 {
  text-decoration: underline;
  color: #008000;
 }
.author span{
    color: #999999;
}
.author i
 {
  color: #000000;
 }
.holder-inner{
    padding: 0 0 0 26px;
}
.holder-inner .author{
    padding: 0 0 0 10px;
}
.holder-inner .holder-inner{
    padding: 0 0 0 36px;
}
.holder-inner p{
    font-size: 13px;
    line-height: 16px;

    margin: 0 0 5px;
}
.respond:after {
    display:block;
    content:"";
    clear:both;
}
.respond{
    margin: 0 0 13px;
}
.respond>a
 {
  margin: 0 7px 0 0;
 }
.respond a{
    float: left;
    line-height: 15px;
    color: #00b0ff;
    text-decoration: underline;
}
.respond a:hover{
    text-decoration: none;
}
.respond .i-list{
    float: left;
    text-align: left;
    margin: 0;
}
.respond .i-list a
 {
  text-decoration: none;
  color: #000;
 }
.respond .i-list a.o
 {
  color: #00b0ff;
 }
.block-test .list-numder {
    margin: 0 0 -20px -55px;
}
.block-test .list-numder li {
    margin: 0 0 20px 55px;
}
body.min-width{
    min-width: 1000px;
}



.section-test{
    border: 1px solid #dcdbdb;
    background: #ffffff;
    padding: 20px 30px;
    margin: 0 0 16px;
    position: relative;
}
.section-test .pagination
 {
  text-align: left !important;
  display: inline;
 }
.section-test .pagination li:last-child
 {
  margin: 0 0 5px 0 !important;
 }
.section-test h2{
    margin: 0 0 15px;
}
.section-test h4{
    font-family: "Arial", sans-serif;
    margin: 0;
    padding: 8px 0;
}
.section-test p{
    color: #666666;
    margin: 0 0 6px;
}
.section-test p a{
    color: #00b0ff;
    text-decoration: underline;
}
.section-test p a:hover{
    text-decoration: none;
}
.section-test input[type='text']{
   /* margin: 0 0 7px; */
    margin: 0 0 0;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 0.04em;
    border: 1px solid #121212;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-test textarea{
   /* margin: 0 0 9px;*/
     margin: 0 0 0;
    resize: none;
    width: 100%;
    height: 85px;
    border: 1px solid #121212;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.section-test .list-checkbox li{
    display: inline-block;
    width: 100%;
}
.section-test .list-checkbox li:last-child{
    margin: 0;
}
.section-test .list-checkbox{
    margin: 0;
    padding: 2px 0 0;
}
.section-test .list-checkbox .icheckbox {
    margin: 0 18px 0 0;
}
h2.none-margin{
    margin: 0;
}
.correct{
    display: block;
    line-height: 13px;
    margin: 0 0 7px;
}
.holder-input{
    margin: 0 0 9px;
    display: table;
    max-width: 1030px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.holder-input .fa-picture-o
 {
  color: #000000;
 }
.holder-input label{
    display: table-cell;
    vertical-align: middle;
    width: 22px;
    line-height: 22px;
}
.holder-input .input-block{
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 20px;
}
.holder-input input[type='text']{
    margin: 5px 0;
}
.icon-input{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    color: #00b0ff;
    width: 30px;
    height: 30px;
}
.section-test .add-text{
    margin: 6px auto 6px;
}
.section-test .add-vopros{
    margin: 6px auto 6px;
}
.section-checkbox{
    margin: 0;
    padding: 17px 0 3px;
    font-size: 0;
    line-height: 0;
}
.section-checkbox li{
    display: inline-block;
    vertical-align: top;
    margin: 0 28px 15px 0;
}
.section-checkbox .icheckbox{
    display: inline-block;
    vertical-align: middle;
}
.section-checkbox label{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 20px;
}
.section-test button{
    border: none;
    background: #00b0ff;
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 866px;
    margin: 20px auto 0;
    padding: 10px 5px;
    font: 18px/20px "Open Sans", "Arial", sans-serif;
    color: #ffffff;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    text-decoration:none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}
.section-test button i{
    margin: 0 5px 0 0;
}
.section-test button:hover{
    opacity: 0.8;
}
textarea:hover,
input[type='text']:hover{
    border-color: #00b0ff;
    box-shadow: 0 0 10px 0 rgba(69,121,251,0.5);
}
textarea:focus,
input[type='text']:focus{
    border-color: #00588a;
}
.btn-menu{
    display: none;
}
/* =============================================================================
	HasLayot
	========================================================================== */
.group:after {
    display:block;
    content:"";
    clear:both;
}
@media screen and (max-width: 1500px){
    .w1 {
        padding-bottom: 0;
    }
    #footer{
        margin: 0;
        height: auto;
    }
    #footer .container {
        padding: 25px 25px;
    }
}
@media screen and (max-width: 1230px){
    .left-content .holder-social{
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
    .left-content .visit{
        float: none;
        width: 100%;
        text-align: center;
    }
    .left-content .embed-website{
        width: 100%;
        padding: 10px 0;
    }
    .table{
        display: block;
    }
    .right-content,
    .left-content{
        display: block;
        width: 100%;
    }
    .right-content .list-numder{
        margin: 0 0 0 -55px;
    }
    .right-content .list-numder li{
        margin: 0 0 20px 55px;
    }
}



@media screen and (max-width: 1000px) {
    body.min-width #sidebar {
        position: static !important;
        top: auto !important;
    }
}
@media screen and (max-width: 1015px){
    .pagination{
        float: none;
        overflow: hidden;
        width: 100%;
        text-align: left;
    }
}
@media screen and (max-width: 905px){
    .table h4{
        text-align: center;
    }
    .table .list-numder{
        margin: 0;
    }
    .table .list-numder li{
        display: block;
        margin: 0 auto 15px;
    }
    .table .right-content .list-numder,
    .table .block-test .list-numder{
        margin: 0;
    }
    .table .right-content .list-numder li,
    .table .block-test .list-numder li{
        display: block;
        margin: 0 auto 20px;
    }
.holder-center .list-numder
 {
  height: auto;
 }
}


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

    .footer-inform,
    .footer-bloc{
        float: none;
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 780px){
    .logo {
        float: none;
        display: inline-block;
        margin: 0 auto 5px;
    }
    .logo a{
        padding: 3px 0 0 134px;
        font-size: 14px;
    }
    .sig-in,
    .add-text{
        display: none;
    }
    .holder-sig-in{
        margin: 14px 8% 27px 10px;
    }
    .section-test {
        padding: 10px 15px;
    }
    .section-test .section-checkbox li:after{
        content: '';
        clear: both;
        display: block;
    }
    .section-test .section-checkbox .icheckbox {
        float: left;
        display: block;
    }
    .section-test .section-checkbox label{
        display: block;
        padding: 0 0 0 10px;
    }
}

@media screen and (max-width: 620px)
 {
  body>.block-test .holder-social
   {
    text-align: center;
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
 body>.block-test .visit
  {
   text-align: center;
   float: none;
   width: 100%;
  }
 body>.block-test .embed-website
  {
   padding: 10px 0;
   width: 100%;
  }
 body>.block-test h4{
     text-align: center;
 }
 body>.block-test .list-numder{
     margin: 0;
 }
 body>.block-test .list-numder li{
     display: block;
     margin: 0 auto 15px;
 }
 body>.block-test .right-content .list-numder,
 body>.block-test .block-test .list-numder{
     margin: 0;
 }
 body>.block-test .right-content .list-numder li,
 body>.block-test .block-test .list-numder li{
     display: block;
     margin: 0 auto 20px;
 }
 }

@media screen and (max-width: 595px){
    .container {
        padding: 0 10px 0;
    }
    #sidebar{
        float: none;
        position: static!important;
        top: auto!important;
        width: auto;
    }
    #sidebar + div{
        display: none!important;
    }
    #content{
        border: none;
    }
    .section {
        padding: 18px 10px 50px;
    }
    #nav,.menu{
        display: none;
    }
    .menu {
        padding: 0 13px 14px;
    }
    .btn-menu{
        display: block;
        margin: 7px 0 7px 15px;
        width: 23px;
        height: 22px;
        position:relative;
    }
    .btn-menu span{
        text-indent:-9999px;
        position:absolute;
        top:50%;
        left:0;
        right:0;
        height:2px;
        background:#000;
        -webkit-transition:all .2s ease .3s;
        -o-transition:all .2s ease .3s;
        transition:all .2s ease .3s;
    }
    .btn-menu span:after,
    .btn-menu span:before{
        position:absolute;
        content:'';
        left:0;
        right:0;
        height:2px;
        background:#000;
        -webkit-transition:all .5s ease;
        -o-transition:all .5s ease;
        transition:all .5s ease;
    }
    .btn-menu span:after{top:-10px;}
    .btn-menu span:before{bottom:-10px;}
    .btn-menu.active  span{
        background:none;
        -webkit-transition:all .2s ease;
        -o-transition:all .2s ease;
        transition:all .2s ease;
    }
    .btn-menu.active  span:after{
        top:50%;
        margin-top: -2px;
        -webkit-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        -o-transform:rotate(-135deg);
        transform:rotate(-135deg);
    }
    .btn-menu.active span:before{
        bottom:50%;
        margin-bottom:0;
        -webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        -o-transform:rotate(135deg);
        transform:rotate(135deg);
    }
    .btn-menu .menu-text{
        position: absolute;
        text-indent: 0;
        left: 32px;
        font-size: 18px;
        line-height: 20px;
        height: auto;
        top: 2px;
    }
    .menu a {
    font-size: 20px;
    line-height: 25px;
    }
}
@media screen and (max-width: 502px){
    .logo span{
        font-size: 10px;
    }
    .holder-sig-in{
        float: none;
        display: block;
        margin: 0 auto 0px;
    }
    .block-test {
        padding: 20px 10px;
    }
    .holder-inner {
        padding: 0 0 0 10px;
    }
    .holder-inner .author {
        padding: 0 0 0 10px;
    }
    .holder-inner .holder-inner {
        padding: 0 0 0 20px;
    }
    .right-content {
        padding: 18px 10px 0;
    }
}










/* new */
.r
 {
  color: #FF0000 !important;
 }
.g
 {
  color: #008000 !important;
 }
.h
 {
  display: none !important;
 }
.u
 {
  text-decoration: underline !important;
  color: #00b0ff;

 }

.page
 {
  background: #ffffff;
  border: 1px solid #dcdbdb;
  padding: 25px 30px;
  margin: 0 0 40px;
  min-height: 300px;
 }
.page a
 {
  text-decoration: underline;
  color: #0074bc;
 }
.page .list-numder
 {
  margin-top: 10px;
  margin-bottom: -20px;
 }
.pagenation
 {
  background: #FFFFFF;
  padding: 10px 0;
  line-height: 35px;
 }
.pagenation a,.pagenation span
 {
  border: 1px solid #E4E4E4;
  padding: 5px 10px;
 }
.pagenation .o
 {
  background: #F8F8F8;
 }

.cr
 {
  cursor: default;
  color: red;
 }

#test_form .fa-question-circle
 {
  cursor: pointer;
  color: #92a3ce;
 }
#test_form .fa-question-circle span
 {
  display: none;
 }
.info_title
 {
  background: #212d4a;
  border: 1px solid #101623;
  border-radius: 5px;
  font: 13px/16px "Arial",sans-serif;
  color: #fff;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
  padding: 10px;
  width: 328px;
 }
.info_title a
 {
  text-decoration: underline;
  color: #fff;
 }
.info_title span
 {
  border: solid transparent;
  border-width: 5px;
  border-bottom-color: #101623;
  content: '';
  position: absolute;
  top: -11px;
  left: 170px;
  height: 0;
  width: 0;
 }

#test_title
 {
  margin: 0;
 }
#test_title h2
 {
  margin: 5px 0 7px 0;
 }
#test_title>a
 {
  background: #ff9e9e;
  border-bottom: 1px solid #ff0000;
  color: #ff0000;
  font-size: 12px;
  display: none;
  line-height: 14px;
  padding: 5px 8px;
  margin-left: 10px;
 }
#test_title>a.o
 {
  display: inline-block;
 }
#test
 {
  border-top: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 499px;
 }
#test>div
 {
  margin-top: 0;
  transition: 0.4s cubic-bezier(0.45, 0.05, 0.55, 0.95) all;
 }
#test>div>div
 {
  padding: 0 0 20px 0;
 }
#test .holder-input tr td:first-child
 {
  width: 22px;
 }
#test .holder-input tr td:last-child
 {
  vertical-align: top;
  width: 75px;
 }
#test .holder-input .simvol
 {
  width: 20px;
 }
#test .holder-input tr a:first-child .icon-input
 {
  color: #FF0000;
 }
#test .holder-input a
 {
  display: none;
 }
#test .holder-input tr:last-child a
 {
  display: inline;
 }
#test .holder-input tr:first-child+tr a:first-child
 {
  display: none;
 }
.quest_type
 {
  padding: 8px 0 15px 0;
 }
.quest_type label
 {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
 }
.quest_type0,.quest_type1
 {
  display: none;
 }
.quest_type0.o,.quest_type1.o
 {
  display: block;
 }
.quest_type1
 {
  overflow: hidden;
 }
.quest_type1>div
 {
  float: left;
  margin: 0 15px 15px 0;
 }
.quest_type1>div label:first-child
 {
  border-bottom: 0;
  margin: 0;
 }
.quest_type1>div label:last-child
 {
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
  display: block;
  line-height: 22px;
 }
.quest_type1>div label>div
 {
  margin-right: 5px;
 }
.quest_type1>div:last-child
 {
  padding-top: 50px;
  margin: 0;
 }
.quest_type1>div:last-child .icon-input
 {
  font-size: 60px;
  line-height: 60px;
  width: 60px;
  height: 60px;
 }
.quest_type1>div:last-child a:first-child .icon-input
 {
  display: none;
  color: #FF0000;
 }
.quest_type1>div+div+div+div a:first-child .icon-input
 {
  display: table-cell !important;
 }

#result_types>div
 {
  display: none;
 }
#result_types>div.o
 {
  display: block;
 }
#result_types table,#test_desc
 {
  margin: 0 0 5px 0;
  width: 100%;
 }
#result_types td,#test_desc td
 {
  vertical-align: bottom;
  padding: 0;
 }
#result_types tr td:last-child,#test_desc tr td:last-child
 {
  padding-left: 10px;
  width: 150px;
 }
#result_types td label,#test_desc td label
 {
  margin: 10px 0 0 0;
  width: 187px;
  height: 187px;
 }

#result_types .fa-times
 {
  color: #FF0000;
  margin: 0 0 0 5px;
 }
#result_types .result_buttons
 {
  margin-top: 15px;
  width: 100%;
 }
#result_types .result_buttons td
 {
  text-align: center;
  width: 50% !important;
 }
#result_types .result_buttons a
 {
  background: #00b0ff;
  border-radius: 9px;
  font: 18px/20px "Open Sans", "Arial", sans-serif;
  color: #ffffff;
  box-sizing: border-box;
  display: block;
  padding: 15px 10px;
  width: 100%;
 }
#result_types .result_buttons td:first-child a
 {
  background: #f74d0a;
 }

#test_rek>div
 {
  margin-top: 15px;
  display: none;
 }
#test_rek>h2
 {
  margin: 0;
 }
#test_rek>h2 a i
 {
  vertical-align: bottom;
 }

#test_settings label
 {
  cursor: pointer;
 }
#test_settings li label>div
 {
  margin-right: 10px;
 }
#test_settings li .fa-question-circle
 {
  font-size: 22px;
  vertical-align: middle;
  margin-left: 5px;
 }

.image_upload
 {
  background: #FCFCFC url(/images/plus.png) no-repeat center center;
  border: 1px dashed #808080;
  opacity: 0.6;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 3px 0;
  width: 150px;
  height: 150px;
 }
.image_upload:hover
 {
  opacity: 1;
 }
.image_upload a
 {
  background: #FF0000;
  color: #FFFFFF;
  opacity: 0.7;
  text-align: center;
  display: none;
  padding: 5px;
 }
.image_upload p
 {
  color: #000000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0;
  margin: -10px 0 0 0;
  display: none;
 }
.image_upload input[type=file]
 {
  cursor: pointer;
  opacity: 0;
  width: 152px;
  height: 152px;
 }
.image_upload input[type=text]
 {
  display: none;
 }

.image_upload.w
 {
  background-image: url(/images/loader.gif);
  opacity: 1;
  cursor: wait;
 }
.image_upload.w input
 {
  display: none;
 }
.image_upload.w p
 {
  display: block;
 }

.image_upload.u
 {
  background-size: contain;
  border: 1px solid #e6e6e6;
  opacity: 1;
  cursor: default;
 }
.image_upload.u a
 {
  display: block;
 }

#test .image_upload,#test .image_upload input[type=file]
 {
  width: 190px;
  height: 190px;
 }

#test_buttons
 {
  width: 100%;
 }
#test_buttons td
 {
  width: 50%;
 }
#test_buttons tr td:last-child
 {
  padding-left: 10px;
 }
#test_buttons tr td:last-child button
 {
  background: #36b136;
 }
#test_buttons button
 {
  margin: 10px 0 0 0;
 }
#pr_bg
 {
  background: #000000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
 }
#pr_wn
 {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 999999;
  display: none;
 }
#pr_wn a
 {
  color: #FF0000;
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 10px;
 }
#pr_wn iframe
 {
  background: #FFFFFF url(/images/loader.gif) no-repeat center center;
  border: 0;
  width: 100%;
  height: 100%;
 }
#pr_wn iframe.o
 {
  background: none;
 }

@media screen and (max-width: 905px)
 {
  #result_types td, #test_desc td,#test_buttons td
   {
    padding-left: 0 !important;
    display: table;
    width: 100%;
   }
  #result_types tr td:last-child, #test_desc tr td:last-child
   {
    padding: 5px 0 0 0;
   }
  #result_types tr td:last-child>br, #test_desc tr td:last-child>br
   {
    display: none;
   }
 }

#auth
 {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 50px auto;
  width: 274px;
 }
#auth h1
 {
  border-bottom: 1px solid #DDDDDD;
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 8px;
 }
#auth form
 {
  padding: 17px 20px;
 }
#auth input
 {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  outline: 0;
  box-shadow: none;
  padding: 7px;
  width: 160px;
 }
#auth input:disabled
 {
  background: #ededed;
  border-color: #ededed;
 }
#auth label
 {
  text-align: left;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
 }
#auth label input
 {
  float: right;
 }
#auth input[type=submit]
 {
  background: #eeeeee;
  cursor: pointer;
 }
#auth form>p
 {
  background: #ffc6c6;
  border-radius: 3px;
  font-size: 13px;
  padding: 5px;
  margin: -5px 0 13px 0;
  line-height: normal;
 }
#auth form>div
 {
  font-size: 15px;
  color: #808080;
  margin: 10px 0;
  line-height: normal;
 }
#auth form>div.small
 {
  font-size: 13px;
  margin: -5px 0 0 0;
 }
#auth form>div label
 {
  text-align: center;
 }
#auth input[type=checkbox]
 {
  -webkit-appearance: checkbox;
  float: none;
  width: auto;
 }
#uLogin
 {
  margin: 10px 0;
 }


.g-recaptcha
 {
  background: #f9f9f9;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  opacity: 0.8;
  overflow: hidden;
  height: 45px;
 }
.g-recaptcha>div
 {
  margin: -15px 0 0 -1px;
 }


/* test_view */
#test_description
 {
  overflow: hidden;
  line-height: 18px;
  margin: -15px 0 0 0;
 }
div+#test_description
 {
  margin-top: 10px;
 }
#test_description>p:last-child
 {
  margin: 0;
 }
#test_block h2
 {
  float: none;
 }
#pgn
 {
  display: block;
 }
#pgn li
 {
  background: #e0e0e0;
  border-bottom: 1px solid #bbbaba;
  color: #d0d0d0;
  font-size: 12px;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 10px 10px 0;
  line-height: 14px;
 }
#pgn li:first-child
 {
  background: #ffdc27;
  border-bottom-color: #dbb700;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
 }
#pgn li:last-child
 {
  margin: 0;
 }
#pgn li.o
 {
  background: #00b0ff;
  border-bottom: 1px solid #0074ec;
  color: #fffffe;
 }
#quests>div
 {
  display: none;
 }
#quests>div.o
 {
  display: block;
 }
.answers,.img_answers
 {
  overflow: hidden;
  margin: 0;
 }
.answers li
 {
  background: #F4F4F4;
  border: 1px solid #D7D7D7;
  border-bottom-width: 5px;
  font-size: 16px;
  float: left;
  padding: 15px 25px;
  margin: 0 10px 10px 0;
 }
.img_answers li
 {
  background: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #D7D7D7;
  border-bottom-width: 7px;
  float: left;
  margin: 0 10px 10px 0;
  width: 150px;
  height: 150px;
 }
.answers li:hover,.img_answers li:hover
 {
  border-color: #00b0ff;
  cursor: pointer;
 }
.answers li:last-child,.img_answers li:last-child
 {
  margin: 0;
 }
.answers li,.img_answers li
 {
  opacity: 0.99;
  transition: 0.3s ease all;
 }
.answers li.d,.img_answers li.d
 {
  border-color: #D7D7D7;
  opacity: 0.42;
  cursor: default;
 }
.answers li.e,.img_answers li.e
 {
  border-color: #FF0000;
  opacity: 0.42;
  cursor: default;
 }
.answers li.v,.img_answers li.v
 {
  border-color: #339966;
  cursor: default;
 }
#test_result
 {
  display: none;
 }
#test_result h2.wait
 {
  text-align: center;
  margin: 0;
 }
#test_timer
 {
  background: url(/images/loader.gif) no-repeat center;
  text-align: center;
  font-size: 24px;
  line-height: 64px;
  margin: 40px 0;
 }
#test_result img
 {
  margin-bottom: 15px;
 }
#test_result p a.g,#test_result p a.r
 {
  border-bottom: 1px dashed;
  font-size: 14px;
 }

.blits #quests>div
 {
  border-top: 1px solid #E1E1E1;
  padding: 20px 0;
  display: block;
 }
.blits #quests>div:last-child
 {
  padding: 20px 0 0 0;
 }
.blits #quests>div>h2.n
 {
  background: #E1E1E1;
  display: inline-block;
  padding: 5px 10px;
  margin: -20px 0 5px 0;
  float: right;
 }
.blits+#test_result
 {
  border-top: 1px solid #E1E1E1;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
 }

#user_rblock
 {
  overflow: hidden;
  display: block;
 }
#user_rblock img
 {
  margin-right: 20px;
  max-width: 100px;
  max-height: 100px;
 }
#user_rblock b
 {
  font-size: 18px;
  color: #0074bc;
  display: block;
  margin-bottom: 10px;
 }


#abuse_bg
 {
  background: #000000;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  display: none;
 }
#abuse_wn
 {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  display: none;
  padding: 8px 15px;
  box-sizing: border-box;
  margin: -140px 0 0 -113px;
  width: 264px;
  height: 226px;
 }
#abuse_wn h6
 {
  font-size: 14px;
  margin: 0 0 5px 0;
 }
#abuse_wn h6 a
 {
  font-size: 20px;
  color: #FF0000;
  float: right;
  transition: none;
 }
#abuse_wn h5
 {
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  padding: 60px 0 0 0;
  display: none;
 }
#abuse_wn textarea
 {
  padding: 10px;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  width: 100%;
  height: 120px;
 }
#abuse_wn>a
 {
  background: #00b0ff;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  box-sizing: border-box;
  padding: 14px;
 }
#abuse_wn>a.o
 {
  cursor: wait;
  opacity: 0.8;
 }
#abuse_wn.o textarea,#abuse_wn.o div.g-recaptcha,#abuse_wn.o>a
 {
  display: none;
 }
#abuse_wn.o h5
 {
  display: block;
 }


#hcode
 {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  text-align: center;
  color: #317546;
  box-sizing: border-box;
  display: none;
  padding: 5px;
  margin: 10px 0 0 0;
  max-width: 400px;
  width: 90%;
 }

.menu .admin a
 {
  color: #00843c;
  padding-right: 0px !important;
 }


#bsearch
 {
  border: 1px solid #dedede;
  border-radius: 5px;
  display: inline-block;
  padding: 7px 14px;
  margin: 0 0 15px 0;
 }
#bsearch input,#bsearch select
 {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  padding: 5px 10px;
 }
#bsearch select
 {
  -webkit-appearance: menulist;
  padding: 4px 9px;
 }
#bsearch select.e,#bsearch select option:first-child
 {
  color: #b9babe;
 }
#bsearch select option
 {
  color: #000000;
 }
#bsearch input[type=submit]
 {
  background: #EAEAEA;
  cursor: pointer;
 }
#blist
 {
  border: 1px solid #E2E2E2;
  border-right: 0;
  border-bottom: 0;
  text-align: center;
  margin: 15px 0 0 0;
  width: 100%;
 }
#blist a
 {
  text-decoration: none;
 }
#blist tr.btitle
 {
  background: #F7F7F7;
 }
#blist tr.admin
 {
  background: #fff0f0;
  color: #ff2828;
 }
#blist tr.admin a
 {
  color: #ff2828;
 }
#blist td
 {
  border: 1px solid #E2E2E2;
  border-top: 0;
  border-left: 0;
  padding: 10px 15px;
 }
#blist td.l
 {
  text-align: left;
 }

#comment_fn input
 {
  margin: 0;
 }
#comment_fn a
 {
  text-decoration: underline;
  color: #00b0ff;
  vertical-align: middle;
  display: none;
 }
#comment_fn i
 {
  font-size: 16px;
  color: #FF0000;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 10px;
  display: none;
 }
#comment_fn.o a,#comment_fn.o i
 {
  display: inline;
 }


.social_share
 {
  overflow: hidden;
 }
.social_share a
 {
  background-image: url(/images/social_buttons.png);
  display: inline-block;
  transition: 0.3s ease all;
  margin: 0 5px 0 0;
  width: 40px;
  height: 40px;
 }
.social_share a:hover
 {
  cursor: pointer;
  opacity: 0.6;
 }
.social_share a:last-child
 {
  margin: 0;
 }
.social_share a.vk
 {
  background-position: 0;
 }
.social_share a.fb
 {
  background-position: -42px 0;
 }
.social_share a.ok
 {
  background-position: -84px 0;
 }
.social_share a.tw
 {
  background-position: -126px 0;
 }
.social_share a.gl
 {
  background-position: -168px 0;
 }
.social_share input[type=text]
 {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  text-align: center;
  color: #317546;
  box-sizing: border-box;
  padding: 7px 10px;
  margin: 10px 5px 0 0;
 }
.social_share input[type=button]
 {
  background: #29b0ff;
  border: 1px solid #009bf5;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  cursor: pointer;
  padding: 7px 10px;
  margin: 10px 0 0 0;
  width: auto;
 }


.radio_list
 {
  overflow: hidden;
  margin: 4px 0 0 0;
 }
.radio_list li
 {
  float: left;
  padding: 0 20px 0 0;
 }
.radio_list label
 {
  cursor: pointer;
 }
.radio_list li:last-child
 {
  padding-right: 0;
 }
.radio_list .iradio
 {
  margin-right: 5px;
 }
.radio_list .fa
 {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
 }


.associate
 {
  display: none;
  position: relative;
  margin: 0 0 5px 0;
 }
.associate>div
 {
  background: #fcfcfc;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  overflow: hidden;
  margin: 5px 0 0 0;
  line-height: 40px;
  height: 40px;
 }
.associate .aimg
 {
  background: #f9f9f9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-right: 1px solid #e2e2e2;
  float: left;
  width: 40px;
  height: 40px;
 }
.associate .aselect
 {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-left-color: #e2e2e2;
  float: right;
  -webkit-appearance: menulist;
  padding: 0 0 0 7px;
  width: 40px;
  height: 40px;
 }
.associate .atext
 {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 50px;
  right: 50px;
 }

.quest_type1 .associate
 {
  border-top: 1px solid #e2e2e2;
  padding: 5px 0 0 0;
 }

.personal #result_type,.personal #result_types>div,.personal #test .holder-input tr td:first-child,.personal .quest_type1>div label:last-child,.personal #test .correct,.personal #test_settings ul>li.n3
 {
  display: none;
 }
.personal #result_type4,.personal .associate
 {
  display: block !important;
 }
.personal #test .holder-input tr td.input-block
 {
  padding: 0 5px 0 0;
 }

#test_settings .radio_list
 {
  padding: 5px 0;
 }
#test_settings .radio_list li
 {
  font-size: 18px;
  line-height: 32px;
 }

#search_form
 {
  padding: 10px 0;
 }
#search_form input[type=search]
 {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  padding: 7px 10px;
  margin: 0 0 10px 0;
  max-width: 300px;
  width: 50%;
 }
#search_form input[type=submit]
 {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  cursor: pointer;
  padding: 7px 10px;
  margin: 0 0 10px 0;
 }
#search_form select
 {
  background: #FFFFFF !important;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  -webkit-appearance: menulist;
  padding: 6px 9px;
  margin: 0 0 10px 0;
 }
#search_form select option
 {
  color: #000000;
 }
#search_form select option:first-child,#search_form select.e
 {
  color: #bdbac6;
 }
#search_form .radio_list
 {
  margin: 0;
  line-height: 30px;
 }
#search_form .radio_list li
 {
  padding: 0 10px 0 0;
 }



#html_bg
 {
  background: #000000;
  cursor: pointer;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
 }
#html_wn
 {
  background: #FFFFFF;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999999;
  padding: 0;
  margin: -123px 0 0 -160px;
  display: none;
  width: 320px;
  height: 246px;
 }
#html_cn
 {
  padding: 15px 15px 7px 15px;
 }
#html_cn>input
 {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  text-align: center;
  color: #317546;
  box-sizing: border-box;
  display: block;
  padding: 5px;
  margin: 5px 0;
  width: 100%;
 }
#html_cn label
 {
  display: block;
  line-height: 28px;
 }
#html_cn #html_c2
 {
  font-weight: bold;
  text-align: center;
  display: none;
 }
#html_cn .icheckbox
 {
  margin: 0 4px 0 0;
 }
#html_bt
 {
  border-top: 1px solid #e0e0e0;
  cursor: pointer;
  text-align: center;
  color: #00b0ff;
  padding: 0;
  margin: 0;
  line-height: 40px;
 }
#html_bt:hover
 {
  background: #F2F2F2;
 }

#site_settings
 {
  margin: 20px 0 0 0;
 }
#site_settings .icheckbox
 {
  margin: 0 5px 0 0;
 }
#site_settings label
 {
  cursor: pointer;
 }
#site_settings input
 {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 10px;
 }
#site_settings select
 {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  padding: 5px 10px;
  -webkit-appearance: menulist;
 }
#site_settings input[type=submit]
 {
  background: #EEEEEE;
  cursor: pointer;
 }

.tac
 {
  text-align: center;
  margin: 50px 0 20px 0;
 }
.tac a
 {
text-decoration: none;
font-size: 16px;
color: #000000;
background: #ffdd2d;
border: 2px solid #ffdd2d;
padding: 7px 20px 7px 20px;
border-radius: 6px;
 }
.holder-center .tac
 {
  padding: 25px 0 25px 0;
  margin: 0;
 }

#next_comments
 {
  display: none;
 }

#yajax
 {
  background: #FFFFFF url('/images/loader.gif') no-repeat center center;
  overflow: hidden;
  min-height: 100px;
 }
#yajax iframe
 {
  background: #FFFFFF;
  border: 0;
  margin: 0;
  width: 100%;
  height: 0px;
 }

.retest
 {
  border: 1px solid #009bf5;
  padding: 11px 75px;
  margin: 0;
  float: right;
 }
@media (max-width: 1023px)
 {
  .retest
   {
    padding: 11px 20px;
   }
 }