/*-------------------------------  reset  ------------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
}

audio:not([controls]) {
    display: none;
    height: 0;
}

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em;
    border: 1px solid silver;
}

legend {
    white-space: normal;
}

embed,
img,
object {
    max-width: 100%;
}

img {
    height: auto;
}

b,
dt,
strong {
    font-weight: 700;
}

dfn,
em,
i {
    font-style: italic;
}

blockquote,
q {
    quotes: none;
    font-style: italic;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    outline: 0;
}

hr {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    margin: 20px 0 30px;
    padding: 0;
    border: none;
    background: #555;
}

mark {
    color: #000;
    background: #ff0;
}

pre {
    margin: 1em 0;
    padding: 15px;
    border: 1px solid #555;
    border-radius: 5px;
    white-space: pre;
    white-space: pre-wrap;
    background: #efefef;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: 'courier new', monospace, serif;
    font-size: 1em;
}

small {
    font-size: 80%;
}

big {
    font-size: 125%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
    left: -0.3em;
}

sub {
    bottom: -.25em;
    left: -0.3em;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

ins,
u {
    text-decoration: underline;
}

del,
s {
    text-decoration: line-through;
}

dl,
menu {
    margin: 1em 0 1em 1em;
    list-style: none;
}

dd + dt {
    margin-top: 1em;
}

dd {
    margin: 0 0 0 40px;
}

nav ol,
nav ul,
ol,
ul {
    list-style: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
td img {
    vertical-align: top;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff;
}

::-ms-selection {
    text-shadow: none;
    color: #fff;
    background: #2597ff;
}

[hidden] {
    display: none;
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-webkit-textarea-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #ccc;
}

textarea:-ms-input-placeholder {
    color: #ccc;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: not-allowed;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    display: block;
    font-family: sans-serif;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input:required,
input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
    background: #ffface !important;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::-moz-placeholder,
input[type="tel"]:focus::-moz-placeholder,
input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input[type="text"]:focus::-ms-placeholder,
input[type="tel"]:focus::-ms-placeholder,
input[type="email"]:focus::-ms-placeholder,
textarea:focus::-ms-placeholder,
input[type="password"]:focus::-moz-placeholder {
    color: transparent;
}

body {
    position: relative;
    min-width: 1200px;
    font: 14px/1.6em Arial, Helvetica, sans-serif;
    color: #555;
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: underline;
    color: #0066ff;
}

a:hover {
    text-decoration: underline;
    color: #d70017;
}

a[href^="http"],
a[href^="www."] {
    cursor: pointer;
    cursor: alias;
}

/*-------------------------------  Custom Fonts  ------------------------------------*//*-------------------------------  conteiner  ------------------------------------*/
.wWrapper {
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}

.wSize {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.wConteiner {
    position: relative;
    padding: 25px 0 105px 0;
}

/*-------------------------------  breadcrumbs  ------------------------------------*/
.breadcrumbs {
    font-size: 0;
    line-height: 0;
}

.breadcrumbs span {
    display: inline-block;
    position: relative;
    font: 14px/14px Arial, Helvetica, sans-serif;
    vertical-align: top;
}

.breadcrumbs span + span {
    padding-left: 20px;
}

.breadcrumbs span + span:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    text-align: center;
}

.breadcrumbs a {
    text-decoration: underline;
}

/*-------------------------------  wHeader  ------------------------------------*/
.wHeader {
    position: relative;
}

/*-------------------------------  wConteiner  ------------------------------------*//*-------------------------------  wLeft  ------------------------------------*/
.wLeft {
    z-index: 100;
    float: left;
    position: relative;
    width: 274px;
    margin-top: -59px;
    margin-right: 15px;
}

/*-------------------------------  wMiddle  ------------------------------------*/
.wMiddle {
    overflow: hidden;
}

/*-------------------------------  wFooter  ------------------------------------*/
.wFooter {
    position: relative;
    height: 45px;
    margin: -70px auto 0;
    padding-top: 25px;
    background: #CBDEED;
}

/*-------------------------------  validation ------------------------------------*/
.error {
    border-color: #f00 !important;
}

label.error {
    z-index: 3;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #f00;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    background: #fff;
    cursor: default;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

.text8Wrap3 label.error {
    z-index: 3;
    position: absolute;
    top: 100%;
    bottom: auto;
    right: 0;
    left: auto;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #f00;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    background: #fff;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    cursor: default;
}

label.error:after,
label.error:before {
    bottom: 100%;
    top: auto;
    left: 10%;
    right: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.text8Wrap3 label.error:after,
.text8Wrap3 label.error:before {
    content: " ";
    position: absolute;
    top: 9px;
    bottom: auto;
    right: 100%;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
}

label.error:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 4px;
    margin-left: -4px;
}

label.error:before {
    border-color: rgba(255, 0, 0, 0);
    border-bottom-color: #f00;
    border-width: 5px;
    margin-left: -5px;
}

.text8Wrap3 label.error:after,
.text8Wrap3 label.error:before {
    content: " ";
    position: absolute;
    top: 9px;
    right: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
}

.text8Wrap3 label.error:after {
    margin-top: -4px;
    border-color: rgba(255, 255, 255, 0);
    border-width: 4px;
    border-right-color: #fff;
}

.text8Wrap3 label.error:before {
    margin-top: -5px;
    border-color: rgba(255, 0, 0, 0);
    border-width: 5px;
    border-right-color: #f00;
}

/*-------------------------------  sys style  ------------------------------------*/
.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.cls {
    display: table;
    width: 100%;
    font-size: 0;
}

.clear {
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.wSize:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.wTxt {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1T,
.h2T,
.h3T,
.h4T,
.h5T,
.h6T {
    font: 40px/1.2em Arial, Helvetica, sans-serif;
}

.wTxt h1,
.wTxt h2,
.wTxt h3,
.wTxt h4,
.wTxt h5,
.wTxt h6 {
    margin: 0.5em 0;
}

.wTxt h2,
.h2T {
    font-size: 34px;
    line-height: 1.2em;
}

.wTxt h3,
.h3T {
    font-size: 30px;
    line-height: 1.2em;
}

.wTxt h4,
.h4T {
    font-size: 26px;
    line-height: 1.2em;
}

.wTxt h5,
.h5T {
    font-size: 22px;
    line-height: 1.2em;
}

.wTxt h6,
.h6T {
    font-size: 18px;
    line-height: 1.2em;
}

.h1T *,
.h2T *,
.h3T *,
.h4T *,
.h5T *,
.h6T * {
    line-height: 1em !important;
}

.wTxt h1 a,
.wTxt h2 a,
.wTxt h3 a,
.wTxt h4 a,
.wTxt h5 a,
.wTxt h6 a,
.h1T a,
.h2T a,
.h3T a,
.h4T a,
.h5T a,
.h6T a {
    text-decoration: none !important;
}

.wTxt blockquote {
    margin: 0 0 15px 0;
    padding: 15px 22px;
    border: 1px dashed #bdbdbd;
    border-radius: 5px;
    font-style: normal;
}

.wTxt blockquote p:last-child {
    margin: 0;
}

.wTxt p {
    margin: 1em 0 !important;
}

.wTxt ul,
.wTxt ol {
    margin: 1em 0 1em 1em;
}

.wTxt li {
    list-style-position: inside;
    list-style-type: disc;
}

.wTxt ol li {
    list-style-position: inside;
    list-style-type: decimal;
}

.wTxt table th {
    font-weight: bold;
    background: #eee;
}

.wTxt table thead th {
    vertical-align: bottom;
}

.wTxt table {
    width: 100%;
    margin: 10px 0 20px;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    background-color: transparent;
}

.wTxt table th,
.wTxt table td {
    padding: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    text-align: left;
    line-height: 1.3em;
    vertical-align: top;
}

.wTxt table.table-null,
.wTxt table.table-null th,
.wTxt table.table-null td {
    border-color: transparent;
}

.wTxt table.table-zebra,
.wTxt table.table-zebra th,
.wTxt table.table-zebra td {
    border-color: transparent;
}

.wTxt table.table-zebra tr:nth-child(even) {
    background: #ddd;
}

.wHeader {
    background: url(../pic/header_bg.jpg) center top no-repeat;
}

.wHeaderLeft {
    float: left;
    width: 274px;
    padding-top: 38px;
    text-align: center;
}

.logo {
    display: block;
    margin-bottom: 25px;
}

.logo a {
    display: inline-block;
    vertical-align: top;
}

.logo a img {
    display: inline-block;
    vertical-align: top;
}

.sloganStyle1 {
    margin-bottom: 4px;
    font: 37px/38px Tahoma, Segoe, sans-serif;
    color: #474b50;
}

.sloganStyle2 {
    margin-bottom: 4px;
    font: 24px/24px Tahoma, Segoe, sans-serif;
    color: #474b50;
}

.sloganStyle3 {
    font: 18px/18px Tahoma, Segoe, sans-serif;
    color: #474b50;
}

.timeBlock {
    padding: 9px 0 12px 0;
    border: 1px solid #c9c9c9;
    border-right: none;
    border-left: none;
    font: 12px/12px Tahoma, Segoe, sans-serif;
    color: #767676;
}

.slogan {
    margin-bottom: 26px;
}

.wHeaderRight {
    float: right;
    width: 902px;
    height: 370px;
}

.slider-wrapper {
    position: relative;
    height: 364px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.42);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.42);
}

.nivoCaptionStyle1 {
    margin-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    font: 35px/36px Tahoma, Segoe, sans-serif;
    height: 36px;
    overflow: hidden;
    color: #fff;
}

.nivoCaptionStyle2 {
    padding-left: 140px;
    padding-right: 40px;
    font: bold 35px/36px Tahoma, Segoe, sans-serif;
    height: 36px;
    overflow: hidden;
    color: #f4d432;
}

.nivo-directionNav {
    display: none;
}

.topMenu {
    display: inline-block;
    margin: 0;
    padding: 19px 0;
    vertical-align: top;
    list-style: none;
}

.topMenu li {
    float: left;
    position: relative;
    padding: 0 32px;
    border-left: 1px dotted #187bb7;
    text-align: center;
}

.topMenu li:last-child {
    border-right: 1px dotted #187bb7;
}

.topMenu li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font: 14px/16px Tahoma, Segoe, sans-serif;
    vertical-align: top;
    color: #000;
}

.topMenu li a:hover {
    text-decoration: underline;
    color: #187bb7;
}

.topMenu li a.cur {
    text-decoration: underline;
    color: #187bb7;
}

.topMenu li ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 19px 10px 5px 10px;
    text-align: center;
    opacity: 0;
    background: #CBDEED;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

.topMenu li:hover ul {
    visibility: visible;
    opacity: 1;
}

.topMenu li ul li {
    float: none;
    padding: 10px 0;
    border-left: none;
}

.topMenu li ul li + li {
    border-top: 1px dotted #8199d2;
}

.topMenu li ul li:last-child {
    border-right: none;
}

.topMenuPos {
    text-align: right;
}

.topMenuWrap {
    z-index: 100;
    position: relative;
    font: 14px/14px Tahoma, Segoe, sans-serif;
    background: #CBDEED;
}

.pr170 {
    padding-right: 170px !important;
}

.wTxt {
    padding-right: 10px;
    font: 14px/20px Tahoma, Segoe, sans-serif;
    color: #000000;
}

.wTxt p {
    margin: 0 0 15px 0;
}

#wForm {
    font: 14px/20px Tahoma, Segoe, sans-serif;
    color: #7a7a7a;
}

.title1 {
    margin-bottom: 15px;
    font: 25px/26px Tahoma, Segoe, sans-serif;
    color: #000000;
}

.wTxt ul {
    margin: 0 0 25px 0;
    list-style: none;
}

.wTxt ul li {
    position: relative;
    padding-left: 14px;
    list-style: none;
}

.wTxt ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cd2814;
}

.title2 {
    margin-bottom: 15px;
    font: 20px/20px Tahoma, Segoe, sans-serif;
    color: #000000;
}

.leftMenuWrap {
    margin-top: 34px;
    margin-bottom: 25px;
    padding: 12px 15px 25px;
    background: #CBDEED;
}

.leftMenu {
    margin: 0;
    padding: 0;
    font: 14px/14px Tahoma, Segoe, sans-serif;
    list-style: none;
}

.leftMenu li {
    padding: 12px 0 12px 9px;
}

.leftMenu li a {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    font: 14px/14px Tahoma, Segoe, sans-serif;
    vertical-align: top;
    color: #363636;
}

.leftMenu li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 10px;
    background: url(../pic/pic1.png) 0 0 no-repeat;
}

.leftMenu li a:hover {
    text-decoration: underline;
    color: #cd2814;
}

.leftMenu li a.cur {
    text-decoration: underline;
    color: #cd2814;
}

.leftMenu li a:hover:before {
    background-position: 0 100%;
}

.leftMenu li a.cur:before {
    text-decoration: underline;
    color: #cd2814;
    background-position: 0 100%;
}

.leftMenu li + li {
    border-top: 1px dashed #d1d3d5;
}

.but1 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
/ / padding: 2 px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    background: #538BC4;
/ / background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #527de1), to(#284488));
/ / background: linear-gradient(to bottom, #527de1 0, #284488 100 %);
/ / -webkit-box-shadow: 0 10 px 10 px rgba(0, 0, 0, 0.55);
/ / box-shadow: 0 10 px 10 px rgba(0, 0, 0, 0.55);
/ / -webkit-transition: box-shadow 0.1 s linear;
/ / -webkit-transition: -webkit-box-shadow 0.1 s linear;
/ / transition: -webkit-box-shadow 0.1 s linear;
/ / transition: box-shadow 0.1 s linear;
/ / transition: box-shadow 0.1 s linear, -webkit-box-shadow 0.1 s linear;
    transition: background 0.3s linear;
}

.but1:hover {
    text-decoration: none;
    background: #d94b4c;
    transition: background 0.3s linear;
}

.but1:active {
/ / -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
}

.but1Wrap {
    font: 16px/16px Tahoma, Segoe, sans-serif;
}

.but1 span {
    display: block;
    padding: 18px 0 19px 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
/ / border-radius: 4 px;
    text-align: center;
/ / text-shadow: 0 1 px 1 px rgba(0, 0, 0, 0.36);
    font: 17px/17px Tahoma, Segoe, sans-serif;
    color: #ffffff;
}

.but1.disabled-link {
    cursor: not-allowed;
    pointer-events: none;
    background: grey;
}

.document__links {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.document-for-registration {
    text-decoration: none;
    color: black;
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.document-for-registration::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid black;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7px;
}

.document-for-registration.showed {
    color: black;
}

.vk {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: top;
    background: #474b50 url(../pic/pic2.png) 3px 50% no-repeat;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.fb {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: top;
    background: #474b50 url(../pic/pic2.png) -31px 50% no-repeat;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.tw {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: top;
    background: #474b50 url(../pic/pic2.png) -67px 50% no-repeat;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.yt {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: top;
    background: #474b50 url(../pic/pic_yt.png) 50% no-repeat;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.inst {
    display: inline-block;
    float: right;
    width: 26px;
    height: 26px;
    margin-left: 4px;
    border-radius: 4px;
    vertical-align: top;
    background: #474b50 url(../pic/pic_inst.png) center/80% no-repeat;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

.mb35 {
    margin-bottom: 35px !important;
}

.fb:hover,
.vk:hover,
.tw:hover {
    background-color: #345bb7;
}

.nwLeft {
    overflow: hidden;
    font: 14px/16px Tahoma, Segoe, sans-serif;
    color: #545454;
}

.networksWrap {
    overflow: hidden;
}

.nwRight {
    float: right;
    margin-left: 2px;
    padding-top: 6px;
    overflow: hidden;
}

.wFooterLeft {
    float: left;
    padding-top: 8px;
    font: 12px/12px Tahoma, Segoe, sans-serif;
    color: #797979;
}

.wFooterRight {
    display: block;
    text-decoration: none;
    cursor: pointer;
    float: right;
    width: 105px;
    padding-left: 70px;
    font: 12px/14px Tahoma, Segoe, sans-serif;
    color: #797979;
    background: url(../pic/pic3.png) 0 50% no-repeat;
}

.wFormLeft {
    float: left;
    width: 48%;
}

.wFormRight {
    float: right;
    width: 48%;
}

.textcenter {
    text-align: center;
}

.inner .wHeader {
    height: 157px;
}

.logo2 {
    float: left;
    margin-right: 27px;
    padding-top: 12px;
    margin-top: 20px;
}

.inner .slogan {
    float: left;
    margin-bottom: 0;
    padding-top: 55px;
    margin-top: 20px;
}

.inner .sloganStyle1 {
    display: inline-block;
    font: 20px/20px Tahoma, Geneva, sans-serif;
    vertical-align: top;
    color: #474b50;
}

.inner .sloganStyle2 {
    display: inline-block;
    font: 20px/20px Tahoma, Geneva, sans-serif;
    vertical-align: top;
    color: #474b50;
}

.inner .sloganStyle3 {
    display: inline-block;
    font: 20px/20px Tahoma, Geneva, sans-serif;
    vertical-align: top;
    color: #474b50;
}

.inner .timeBlock {
    padding: 9px 17px 12px 17px;
    margin-top: 20px;
}

.timeBlockInner {
    float: right;
    padding-top: 47px;
}

.newsItemPic {
    float: left;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    overflow: hidden;
    margin-top: 10px;
}

.newsItemPic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newsItemDesc {
    overflow: hidden;
}

.newsItemText {
    font: 14px/16px Tahoma, Segoe, sans-serif;
    color: #000; /*7a7a7a*/
    text-align: justify;
}

.newsItemName,
.newsItemName2,
.newsItemName3 {
    margin-bottom: 5px;
}

.newsItemName a {
    display: inline-block;
    font: 18px/18px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #7a7a7a;
}

.newsItemName a:hover {
    text-decoration: none;
    color: #000;
}

.newsItemName span {
    display: inline-block;
    margin-left: 5px;
    padding-top: 6px;
    font: 11px/12px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #7a7a7a;
}

.newsItemName2 span {
    display: inline-block;
    font: 18px/18px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #000;
}

.newsItemName2 span > span {
    display: inline-block;
    margin-left: 5px;
    font: 11px/12px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #7a7a7a;
}

.newsItemName3 span {
    display: inline-block;
    font: 18px/18px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #345bb7;
}

.newsItemName3 span > span {
    display: inline-block;
    margin-left: 5px;
    font: 11px/12px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #7a7a7a;
}

.newsItemMore {
}

.newsItemMore a {
    font: 12px/12px Tahoma, Segoe, sans-serif;
    color: #797979;
}

.newsItemMore a:hover {
    color: #345bb7;
}

.newsItem {
    margin-bottom: 20px;
}

.newsItem + .newsItem {
    padding-top: 20px;
    border-top: 1px dashed #345bb7;
}

.upper {
    text-transform: uppercase;
}

.subjectsItemLeft {
    float: left;
    font: 20px/24px Tahoma, Segoe, sans-serif;
    color: #5f5f5f;
}

.subjectsItemRight {
    float: right;
    font: 14px/24px Tahoma, Segoe, sans-serif;
}

.subjectsItemRight span {
    display: inline-block;
    text-decoration: underline;
    font: 14px/20px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #797979;
}

.subjectsItemRight ins {
    display: inline-block;
    text-decoration: none;
    font: 14px/20px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #797979;
}

.subjectsItem {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 632px;
    height: 82px;
    margin-top: 20px;
    padding: 25px 21px 25px 33px;
    overflow: hidden;
    text-decoration: none;
    background: #e9ecf1 url(../pic/pic4.png) 3px 3px no-repeat;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.subjectsItem:hover {
    text-decoration: none;
    background-color: #345bb7;
}

.subjectsItem:hover .subjectsItemLeft {
    color: #fff;
}

.subjectsItem:hover .subjectsItemRight span {
    color: #ffd600;
}

.subjectsItem:hover .subjectsItemRight ins {
    color: #ffd600;
}

.qhBlock1 {
    display: inline-block;
    font: 18px/18px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #5c5c5c;
}

.qhBlock2 {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 12px;
    font: 30px/30px Tahoma, Geneva, sans-serif;
    vertical-align: middle;
    color: #345bb7;
    background: #eff1f4;
    -webkit-box-shadow: 0 3px 4px rgba(146, 152, 160, 0.5);
    box-shadow: 0 3px 4px rgba(146, 152, 160, 0.5);
}

.qhBlock2.warring {
    color: #cd2814;
}

.questHeadLeft {
    float: left;
}

.questHeadRIght {
    float: right;
}

.questHead {
    margin-bottom: 25px;
    padding: 25px 4px 35px 0;
    border-bottom: 1px solid #c9c9c9;
    overflow: hidden;
}

.question {
    margin-bottom: 25px;
    font: 14px/22px Tahoma, Segoe, sans-serif;
    color: #000000;
}

.questPic1 {
    width: 720px;
    margin-bottom: 25px;
    overflow: hidden;
}

.questPic1 img {
    max-width: 100%;
    vertical-align: top;
}

/*.questRadio1Row {    float: left;    width: 360px;    margin-bottom: 10px;}*//*.questRadio1Row {    float: left;    width: 360px;    margin-bottom: 10px;}*/
.questRadio1 {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.questRadio1 label.error {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0;
}

/*.questRadio1Row .myLabel {    display: inline-block;    font: 16px/18px Tahoma,Segoe,sans-serif;    vertical-align: top;    cursor: pointer;}*/
.questRadio1Row .myLabel:hover input[type=radio] ~ span,
.questRadio1Row .myLabel:hover input[type=checkbox] ~ span {
    color: #345bb7;
}

.questRadio1Row .myLabel input[type=radio],
.questRadio1Row .myLabel input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

.questRadio1Row .myLabel input[type=radio] ~ span,
.questRadio1Row .myLabel input[type=checkbox] ~ span {
    display: inline-block;
    position: relative;
    padding-left: 26px;
    font: 16px/20px Tahoma, Segoe, sans-serif;
    vertical-align: middle;
    color: #000000;
}

.questRadio1Row .myLabel input[type=radio] ~ span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../pic/pic6.png) 0 0 no-repeat;
}

.questRadio1Row .myLabel input[type=radio]:checked ~ span:before {
    background-position: 0 100%;
}

.questRadio1Row .myLabel input[type=checkbox] ~ span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(../pic/pic12.png) 0 100% no-repeat;
}

.questRadio1Row .myLabel input[type=checkbox]:checked ~ span:before {
    background-position: 0 0;
}

.questBut {
    padding-bottom: 10px;
}

.questBut button {
    margin: 0 20px 0 4px;
    padding: 2px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    -webkit-transition: box-shadow 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.questBut button span {
    display: block;
    width: 206px;
    padding: 18px 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    text-align: center;
    font: 16px/16px Tahoma, Segoe, sans-serif;
}

.questBut button.style1 {
    background: #eaedf2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaedf2), to(#a5a9b0));
    background: linear-gradient(to bottom, #eaedf2 0, #a5a9b0 100%);
}

.questBut button.style2 {
    background: #1dcf2a;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1dcf2a), to(#0b7810));
    background: linear-gradient(to bottom, #1dcf2a 0, #0b7810 100%);
}

.questBut button.style1 span {
    color: #525252;
}

.questBut button.style2 span {
    color: #fff;
}

.questBut button.style1:hover {
    background: #eaedf2;
}

.questBut button.style2:hover {
    background: #1dcf2a;
}

.questBut button:active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/*ul.countdown {list-style: none;margin: 75px 0;padding: 0;display: block;text-align: center;}ul.countdown li {display: inline-block;}ul.countdown li span {font-size: 80px;font-weight: 300;line-height: 80px;}ul.countdown li.seperator {font-size: 80px;line-height: 70px;vertical-align: top;}ul.countdown li p {color: #a7abb1;font-size: 14px;}*/
.questPic2Wrap {
    width: 720px;
    margin-bottom: 25px;
}

.questPic2Item {
    position: relative;
    width: 340px;
    height: 220px;
    overflow: hidden;
}

.questPic2Item img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.questPic3Wrap {
    width: 720px;
    margin-bottom: 25px;
}

.questPic3Item {
    position: relative;
    display: inline-block;
    width: 228px;
    height: 160px;
    border: 1px solid #bdbdbd;
    overflow: hidden;
    text-align: center;
    line-height: 158px;
    vertical-align: top;
}

.questPic3Item img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.questRadio1.checkbox .questRadio1Row {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 20px;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span {
    display: block;
    margin-bottom: 20px;
    padding: 0 0 30px 0;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span:hover img {
    opacity: 0.9;
}

.spanPic1Wrap {
    display: block;
    position: relative;
    width: 340px;
    height: 220px;
    overflow: hidden;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span .spanPic1Wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span::before {
    top: 92%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.questChronologyRow {
    margin-bottom: 15px;
    overflow: hidden;
}

.questChronology {
    position: relative;
    padding-bottom: 20px;
}

.questChronologyText {
    float: left;
    margin-right: 20px;
    font: 16px/26px Tahoma, Segoe, sans-serif;
    color: #000000;
    max-width: 825px;
    overflow: hidden;
}

.questChronologyText span {
    margin-right: 10px;
    color: #ce2814;
}

.questChronologyInput {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 54px;
    height: 26px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    text-align: center;
    font: 16px/16px Tahoma, Segoe, sans-serif;
    color: #000000;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12) inset;
    -ms-box-sizing: border-box;
}

.test8Wrap1Item {
    float: left;
    width: 290px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.test8Wrap1ItemPic {
    position: relative;
    width: 290px;
    height: 188px;
    margin-bottom: 10px;
    overflow: hidden;
}

.test8Wrap1ItemPic img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.test8Wrap1ItemNumber {
    text-align: center;
    font: 16px/16px Tahoma, Segoe, sans-serif;
    color: #000000;
}

.test8Wrap1 {
    margin-bottom: 10px;
    overflow: hidden;
}

.text8Wrap2List {
    margin: 0;
    list-style: none;
}

.text8Wrap2List li {
    margin-bottom: 20px;
    font: 16px/16px Tahoma, Segoe, sans-serif;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.text8Wrap2List li span {
    position: absolute;
    left: 0;
    top: 0;
    color: #ce2814;
}

.text8Wrap3Row {
    position: relative;
}

.text8Wrap3Row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.text8Wrap3RowTh {
    float: left;
    width: 16px;
    height: 16px;
    margin: 12px;
    text-align: center;
    font: 16px/16px Tahoma, Segoe, sans-serif;
    color: #ce2814;
}

.text8Wrap3RowTd {
    float: left;
    width: 16px;
    height: 16px;
    margin: 12px;
}

.text8Wrap3Row label.error {
    top: 50%;
    right: -155px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text8Wrap3RowTd input[type=radio] {
    visibility: hidden;
    z-index: 2;
    position: absolute;
    opacity: 0;
}

.text8Wrap3RowTd input[type=radio] ~ span {
    display: block;
    z-index: 1;
    position: relative;
    width: 15px;
    height: 15px;
}

.text8Wrap3RowTd input[type=radio] ~ span:before {
    content: '';
    display: block;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    background: url(../pic/pic6.png) 0 0 no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.text8Wrap3RowTd input[type=radio] ~ span:hover:before {
    opacity: 0.6
}

.text8Wrap3RowTd input[type=radio]:checked ~ span:hover:before {
    opacity: 1
}

.text8Wrap3RowTd input[type=radio]:checked ~ span:before {
    background-position: 0 100%;
}

.text8Wrap3 {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d6dadf;
}

.text8Wrap2 {
    margin-bottom: 35px;
}

.text8Wrap3 {
    margin-bottom: 35px;
}

.text8Wrap2List.varaint2 {
    display: inline-block;
    vertical-align: top;
    min-width: 310px;
    max-width: 410px;
    overflow: hidden;
    padding-right: 25px;
}

.text8Wrap2List.varaint2 + .text8Wrap2List.varaint2 {
    border-left: 1px dashed #d9d9d9;
    padding-left: 25px;
}

.paginator {
    text-align: center;
}

.paginator a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #345bb7;
    min-width: 20px
}

.paginator a:hover {
    color: #cd2814;
}

.paginator a.cur {
    color: #cd2814;
}

.paginator .prev.hide {
    opacity: 0.5;
    cursor: auto;
}

.paginator .next.hide {
    opacity: 0.5;
    cursor: auto;
}

.paginator {
    padding-top: 20px;
}

#timeOver {
    width: 500px;
    padding: 20px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    position: relative;
}

.newsItem .newsItem {
    clear: both;
    padding: 30px 0 0 110px;
}

.newsWrap.reviews .newsItemPic {
    width: 90px;
    height: 90px
}

.reviewsForm {
    width: 500px;
    border: 1px solid #c9c9c9;
    padding: 20px;
}

.reviewsFormRow {
    margin-bottom: 30px;
    position: relative;
}

.reviewsFormRow label.error {
    right: 0;
    position: absolute;
    bottom: -13px;
    width: 400px;
    padding: 0 10px;
    left: auto;
    text-align: center;
}

.reviewsFormRow label {
    display: block;
    overflow: hidden;
    text-align: right;
}

.reviewsFormRow label input[type=text] {
    float: right;
    width: 400px;
    margin-left: 20px;
    border: 1px solid #c9c9c9;
    height: 30px;
    padding: 0 10px
}

.reviewsFormRow label textarea {
    float: right;
    width: 400px;
    margin-left: 20px;
    border: 1px solid #c9c9c9;
    height: 90px;
    padding: 0 10px
}

.reviewsFormRow label select {
    float: right;
    width: 422px;
    margin-left: 20px;
    border: 1px solid #c9c9c9;
    height: 30px;
    padding: 0 10px
}

.reviewsForm button {
    margin: 0 20px 0 4px;
    padding: 2px;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.55);
    -webkit-transition: box-shadow 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.reviewsForm button span {
    display: block;
    width: 206px;
    padding: 18px 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    text-align: center;
    font: 16px/16px Tahoma, Segoe, sans-serif;
}

.reviewsForm button.style1 {
    background: #eaedf2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eaedf2), to(#a5a9b0));
    background: linear-gradient(to bottom, #eaedf2 0, #a5a9b0 100%);
}

.reviewsForm button.style1 span {
    color: #525252;
}

.reviewsForm button.style1:hover {
    background: #eaedf2;
}

/*-----------------------------------------  404  -----------------------------------------*/
.page_404 { /*padding-top: 300px;*/
    text-align: center;
    width: 980px;
    margin: 0 auto;
}

.page_404 p {
    font: 300px/300px 'Tahoma,Geneva,sans-serif';
    color: #345bb7;
    margin-bottom: 30px;
}

.page_404 p + p {
    font: 20px/22px 'Tahoma,Geneva,sans-serif';
    color: #345bb7;
}

.page_404 a {
    font: 19px/22px 'Tahoma,Geneva,sans-serif';
    color: #345bb7;
    text-decoration: underline;
}

.page_404 > a { /*display: none;*/
}

.page_404 a:hover {
    color: #345bb7;
    text-decoration: none;
}

.mb20 {
    margin-bottom: 20px !important;
}

.final_test_link {
}

.final_test_link a {
    font: 20px/20px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    color: #345bb7;
}

.final_test_link a:hover {
    color: #000;
    text-decoration: none;
}

.testResult span {
    width: 32px;
    height: 27px;
    border: 1px solid #cbcbcb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    float: left;
    margin: 0 10px 10px 0;
    background: #FFF;
}

.testResult span.good {
    background: #c7efc7;
    border-color: #9ebe9e;
}

.testResult span.bad {
    background: #fed5bd;
    border-color: #caa996;
}

.testResult span.skiped {
    background: transparent;
    border-color: #dbdbdb;
}

.answerExplain {
    clear: both;
    border: 1px solid #dbdbdb;
    position: relative;
    margin: 20px 0;
}

.answerExplain__content {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px;
}

.answerExplain__content--three-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.answerExplain__content--three-groups > div:not(:last-child) {
    margin-right: 10px;
}

.answerExplain-three-groups .answerExplain__answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.answerExplain__group {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}

.answerExplain__division {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.answerExplain::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.answerExplain--right::before {
    border: 8px solid transparent;
    border-left: 8px solid #26b647;
    border-top: 8px solid #26b647;
}

.answerExplain--wrong::before {
    border: 8px solid transparent;
    border-left: 8px solid #f94700;
    border-top: 8px solid #f94700;
}

.answerExplain__question {
    color: #000;
    padding: 15px 15px 0;
}

.answerExplain__answer:not(:last-child) {
    margin-bottom: 10px;
}

.bulletSymbol {
    border: 1px solid #dbdbdb;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 700;
    color: #000;
    font-size: 16px
}

.bulletSymbol--right {
    border-color: #26b647;
}

.bulletSymbol--wrong {
    background-color: #f94700;
    border-color: #f94700;
    color: #fff;
}

.bulletSymbol--small {
    padding: 4px 10px;
}

.bulletSymbol--right-marked {
    background-color: #26b647;
    border-color: #26b647;
    color: #fff;
}

.bulletSymbol--rectangle {
    border-radius: 0;
    padding: 1px 13px
}

.bulletSymbol--rectangle-wrong {
    background-color: #f94700;
    border-color: #f94700;
    color: #fff;
}

.bulletSymbol--rectangle-right {
    border-color: #26b647;
}

.bulletSymbol--rectangle-right-marked {
    border-color: #26b647;
    background-color: #26b647;
    color: #fff;
}

.answerExplain__conclusion {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px;
}

.answerExplain__points {
    float: right;
}

.answerExplain__info {
    padding: 15px;
}

.answerExplain__info a {
    color: #544997;
    text-decoration: none;
}

.markedWord {
    font-style: italic;
}

.answerExplain__image {
    max-width: 500px;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

.answerExplain-image__wrong {
    color: #f94700;
    font-weight: 700;
}

.answerExplain-image__right {
    color: #26b647;
    font-weight: 700;
}

.answerExplain__marker-table {
    max-width: 150px;
    border-collapse: separate;
    border-spacing: 3px;
    text-align: center;
}

.answerExplain__marker-table td:first-child {
    padding-right: 5px;
}

.answerExplain__circle {
    border: 1px solid #dbdbdb;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: auto;
}

.answerExplain__circle--right-marked {
    background-color: #26b647;
    border-color: #26b647;
}

.answerExplain__circle--right {
    border-color: #26b647;
}

.answerExplain__circle--wrong {
    background-color: #f94700;
    border-color: #f94700;
}

.answerExplain__order--wrong {
    color: #f94700;
}

.answerExplain__order--right {
    color: #26b647;
}

.answerExplain-groups .answerExplain__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.answerExplain-groups .answerExplain__content > div {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.answerExplain__text {
    margin-top: 5px;
}

.answerExplain__subcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
}

.answerExplain__subcontent-block {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    margin: 15px 0;
}

.answerExplain__subcontent-block ol {
    list-style-type: decimal;
    padding-left: 15px;
}

.groups {
    padding: 3px 20px;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
}

.groups--wrong {
    border-color: #f94700;
}

.groups--right {
    border-color: #26b647;
}

.questionResult {
    margin-top: 110px;
}

.questionResultTitle {
    margin-top: 20px;
    display: block;
    padding: 10px;
}

.questionResultAnswer {
    display: block;
    margin: 22px;
}

.trueAnswerUser {
    color: #033303;
}

.trueAnswerUserCheck {
    color: #033303;
}

.falseAnswer {
    color: red;
}

.trueAnswer {
    color: #08db08;
}

.skipping {
    color: #07ff00;
}

.type4Q {
    margin: 22px;
}

.type4Qitem {
    display: inline;
}

.alfavit {
    padding: 10px 14px;
    margin: 10px;
    border: 1px #000 solid;
    border-radius: 50%;
    font-weight: bold;
    color: #000;
}

.alfavitTrue {
    background-color: #033303;
    color: #fff;
}

.alfavitFalse {
    background-color: red;
    color: #fff;
}

.alfavitSkip {
    background-color: #07ff00;
    color: #fff;
}

.titleRezultItem {
    display: inline-block;
}

.trueResult {
    text-align: center;
    background-color: #033303;
    color: #fff;
    font-weight: bold;
}

.falseResult {
    text-align: center;
    background-color: red;
    color: #fff;
    font-weight: bold;
}

.skipResult {
    text-align: center;
    background-color: #525456;
    color: #fff;
    font-weight: bold;
}

.marks {
    float: right;
    padding: 5px 10px;
    margin: 5px;
    border: 1px solid #000;
}

.yourAnswerTitle {
    color: #0000B0;
}

.questRadio2 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    position: relative;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span {
    display: block;
    margin-bottom: 20px;
    padding: 0 0 30px 0;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span:hover img {
    opacity: 0.9;
}

.spanPic1Wrap {
    display: block;
    position: relative;
    width: 340px;
    height: 220px;
    overflow: hidden;
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span .spanPic1Wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.spanPic1 .questRadio1Row .myLabel input[type="radio"] ~ span::before {
    top: 92%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.questBut button.style3 {
    color: #fff;
    background: #527de1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #527de1), to(#284488));
    background: linear-gradient(to bottom, #527de1 0, #284488 100%);
}

.questBut button.style3:hover {
    background: #cd2a14;
}

.questionLIst {
    color: #000000;
    font: 14px/22px Tahoma, Segoe, sans-serif;
    margin-bottom: 25px;
    counter-reset: list 0;
    margin-bottom: 30px;
}

.questionLIst li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}

.questionLIst LI:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    left: 0;
    top: 0;
}

.questChronology.list2 {
    counter-reset: list 0;
}

.questChronology.list2 li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    overflow: visible;
}

.questChronology.list2 li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ce2814;
    font: 14px/22px Tahoma, Segoe, sans-serif;
}

.questChronology.list2 li label.error {
    width: 200px !important;
    left: 0;
    bottom: -20px;
    display: block;
    max-width: none;
}

.question2 {
    color: #000000;
    font: 14px/22px Tahoma, Segoe, sans-serif;
    margin-bottom: 10px;
}

.questChronology.list3 {
    counter-reset: list 0;
}

.questChronology.list3 li {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    overflow: visible;
}

.questChronology.list3 li:before {
    counter-increment: list;
    content: counter(list) ". ";
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ce2814;
    font: 14px/22px Tahoma, Segoe, sans-serif;
}

.questChronology.list3 li label.error {
    width: 200px !important;
    left: 0;
    bottom: -20px;
    display: block;
    max-width: none;
}

.questChronology.list3 li .questChronologyInput {
    width: 200px;
}

.questRadio1Row .myLabel input[type="radio"] ~ span.qr1rSpan:before {
    display: none;
}

.rowBlock .questRadio1Row .myLabel input[type="radio"] ~ span.qr1rSpan {
    padding: 0;
    position: absolute;
    left: 20px;
    top: 0;
    color: #ce2814;
}

.questRadio1Row {
    float: left;
/ / width: 360 px;
    margin-bottom: 10px;
}

.questRadio1 {
    position: relative;
    padding-bottom: 30px;
    overflow: hidden;
}

.questRadio1 label.error {
    top: auto;
    right: auto;
    bottom: 10px;
    left: 0;
}

/*.questRadio1Row .myLabel {    display: inline-block;    font: 16px/18px Tahoma,Segoe,sans-serif;    vertical-align: top;    cursor: pointer;}*/
.questRadio1Row .myLabel:hover input[type=radio] ~ span,
.questRadio1Row .myLabel:hover input[type=checkbox] ~ span {
    color: #345bb7;
}

.questRadio1Row .myLabel input[type=radio],
.questRadio1Row .myLabel input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}

/*.questRadio1Row .myLabel input[type=radio]~span, .questRadio1Row .myLabel input[type=checkbox]~span {    display: inline-block;    position: relative;    padding-left: 26px;    font: 16px/20px Tahoma,Segoe,sans-serif;    vertical-align: middle;    color: #000000;}*/
.questRadio1Row .myLabel input[type=radio] ~ span:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../pic/pic6.png) 0 0 no-repeat;
}

.questRadio1Row .myLabel input[type=radio]:checked ~ span:before {
    background-position: 0 100%;
}

.questRadio1Row .myLabel input[type=checkbox] ~ span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background: url(../pic/pic12.png) 0 100% no-repeat;
}

.questRadio1Row .myLabel input[type=checkbox]:checked ~ span:before {
    background-position: 0 0;
}

.questRadio1Row .myLabel input[type="radio"] ~ span.qr1rSpan:before {
    display: none;
}

.rowBlock .questRadio1Row .myLabel input[type="radio"] ~ span.qr1rSpan {
    padding: 0;
    position: absolute;
    left: 20px;
    top: 0;
    color: #ce2814;
}

.rowBlock .questRadio1Row .myLabel input[type="radio"] ~ span,
.questRadio1Row .myLabel input[type="checkbox"] ~ span {
    padding-left: 40px;
}

.rowBlock .questRadio1Row .myLabel input[type="radio"] ~ span.qr1rSpan {
    padding: 0;
    position: absolute;
    left: 20px;
    top: 0;
    color: #ce2814;
}

.rowBlock .questRadio1Row .myLabel input[type="radio"] ~ span,
.questRadio1Row .myLabel input[type="checkbox"] ~ span {
    padding-left: 40px;
}

.rowBlock .questRadio1Row .myLabel {
    position: relative;
}

/*-------------------------------------------------------------- 24.09.2015 */
#wForm {
    position: relative;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(34, 60, 80, 0.2);
    border-radius: 4px;
}

.wForm .wFormRow input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 5px;
    border: 1px solid rgba(34, 60, 80, 0.2);
    border-radius: 4px;
    font: 14px/16px Tahoma, Segoe, sans-serif;
    color: #000;
    background: #fff;
    font-weight: normal;
}

.wForm .wFormRow input[type=password] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 36px;
    padding: 5px;
    border: 1px solid rgba(34, 60, 80, 0.2);
    border-radius: 4px;
    font: 14px/16px Tahoma, Segoe, sans-serif;
    color: #000;
    background: #fff;
    font-weight: normal;

}

.wForm .wFormRow {
    position: relative;
    margin-bottom: 20px;
}

.wForm .wFormRow.center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wForm .wFormRow .but1 span {
    padding: 10px 0;
}

.enterReg {
    text-align: center;
    width: 50%;
    box-sizing: border-box;
}

.enterReg .wForm {
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.enterReg .wFormRow input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 0;
}

.enterReg .wFormRow input[type=checkbox] + span {
    margin: 0 0 0 5px;
    display: inline-block;
    color: #000;
    font: 14px/16px Tahoma, Segoe, sans-serif;
}

.enterReg .titleForm {
    font: bold 18px/26px Tahoma, Segoe, sans-serif;
    color: #000;
    margin: 0 0 20px;
    text-align: center;
}

.enterReg .wFormRow label > span {
    display: inline-block;
    font: 16px/16px Tahoma, Segoe, sans-serif;
    color: #000;
}

.enterReg .wFormRow .nameInput {
    width: 100px;
    line-height: 36px;
}

.enterReg .wFormRow .nameInput + input {
    width: 30%;
}

.enterReg .wInput {
    width: auto;
}
.login-input {
    position: relative;
    width: 50px;
    height: 50px;
}
.login-input input {
    padding-left: 50px!important;
}
.login-input::before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAMXAAADFwBSZ1fYAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEaSURBVEiJrdW9LkRBGIfxn28i0ZLQSIQgWlugJmhp3IDLcAdqF6AhcQMqjWiEu0AkFETjYxVnVyx7Zs87/JO3m/M8M/O+mUM8o9jCKaYyvm/JGHZxgDPcof6t9tGXC9/A8w9guzrHcI7gugK8WXs5gseA4KIM0p0Q1AObmcwRvAYEAzmCyAm6ooI1jAQEg1iPCBYwFBD0YzqwXg3vqk/RG+YjAlgJCFajcIrG3VeAP6CnDNJpio4qbORQcZ1ZmVDssGz3N4rXtTSpE/QqxvUpseYFm421ocziSvUmX2KmKrwmfS2pZi92go/7/VOJ1G2DUZqTP8CbdVwGn8PHPwjqiqcGrVO0I/EqBrPdTrD0T3BYbidINieYL9Yn3ruqUViC8vcAAAAASUVORK5CYII=');
    display: inline-block;
    background-size: auto;
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 35px;
    height: 34px;
    z-index: 1;
    padding: 8px;
    box-sizing: border-box;
    top: -9px;
    left: 1px;
    background-size: 16px;
}
.pass-input {
    position: relative;
    width: 50px;
    height: 50px;
}
.pass-input input {
    padding-left: 50px!important;
}
.pass-input::before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAApgAAAKYB3X3/OAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD8SURBVEiJ3ZRBCsJADEVf3HbtogdRQfQgPYN7b+I9uvIEIlTPILjQI7gSiZsqceikTq0gBgJh+Pl/fiatqCpeiEgGLIApMKqP98AWWKnqxSVQ1WgCc+AAaCQPwNzlaCG/OeSPvHkiMfIsuPkZKIC8zqI+s06yFIFlQD5swAwDkWWKQGkaC2eMhcGVKQL2ZrkjkFunTRhpWlMReR6qqnhb2IYdeM29RGD5SPtatuUxOiJr98NLP0f19RH9lMAGmNS5ebsreGTv8cYGN/awljPFQRape3OwNrj1Nxx0ihSBU6TuTeAaqd34vy951wPnK0ewpjOgovuftAJmlvMOmUfgjnRibMQAAAAASUVORK5CYII=');
    display: inline-block;
    background-size: auto;
    background-color: #e4e4e4;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 35px;
    height: 34px;
    z-index: 1;
    padding: 8px;
    box-sizing: border-box;
    top: -9px;
    left: 1px;
    background-size: 16px;
}
.enterReg .fInfo {
    font: bold 18px/26px Tahoma, Segoe, sans-serif;
    color: #000;
    margin: 40px 0px 25px !important;
    padding: 40px 0 0;
    position: relative;
}

.enterReg .fInfo:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 2.5%;
    width: 95%;
    height: 1px;
    background: #000 none repeat scroll 0% 0%;
}

.forgetPass {
    display: inline-block;
    margin: 0 0 0 7%;
    color: #000;
    font: 14px/16px Tahoma, Segoe, sans-serif;
}

.forgetPass:hover {
    color: #000;
    text-decoration: none;
}

.footInfo p {
    color: #000;
    font-weight: bold;
}

.footInfo p a {
    color: #000;
    font: 16px Tahoma, Segoe, sans-serif;
}

.footInfo p a:hover {
    text-decoration: none;
}

.enterReg .wFormRow .but1 {
    display: inline-block;
    margin: 0 auto;
}

.blue_comment {
    color: #0066ff;
    font-size: 12px;
}

.style_small {
    font-size: 12px
}

.personData tr td input {
    border: 1px solid #000;
    padding: 5px;
}

.personData tr td {
    vertical-align: middle;
    color: #000;
}

.personData tr td.bg_b {
    background: #C6D9F1;
}

.personData tr:nth-child(2n+2) {
    background: #F2F2F2;
}

.personData .textRed,
.personData .blue_comment {
    font-size: 16px;
}

#doc_place {
    width: 98%;
}

.bold {
    color: #000;
    font: bold 14px/20px Tahoma, Segoe, sans-serif;
}

.blue {
    color: #0066ff !important;
    font-weight: bold;
}

.black {
    color: #000;
}

.red {
    color: #9b0000 !important;
}

table tr td .textRed {
    font: 12px/16px Tahoma, Segoe, sans-serif;
    color: #9b0000;
}

table tr td .textRed2 {
    font: bold 14px/16px Tahoma, Segoe, sans-serif;
    color: #9b0000;
}

.endReg tr td p {
    font: 16px/24px Tahoma, Segoe, sans-serif;
    color: #000;
    text-align: center;
}

.endReg tr td {
    text-align: center;
}

.link {
    color: #000;
    font: bold 14px Tahoma, Segoe, sans-serif;
    padding: 5px 10px;
    text-transform: uppercase;
    border: none;
    background: none;
    text-decoration: underline;
}

.link:hover {
    color: #000;
    text-decoration: none;
}

.link:active {
    text-decoration: underline;
}

a.cur {
    color: #0066ff;
    text-decoration: none;
}

.sub_table table tr td {
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}

td.m2 {
    border: 2px solid #AFDADA !important;
    text-align: center;
}

td.bgb {
    background: #f24e5e;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
}

.but2 {
    font: 14px/27px Tahoma, Segoe, sans-serif;
    border: 0 !important;
    height: 40px;
    color: #fff;
    border-radius: 4px !important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    background: #527de1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #527de1), to(#284488));
    background: linear-gradient(to bottom, #527de1 0, #284488 100%);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.55);
    -webkit-transition: box-shadow 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.but2:hover {
    color: #ffffff;
    text-decoration: none;
    background: #284488;
}

.but2:active {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
}

.but3 {
    font: 14px/27px Tahoma, Segoe, sans-serif;
    border: 0 !important;
    height: 40px;
    color: #fff;
    border-radius: 4px !important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    background: #538BC4; /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe6767), to(#fe6767)); */ /* background: linear-gradient(to bottom, #fe6767 0, #fe6767 100%); */ /* -webkit-box-shadow: 0 5px 5px rgb(254, 103, 103); */ /* box-shadow: 0 5px 5px rgb(254, 103, 103); */
    -webkit-transition: box-shadow 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.but3:disabled {
    background: grey;
}

.but3:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
}

.but3:hover {
    text-decoration: none;
    background: #d94b4c;
    color: white;
}

.but4 {
    font: 14px/27px Tahoma, Segoe, sans-serif;
    border: 0 !important;
    height: 40px;
    color: #fff;
    border-radius: 4px !important;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    vertical-align: top;
    background: #538BC4; /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fe6767), to(#fe6767)); */ /* background: linear-gradient(to bottom, #fe6767 0, #fe6767 100%); */ /* -webkit-box-shadow: 0 5px 5px rgb(254, 103, 103); */ /* box-shadow: 0 5px 5px rgb(254, 103, 103); */
    -webkit-transition: box-shadow 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
}

.but4:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.55);
}

.but4:hover {
    text-decoration: none;
    background: #4fb958;
    color: white;
}

.preview-page-submit.disabled {
    pointer-events: none;
    background: grey;
}

.chooseCity .sub_table table {
    border: 0 !important;
}

.chooseCity .sub_table tr td {
    border: 0 !important;
}

.chooseCity .sub_table select {
    margin: 1em 0;
}

.mar {
    display: block;
    margin: 1em 0;
}

.ital {
    font-style: italic;
}

td.m2 > select {
    width: 80%;
    border: 1px solid #000;
}

.style21 {
    font-size: 12px
}

.style25 {
    font-weight: bold;
    font-size: small;
}

.dib {
    display: inline-block;
}

.wLink {
    margin: 10px 0 0;
}

#doc_serie {
    text-transform: uppercase;
}

/*---------------staytment----------*/
.staytment tr td {
    padding: 10px 4%;
    color: #000;
}

.staytment .photo {
    display: table-cell;
    width: 150px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
}

.staytment .wWho {
    width: 58%;
}

.staytment .who {
    margin: 0 0 10%;
}

.staytment .wFio p {
    border-top: 1px solid #000;
    margin-bottom: 2.5em !important;
}

.staytment .tit {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 1.5em;
}

.staytment .wText > p {
    border-top: 1px solid #000;
    margin: 0 0 1.5em !important;
}

.staytment .wText > p:last-child {
    margin: 0 !important;
}

.staytment .tit2 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px;
}

.staytment .tit2 + div {
    margin: 0 0 5px;
}

.staytment .addInfo li {
    margin: 0 0 5px;
}

.staytment .addInfo li > div {
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    float: left;
    margin: 0 10px 0 0;
}

.staytment .addInfo li:before {
    display: none;
}

.staytment .dateSign p {
    text-align: center;
    width: 200px;
    border-top: 1px solid #000;
    margin: .5em 0 0em !important;
}

.staytment .tit3 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    border-top: 1px solid #000;
    padding: 5px 0 0;
    margin: 0 0 10px;
}

.staytment .fio {
    margin: 0 0 10px;
}

.staytment .fio div {
    display: inline-block;
    width: 10%;
    vertical-align: top;
}

.staytment .fio span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.staytment .fio p {
    margin: 0 0 10px !important;
}

.staytment .insTabel tr td {
    padding: 7px 50px;
}

/*-------------------------------------------------------------- 03.11.2015 */
.wInput {
    position: relative;
    width: 30%;
}

.wInput label.error {
    top: 100%;
    bottom: auto;
}

/*-------------------------------------------------------------- 19.01.2016 */
.wMsgError {
    display: inline-block;
    position: relative;
}

.wMsgError label.error {
    bottom: -19px;
}

.req_fild {
    color: red;
}

/*-------------------------------------------------------------- 10.11.2020 */
._flex {
    display: flex;
}

._flex-wrap {
    flex-wrap: wrap;
}

._flex-column {
    flex-direction: column;
}

._flex-between {
    justify-content: space-between;
}

._flex-around {
    justify-content: space-around;
}

._flex-start {
    justify-content: start;
}

._mb-15 {
    margin-bottom: 15px;
}

._mb-10 {
    margin-bottom: 10px;
}

._mb-20 {
    margin-bottom: 20px;
}

._ml-15 {
    margin-left: 15px;
}

._mt-15 {
    margin-top: 15px;
}

._mr-15 {
    margin-right: 15px;
}

._mr-40 {
    margin-right: 40px;
}

.text-center {
 text-align: center;
}

.center-block {
    text-align: center;
    width: 33%;
}

.title-block {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 1rem;
}

.title-block--pink {
    color: black;
    background: #cbdeed;
}

.title-block--grey {
    border: 1px solid #c7c7c759;
}

.registration-form {
    background: #fff;
    border: 1px solid rgba(34, 60, 80, 0.2);
    padding: 25px;
}

.registration-form__item {
    width: 30%;
}

.registration-form__item--big {
    width: 65%;
}

.registration-form label {
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 5px;
}

.select2-container {
    border: 1px solid rgba(34, 60, 80, 0.2);

}
.registration-form input {
    padding: 10px;
    border: 1px solid rgba(34, 60, 80, 0.2);
}

.registration-form .select2-container {
    width: 100% !important;
}

.registration-form .select2-container .select2-choice {
    border: none;
    background-image: none;
    padding: 5px 10px;
    border-radius: 0;
}

.registration-form .select2-container .select2-choice .select2-arrow {
    border: none;
    background: none;
    border-radius: 0;
}

.registration-form .select2-container .select2-choice .select2-arrow b {
    background: url(select2.png) no-repeat 0 5px;
}

.registration-form__special {
    font-weight: bold;
}

.registration-form__special-block {
    display: none;
}

.apply-form {
    background: #fff;
    border: 1px solid rgba(34, 60, 80, 0.2);
    padding: 25px;
}

.apply-form__title {
 font-size: 1.5rem;
 font-weight: bold;
 margin-bottom: 15px;
}

.checkbox-ios {
    display: inline-block;
    line-height: 14px;
    margin-right: 5px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;
}

.checkbox-ios .checkbox-ios-switch {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 28px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 25%/50%;
    vertical-align: top;
    background: #ff0000;
    transition: .2s;
}

.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    transition: .15s;
}

.checkbox-ios input[type=checkbox] {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: limegreen;
}

.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform: translateX(14px);
}

.obl-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(128, 128, 128, 0.35);
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;

}

.non-subject-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(128, 128, 128, 0.35);
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;

}

.subject-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(128, 128, 128, 0.35);
    z-index: 200;
    display: none;
    justify-content: center;
    align-items: center;

}

.subject-popup__body {
    max-width: 500px;
    padding: 25px;
    border-radius: 15px;
    background: white;
    position: relative;
}

.subject-popup__title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}

.subject-popup__text {
    margin-bottom: 15px;
}

.subject-popup__button {
    padding: 20px 30px;
    background: #f24e5e;
    border: none;
    color: white;
}

.subject-popup__button:hover {
    background: #ab3946;
}

.subject-popup__close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    font-weight: bold;
}

.location-popup {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(128, 128, 128, 0.35);
    z-index: 200;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;

}

.location-popup__body {
    max-width: 500px;
    padding: 25px;
    border-radius: 15px;
    background: white;
    position: relative;
}

.location-popup__title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}

.location-popup__text {
    margin-bottom: 15px;
}

.location-popup__button {
    padding: 20px 30px;
    background: #f24e5e;
    border: none;
    color: white;
}

.location-popup__button:hover {
    background: #ab3946;
}

.location-popup__close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    font-weight: bold;
}

.registration-form__special-checkbox {
    border: 1px solid #c7c7c759;
    border-top: none;
    padding: 25px 0 15px;
}

.registration-form__special-checkbox label {
    margin-bottom: 10px;
    padding: 0 20px;
    display: flex;
    font-weight: normal;
}

.registration-form__special-checkbox input {
    margin-right: 10px;
    margin-top: 3px;
}

.registration-form__special-file {
    background: #c7c7c759;
    padding: 25px;
}

.registration-form__special-file span {
    display: block;
    font-size: 10px;
    margin-top: 10px;
}

.registration-form__special-file label {
    padding: 0;
}

.registration-form__btns {
    background: #c7c7c759;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
}

.personal-table {
    display: flex;
    justify-content: space-between;
}

.personal-table > div {
 width: 48%;
}

.personal-table--long {
    display: block;
}

.personal-table--long > div {
     width: 100%;
}

.personal-table .box-shadow {
    border: 1px solid rgba(34, 60, 80, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.personal-table .row {
    border-bottom: 1px solid rgba(34, 60, 80, 0.2);
    margin-top: -1px;
    padding: 10px;
}

.personal-table .row:last-child {
    border-bottom: none;
}

.personal-table .row > div:first-child {
 width: 150px;
}

.personal-table--long .row > div:first-child {
 width: 200px;
    border-right: 1px solid rgba(34, 60, 80, 0.2);
}

.personal-table--long .row > div {
    padding: 10px;
}

.personal-table--subject {
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.personal-table--subject > div {
    width: 100%;
}
.personal-table--subject .row > div {
    padding: 10px;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(34, 60, 80, 0.2);
}
.personal-table--subject .row > div:last-child  {
    border-right: none;
}

.personal-table--subject .center-block-text {
    padding-top: 50px!important;
}

.personal-table--subject .center-block-text--fix {
    padding-top: 10px!important;
}

.personal-table--subject .row:last-child {
    border-bottom: none;
}

.download-reg-message.but4 {
    display: block;
    max-width: 350px;
    margin-left: auto;
}

#s2id_session_date_first .select2-arrow b,
#s2id_session_date_second .select2-arrow b{
    display: none;
}

.download-reg-message.but4:hover {
    color: white;
}

.download-pdf.but4{
    display: block;
}

.download-pay.but4{
    display: block;
}

.download-pay.but4:hover, .download-pdf.but4:hover {
    color: white;
}

.registration-form__special-checkbox .field__wrapper {
    width: 100%;
    position: relative;
    margin: 15px 0;
    text-align: center;
}

.registration-form__special-checkbox .field__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.registration-form__special-checkbox .field__file-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.registration-form__special-checkbox .field__file-fake {
    height: 36px;
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    border-radius: 3px 0 0 3px;
    border-right: none;
    background: white;
}

.registration-form__special-checkbox .field__file-button {
    width: 130px;
    height: 36px;
    color: black;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    border: 1px solid #c7c7c7;
}

.timer {
  text-align: center;
  height: 130px;
  width: 100%;
  margin: 0 auto;
  cursor: default;
}

/*       текст под цифрами       */
.days, .hours, .minutes, .seconds {
  font-size: 55px;
  font-family: DS-Digital;
  font-weight: 600;
  margin: 0 auto;
}

/*         цифры таймера         */
.uncorrectDays, .uncorrectHours,
.uncorrectMinutes, .uncorrectSeconds {
  font-size: 18px;
  font-family: 'Lato Light', sans-serif;
}

/*      блоки хранящие цифры      */
.days-block, .hours-block, .minutes-block, .seconds-block {
  background: #cbdeed;
  margin: 10px;
  padding: 5px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
}

.timer-section {
  display: inline-block;
}

.timer-text {
  display: block;
  font-size: 12px;
}
